Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement model instantiators using dynamic execution of Python code (#…
…186) * Define deterministic models using dynamic execution of Python code * Implement all model instantiators using dynamic execution of Python code in torch * Implement all model instantiators using dynamic execution of Python code in jax * Add model instantiators test file in torch * Add model instantiators test file in jax * Add parameter to return the source class definition used to instantiate the model * Update annotation and doctring * Update CHANGELOG
- Loading branch information