-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to Run TVM tests #18
Comments
Hi,
|
Hi, thank you for the quick reply. Maybe I've tried the error commands or used the wrong files. It's my pleasure if you can help figure out the problems.
There are no quantized_checkpoint.pth.tar files in the provided download links. Or should I follow the guides to generate the quantized models by myself?
|
|
@zachzzc no, the quantized_checkpoint are not present for most models in the zoo One has to extract the quantized weights themselves using torch (#13 (comment)) For how to do this, please see the validate function in the quant train file |
Dear authors,
I've tried to run the tvm test: hawq_utils_resnet50.py but failed since your provided .pth files (https://drive.google.com/file/d/1Ldo51ZPx6_2Eq60JgbL6hdPdQf5WbRf9/view?usp=sharing) cannot match the dictionaries in hawq_utils_resnet50.py. This issue has been reported in #10 (comment). I've modified the hawq_utils_resnet50.py to support resnet18. For consistency of experimental results, I wish that you can provide us the quantized resnet50 model file.
Besides, the input_image_batch_1.npy file is also not provided. I failed to run test_resnet_inference.py too by generating the image .npy file by myself. The error message is as below:
I'm not sure what's the reason resulting to this problem.
Would you please provide us these necessary files?
Thank you in advance.
The text was updated successfully, but these errors were encountered: