weixin_57396998 2022-03-21 08:30 采纳率: 100%
浏览 166
已结题

pytorch官网给的resnet程序跑不通

问题遇到的现象和发生背景

程序跑不起来,停在0/24,

问题相关代码,请勿粘贴截图

https://github.com/miraclewkf/ImageClassification-PyTorch/blob/master/level1/train.py
中loss = criterion(outputs, labels)

运行结果及报错内容

D:\Anaconda3\python.exe "D:\PyCharm 2020.1.3\plugins\python\helpers\pydev\pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 62455 --file D:/PycharmProjects/untitled/2.py
pydev debugger: process 3900 is connecting

Connected to pydev debugger (build 201.8538.36)
D:\Anaconda3\lib\site-packages\torchvision\transforms\transforms.py:935: UserWarning: The use of the transforms.RandomSizedCrop transform is deprecated, please use transforms.RandomResizedCrop instead.
warnings.warn("The use of the transforms.RandomSizedCrop transform is deprecated, " +
D:\Anaconda3\lib\site-packages\torchvision\transforms\transforms.py:317: UserWarning: The use of the transforms.Scale transform is deprecated, please use transforms.Resize instead.
warnings.warn("The use of the transforms.Scale transform is deprecated, " +
Epoch 0/24


D:\Anaconda3\lib\site-packages\torch\optim\lr_scheduler.py:129: UserWarning: Detected call of lr_scheduler.step() before optimizer.step(). In PyTorch 1.1.0 and later, you should call them in the opposite order: optimizer.step() before lr_scheduler.step(). Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate
warnings.warn("Detected call of lr_scheduler.step() before optimizer.step(). "

Process finished with exit code -1

我的解答思路和尝试过的方法

好像是数据类型对应不上

我想要达到的结果

跑通出结果

  • 写回答

1条回答 默认 最新

  • 爱晚乏客游 2022-03-21 11:20
    关注

    提示不是说了吗,需要切换函数的API,你用的函数是旧版本的,需要切换到新版本去,报错提示里面也跟你说了要切换哪些什么函数了

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 3月30日
  • 已采纳回答 3月22日
  • 创建了问题 3月21日

悬赏问题

  • ¥30 STM32 INMP441无法读取数据
  • ¥100 求汇川机器人IRCB300控制器和示教器同版本升级固件文件升级包
  • ¥15 用visualstudio2022创建vue项目后无法启动
  • ¥15 x趋于0时tanx-sinx极限可以拆开算吗
  • ¥500 把面具戴到人脸上,请大家贡献智慧
  • ¥15 任意一个散点图自己下载其js脚本文件并做成独立的案例页面,不要作在线的,要离线状态。
  • ¥15 各位 帮我看看如何写代码,打出来的图形要和如下图呈现的一样,急
  • ¥30 c#打开word开启修订并实时显示批注
  • ¥15 如何解决ldsc的这条报错/index error
  • ¥15 VS2022+WDK驱动开发环境