Closed corranmac closed 3 years ago
Think I should have everything set up correct but I get an invalid syntax when I run
python scripts/train_restyle_psp.py \ --dataset_type=fashion \ --encoder_type=ResNetBackboneEncoder \ --exp_dir=experiment/restyle_psp_ffhq_encode \ --workers=8 \ --batch_size=8 \ --test_batch_size=8 \ --test_workers=8 \ --val_interval=5000 \ --save_interval=10000 \ --start_from_latent_avg \ --lpips_lambda=0.8 \ --l2_lambda=1 \ --w_norm_lambda=0 \ --id_lambda=0.1 \ --input_nc=6 \ --n_iters_per_batch=5 \ --output_size=256 \ --stylegan_weights=pretrained_models/stylegan2-ffhq-config-f.pt
Can you please show where you get the invalid syntax by sending the stack trace?
Think I should have everything set up correct but I get an invalid syntax when I run
python scripts/train_restyle_psp.py \ --dataset_type=fashion \ --encoder_type=ResNetBackboneEncoder \ --exp_dir=experiment/restyle_psp_ffhq_encode \ --workers=8 \ --batch_size=8 \ --test_batch_size=8 \ --test_workers=8 \ --val_interval=5000 \ --save_interval=10000 \ --start_from_latent_avg \ --lpips_lambda=0.8 \ --l2_lambda=1 \ --w_norm_lambda=0 \ --id_lambda=0.1 \ --input_nc=6 \ --n_iters_per_batch=5 \ --output_size=256 \ --stylegan_weights=pretrained_models/stylegan2-ffhq-config-f.pt