StanfordMIMI / skm-tea

Repository for the Stanford Knee MRI Multi-Task Evaluation (SKM-TEA) Dataset
MIT License
77 stars 15 forks source link

Model zoo tests #7

Closed ad12 closed 2 years ago

ad12 commented 2 years ago

Add tests for validating that all models in the zoo can be built for test-time inference.

Limitations

  1. This does not test files that have dependencies on particular packages/versions that are not met at run time.
  2. It does not test if the config files are viable for training. This has to be done manually for now