issues
search
simplymathematics
/
deckard
tooling for evaluating AI
GNU General Public License v3.0
3
stars
2
forks
source link
better hydra integration
#184
Open
simplymathematics
opened
3 months ago
simplymathematics
commented
3 months ago
[ ] move optimizer/loss function to Model dataclass
[ ] use post-init instead of call functions
[ ] pre-declare properties (i.e. data_file, training_time) that are defined during the post-init
[ ] minimize code differences between exp/opt
[ ] read dvc.params in on ever layer but optimise
[ ] parse dvc params using hydra to simplify the params.yaml output
[ ] better hydra integration (remove remaining name/params/kwargs)
[ ] remove redundancies in call functions