-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
34 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,12 @@ | ||
| python run_vae_ctrl_gen.py --batch-sizes 90 --max_length 32 --add_attn --do_train --adapter_size 128 --latent_size 32 --experiment yelp_polarity_iter6000_as128_scalar1.0_add_attn_beta1.0_reg-kld_attn_mode-none_ffn_option-parallel_ffn_enc_layer-8_dec_layer-12_zdim-32_zrate-10.0_sd-42_2.12 | ||
| GPU=0 | ||
| DATA=yelp_polarity | ||
| LATENT_GEN=latent_attn | ||
| EXPERIMENT= [the pretrained model folder using run_lm.sh in ../src folder] | ||
|
|
||
| CUDA_VISIBLE_DEVICES=$GPU python run_vae_ctrl_gen.py \ | ||
| --dataset $DATA \ | ||
| --batch-sizes 90 --max_length 32 \ | ||
| --add_attn --do_train \ | ||
| --adapter_size 128 --latent_size 32 \ | ||
| --latent_gen $LATENT_GEN \ | ||
| --experiment $EXPERIMENT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters