You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I run "from qtorch.quant import Quantizer, quantizer" here report an error
**/usr/lib/python3.6/imp.py in find_module(name, path)
295 break # Break out of outer loop when breaking out of inner loop.
296 else:
--> 297 raise ImportError(_ERR_MSG.format(name), name=name)
298
299 encoding = None
ImportError: No module named 'quant_cpu'**
It has the same problem in 0.1.1 and 0.2.0. How to fix it?
The text was updated successfully, but these errors were encountered:
Hi,
when I run "from qtorch.quant import Quantizer, quantizer" here report an error
**/usr/lib/python3.6/imp.py in find_module(name, path)
295 break # Break out of outer loop when breaking out of inner loop.
296 else:
--> 297 raise ImportError(_ERR_MSG.format(name), name=name)
298
299 encoding = None
ImportError: No module named 'quant_cpu'**
It has the same problem in 0.1.1 and 0.2.0. How to fix it?
The text was updated successfully, but these errors were encountered: