Skip to content

Commit

Permalink
multi_gpu, train lsun datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
sxhxliang committed Nov 15, 2018
1 parent 9f65bd1 commit 99b3679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for 128\*128\*3 resolution

python main.py --batch_size 64 --dataset lsun --adv_loss hinge --version biggan_lsun --image_path /data1/datasets/lsun/lsun

python main.py --batch_size 64 --dataset lsun --adv_loss hinge --version biggan_lsun --image_path ./data
python main.py --batch_size 64 --dataset lsun --adv_loss hinge --version biggan_lsun --parallel True --gpus 0,1,2,3

## Different

Expand Down

0 comments on commit 99b3679

Please sign in to comment.