Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alceubissoto committed May 8, 2019
1 parent c9f213c commit 990afb4
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 @@ -36,7 +36,7 @@ in train and test, with 250 out of the total 2594 images for test.
# Running the GAN

### Install dependencies
`pip3 install torch torchvision dominate tqdm scikit-learn`
`pip3 install -r requirements.txt`

### Run training
`python3 train.py --name label2skin --dataroot datasets/skin/ --label_nc 8 --gpu_id 0 --batchSize 2 --tf_log --continue_train`
Expand Down

0 comments on commit 990afb4

Please sign in to comment.