Closed DeNeutoy closed 7 years ago
Threading the batch size through Trainer and TextTrainer might not be the best way to do this, because it is probably a bit confusing as to why we aren't using the self.batch_size attribute. Aside from that, this appears to work smoothly.
Trainer
TextTrainer
self.batch_size
Threading the batch size through
Trainer
andTextTrainer
might not be the best way to do this, because it is probably a bit confusing as to why we aren't using theself.batch_size
attribute. Aside from that, this appears to work smoothly.