Huage001 / AdaAttN

Officially unofficial PyTorch re-implementation of paper: AdaAttN: Revisit Attention Mechanism in Arbitrary Neural Style Transfer, ICCV 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what should i set the numbers of lambda_content??

zhongyuning opened this issue · comments

In my screen, the lambda_content is always zero, i find the lambda_content is zero by default, i dont know how to set it , could you tell me how to set? Thanks!

Just change '--lambda_content 0' to '--lambda_content xx' in train_adaattn.sh.
For the exact value, I think xx=1~10 will produce reasonable results.