Skip to content

Commit

Permalink
Remove deprecated parameter from ARAE read me.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcamino committed Jan 28, 2019
1 parent ffd7005 commit 4c48bcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions multi_categorical_gans/methods/arae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ python multi_categorical_gans/methods/arae/trainer.py \
--num_autoencoder_steps=1 \
--num_discriminator_steps=1 \
--num_generator_steps=1 \
--discriminator_clamp=0.01 \
--autoencoder_noise_radius=0 \
--seed=123 \
data/synthetic/mix_small/synthetic-train.features.npz \
Expand Down Expand Up @@ -88,7 +87,6 @@ python multi_categorical_gans/methods/arae/trainer.py \
--num_autoencoder_steps=1 \
--num_discriminator_steps=1 \
--num_generator_steps=1 \
--discriminator_clamp=0.01 \
--autoencoder_noise_radius=0 \
--seed=123 \
--temperature=0.666 \
Expand Down

0 comments on commit 4c48bcd

Please sign in to comment.