pytorch

IndexError: invalid index of a 0

2019-03-02  本文已影响0人  wa23333

提示 Use tensor.item() to convert a 0-dim tensor to a Python number

原语句:running_loss+=loss.data[0]

修改后:running_loss+=loss.item()

上一篇下一篇

猜你喜欢

热点阅读