removed dummy d

This commit is contained in:
William Falcon 2019-07-24 10:55:56 -04:00
parent b684fdf502
commit eb4b3a5752
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def main():
data = model.test_dataloader
for batch in data:
break
out = model(data[0])
out = model(batch[0])
print(out)