Jittor/jittor
Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
Jittor is a high-performance deep learning framework for researchers and engineers. It helps accelerate the development and training of deep learning models by compiling operations just-in-time for optimal performance. You can input data and model definitions in Python, and it outputs trained models or predictions, enabling faster experimentation and deployment in various AI applications.
3,221 stars. Actively maintained with 3 commits in the last 30 days.
Use this if you are a deep learning practitioner who needs to rapidly prototype and train high-performance AI models, especially in areas like image recognition, natural language processing, or reinforcement learning.
Not ideal if you are new to deep learning and looking for a very high-level, opinionated framework for quick, basic model building without needing deep performance optimization.
Stars
3,221
Forks
320
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 27, 2026
Commits (30d)
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Jittor/jittor"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
berniwal/swin-transformer-pytorch
Implementation of the Swin Transformer in PyTorch.
zhanghang1989/ResNeSt
ResNeSt: Split-Attention Networks
NVlabs/FasterViT
[ICLR 2024] Official PyTorch implementation of FasterViT: Fast Vision Transformers with...
ViTAE-Transformer/ViTPose
The official repo for [NeurIPS'22] "ViTPose: Simple Vision Transformer Baselines for Human Pose...
sniklaus/pytorch-pwc
a reimplementation of PWC-Net in PyTorch that matches the official Caffe version