mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
removed dummy d
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user