Open vtantia opened 4 years ago
In order to make the code compatible with Pytorch-1.4, use of .data.set_ needs to be replaced as mentioned here. Other uses of .data need to be replaced as well in the code
.data.set_
.data
In order to make the code compatible with Pytorch-1.4, use of
.data.set_
needs to be replaced as mentioned here. Other uses of.data
need to be replaced as well in the code