John Li
Results
2
issues of
John Li
### Issue summary After run the ./build/test/test_all.testbin, below test items failed: 1) ThresholdLayerTest/3.Test Error Message: `src/caffe/test/test_threshold_layer.cpp:67: Failure` `Expected: (bottom_data[i]) > (threshold_), actual: -0.635736 vs 0` `src/caffe/test/test_threshold_layer.cpp:67: Failure` `Expected: (bottom_data[i]) >...
### Issue summary I am using Caffe and ImageNet dataset training on GoogleNet(v1). When I do the single GPU (MI25) training, the training batch size I used is '128'. Then...