Pytorch AttributeError: 'module' object has no attribute 'normal_'

    在使用pytorch的时候,我用的anaconda创建的虚拟的环境是0.4.0版本的,运行时候出现这个问题,查了很多办法,说的是包引入的问题。

    但是最简单本来就是引入 import torch,也是一脸懵逼,倒腾了很久,python一下,然后查询torch 的版本,我明明anaconda开的虚拟环境是0.4.0版本,最后显示竟然是0.3.0,最后重新关闭和开启虚拟环境,一切正常。

你可能感兴趣的:(Pytorch AttributeError: 'module' object has no attribute 'normal_')