Training and Model Class Restructure
No due date
0% complete
- implement training procedure as class with training parameters and methods to train model with (allows for easier passing of parameters to subfunctions for kfold etc.)
- implement model procedure as class with model architecture parameters and methods to separately build model components (enc, dec, cnn) and combine. Include utils to reset model weights, lo…
- implement training procedure as class with training parameters and methods to train model with (allows for easier passing of parameters to subfunctions for kfold etc.)
- implement model procedure as class with model architecture parameters and methods to separately build model components (enc, dec, cnn) and combine. Include utils to reset model weights, load model weights from another model, transfer training model modification utils