arnaldog12 / Deep-Learning

Study and implementation about deep learning models, architectures, applications and frameworks
83 stars 43 forks source link

Model file missing #6

Closed santo4ul closed 4 years ago

santo4ul commented 4 years ago

Hi, I couldn't find the models folder. Could you please share instructions to download the model?

├── data (unzip dataset here) ├── images ├── models ├── Keras.ipynb

arnaldog12 commented 4 years ago

Hi, @santo4ul the model will be trained by you by running the notebook. However, you must create the models folder before running the notebook to ensure the notebook can save the model in the appropriate folder.

I hope it helps.