DanHarJor / GENE_ML

All base functions and classes will be written here, then this will be inported into GENE UQ and DEEPlasma
0 stars 0 forks source link

Estimate Run Time Per Sample #2

Open DanHarJor opened 3 months ago

DanHarJor commented 3 months ago

Currently the runner receives a guess for the time taken for one sample. One could implement a small run with a large wall clock limit to ensure the run completes and use the wall time from the run to make the guess for one sample to complete. The small run should have samples that represent the entire range being scanned.

DanHarJor commented 2 weeks ago

The run time is being collected and added to the dataframe. It just needs to be utalised to guess the run time for each sample.