Skip to content

Nengo version of ModelCheckpoint callback #209

Description

@bmorcos

Right now it's possible to use tf.keras.callbacks.ModelCheckpoint to save (keras) model weights during training under NengoDL, and then use sim.keras_model.load_weights(...) afterwards. However it might be nice to have our own version of this that uses the native save_params and load_params directly.

I briefly looked at the ModelCheckpoint code and after a quick scan it looks like it should be pretty reasonable to subclass.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions