你好!在VAE-GAN.py中存在一个问题:RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [16, 1, 4, 4]] is at version 2; expected version 1 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True).
VencentMei opened this issue · 7 comments
VencentMei commented
在 errVAE.backward() 这一行代码中
我的pytorch版本 1.5.0
请问应该如何解决
VencentMei commented
在VAE-WGANGP.py中存在同样的问题
luciaL commented
我也遇到了这个问题,请问有解决办法吗??
VencentMei commented
我也遇到了这个问题,请问有解决办法吗??
pytorch版本问题,要么改pytorch版本,要么改代码
morganhope commented
我也遇到了这个问题,请问有解决办法吗??
pytorch版本问题,要么改pytorch版本,要么改代码
请问应更换到哪一版本
26789564 commented
我也遇到这个问题了,请问该如何解决
morganhope commented
我也遇到这个问题了,请问该如何解决
对不起 当时好像没有解决这一问题
xiaoqingkong commented
请问这个问题该如何解决