Skip to content

Fix speed test tool (and possibly others); add script to speedtest imagenet#840

Merged
jeffdonahue merged 3 commits intoBVLC:devfrom
jeffdonahue:fix-net-speedtest
Aug 2, 2014
Merged

Fix speed test tool (and possibly others); add script to speedtest imagenet#840
jeffdonahue merged 3 commits intoBVLC:devfrom
jeffdonahue:fix-net-speedtest

Conversation

@jeffdonahue
Copy link
Contributor

Was broken due to my #734, sorry guys. Basically the FilterNet method ignored the current Caffe singleton phase (Caffe::phase()) and only looked at the one provided in the NetState (e.g. by the solver before initializing, or explicitly in the net proto), so if you used the speedtest tool or any other with a consolidated train/test net expecting it to work correctly because you'd done Caffe::set_phase(...), you were disappointed (though it worked fine with the non-consolidated format). This fixes that.

(currently failing as FilterNet ignores the singleton phase).
current Caffe::phase() unless explicitly specified in the state.
jeffdonahue added a commit that referenced this pull request Aug 2, 2014
Fix speed test tool (and possibly others); add script to speedtest imagenet
@jeffdonahue jeffdonahue merged commit b6980eb into BVLC:dev Aug 2, 2014
@jeffdonahue jeffdonahue deleted the fix-net-speedtest branch August 2, 2014 20:45
mitmul pushed a commit to mitmul/caffe that referenced this pull request Sep 30, 2014
Fix speed test tool (and possibly others); add script to speedtest imagenet
RazvanRanca pushed a commit to RazvanRanca/caffe that referenced this pull request Nov 4, 2014
Fix speed test tool (and possibly others); add script to speedtest imagenet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments