brain-score / brain-score/vision
invalid paths in `convnextv2-tiny` prevent checkout
- Dominant language
- Python
- Stars
- 193
- Forks
- 105
- Avg merge
- 10h 48m
- Merged PRs (30d)
- 10
Description
The `convnextv2-tiny` includes files with paths that are not accepted by my filesystem (WSL Ubuntu) and prevent git checkout:
```
$ git checkout origin/master
error: invalid path 'brainscore_vision/models/convnextv2-tiny/__init__.py:Zone.Identifier'
error: invalid path 'brainscore_vision/models/convnextv2-tiny/model.py:Zone.Identifier'
error: invalid path 'brainscore_vision/models/convnextv2-tiny/requirements.txt:Zone.Identifier'
error: invalid path 'brainscore_vision/models/convnextv2-tiny/test.py:Zone.Identifier'
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the checkout failure on WSL Ubuntu and inspect the listed paths under brainscore_vision/models/convnextv2-tiny/. Check how the four :Zone.Identifier paths entered the repository. Done means the invalid paths are no longer present and git checkout succeeds on the affected filesystem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python, ubuntu
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100