Spaces:
Running
Running
Joschka Strueber
commited on
Commit
·
e604b65
1
Parent(s):
715aed5
[Ref] check number of saved and loaded models
Browse files- src/dataloading.py +1 -0
src/dataloading.py
CHANGED
@@ -44,6 +44,7 @@ def get_leaderboard_models():
|
|
44 |
models.append(model_name)
|
45 |
|
46 |
print(f"API calls: {count_api_calls}")
|
|
|
47 |
|
48 |
# Save model list as txt file
|
49 |
with open("models.txt", "w") as f:
|
|
|
44 |
models.append(model_name)
|
45 |
|
46 |
print(f"API calls: {count_api_calls}")
|
47 |
+
print(f"Number of models: {len(models)}")
|
48 |
|
49 |
# Save model list as txt file
|
50 |
with open("models.txt", "w") as f:
|