Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding integration tests for the JAG MACC models #2004

Merged
merged 9 commits into from
Jan 4, 2022
Prev Previous commit
Next Next commit
Tweaked reconstruction ranges for lassen
  • Loading branch information
bvanessen committed Dec 22, 2021
commit f3c3bb9022d87de12947f481b7dd27f6b5026211
4 changes: 2 additions & 2 deletions bamboo/integration_tests/test_integration_jag_wae.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
z_dim = 20 # latent space dim (default: 20)

# Reconstruction loss
expected_train_pc_range = (20.1, 20.2)
expected_test_pc_range = (19.3, 19.4)
expected_train_pc_range = (20.0, 20.2)
expected_test_pc_range = (19.2, 19.4)

# Average mini-batch time (in sec) for each LC system
# Note that run times are with LBANN_DETERMINISTIC set
Expand Down