brightmart / text_classification

all kinds of text classification models and more with deep learning
MIT License
7.83k stars 2.57k forks source link

Remove using self.batch_size explicitly in model #141

Closed acadTags closed 3 years ago

acadTags commented 4 years ago

This change removes using self.batch_size explicitly in the model. This allows different batch sizes used in the same run for training and testing.