-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] AlexNet, ResNet scripts of TensorFlow use wrong data path #23
Comments
Thanks for your suggestion. We assume that users put their data in the directory of $HOME/data/. |
@shyhuai I mean the directory name should be "cifar-10-batches-py" rather than "cifar-10-batches-bin" at https://github.com/hclhkbu/dlbench/blob/master/tools/mxnet/train_cifar10.py#L32. |
@shishaochen |
@shyhuai As we call the benchmark.py you provide, the error occurs. It is grateful that you can make the pipeline of "benchmark.py -> xxxbm.py -> t.sh -> network.py" correct and smooth. |
From tools/tensorflowbm6_gpu21.config and http://dlbench.comp.hkbu.edu.hk/, we know dlbench of version 8 will call alexnet and resnet for CNN tests.
But, Cifar10 experiments won't succeed as the data path is wrong in scritps.
I manually download the data file tensorflow.zip and make a test. The correct path should be:
~/data/tensorflow/cifar10/cifar-10-batches-py
By the way, if will be appreciated if you can dynamically set the data path instead of using user home directory.
The text was updated successfully, but these errors were encountered: