We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91376f3 commit 5d86be7Copy full SHA for 5d86be7
utils/split_model_tests.py
@@ -73,5 +73,5 @@
73
start = end
74
end = start + num_jobs_per_splits + (1 if idx < num_jobs % args.num_splits else 0)
75
model_splits.append(d[start:end])
76
- model_splits = [["models/vit"]]
+ # model_splits = [["models/vit"]]
77
print(model_splits)
0 commit comments