File size: 241 Bytes
8409004
 
 
d4215bb
 
 
1
2
3
4
5
6
---
license: openrail
---

To run the model you need Keras. Load the model to a notebook using the command: model = keras.models.load_model('path/fake_news_detection.h5')
evaluate its performance using the command: model.evaluate(img, label)