Skip to content

Jconn/quax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quax

A JAX-based quantized training framework that exports directly to TensorFlow Lite for efficient deployment on microcontrollers and embedded devices.

Overview

Quax is a training and deployment framework specifically designed for resource-constrained hardware that ingests quantized flatbuffers directly.

Key Features

  • Layer-level quantization control - Precise control over quantization at individual layer granularity
  • Direct TFLite export - export to flatbuffer format without intermediate conversions
  • TensorFlow-independent - Pure Jax/Flax implementation with no TensorFlow dependencies

Installation

Install Quax via pip:

cd quax
pip install .

Quick Start

Run the example model:

python3 quax_e2e_model.py

About

Quantized jax-based training with tflite export

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages