-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About speed #9
Comments
@jianan86 |
@farmingyard |
@farmingyard |
@farmingyard @MrAprils |
@farmingyard @jianan86 hello ,have you figure out why shuffle net test slower than mobile_net_1by2 and alexnet ? I use Tesla M40, and batch size 1, the average forward time is shuffle net(13ms), mobile_net_1by2 (7ms), alexnet(3.7ms), any suggestion to improve the implementation speed ? |
@jianan86 @farmingyard @MrAprils @lvboodvl @ @ @xiaomr Did you log the time of the following two model. One is the time of original framework,like VGG(caffe time and caffe train/test time).The another one is the the shuffleNet-VGG's framework,I mean that you only change the convolutions operation's format from the original VGG to the ShuffleNet-convolutions operation's format. Any information is welcome |
Hi,
thanks for your work.
when I test and train the net, it seems more slowly than alexNet or caffeNet under the same configuration, is this normal? What was your result? thanks!
The text was updated successfully, but these errors were encountered: