SuperResolution
SuperResolution copied to clipboard
Pytorch implementation of Perceptual Losses for Real-Time Style Transfer and Super-Resolution
https://github.com/bguisard/SuperResolution/blob/7c88843170e015d954b0891d9d2854372753a70b/model.py#L118 https://github.com/bguisard/SuperResolution/blob/7c88843170e015d954b0891d9d2854372753a70b/model.py#L120 https://github.com/bguisard/SuperResolution/blob/7c88843170e015d954b0891d9d2854372753a70b/model.py#L123 I dont know PyTorch of old version. However, code above may be wrong with PyTorch 1.6+, because the parameters could not be registered. The forward propagation can...
Dear author, During running the testing code with "python run --model upsample4x.pth --target_image lr.jpg" i am facing the following error. Kindly help to fix this issue and also specify the...