Closed beszedes closed 9 years ago
In the rc2 version of caffe, There are API changes related to the gpu mode and test phase. See https://github.com/BVLC/caffe/blob/rc2/python/caffe/test/test_net.py#L38
For example,
caffe.set_mode_gpu()
...
net = caffe.Classifier(MODEL_FILE_PATH, PRETRAINED_MODEL_PATH, caffe.TEST)
Thank you for letting me know the bugs and API changes of Caffe. Now I moved to Chainer for this project, so I close this issue.
I'm not sure, but when it is removed within training phase then it must be removed as well in test phase.
I suggest to change code:
with code