cannot import name ‘nn‘ from ‘torch‘ (unknown location)

cannot import name ‘nn’ from ‘torch’ (unknown location)

在 anaconda shell中,

import torch

没问题,但在jupyter notebook 中,

from torch import nn

报错,我仅讲我自己的解决办法!!!
安装minianaconda时,选择添加系统路径。

安装d2l时,

pip install d2l

多等一会,cannot import name ‘nn‘ from ‘torch‘ (unknown location)_第1张图片
出现(base)才算结束,我就是之前没等结束就关了,导致没安装全。
上一张成功结果图:
cannot import name ‘nn‘ from ‘torch‘ (unknown location)_第2张图片

你可能感兴趣的:(python,深度学习,机器学习,安卓)