brain-score / sample-model-submission

Template and examples for model submissions to Brain-Score
6 stars 12 forks source link

Test that dummy pytorch model passes checks (currently does not) #14

Open ggaziv opened 2 years ago

ggaziv commented 2 years ago

It appears like simple dummy pytorch models (e.g., single-layer sequential model) do not pass the checks. To reproduce run:

pytest tests/models/test_dummy_pytorch_model_submit.py