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
@@ -63,7 +63,7 @@ def main():
|
||||
assert result == 1, 'amp + ddp model failed to complete'
|
||||
|
||||
# test prediction
|
||||
data = model.test_dataloader
|
||||
data = model.val_dataloader
|
||||
for batch in data:
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user