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

feat: small fixes and README update #80

Merged
merged 12 commits into from
Oct 10, 2023
Prev Previous commit
Next Next commit
feat: revert GMM config for now
lollcat committed Oct 9, 2023
commit 92c1477657df9269fac1114bc02eb398175a1121
15 changes: 5 additions & 10 deletions experiments/config/many_well.yaml
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ training:
checkpoint_load_dir: null # or null
seed: 0
lr: 3e-4
batch_size: 100
batch_size: 2048
n_iterations: null
n_flow_forward_pass: 10_000_000_0
n_flow_forward_pass: 10_000_000_000
use_gpu: true
use_64_bit: true
use_buffer: false
@@ -53,18 +53,13 @@ training:
evaluation:
n_plots: 50 # number of times we visualise the model throughout training.
n_eval: 50 # for calculating metrics of flow w.r.t target.
eval_batch_size: 1000 # must be a multiple of inner batch size
eval_batch_size: 2048 # must be a multiple of inner batch size
n_checkpoints: 10 # number of model checkpoints saved
save_path: ./results/many_well/seed${training.seed}/



logger:
wandb:
name: Manywell
project: fab
entity: flow-ais-bootstrap
tags: [many_well]
# pandas_logger:
# save_period: 1000 # how often to save the pandas dataframe as a csv
pandas_logger:
save_period: 1000 # how often to save the pandas dataframe as a csv