Expose wandb.init
argument resume
to neural-lam.train_model
#129
Labels
wandb.init
argument resume
to neural-lam.train_model
#129
Wandb.init has a
resume
flag where you can continue existing experiments based on id: https://docs.wandb.ai/ref/python/init/. I find that quite useful, especially on HPC systems that crash often or have limited runtime for jobs.This should require changes only in
train_model
and inutils
.The text was updated successfully, but these errors were encountered: