SVHN-Classifier
SVHN-Classifier copied to clipboard
Simple classifier to classify SVHN images, based on Keras with the Tensorflow backend.
When running `python svhn_classifier.py --predict --model weights.hdf5 --img_path ../images/` I get the following error: ``` Traceback (most recent call last): File "svhn_classifier.py", line 174, in predict(FLAGS.model, FLAGS.img_path, FLAGS.batch_size) File "svhn_classifier.py",...
Tried: ``` python svhn_classifier.py --predict --model weights.hdf5 --img_path ~/Downloads/tmp ``` and got: ``` (...) Found 0 images belonging to 0 classes. Traceback (most recent call last): File "svhn_classifier.py", line 174,...
Hello! What is size of trained network? Can i use it on RPi3? Thank you