Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sangyun884 authored May 26, 2024
1 parent 3b3c9ba commit 43babe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can download inception statistics from [here](https://drive.google.com/drive
### Image to image translation
Lion (291) -> Tiger (292):
```
python generate.py --gpu 0 --dir runs/test-inversion --solver euler --N 4 --N_decode 2 --batchsize 6 --ckpt imagenet-configE.pth --config configs_unet/imagenet64.json --action inversion \
python generate.py --gpu 0 --dir runs/test-inversion --solver euler --N 4 --N_decode 2 --batchsize 6 --ckpt imagenet-configF.pth --config configs_unet/imagenet64.json --action inversion \
--data_path imagenet-samples/n02129165/ --num_samples 6 --sampler new --label_inv 291 --label_rec 292
```

Expand Down Expand Up @@ -81,4 +81,4 @@ python train.py --gpu 0,1,2,3,4,5,6,7 --dir runs/test-afhq --learning_rate 2e-4
## Citation
```
TBA
```
```

0 comments on commit 43babe7

Please sign in to comment.