aimet
qkeras
aimet | qkeras | |
---|---|---|
2 | 3 | |
2,197 | 546 | |
1.5% | 0.9% | |
9.8 | 5.6 | |
3 days ago | 11 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | Apache License 2.0 |
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.
aimet
-
I was looking for some great quantization open-source libraries that could actually be applied in production (both edge or cloud CPU/GPU). Do you know if I am missing any good libraries?
Qualcomm AIMET | Advanced quantization and compression techniques for trained neural network models
-
Model/Tool to use on Jetson for efficient Quantization/Pruning
Qualcomm AIMET may help you
qkeras
-
How to build FPGA-based ML accelerator?
I would check out hls4ml. It's an open source project made by/for people at CERN to convert neural networks created in Python using QKeras (a quantization extension of Keras) into HLS, with Vivado HLS being the most well supported. There are some caveats though, and a fellow student and I have had trouble getting the generated HLS to match the Keras model and be feasible to synthesize, but it seems to work well for smaller neural networks.
-
FPGA Neural Network
For quantization-aware training, there's also a tool we integrate with called qkeras: https://github.com/google/qkeras/tree/master/qkeras
-
[D] How to Quantize a CNN; And how to deal with a professor...
Brevitas appears to be what you're looking for. I haven't used that but developed something similar myself for a previous project. You could take a look at https://github.com/google/qkeras too
What are some alternatives?
tkDNN - Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
model-optimization - A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.
hls4ml - Machine learning on FPGAs using HLS
ludwig - Low-code framework for building custom LLMs, neural networks, and other AI models
conifer - Collect and revisit web pages.
open-lpr - Open Source and Free License Plate Recognition Software
finn - Dataflow compiler for QNN inference on FPGAs
distiller - Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://intellabs.github.io/distiller
synthax - A Fast Modular Synthesizer in JAX
TensorRT - NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
horovod - Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.