-
Notifications
You must be signed in to change notification settings - Fork 19
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
Training model #1
Comments
The sufflenetv2 model trianed on ic13 and15 has been released, but for some implementation details are different, the results are not as good as the results in the paper. I will continue to update this project with the reference to the official implementation. |
Does this only work on GPU? |
It can work on CPU, by setting the gpu_id=None and uncommenting torch.cuda.synchronize(self.device). |
This result looks not as good as in the paper |
yes, i am working hard to improve the performance. I will release a better version some days later. |
@SURFZJY Did the results got better? |
The trained model can be public? Is it consistent with the results in the paper?
The text was updated successfully, but these errors were encountered: