Skip to content

Commit 3681c5c

Browse files
committed
Another sotabench.py debug iter
1 parent 0802985 commit 3681c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sotabench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def _entry(model_name, paper_model_name, paper_arxiv_id, batch_size=BATCH_SIZE,
446446
# FIXME debug sotabench dataset issues
447447
from pprint import pprint
448448
from glob import glob
449-
pprint([glob('./.data/**', recursive=True)])
449+
pprint([glob('./**', recursive=True)])
450450
pprint([glob('./.data/vision/**', recursive=True)])
451451

452452
for m in model_list:

0 commit comments

Comments
 (0)