I'm currently using Keras to solve a regression problem. And I want the weights of my layers (embedding layers).
I'm using layer.get_weights()
from keras, but it doesn't show me the full output.
Already tried to save_weights()
but when I try to convert the hdf5 file it says that is empty.
Any solution?