-
Notifications
You must be signed in to change notification settings - Fork 15
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
test problem #6
Comments
可以提供完整的报错信息吗?我的python版本是3.8。 |
命令:HYDRA_FULL_ERROR=1 python src/test.py checkpoint_path=trained_on_ours.ckpt backend=cuda 报错信息:
我把模型里面的几个lambda替换成函数后就报和之前一个issue想通的错误了 |
或者老哥看下能不能提供下python、torch、还有requirements.txt里包的版本号 |
我刚刚测试了一下,我的环境下不做改动直接运行是没问题的。也许是你做了改动的缘故?目前我使用的是
本代码发布时我使用的版本更老一些,不过二者都能正常运行。 |
若是由于修改代码导致的错误,我倾向认为是由于model代码修改后,model class和ckpt不匹配导致的。 |
不是的,修改前也不能直接运行,无法序列化带lambda的类 Global seed set to 233
|
建议老哥再提供一下requirements.txt中的版本号,我确保和你那边的环境是一致的 |
requirements.txt已更新。顺便上传了 |
感谢 |
AttributeError: Can't pickle local object 'DeepWBNet.init..'
运行test.py提示无法序列化这个类。
另外想问下你的python版本那是多少
The text was updated successfully, but these errors were encountered: