graphic visualization of layer weights #24
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
hypothetical
question
Further information is requested
https://stackoverflow.com/questions/42861460/how-to-interpret-weights-in-a-lstm-layer-in-keras?utm_medium
keras-team/keras#3088
for e in zip(model.layers[0].trainable_weights, model.layers[0].get_weights()):
print('Param %s:\n%s' % (e[0],e[1]))
The text was updated successfully, but these errors were encountered: