Skip to content

Commit df6e605

Browse files
authored
Add files via upload
1 parent 329ece3 commit df6e605

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Generative_Modeling/DDPM2d/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# VAE2d
2-
This is the implementation of "Variational Autoencoder" corresponding to 2-dimensional shape.<br>
3-
Original paper: D. P. Kingma and M. Welling. Auto-encoding variational bayes. In International Conference on Learning Representations, 2014. [link](https://arxiv.org/abs/1312.6114)
1+
# DDPM2d
2+
This is the implementation of "DDPM" corresponding to 2-dimensional shape.<br>
3+
Original paper: J. Ho, A. Jain, and P. Abbeel. Denoising Diffusion Probabilistic Models. In Annual Conference on Neural Information Processing Systems, 2020. [link](https://arxiv.org/abs/2006.11239)
44

55
## Usage
66

@@ -66,7 +66,7 @@ If you want to view specific examples of command line arguments, please view "sr
6666
6767
DATA='celebA'
6868
69-
./VAE2d \
69+
./DDPM2d \
7070
--train true \
7171
--epochs 300 \
7272
--dataset ${DATA} \
@@ -96,7 +96,7 @@ If you want to view specific examples of command line arguments, please view "sr
9696
9797
DATA='celebA'
9898
99-
./VAE2d \
99+
./DDPM2d \
100100
--test true \
101101
--dataset ${DATA} \
102102
--test_in_dir "test" \
@@ -129,7 +129,7 @@ If you want to view specific examples of command line arguments, please view "sr
129129
130130
DATA='celebA'
131131
132-
./VAE2d \
132+
./DDPM2d \
133133
--synth true \
134134
--dataset ${DATA} \
135135
--size 256 \
@@ -158,7 +158,7 @@ If you want to view specific examples of command line arguments, please view "sr
158158
159159
DATA='celebA'
160160
161-
./VAE2d \
161+
./DDPM2d \
162162
--sample true \
163163
--dataset ${DATA} \
164164
--sample_total 100 \

0 commit comments

Comments
 (0)