Walked through the steps in the readme. Success on the clone, requirements.txt install, and convert.py
erroring on test_interop.py with:
"ModuleNotFOundError : No module named 'training'" when I run test_interop.py"
offeding code:
from training.bit_linear import weight_quant as bit_linear_weight_quant
Walked through the steps in the readme. Success on the clone, requirements.txt install, and convert.py
erroring on test_interop.py with:
"ModuleNotFOundError : No module named 'training'" when I run test_interop.py"
offeding code:
from training.bit_linear import weight_quant as bit_linear_weight_quant