You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Chenzhuo,
I was studying your Ternarynet work and was trying to run the Alexnet+Imagenet training. 'python ./tw-imagenet-alexnet.py --gpu 0,1,2,3 --data MY_IMAGENET_PATH' {I have arranged the data in the format expected by the ILSVRC12()}
I got the following AssertionError: Commandprotoc caffe.proto --python_out .failed!
Where is it actually looking for caffe.proto? Is Caffe installation required for it to run?
Thanks and regards.
The text was updated successfully, but these errors were encountered:
Hi Chenzhuo,
I was studying your Ternarynet work and was trying to run the Alexnet+Imagenet training.
'python
./tw-imagenet-alexnet.py --gpu 0,1,2,3 --dataMY_IMAGENET_PATH'
{I have arranged the data in the format expected by the ILSVRC12()}I got the following AssertionError:
Command
protoc caffe.proto --python_out .
failed!
Where is it actually looking for caffe.proto? Is Caffe installation required for it to run?
Thanks and regards.
The text was updated successfully, but these errors were encountered: