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

Releases: lukalabs/cakechat

CakeChat v2.0.1

23 May 19:16
bc61a48
Compare
Choose a tag to compare
  • fixed requirements installation in Dockerfile.gpu
  • tensorflow and tensorboard -> 1.12.2

CakeChat v2.0

24 May 18:40
0a33a3a
Compare
Choose a tag to compare

Major update:

  • Migrated to Keras on top of Tensorflow + Python 3.5
  • Supported multi-GPU training with horovod
  • Supported cudnnGRU for quicker inference
  • Optimized training model architecture (speed-up by 42%)
  • Increased hidden state dimension to 768

CakeChat v1.3.1

27 Dec 13:58
3759ac4
Compare
Choose a tag to compare
  • Updated 'requests' dependency to get rid of security alert

CakeChat v1.3

30 Jul 12:42
d231b03
Compare
Choose a tag to compare

Two functions updated:

  • save_model preserves parameters' names while saving their values to a dump
  • load_weights restores saved weight separately for each model's parameter

Thus you can initialize all or some of your model's parameters with weights that could come from a model with different architecture. Your model's parameter will be initialized with a saved value if the parameter's name and shape are the same as for the saved parameter. Otherwise it will keep its default initialization weights.

CakeChat v1.2

16 Jul 17:09
1efee48
Compare
Choose a tag to compare
  • 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.

CakeChat v1.1

15 Jun 13:53
Compare
Choose a tag to compare
  • Python 2+3 compatibility (thanks to @Oxylibrium)

CakeChat v1.0.1

06 Feb 13:19
0b3b647
Compare
Choose a tag to compare

Changes:

  • Fixed Tensorboard dependencies
  • Fixed Setuptools broken version
  • Provided pre-built Docker images

CakeChat v1.0

02 Feb 07:33
Compare
Choose a tag to compare

The initial release of CakeChat: Emotional Generative Dialog System.