#84 · Primary category: Deep Learning Frameworks
jittor
Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
Project last updated:08/30/26
GitHub Stars
3.2K
Forks
324
Contributors
61
License
Apache-2.0
Why we included this project
Jittor is worth a look for anyone who wants a deep learning framework built around just-in-time compilation rather than the usual eager PyTorch-style loop. The framework and its meta-operators compile on the fly, so the op compiler and tuner generate code specialized to your model instead of handing you generic kernels. The front end is plain Python with dynamic graph execution and a Module API, so it feels familiar if you are coming from PyTorch, while the backend runs on CUDA and C++ for performance. Beyond training, the project ships model libraries for detection, segmentation, generation, differentiable rendering, and reinforcement learning, which makes it handy as a reference for reproducing published methods as well as a tool for your own research.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.