Image-Adaptive-3DLUT
Image-Adaptive-3DLUT copied to clipboard
AttributeError: module 'trilinear' has no attribute 'forward'
您好,在运行您的训练代码时,首先报了ModuleNotFoundError: No module named 'trilinear'这个错误,我通过pip安装trilinear后,再次运行报错AttributeError: module 'trilinear' has no attribute 'forward';当我卸载trilinear后,并且确保sh setup.sh运行成功,再次运行训练代码,报错ModuleNotFoundError: No module named 'trilinear';请问这种问题应该如何解决呢?是什么原因导致的? 备注运行环境:cuda10.2 pytorch1.8.1 python3.7
找到原因了,我的环境里同时间安装了python3.6、python3.7,运行sh setup.sh时,默认安装在python3.6的环境中,在python3.6中运行正常
你好,请问具体怎么解决“ModuleNotFoundError: No module named 'trilinear'”这个错误?
trilinear软件包可以提供一下吗