Skip to content

Commit c176a15

Browse files
authored
Add files via upload
1 parent df6e605 commit c176a15

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Generative_Modeling/DDIM2d/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+
# DDIM2d
2+
This is the implementation of "DDIM" corresponding to 2-dimensional shape.<br>
3+
Original paper: J. Song, C. Meng, and S. Ermon. Denoising Diffusion Implicit Models. In International Conference on Learning Representations, 2021. [link](https://arxiv.org/abs/2010.02502)
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+
./DDIM2d \
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+
./DDIM2d \
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+
./DDIM2d \
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+
./DDIM2d \
162162
--sample true \
163163
--dataset ${DATA} \
164164
--sample_total 100 \

0 commit comments

Comments
 (0)