albarji / neural-style-docker

A dockerized version of neural style transfer algorithms
MIT License
112 stars 34 forks source link

Pytorch implementation of Gatys method #22

Open albarji opened 6 years ago

albarji commented 6 years ago

It might be more easy to maintain to use the pytorch version of Gatys method, available as a notebook here: https://github.com/leongatys/PytorchNeuralStyleTransfer This also might (or might not) help running the code efficiently in V100 cards, for which the current Torch implementation is extremely inefficient.