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
I ran the demo code available in python-demo/ folder for the butterfly test image. The output is very different from what is expected based on the publication (ECCV 2014 - https://www.cs.nyu.edu/~fergus/papers/zeilerECCV2014.pdf). It is attached below:-
make runtest fails at one of the test cases
[ RUN ] NetUpgradeTest.TestUpgradeV1LayerType
/media/data/aravindh/Software/caffe/piergiaj/caffe/src/caffe/test/test_upgrade_proto.cpp:2897: Failure
Value of: V1LayerParameter_LayerType_IsValid(i)
Actual: false
Expected: true
[ FAILED ] NetUpgradeTest.TestUpgradeV1LayerType (1 ms)
[----------] 4 tests from NetUpgradeTest (13 ms total)
The text was updated successfully, but these errors were encountered:
I ran the demo code available in python-demo/ folder for the butterfly test image. The output is very different from what is expected based on the publication (ECCV 2014 - https://www.cs.nyu.edu/~fergus/papers/zeilerECCV2014.pdf). It is attached below:-
I am using the caffe fork at https://github.com/piergiaj/caffe
make runtest fails at one of the test cases
[ RUN ] NetUpgradeTest.TestUpgradeV1LayerType
/media/data/aravindh/Software/caffe/piergiaj/caffe/src/caffe/test/test_upgrade_proto.cpp:2897: Failure
Value of: V1LayerParameter_LayerType_IsValid(i)
Actual: false
Expected: true
[ FAILED ] NetUpgradeTest.TestUpgradeV1LayerType (1 ms)
[----------] 4 tests from NetUpgradeTest (13 ms total)
The text was updated successfully, but these errors were encountered: