Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This was run from this implementation: https://github.com/NielsRogge/community-events-1/blob/improve_pix2pix/huggan/pytorch/pix2pix/train.py
|
2 |
+
|
3 |
+
The command to run was:
|
4 |
+
|
5 |
+
```bash
|
6 |
+
accelerate launch train.py --checkpoint_interval 1 --push_to_hub --output_dir pix2pix-facades --hub_model_id huggan/pix2pix-facades-demo --wandb
|
7 |
+
```
|