yuulind commited on
Commit
7ac172d
1 Parent(s): 795d905

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -33,14 +33,15 @@ The official PyTorch implementation [GitHub Repo](https://github.com/junyanz/pyt
33
  | 1 | pix2pix_gen_ckpt_70.pt | Generator | Pix2Pix generator with transpose convolution, 70 epochs. | [pix2pix_gen_ckpt_70.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_ckpt_70.pt) |
34
  | 2 | pix2pix_gen_ckpt_195.pt | Generator | Pix2Pix generator with transpose convolution, 195 epochs. | [pix2pix_gen_ckpt_195.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_ckpt_195.pt) |
35
  | 3 | pix2pix_gen_ckpt_200.pt | Generator | Pix2Pix generator with transpose convolution, 200 epochs. | [pix2pix_gen_ckpt_200.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_ckpt_200.pt) |
 
 
 
 
36
  | 4 | pix2pix_gen_nn_150.pth | Generator | Pix2Pix generator with upsampling, followed by normal convolutions, 150 epochs. | [pix2pix_gen_nn_150.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_nn_150.pth) |
37
  | 5 | pix2pix_gen_nn_300.pth | Generator | Pix2Pix generator with upsampling, followed by normal convolutions, 300 epochs. | [pix2pix_gen_nn_300.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_nn_300.pth) |
38
- | 6 | pix2pix_disc_ckpt_70.pt | Discriminator | Pix2Pix discriminator from epoch 70, with transpose convolution generator. | [pix2pix_disc_ckpt_70.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_ckpt_70.pt) |
39
- | 7 | pix2pix_disc_ckpt_195.pt| Discriminator | Pix2Pix discriminator from epoch 195, with transpose convolution generator. | [pix2pix_disc_ckpt_195.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_ckpt_195.pt) |
40
  | 8 | pix2pix_disc_nn_150.pth | Discriminator | Pix2Pix discriminator from epoch 150, with upsampling generator. | [pix2pix_disc_nn_150.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_nn_150.pth) |
41
  | 9 | pix2pix_disc_nn_300.pth | Discriminator | Pix2Pix discriminator from epoch 300, with upsampling generator. | [pix2pix_disc_nn_300.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_nn_300.pth) |
42
-
43
-
44
  ### Model Sources
45
 
46
  <!-- Provide the basic links for the model. -->
 
33
  | 1 | pix2pix_gen_ckpt_70.pt | Generator | Pix2Pix generator with transpose convolution, 70 epochs. | [pix2pix_gen_ckpt_70.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_ckpt_70.pt) |
34
  | 2 | pix2pix_gen_ckpt_195.pt | Generator | Pix2Pix generator with transpose convolution, 195 epochs. | [pix2pix_gen_ckpt_195.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_ckpt_195.pt) |
35
  | 3 | pix2pix_gen_ckpt_200.pt | Generator | Pix2Pix generator with transpose convolution, 200 epochs. | [pix2pix_gen_ckpt_200.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_ckpt_200.pt) |
36
+ | 4 | pix2pix_disc_ckpt_70.pt | Discriminator | Pix2Pix discriminator from epoch 70, with transpose convolution generator. | [pix2pix_disc_ckpt_70.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_ckpt_70.pt) |
37
+ | 5 | pix2pix_disc_ckpt_195.pt| Discriminator | Pix2Pix discriminator from epoch 195, with transpose convolution generator. | [pix2pix_disc_ckpt_195.pt](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_ckpt_195.pt) |
38
+
39
+ <!--
40
  | 4 | pix2pix_gen_nn_150.pth | Generator | Pix2Pix generator with upsampling, followed by normal convolutions, 150 epochs. | [pix2pix_gen_nn_150.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_nn_150.pth) |
41
  | 5 | pix2pix_gen_nn_300.pth | Generator | Pix2Pix generator with upsampling, followed by normal convolutions, 300 epochs. | [pix2pix_gen_nn_300.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_gen_nn_300.pth) |
 
 
42
  | 8 | pix2pix_disc_nn_150.pth | Discriminator | Pix2Pix discriminator from epoch 150, with upsampling generator. | [pix2pix_disc_nn_150.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_nn_150.pth) |
43
  | 9 | pix2pix_disc_nn_300.pth | Discriminator | Pix2Pix discriminator from epoch 300, with upsampling generator. | [pix2pix_disc_nn_300.pth](https://huggingface.co/yuulind/pix2pix-sar2rgb/resolve/main/pix2pix_disc_nn_300.pth) |
44
+ -->
 
45
  ### Model Sources
46
 
47
  <!-- Provide the basic links for the model. -->