brain-score / brain-score/vision
database schema is defined redundantly with brain-score.web
Open
- Dominant language
- Python
- Stars
- 193
- Forks
- 105
- Avg merge
- 10h 48m
- Merged PRs (30d)
- 10
Description
the database schema is defined in 2 places:
1. in brain-score.web https://github.com/brain-score/brain-score.web/blob/master/benchmarks/models.py
2. and in brain-score https://github.com/brain-score/brain-score/blob/master/brainscore/submission/models.py
this makes it difficult to maintain and we should discuss how to unify them. Eg have brain-score.web import the models from brain-score
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.