Even
Even
ok
应该不行,heatmap数量不一致
是的
@Ckq-Sugar 这不是报错,是warning,忽略就行了,能不能出来 类似这样的  训练日志信息?
@Ckq-Sugar 训练成功运行,会实时打印类似这样的信息: mot/default |########################## | train: [1][15176/18030]|Tot: 5:50:16 |ETA: 1:05:55 |loss 0.7844 |hm_loss 0.4438 |wh_loss 1.3069 |off_loss 0.2037 |Data 0.002smot/default |########################## | train: [1][15177/18030]|Tot: 5:50:18 |ETA: 1:05:50 |loss 0.7844 |hm_loss...
上面的排版有点问题,总之会打印epoch, batch, loss等信息
@wangshuo6699 @qq542288564 pytorch0.3.1吧,改成pytorch1.0及以上很容易,去掉Variable即可。
@ZacharyZgw 用的哪个版本的PyTorch?
I did not tried that, you could have a try, if succeed, there can be a version merge, looking forward for JIT accelerating!
@WongKinYiu Thank you for the answer!