approx-ml / approx

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

Update `mnist_torch.ipynb` #31

Open ma7dev opened 2 years ago

ma7dev commented 2 years ago

Describe the bug Update example as we have replaced approx.auto_select_backend() with approx.auto_set_backend().

In addition, we will need to add more documentation and add !pip install approxlib at the beginning of the example.

bushshrub commented 2 years ago

%pip install approxlib

bushshrub commented 2 years ago

I somewhat updated this but we still need to take out the Conv2d and whatnot