概述
#####
model.cuda()
File "/root/miniconda3/envs/myconda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 304, in cuda
return self._apply(lambda t: t.cuda(device))
File "/root/miniconda3/envs/myconda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 201, in _apply
module._apply(fn)
File "/root/miniconda3/envs/myconda/lib/python3.7/site-packages/torch/nn/modules/rnn.py", line 137, in _apply
self._flat_weights = [getattr(self, weight) for weight in self._flat_weights_names]
File "/root/miniconda3/envs/myconda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 576, in __getattr__
type(self).__name__, name))
AttributeError: 'LSTM' object has no attribute '_flat_weights_names'
(myconda) root@6d450886ed2f:/mnt/Tang#
在服务器上跑模型,模型文件下载后,本地不能直接使用而是报错 'LSTM' object has no attribute '_flat_weights_names'
原因是版本问题,服务器pytorch 版本为1.3.0,本地版本为1.4.0 修改后就可以用了
最后
以上就是跳跃香烟为你收集整理的pytorch 错误处理的全部内容,希望文章能够帮你解决pytorch 错误处理所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复