utilsd
utilsd copied to clipboard
Common deep learning utils.
In order to reconstruct an instance solely from logs, one need to know the type of a config class besides its parameters. In this commit, a config_type.json will be generated...
typeguard 3.0 changed the function signature and cause the following error `utilsd.config.exception.ValidationError: Object can not be loaded. Cause: check_type() takes 2 positional arguments but 3 were given`
Roadmap
## v0.1 The following items shall be completed before v0.1 release. ### Analysis - [ ] Redesign ### Config - [x] Deprecated the usage of inheriting PythonConfig - [x] Usage...