我是靠谱客的博主 隐形手机,最近开发中收集的这篇文章主要介绍Pytorch报错:LSTM object has no attribute ‘_flat_weights‘,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

保留现场

……

探究原因

pytorch、torchvision版本太新,需要降到torch==1.3.1

解决方法

pip3 install torch==1.3.1+cpu torchvision==0.4.2+cpu -f https://download.pytorch.org/whl/torch_stable.html

但是会报错如下:

Could not find a version that satisfies the requirement torch==1.3.1+cpu (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch==1.3.1.+cpu

这是因为python版本不匹配,我用的是Python3.8,需要降到Python3.7!

最后

以上就是隐形手机为你收集整理的Pytorch报错:LSTM object has no attribute ‘_flat_weights‘的全部内容,希望文章能够帮你解决Pytorch报错:LSTM object has no attribute ‘_flat_weights‘所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(54)

评论列表共有 0 条评论

立即
投稿
返回
顶部