disentangled-image-editing-final-project
/
ContraCLIP
/models
/genforce
/scripts
/stylegan_training_demo.sh
| echo "==================================================" | |
| echo "Please ensure you have installed the requirements!" | |
| # Download data. | |
| echo "Downloading data ..." | |
| mkdir -p data/ | |
| wget -nv https://www.dropbox.com/s/vvtcqcujdjeq3zs/mini_animeface.zip?dl=1 \ | |
| -O data/demo.zip --quiet | |
| # Launch training. | |
| echo "Launch training job with 1 GPU." | |
| echo "==================================================" | |
| PORT=6666 ./scripts/dist_train.sh 1 \ | |
| configs/stylegan_demo.py \ | |
| work_dirs/stylegan_demo | |