-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hello,
I am trying to reproduce the results from your ICML 2015 paper. I have installed caffe and pycaffe from your forked version of it, and run the prepare_experiments scripts. However, when I try
./examples/adaptation/experiments/amazon_to_webcam/scripts/train.sh
I get the following error:
I0908 14:17:37.180552 2839 solver.cpp:91] Creating training net from net file: /mnt/workspace2/ganin_caffe/examples/adaptation/experiments/amazon_to_webcam/protos/train_val.prototxt
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 555:25: Message type "caffe.LayerParameter" has no field named "gradient_scaler_param".
F0908 14:17:37.180871 2839 upgrade_proto.cpp:79] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /mnt/workspace2/ganin_caffe/examples/adaptation/experiments/amazon_to_webcam/protos/train_val.prototxt
(I get the same error with regard to the use of the option cursor: SHUFFLING in the data layers, but it is less bothering as not related to your method per se.)
Would you see how to fix this? Thanks!