Kevin Fink
commited on
Commit
·
ce52bdd
1
Parent(s):
9ac7e52
dev
Browse files
app.py
CHANGED
@@ -245,6 +245,7 @@ def fine_tune_model(dataset_name, hub_id, api_key, num_epochs, batch_size, lr, g
|
|
245 |
def filter_checkpoints_dirs(l):
|
246 |
new_list = list()
|
247 |
for entry in l:
|
|
|
248 |
if 'checkpoint' in entry:
|
249 |
new_list.append(entry)
|
250 |
return new_list
|
|
|
245 |
def filter_checkpoints_dirs(l):
|
246 |
new_list = list()
|
247 |
for entry in l:
|
248 |
+
print(entry)
|
249 |
if 'checkpoint' in entry:
|
250 |
new_list.append(entry)
|
251 |
return new_list
|