xiadingZ / video-caption.pytorch

pytorch implementation of video captioning
MIT License
400 stars 128 forks source link

one of the variables needed for gradient computation has been modified by an inplace operation #42

Open DogeFlow opened 4 years ago

DogeFlow commented 4 years ago

hello, When I trained the model, the following error is displayed:

RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation

I am using pytorch 0.4.0 How can i solve this?

angela000 commented 4 years ago

i met the same problem , have you fixed this ?