DOI-USGS / lake-temperature-lstm-static

Predict lake temperatures at depth using static lake attributes
Other
0 stars 3 forks source link

Accommodate separate config files for separate training runs #28

Open AndyMcAliley opened 2 years ago

AndyMcAliley commented 2 years ago

Under the current workflow, after a training run is queued on HPC resources, train_config.yaml must remain untouched - at least until the run starts - because Snakemake will read configuration info from that file upon starting. This means that a new run with changes to the configuration file musn't be started until the old run reaches the front of the queue and begins. That's a bottleneck for our workflow.

A more robust solution would be to use separate config files for each run.