Skip to content

See RNN v1.13.2

Choose a tag to compare

@OverLordGoldDragon OverLordGoldDragon released this 08 May 21:49
· 28 commits to master since this release

BUGFIXES:

  • get_weights(mode='weights', as_dict=True) would incorrectly handle data packing, getting layer names instead of weight names, thus omitting and mis-labeling weights
  • get_weights() would ignore learning_phase argument, always defaulting to 1 via _get_grads()