PyTorch
huggan
gan
nielsr HF staff commited on
Commit
caa733d
·
1 Parent(s): 496a288

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -46,7 +46,11 @@ The data used was huggan/maps.
46
 
47
  ## Training procedure
48
 
49
- Preprocessing, hardware used, hyperparameters...
 
 
 
 
50
 
51
  ## Eval results
52
 
 
46
 
47
  ## Training procedure
48
 
49
+ The following command was used:
50
+
51
+ ```bash
52
+ accelerate launch train.py --dataset huggan/maps --push_to_hub --model_name pix2pix-maps --checkpoint_interval 1
53
+ ```
54
 
55
  ## Eval results
56