We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2cb10 commit bedbd4cCopy full SHA for bedbd4c
tensorflow_asr/datasets/base_dataset.py
@@ -46,7 +46,6 @@ def __init__(self,
46
self.use_tf = use_tf
47
self.drop_remainder = drop_remainder # whether to drop remainder for multi gpu training
48
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
50
self.total_steps = None # for better training visualization
51
52
@abc.abstractmethod
0 commit comments