Spaces:
Runtime error
Runtime error
File size: 265 Bytes
035e10c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
python train.py \ --name painter \ --gpu_ids 0 \ --model painter \ --dataset_mode null \ --batch_size 64 \ --display_freq 25 \ --print_freq 25 \ --lr 1e-4 \ --init_type normal \ --n_epochs 200 \ --n_epochs_decay 20 \ --max_dataset_size 16384 \ --save_epoch_freq 20 |