few-shot-gan-adaptation icon indicating copy to clipboard operation
few-shot-gan-adaptation copied to clipboard

Something wrong in your code in 'Visualizing correspondence results'

Open APushingBoy opened this issue 3 years ago • 1 comments

What you wrote now is: CUDA_VISIBLE_DEVICES=0 python generate.py --ckpt_source /path/to/source --ckpt_target /path/to/target --load_noise noise.pt CUDA_VISIBLE_DEVICES=0 python generate.py --ckpt_source /path/to/source --ckpt_target /path/to/source --load_noise noise.pt --mode interpolate

In the second one, I think it shouldn't be 'path/to/source' but 'path/to/target' after '--ckpt_target'. Am I right?

APushingBoy avatar Dec 15 '21 15:12 APushingBoy

Oh I believe I'm right, cause I got the right output after change 'path to source' to 'path to target'.

APushingBoy avatar Dec 15 '21 15:12 APushingBoy