vak icon indicating copy to clipboard operation
vak copied to clipboard

ENH: add dataclasses to represents results directories, e.g. `TrainResults` and `LearncurveResults`

Open NickleDave opened this issue 3 years ago • 0 comments

to make it easier to work with the results programmatically.

Will represent the structure of a results_dir_{timestamp} created by one run of vak learncurve or vak train

something like

class LearncurveResults
    ckpt_paths: list
    dataset_paths: list

NickleDave avatar Jan 23 '22 14:01 NickleDave