IndicoDataSolutions / Passage

A little library for text analysis with RNNs.
MIT License
530 stars 134 forks source link

Setting batch_size in fit() #25

Open kjancsi opened 9 years ago

kjancsi commented 9 years ago

While using real-valued inputs with the Generic layer, I noticed that setting the batch_size in fit() has no effect, it always uses the default value in iterators.py/Linear.