87Candy

Results 3 comments of 87Candy

Could I ask ,when linear_quantization', default=True,some error like the following will appear ![image](https://user-images.githubusercontent.com/68794141/95426187-0e905e80-0978-11eb-8a38-afc0d3917cc2.png) Have you miss these errors?

There are two methods, one is the K-means quantification method, the other is the linear quantification, I would like to ask, when you ran through the linear quantization, what changes...

> @87Candy The error may be caused by `data = torch.zeros(1, 3, H, W).cuda()` in `measure_model` function. You can change the batch size. some another question maybe encouter,could I communicate...