Skip to content

Commit bedbd4c

Browse files
committed
✍️ update dataset
1 parent de2cb10 commit bedbd4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorflow_asr/datasets/base_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def __init__(self,
4646
self.use_tf = use_tf
4747
self.drop_remainder = drop_remainder # whether to drop remainder for multi gpu training
4848
self.indefinite = indefinite # Whether to make dataset repeat indefinitely -> avoid the potential last partial batch
49-
if self.indefinite: self.drop_remainder = False # No dropping remainder in indefinite dataset
5049
self.total_steps = None # for better training visualization
5150

5251
@abc.abstractmethod

0 commit comments

Comments
 (0)