Anton Schwaighofer
Anton Schwaighofer
Idea for inheritance: ``` TEMPLATE: ../foo/bar.yml SYSTEM: NUM_GPUS: 2 TRAIN: SCALES: (1, 2) ``` this should allow multiple levels of inheritance
templates could also be added for specific parts of the tree
Allow type checking on fields that are None by default. Could use `params` library, or do introspection to retrieve the type annotation
superseded by #589
> Why not straight to version 3.10? @mebristo , because some AzureML packages are not yet supported by 3.10
torch will raise lots of problems, see https://stackoverflow.com/questions/50319943/pytorch-error-message-torch-has-no-member for a solution
@fepegar , good point about jumping to 3.9, will get going with that.
Superseded by #589