You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: