-
Notifications
You must be signed in to change notification settings - Fork 13
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
Did you tried your net on imagenet? #1
Comments
@qingzhouzhen Sorry for slow response because I didn't notice the issues on my repo. I don't have imagenet dataset now. But I trained it on mnist and cifar. The acc seems normally increasing. I notice that if the initializer is xavier, it cannot converge on cifar. It can converge if using uniform initializer.
Or on mnist by
I am not sure this implementation is totally correct. Here is the commit which add shufflenet, fdb1e77 |
@qingzhouzhen By the way, how about your shufflenet in gluon? Did you reproduce the paper? |
Ok, but now I am doing somework else, I will tell your result if I test you net. |
Thanks. Feel free to contact me if there are some problems.
Use
|
Thanks a lot, would you show me a detailed example about how to use operators which are not in |
For example,
|
@qingzhouzhen have you reproduce the result? |
Did you tried your net on imagenet? I tried your shufflenet on mxnet with serveal lr, but it did not converge. I want implement shufflenet with gluon.
The text was updated successfully, but these errors were encountered: