from local

This commit is contained in:
dohe0342 2023-01-03 10:52:18 +09:00
parent 3e6a03d9f8
commit 8b9459d8fa
2 changed files with 3 additions and 3 deletions

View File

@ -780,9 +780,9 @@ def main():
test_sets = ["test-clean", "test-other"] test_sets = ["test-clean", "test-other"]
test_dl = [test_clean_dl, test_other_dl] test_dl = [test_clean_dl, test_other_dl]
for n, p in model.named_parameters(): #for n, p in model.named_parameters():
if 'adapter' in n: # if 'adapter' in n:
print(p) # print(p)
for test_set, test_dl in zip(test_sets, test_dl): for test_set, test_dl in zip(test_sets, test_dl):
results_dict = decode_dataset( results_dict = decode_dataset(