-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
sorry, i run your code, but it happens this
(my_env) luhang@intelligence:~/meqnn/QuantizedNeuralNetworks-Keras-Tensorflow$ python train.py config_CIFAR-10 -o lr=0.01 wbits=4 abits=4 network_type='full-qnn'
/home/luhang/my_env/lib/python3.5/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
from ._conv import register_converters as _register_converters
Using TensorFlow backend.
Traceback (most recent call last):
File "train.py", line 8, in <module>
from models.model_factory import build_model
File "/home/luhang/meqnn/QuantizedNeuralNetworks-Keras-Tensorflow/models/model_factory.py", line 8, in <module>
from layers.quantized_layers import QuantizedConv2D,QuantizedDense
File "/home/luhang/meqnn/QuantizedNeuralNetworks-Keras-Tensorflow/layers/quantized_layers.py", line 10, in <module>
from quantized_ops import quantize, clip_through
ImportError: No module named 'quantized_ops'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels