mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
remove summary
This commit is contained in:
@@ -159,8 +159,6 @@ def run_prediction(dataloader, trained_model, dp=False, min_acc=0.50):
|
||||
acc = torch.mean(acc).item()
|
||||
|
||||
else:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
y_hat = trained_model(x)
|
||||
|
||||
# acc
|
||||
|
||||
Reference in New Issue
Block a user