Skip to content

Temperature Cycling + Fixes

Compare
Choose a tag to compare
@minimaxir minimaxir released this 06 Jun 05:11
· 86 commits to master since this release
  • Added ability to cycle temperatures during training (see this notebook for more information
  • Added utf-8 encoding for vocab export.
  • Added alias for train_on_texts(new_model=True) to train_new_model.
  • Fixed an issue where specifying dropout could cause issues.