Open atonkamanda opened 8 months ago
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.
In the READme "Launching evaluations" section there is a typo in the three following scripts:
for the fname argument eval should be evals.