Skip to content

Commit

Permalink
Lower test parameters to run on travis
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 219725054
  • Loading branch information
andrewluchen authored and Copybara-Service committed Nov 2, 2018
1 parent e57f310 commit 290d90c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion probabilistic_vqvae/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ pip install tf-nightly
pip install tfp-nightly
pip install -r probabilistic_vqvae/requirements.txt
python -m probabilistic_vqvae.mnist_experiments \
--max_steps=500 --latent_size 2 --code_size 4 --base_depth 8 --batch_size 16
--max_steps=500 \
--latent_size 2 --num_codes 2 --code_size 4 --base_depth 2 --batch_size 4 \
--nouse_autoregressive_prior

0 comments on commit 290d90c

Please sign in to comment.