Skip to main content

Converts torch models into PyTrees for Equinox

Project description

statedict2pytree

statedict2pytree

Docs

Docs can be found here.

Important

This package is still in its infancy and hihgly experimental! The code works, but it's far from perfect. With more and more iterations, it will eventually become stable and well tested. PRs and other contributions are highly welcome! :)

Info

statedict2pytree is a powerful tool for converting PyTorch state dictionaries to JAX pytrees. It provides both programmatic and UI-based methods for mapping between PyTorch and JAX model parameters.

Features

  • Convert PyTorch statedicts to JAX pytrees
  • Handle large models with chunked file conversion
  • Provide an "intuitive-ish" UI for parameter mapping
  • Support both in-memory and file-based conversions

Installation

pip install statedict2pytree

The goal of this package is to simplify the conversion from PyTorch models into JAX PyTrees (which can be used e.g. in Equinox). The way this works is by putting both models side my side and aligning the weights in the right order. Then, all statedict2pytree is doing, is iterating over both lists and matching the weight matrices.

Usually, if you declared the fields in the same order as in the PyTorch model, you don't have to rearrange anything -- but the option is there if you need it.

(Theoretically, you can rearrange the model in any way you like - e.g. last layer as the first layer - as long as the shapes match!)

Shape Matching? What's that?

Currently, there is no sophisticated shape matching in place. Two matrices are considered "matching" if the product of their shape match. For example:

(8, 1, 1) and (8, ) match, because (8 _ 1 _ 1 = 8)

Disclaimer

Some of the docstrings and the docs have been written with the help of Claude.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

statedict2pytree-0.5.4.tar.gz (261.0 kB view details)

Uploaded Source

Built Distribution

statedict2pytree-0.5.4-py3-none-any.whl (265.7 kB view details)

Uploaded Python 3

File details

Details for the file statedict2pytree-0.5.4.tar.gz.

File metadata

  • Download URL: statedict2pytree-0.5.4.tar.gz
  • Upload date:
  • Size: 261.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for statedict2pytree-0.5.4.tar.gz
Algorithm Hash digest
SHA256 585d20d239ef853b7d8df09b1a83f661793f5ab0b32c2f68bcf58167f6d87fd1
MD5 b5ceba3db703f826f611ff880e3c4056
BLAKE2b-256 1ef43678288ce32855b4b12dfa49af910e43ded43828870fa52f250a7e7325a5

See more details on using hashes here.

File details

Details for the file statedict2pytree-0.5.4-py3-none-any.whl.

File metadata

File hashes

Hashes for statedict2pytree-0.5.4-py3-none-any.whl
Algorithm Hash digest
SHA256 185f7689147f03062eef3a9dfc8a70288b5179c652890f10a521ea85ac7adfb8
MD5 65f40d6b95f1f3c3d5706fbe0fff3ef2
BLAKE2b-256 8db9325f86caf1f418023b8f4ce42efe6ebddd56200563d8049d26e8ad899902

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page