forked from HuajieShao/ControlVAE-ICML2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readMe.txt
23 lines (15 loc) · 770 Bytes
/
readMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
In order to reproduce the experiment results, please follow the instructions below to run code. Here we acknowledge some users who open repositories on Github and we reuse some of their code to do experiments
1. Before running the models, Please first look at "data_download.txt" to download public data
2. Please install some packages in "requirements.txt"
## [1] Disentangling experiments
1)>> run visdom server: bash run_server.sh
2)>> bash run_dsprites_pid_c18.sh
## Image Generation experiments
1) bash run_server.sh
2) bash run_celeba_PID_z500_KL200_d128.sh
## Language Modeling
1) for text generation on PTB data, please run
>> bash run_vae_transform_ptb_pid.sh
2) for Dialog generation on SW data:
>> unzip data.zip to get the SW data
>> bash run_pid.sh