Skip to content

Commit b7e9c48

Browse files
authored
Update experiment.py
1 parent 0f90a5a commit b7e9c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def training_step(self, batch, batch_idx):
407407

408408
return {'loss': loss}
409409

410-
def on_train_batch_end(self, outputs, batch, batch_idx: int) -> None:
410+
def on_train_batch_end(self, outputs, batch, batch_idx: int, dataloader_idx:int) -> None:
411411
"""
412412
after each training step ...
413413
"""

0 commit comments

Comments
 (0)