-
Notifications
You must be signed in to change notification settings - Fork 38
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
Question about the accuracy of the result #7
Comments
The accuracy I get is about 76%. I am trying to get higher accyracy.
To run the code with python3 and pytorch 1.x, I modified some codes. I find something interesting:
If anyone who gets higher accuracy than 76%, can you tell me your implemantation details? Many thanks! |
/
您好,可以请教一下在python3中应该怎样修改代码吗?我在数据导入的时候出现了这个问题,FileNotFoundError: [Errno 2] No such file or directory: './dataset/mnist_m/mnist_m_train_labels.txt',已经修改了print的写法 |
Hi,really thank you for your code,the code is just what I want.I want to ask you about the accuracy of the result.I do not know why I just get about 73%,I didn't change any parameters in the code,everything is just default.
So can you tell me what is the problem about this? Many thanks~
The text was updated successfully, but these errors were encountered: