brevitas icon indicating copy to clipboard operation
brevitas copied to clipboard

Brevitas: neural network quantization in PyTorch

Results 214 brevitas issues
Sort by recently updated
recently updated
newest added

Add support for Pytorch-XLA would mean support for TPUs. Currently the main blocker is the lack of a non-binary STE backend (i.e. based on python APIs only), which was removed...

core
feature

Per title. https://dhall-lang.org/

enhancement
infrastructure

Currently Github Actions don't support any standardized way to report back test results. It should be doable to it manually by exporting to junit xml format and then calling appropriate...

infrastructure
tests

Add a cache for pip requirements (!= conda requirements), to cover Nox dependencies inside Github Actions.

enhancement
infrastructure

Current naming clash between actual scale factor and its learned component is the source of confusion. Rename it without breaking compatibility with pretrained models.

refactoring
core

Clarify compiler dependencies on Windows when Pytorch >= 1.3.0.

documentation
infrastructure

Explore strategies to parallelize pytests.

infrastructure
tests

Currently we are not checking PEP8 compliance in any way, nor enforcing formatting. I really appreciate the fact that Black enforce a single uniform style, but i cannot accept dangling...

enhancement
refactoring

Test and document all the various alternatives around switching between different scale factors.

documentation
core
tests

A major feature currently missing from Brevitas is the ability to clamp an accumulator to a specified bit width during in an operation such as conv2d or linear. This is...

core
feature