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()
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 weightsget_weights()
would ignorelearning_phase
argument, always defaulting to1
via_get_grads()