- [x] Restructure Training Procedure into Classes - [x] Implement Regularizer as abstract decorator - [x] Implement Jacobian Reg - [x] Implement Spectral Reg - [x] Test Jacobian and Spectral Regularisation against legacy code - [x] Implement L2 Reg - [ ] Update Abstract Model Class - [ ] Create Architectures module and separate code from LocalLearning module - [ ] Put SpectralReg Model into LocalLearning Architecture one