Skip to content

Commit

Permalink
Merge pull request BVLC#1661 from longjon/init-test-labels
Browse files Browse the repository at this point in the history
Fix sketchy label initialization in NetTest
  • Loading branch information
jeffdonahue committed Dec 31, 2014
2 parents ebb399e + 2237540 commit b8715c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/caffe/test/test_net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ class NetTest : public MultiDeviceTest<TypeParam> {
" type: 'gaussian' "
" std: 0.01 "
" } "
" data_filler { "
" type: 'constant' "
" value: 0 "
" } "
" } "
" top: 'data' "
" top: 'label' "
Expand Down

0 comments on commit b8715c6

Please sign in to comment.