You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

fixpoint is a important function for the embedding device, such as arm.

it will make network inference much quicker in the mobile device.

nvidia's calibration method is one for this purpose.

but end2end fixpoint finetuning is the more suitable for speed up and accuracy.

one example is ristretto. based on it , i have done something and trying to use it in the product.

but it is one caffe framework, i want to move it into the mxnet framework.

see my github: https://github.com/starimpact/ristretto_caffe

  • No labels