在注释掉的行中,我不断收到“ TypeError:不支持的格式字符串传递给numpy.ndarray .__ format__”。为什么这会阻止脚本运行?我在这里想念什么?感谢任何建议!
我正在将Jupyter Notebook与python 3.6.3和pytorch 1.0.0一起使用。
62 loss = -torch.mean(self.conv_output)
---> 63 # print('Iteration:', str(i), 'Loss:', "{0:.2f}".format(str(loss.data.numpy())))
TypeError: unsupported format string passed to numpy.ndarray.__format__