gordicaleksa / pytorch-neural-style-transfer

Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.
https://youtube.com/c/TheAIEpiphany
MIT License
376 stars 79 forks source link

how can I get style reconstruction? #12

Closed nevereverforget1 closed 1 year ago

nevereverforget1 commented 1 year ago

how can I get style reconstruction?should I set 'should_reconstruct_content' False?but it does not work

ZzzTD commented 1 year ago

May I ask how you solved this problem?