小技巧与问题记录
walker_Tjj
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
RuntimeError: Expected object of scalar type Long but got scalar type Float for argument #2 ‘target‘
pytorch框架模型报错:RuntimeError: Expected object of scalar type Long but got scalar type Float for argument #2 'target'原创 2022-04-24 21:47:11 · 951 阅读 · 0 评论 -
The “freeze_support()“ line can be omitted if the program isnot going to be frozen to produce an
The "freeze_support()" line can be omitted if the program is not going to be frozen to produce an executable.原创 2022-04-20 18:24:18 · 1958 阅读 · 0 评论 -
Windows10 中使用nvidia-smi
Windows 10 中使用nvidia-smi原创 2022-04-16 21:27:02 · 7692 阅读 · 0 评论 -
模型训练时报错:RuntimeError: Unable to find a valid cuDNN algorithm to run convolution
训练模型时报错,记录一下。这个错误是现存模型过大,GPU显存不足导致的错误,此时只需要将batch-size改小即可:128->64, 64-->32等等。原创 2022-03-31 16:01:56 · 2980 阅读 · 3 评论
分享