tsalib VS functorch

Compare tsalib vs functorch and see what are their differences.

tsalib

Tensor Shape Annotation Library (numpy, tensorflow, pytorch, ...) (by ofnote)

functorch

functorch is JAX-like composable function transforms for PyTorch. (by pytorch)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tsalib functorch
1 11
253 1,372
0.8% 0.4%
10.0 0.0
almost 4 years ago 3 days ago
Python Jupyter Notebook
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tsalib

Posts with mentions or reviews of tsalib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-05.
  • [D] Ideal deep learning library
    9 projects | /r/MachineLearning | 5 Jan 2022
    The one thing I really *really* wish got more attention was named tensors and the tensor type system. Tensor misalignment errors are a constant source of silently-failing bugs. While 3rd party libraries have attempted to fill this gap, it really needs better native support. In particular it seems like bad form to me for programmers to have to remember the specific alignment and broadcasting rules, and then have to apply them to an often poorly documented order of tensor indices. I'd really like to see something like tsalib's warp operator made part of the main library and generalized to arbitrary function application, like a named-tensor version of fold. But preferably using notation closer to that of torchtyping.

functorch

Posts with mentions or reviews of functorch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-08.

What are some alternatives?

When comparing tsalib and functorch you can also consider the following projects:

torchtyping - Type annotations and dynamic checking for a tensor's shape, dtype, names, etc.

jax - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

hasktorch - Tensors and neural networks in Haskell

nn - 🧑‍🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

equinox - Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/

onnx-simplifier - Simplify your onnx model

torchsde - Differentiable SDE solvers with GPU support and efficient sensitivity analysis.

torch2trt - An easy to use PyTorch to TensorRT converter

dex-lang - Research language for array processing in the Haskell/ML family

BinaryBuilder.jl - Binary Dependency Builder for Julia

py2many - Transpiler of Python to many other languages

vision - Datasets, Transforms and Models specific to Computer Vision