他的回复:
非常感谢您的回复, HWY_OUTPUT = './output/model/' hwy_outfile = os.path.join(HWY_OUTPUT, 'best_model.pth') torch.save({'epoch':epoch, 'state':model.state_dict()}, hwy_outfile) 以上是模型保存方式,训练作业成功执行,该代码块也确实执行了,但是仍然找不到模型文件