-
Notifications
You must be signed in to change notification settings - Fork 202
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 #17
Comments
hello!did you solve this problem?i have met it too. If you find the way, could you tell me how to solve it? thank you !!! |
No,i have not solved it yet...
…------------------ 原始邮件 ------------------
发件人: "nnzhan/Graph-WaveNet" <[email protected]>;
发送时间: 2020年9月1日(星期二) 晚上9:33
收件人: "nnzhan/Graph-WaveNet"<[email protected]>;
抄送: "蓝"<[email protected]>;"Author"<[email protected]>;
主题: Re: [nnzhan/Graph-WaveNet] Question (#17)
hello!did you solve this problem?i have met it too. If you find the way, could you tell me how to solve it? thank you !!!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I gave up the test.py and use the testing part in the train.py to reach my goal. |
i think we need to set the defults parameters of checkpoint in test.py |
Yes, just add '--checkpoint ./garage/XXX.pth', and test.py can run correctly. |
thanks.I will try it later! |
ok i will try it !thanks |
I don't quite understand how to do it. Can you be more specific?thanks |
I don't quite understand how to do it. Can you be more specific?thanks |
AttributeError: 'NoneType' object has no attribute 'seek'.You can only torch.load from a file that is seekable. Please pre-load the data into a buffer like io.BytesIO and try to load from it instead.
How to solve this problem!Please!!!!!For helping !!!!!!
The text was updated successfully, but these errors were encountered: