Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

CakeChat v1.2

Compare
Choose a tag to compare
@nicolas-ivanov nicolas-ivanov released this 16 Jul 17:09
· 14 commits to master since this release
1efee48
  • Code refactoring
  • train.py accepts --init_weights argument that specifies the file for model's initialization
  • Naming of NN models changed: model's name always includes prefix defined in config's NN_MODEL_PREFIX const, which can be general ('cakechat' for example) or specific for the given experiment.