Open
Description
While i try run benchmark code, there is error seem bi_rnn_weights is not create from step above.
I try to use model.save_weights & model.load_weights but not working also.
Could you have a look this part?
model.save_weights(filepath) saves the weights of the model as a HDF5 file.
model.load_weights(filepath, by_name=False) loads the weights of the model from a HDF5 file (created by save_weights). By default, the architecture is expected to be unchanged. To load weights into a different architecture (with some layers in common), use by_name=True to load only those layers with the same name.
Metadata
Metadata
Assignees
Labels
No labels