-
Notifications
You must be signed in to change notification settings - Fork 77
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
Quantizatize bayesian cifar runtime error #27
Comments
Hi @szhaoesat, You seem to be performing model quantization in cuda based pytorch environment. Can you try quantization in cpuonly pytorch environment? - "conda install pytorch torchvision torchaudio cpuonly -c pytorch" |
Hi @ranganathkrishnan, thanks for your help! I tried the CPU version. However, it reported another error log:
|
Hi @szhaoesat, The issue seem to be from Jit trace model, I have pushed a fix f5c7126. Can you pull in this fix and try? Thanks! |
Thanks for your help, now it works! |
Hi,
I am trying to run the quantization script with following command:
The error log is:
The text was updated successfully, but these errors were encountered: