PyTorch
huggan
gan
bhadresh-savani commited on
Commit
b16c89c
·
1 Parent(s): cad46af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -64,11 +64,16 @@ cd community-events/huggan/pytorch/pix2pix/
64
  accelerate config
65
 
66
  # launch training with required parameters
67
- accelerate launch train.py --checkpoint_interval 1 --dataset huggan/edges2shoes --push_to_hub --output_dir pix2pix-edge2shoes --hub_model_id huggan/pix2pix-edge2shoes --wandb --batch_size 64 --n_epochs 5
68
  ```
69
 
70
  ## Generated Images
71
 
 
 
 
 
 
72
  ![image1](34000.png)
73
  ![image2](35000.png)
74
 
 
64
  accelerate config
65
 
66
  # launch training with required parameters
67
+ accelerate launch train.py --checkpoint_interval 10 --dataset huggan/edges2shoes --push_to_hub --model_name pix2pix-edge2shoes --batch_size 128 --n_epochs 100
68
  ```
69
 
70
  ## Generated Images
71
 
72
+ Here,
73
+ First Image Row: Input Sketch
74
+ Second Image Row: Generated Image
75
+ Third Image Row: Target Image
76
+
77
  ![image1](34000.png)
78
  ![image2](35000.png)
79