Running cifar10 with --test appears to run it with the full dataset.
zitterbewegung opened this issue · 0 comments
zitterbewegung commented
Here is how I am running it.
(deep-pwning) ttys000:1:joshuaherman@Joshuas-MacBook-Pro-3.local:[~/Documents/deep-pwning/dpwn]: frameworkpython cifar10_driver.py --test
/Users/joshuaherman/.virtualenvs/deep-pwning/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
Filling queue with 20000 CIFAR images before starting to train. This will take a few minutes.
2016-08-14 12:54:12.638315: step 0, loss = 4.67 (23.3 examples/sec; 5.504 sec/batch)
2016-08-14 12:54:19.990925: step 10, loss = 4.65 (196.6 examples/sec; 0.651 sec/batch)