updated args

This commit is contained in:
William Falcon
2019-06-25 19:06:39 -04:00
parent 41a935185c
commit c4da914747
+1
View File
@@ -183,6 +183,7 @@ class Trainer(TrainerIO):
# -----------------
# RUN VALIDATION STEP
# -----------------
pdb.set_trace()
output = model(data_batch, batch_i)
outputs.append(output)