ternarynet
ternarynet copied to clipboard
Alexnet+Imagenet training
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:
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.