You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same here.
Looks like an update to keras progbar broke a bunch of stuff? There was apparently a similar problem in keras-rl keras-rl/keras-rl#179
I hoped that setting verbose to 0 or 2 would at least let me build a vocab, but no luck.
----> 4 tokenizer.build_vocab(X)
~/anaconda3/envs/msa/lib/python3.6/site-packages/keras_text/processing.py in build_vocab(self, texts, verbose, **kwargs)
381 count_tracker.finalize()
382 self._counts = count_tracker.counts
--> 383 progbar.update(len(texts), force=True)
384
385
TypeError: update() got an unexpected keyword argument 'force'
The text was updated successfully, but these errors were encountered: