benchmark
dabb4a04 - Raise RuntimeError when models are missing get_module() implementation

Commit
4 years ago
Raise RuntimeError when models are missing get_module() implementation Since, we call get_module in each of the unit tests: train, eval, example, and check_device, the unit tests are skipped when get_module() is Not Implemented. This is because we catch NotImplemented in test.py. We should throw error when it is missing in any test.
Author
Committer
Parents
Loading