shenfalong / styletransfer

Real-time neural style transfer via meta networks
https://github.com/FalongShen/styletransfer
BSD 2-Clause "Simplified" License
127 stars 31 forks source link

About the 20 iterations of updates in the pytorch implementation #17

Open HuangYujie94 opened 4 years ago

HuangYujie94 commented 4 years ago

The result is not satisfactory enough in the pytorch implementation without the 20 iterations of updates. So I don't know if it is the problem of the algorithm or just the pytorch implementation

yangyazi commented 1 year ago

Is your Pytorch code for multi-GPU training or single-GPU training? And would it be possible for you to provide me with the code for the single-GPU version? Thank you