brain-score / brain-score/vision
PLS assumes # dims >= 25
Open
- Dominant language
- Python
- Stars
- 193
- Forks
- 105
- Avg merge
- 10h 48m
- Merged PRs (30d)
- 10
Description
The PLS neural regression benchmarks assume the model layer has at least 25 dimensions, and therefore fail to run when the model layer has fewer than 25.
Perhaps one could work around this issue by artificially padding the model layer with zeros, but imo it would be better to have this handled gracefully on the benchmark side by changing the sklearn constructor call to something like `PLSRegression(n_components=min(num_model_neurons, 25))`.
Not sure how to do this cleanly; submitting this issue as a suggestion.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.