Giter Club home page Giter Club logo

Comments (2)

tomhennigan avatar tomhennigan commented on July 17, 2024 1

Thanks for noticing, this is mostly @LenaMartens hard work!

We're working on a patch to get all our frozendict tests passing for FlatMapping and this includes covering copy/deepcopy/pickle etc. It's basically there, a missing puzzle piece was google-deepmind/tree@f18a0f6 and I hope once a new dm-tree release is pushed (I think we can do this today) it will be good to go 😄

For pickle support I was planning to go with:

  def __reduce__(self):
    return FlatMapping.from_mapping, (self.to_mapping(),)

I think this is nice since it is forward and backwards compatible (e.g. a FlatMapping saved by Haiku version N would be loadable by Haiku version N-1 and N+1) assuming the pickled representation of dict does not itself change (e.g. if you keep your Python version the same this will be the case and typically between minor versions the pickle format for builtins does not change).

I'll tag this issue with the changes so you're kept up to date.

from dm-haiku.

KristianHolsheimer avatar KristianHolsheimer commented on July 17, 2024

Awesome, thanks!

from dm-haiku.

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.