opteroncx
Results
23
comments of
opteroncx
I have fixed this bug, thank you.
Are you using PyTorch with version > 0.2 ? Change to retain_graph=True may fix this.
loss.data[0] --> loss.item() This won't cause any error if you do not update your Pytorch to 0.5.0