-
Updated
Aug 8, 2020 - C
quantization
Here are 178 public repositories matching this topic...
-
Updated
Jul 23, 2020 - Jupyter Notebook
-
Updated
Aug 30, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Aug 28, 2020 - Python
-
Updated
Jul 27, 2020 - Python
-
Updated
Aug 28, 2020 - Python
-
Updated
Apr 16, 2020
-
Updated
Oct 25, 2019
-
Updated
Aug 28, 2020 - Python
-
Updated
Nov 24, 2019 - Python
-
Updated
Aug 30, 2020 - Python
-
Updated
Aug 15, 2020 - C
-
Updated
May 8, 2019
-
Updated
Aug 26, 2020 - Python
-
Updated
Jul 1, 2020 - Python
-
Updated
Aug 30, 2020 - Python
-
Updated
Aug 25, 2020 - Python
-
Updated
Mar 24, 2019 - Python
-
Updated
May 24, 2019
-
Updated
Nov 19, 2018 - Python
-
Updated
Mar 8, 2020 - Python
-
Updated
May 10, 2020
-
Updated
Nov 6, 2019 - Python
-
Updated
Dec 9, 2019 - Python
-
Updated
Apr 18, 2020 - Python
-
Updated
Jul 22, 2020 - Python
The idea is to have a more advanced Filter Pruning method to be able to show SOTA results in model compression/optimization.
I suggest reimplementing the method from here: https://github.com/cmu-enyac/LeGR and reproduce baseline results for MobileNet v2 on CIFAR100 as the first step.
We should prefix CMake build options with "CT2_", e.g. CT2_WITH_MKL instead of WITH_MKL. This is a good practice to avoid possible conflicts with other projects.
The usage should then be updated in several places:
- README.md
- docker/Dockerfile.*
- python/tools/build_wheel.sh
- .travis.yml
Improve this page
Add a description, image, and links to the quantization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantization topic, visit your repo's landing page and select "manage topics."
Blueoil inference doesn't work with python2 any longer.
We need to update the pip packages for inference but enum34 package would be the block for some recent packages.
Now the CI has
pip uninstall enum34in the pipeline for the test backward compatibility, but this is no longer required for future.Related to
blue-oil/blueoil#1139