-
- Downloads
Simulated BN folding during training (module impl only) (#274)
Implementation of simulated BatchNorm folding as per https://arxiv.org/pdf/1806.08342.pdf * NOTE: This is just the module implementation for now, not yet integrated with QuantAwareTrainRangeLinearQuantizer
distiller/models/imagenet/mobilenet.py
100755 → 100644
File mode changed from 100755 to 100644
distiller/quantization/sim_bn_fold.py
0 → 100644
tests/test_sim_bn_fold.py
0 → 100644
Please register or sign in to comment