krisrs1128 / clouds_dist

Simulation of low-clouds, from weather measures.
4 stars 1 forks source link

helper to upload wandb runs #118

Closed krisrs1128 closed 4 years ago

krisrs1128 commented 4 years ago

Example usage: Say you have a bunch of runs in some nested structure,

parent/
  test1/
    run_0/
    run_1/
 ..
  test2/
    run_0/
    run_1/
...

Then, to upload the wandb dryruns from all the runs, you can call this script with parent as the script's -r argument. (technically, you can call any of its parents, it recursively searches for the wandb pattern).