Skip to content
Snippets Groups Projects
Commit adeddaa7 authored by Ellison Scheuller's avatar Ellison Scheuller
Browse files

Edit test_contrastive_vae_tuner.py

parent d1e0dbcf
No related branches found
No related tags found
No related merge requests found
...@@ -338,6 +338,6 @@ if __name__ == '__main__': ...@@ -338,6 +338,6 @@ if __name__ == '__main__':
num_samples=2000, num_samples=2000,
######### resources_per_trial={'cpu': 2, 'gpu': 1 / 4}, #old version ######### resources_per_trial={'cpu': 2, 'gpu': 1 / 4}, #old version
#resources_per_trial={'cpu': 6, 'gpu': 0.5}, #big increase #resources_per_trial={'cpu': 6, 'gpu': 0.5}, #big increase
resources_per_trial={'cpu': 2} resources_per_trial={'cpu': 2},
max_concurrent_trials=16 max_concurrent_trials=16
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment