-
Notifications
You must be signed in to change notification settings - Fork 80
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
When i just run train.py,something was wrong #2
Comments
Of course. I just ran my program on computer but there was no error, so I am not sure what caused your problems. Could you please show me the complete error message? Or just show me where the error occurred in my program. |
Thank you very much for your reply! The code error information is shown in the attachment.I just follow your instruction and run gen_pkl.py,and it work.But after I run Train.py,the mistake happen.
…------------------ 原始邮件 ------------------
发件人: "Hongyu Wang"<[email protected]>;
发送时间: 2019年3月20日(星期三) 下午3:03
收件人: "whywhs/Pytorch-Handwritten-Mathematical-Expression-Recognition"<Pytorch-Handwritten-Mathematical-Expression-Recognition@noreply.github.com>;
抄送: "曾培智"<[email protected]>; "Author"<[email protected]>;
主题: Re: [whywhs/Pytorch-Handwritten-Mathematical-Expression-Recognition]When i just run train.py,something was wrong (#2)
Of course. I just ran my program on computer but there was no error, so I am not sure what caused your problems. Could you please show me the complete error message? Or just show me where the error occurred in my program.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I see your pictures, but I can't see where the error occurred in my program. So, maybe you can take a complete screenshot of the error. Is your pytorch version 0.3? |
oh,sorry,my pytorch is 1.0.1 .So the error was because of that?If so,I try to use 0.3 |
yes! I've been finished this project about 1 year ago, so the pytorch version is 0.3 |
@whywhs Thank you very much!When I use pytorch0.3,it runs! |
Furthermore, you can write num_works in Train.py (line 128, line 135) if you want because this can make your training faster than before. |
hello,thank you very much for your help! And if i want to improve the result ,what do you think i should do?Can you give me some advice? |
Sure. I think you can get a better result if you can do these:
|
@whywhs hello,could you please to help me to solve the problem?(i just follow you readme and when i run Train.py ,it was wrong)
The text was updated successfully, but these errors were encountered: