approx-ml / approx

Automatic quantization library
https://approx-ml.github.io/approx/
Apache License 2.0
11 stars 1 forks source link

Open notebook examples in Colab #27

Closed ma7dev closed 2 years ago

ma7dev commented 2 years ago

Describe the solution you'd like The user needs to manually open the notebook examples on Google Colab, which takes some time. To ease the process, we will add in the README section the ability to open specific notebook examples in Colab.

Example

Notebook Description Link
mnist_torch Comparing before and after automatic quantization of a trained model on MNIST written in PyTorch.
mnist_jax Comparing before and after automatic quantization of a trained model on MNIST written in JAX.