8000 bi_rnn_weights is not define · Issue #1 · cenkcorapci/forex-prediction · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
bi_rnn_weights is not define #1
Open
@khangvan

Description

@khangvan

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0