Skip to content

Change CNN package to migrate to Keras API

Romain Guillot requested to merge cnn into master
  • Migrate CNN package to Keras :
    • => Create model.py to define our Keras Model (CNN model)
    • => refactor of all file train.py to use our Keras Model
    • => Delete eval.py (it was just a copy of train with little changes)
  • Add config parameters to app.config
  • (to change later) Change the return of routes to get all predictions
  • Rename wikipedia corpus to corpus.txt
  • PEP8, conf.py
Edited by Romain Guillot

Merge request reports