小编use*_*396的帖子

“LSTM”对象没有属性“_flat_weights_names”

执行 iNltk 库时,出现错误。我有最新版本的 pytorch 和 torchvision。

'LSTM' object has no attribute '_flat_weights_names'
Run Code Online (Sandbox Code Playgroud)

在重新搜索一些博客后,有些人建议将版本降级到 1.2 所以我尝试从https://pytorch.org/get-started/previous-versions/安装以下内容

pip install torch==1.2.0+cu92 torchvision==0.4.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html
Run Code Online (Sandbox Code Playgroud)

但是,出现错误

ERROR: Could not find a version that satisfies the requirement torch==1.2.0+cpu
ERROR: No matching distribution found for torch==1.2.0+cpu
Run Code Online (Sandbox Code Playgroud)

另外,1.3.1 版本缺失。

有人知道如何降级到 1.3.1 或 1.2.0 吗?

提前致谢

PD

python nltk torch pytorch

5
推荐指数
1
解决办法
4891
查看次数

标签 统计

nltk ×1

python ×1

pytorch ×1

torch ×1