ProGamerGov / neural-style-pt

PyTorch implementation of neural style transfer algorithm
MIT License
833 stars 178 forks source link

NIN Upres #52

Closed spot92 closed 4 years ago

spot92 commented 4 years ago

Looking at the post here: https://github.com/jcjohnson/neural-style/wiki/Techniques-For-Increasing-Image-Quality-Without-Buying-a-Better-GPU

It looks like I will run the standard VGG code and then when that is done, I replace the model path with nin_imagenet.pth? This will allow me to upres images that I make? Or is there something that I am missing?

ProGamerGov commented 4 years ago

Yeah, but you'll also have to change the layers as well because NIN uses different layers. "NIN Upres" is also just multiscale generation.