remove summary

This commit is contained in:
William Falcon
2019-12-11 06:50:20 -08:00
parent bb3c934805
commit 23f1b98c0e
-2
View File
@@ -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