Giter VIP home page Giter VIP logo

Comments (4)

drasmuss avatar drasmuss commented on July 2, 2024 1

If you use sim.save_params/load_params then this will work. When using keras_model.save_weights you're also saving the internal simulation state (which has a minibatch dimension), which is why those parameters don't transfer between models with different minibatch size.

from nengo-dl.

arvoelke avatar arvoelke commented on July 2, 2024

Good to know. For reference the reason [save|load]_weights is being used as opposed to [save|load]_params is because I'm using the ModelCheckpoint callback with save_weights_only=True. Setting this to False triggers some issue in the serialization/deserialization logic when trying to load them back in.

from nengo-dl.

drasmuss avatar drasmuss commented on July 2, 2024

Going to use this issue to track the idea of implementing some thin wrapper around ModelCheckpoint that will call sim.save_params instead of sim.keras_model.save_weights.

from nengo-dl.

drasmuss avatar drasmuss commented on July 2, 2024

Note to future self. An easier fix might be to store simulator state as a simple tf.Variable (not added through layer.add_weights). Then Keras wouldn't track it, and sim.keras_model.save_weights would produce the same behaviour as sim.save_params (only saving the trainable parameters of the model).

from nengo-dl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.