AttributeError: module ‘torch.nn.functional‘ has no attribute ‘one_hot‘

我是在运行如下代码时出现错误的:

torch.nn.functional.one_hot(a)

我的pytorch版本是:
在这里插入图片描述
的确是有点老了,不想改版本那就用别的方法实现:
[Pytorch笔记] scatter_

AttributeError: module ‘torch.nn.functional‘ has no attribute ‘one_hot‘_第1张图片
AttributeError: module ‘torch.nn.functional‘ has no attribute ‘one_hot‘_第2张图片

AttributeError: module ‘torch.nn.functional‘ has no attribute ‘one_hot‘_第3张图片

你可能感兴趣的:(python)