Open Bovey0809 opened 4 years ago
No it will not help.
Maybe you can try this out, but not sure that it will help. I did not check. https://github.com/AliaksandrSiarohin/first-order-model/issues/146#issue-624354694
Hi Aliaksandr, saw that you closed #146. Has this been tested with training the model on a more recent version of pytorch?
I tried reduced training (20 epochs) and it seems to work.
@AliaksandrSiarohin is this fix checked into the current source code? Can we use higher-version Pytorch, like 1.7 now?
Thanks for your greate work, I have been playing with it for several days. Now I want to train a cloth dataset where I came across a problem.
I saw the readme.md said the higher version pytorch may behave different. Is it because of the affine function, which will show in the warning "UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired. See the documentation of nn.Upsample for details."?
If I change the settings as the warning suggest, can I use higher version pytorch?