ryanjcooper / EMNIST

A project designed to explore CNN and the effectiveness of RCNN on classifying the EMNIST dataset.
MIT License
96 stars 38 forks source link

No such file or directory: 'bin/mapping.p' #1

Closed tschmidt64 closed 7 years ago

tschmidt64 commented 7 years ago

When running training.py, it looks for a file in 'bin/', which as far as I can tell, doesn't exist. My assumption is that on your local repo there was a ./bin/ directory but git ignored it when pushing?

ryanjcooper commented 7 years ago

Sorry for the response delay; yes, I did not push bin/ to git as it contains binary and model files. I will add a method to automatically create this in the future. As a workaround, create the directory and you should have no problems.

ryanjcooper commented 7 years ago

@tschmidt64 see 74d75aee69a3a515b2df64f0bc67c9a6f4124b25