metadata
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)
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)