facebookresearch / facebookresearch/jepa
Evals not eval for evaluation script (typo)
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 422
- PR merge metrics
- No merged PRs in 30d
Description
In the READme "Launching evaluations" section there is a typo in the three following scripts:
```
python -m evals.main \
--fname configs/eval/vitl16_in1k.yaml \
--devices cuda:0 cuda:1 cuda:2
```
```
python -m evals.main_distributed \
--fname configs/eval/vitl16_in1k.yaml \
--folder $path_to_save_stderr_and_stdout \
--partition $slurm_partition
```
```
python -m evals.main_distributed \
--fname configs/eval/vitl16_k400.yaml \
--folder $path_to_save_stderr_and_stdout \
--partition $slurm_partition
```
for the fname argument eval should be evals.
Contributor guide
Research direction
Open the README's "Launching evaluations" section and inspect the three command examples shown in the issue. Change the three fname values from eval to evals, then verify that all three documented commands use the corrected module path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100