CoDeNet
CoDeNet copied to clipboard
How can I get a file of integer weights ?
I have followed the project (https://github.com/Zhen-Dong/CoDeNet) , and finished the quantization aware fine-tuning(quant_main.py) , getting a float32 file(model_last.pth). I feel confused of the difference between what I got and the .txt file in your project. I want to know how can I convert that float32 .pth file to the kind of txt file in your project. Thanks a lot for replying!!