from local

This commit is contained in:
dohe0342 2023-01-26 11:06:34 +09:00
parent 1938740f86
commit bdb05236b2
2 changed files with 2 additions and 1 deletions

View File

@ -1595,7 +1595,8 @@ def run_adapter(rank, world_size, args, wb=None):
print('\n'*5)
print('-'*30)
print(train_dl)
for batch in train_dl:
print(batch)
print('-'*30)
print('\n'*5)
exit()