QuanTorch
QuanTorch copied to clipboard
PyTorch implementation of "Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference"
Results
2
QuanTorch issues
Sort by
recently updated
recently updated
newest added
Hi, I am sorry to bother you .When I run your project, I found that there is no "mate.json" file .Where is your meta.json file ?
i want to check the register buffer value 'zero_point' and 'scale' by print mode.state_dict, but model.state_dict seems do not record 'zero_point' and 'scale' ? how can i check the 'zero...