I am facing issue in Quantize for inference steps.
i am trying to run command python run.py --quantize --model /opt/models/tensorflow/inception_v1_baseline.pb --output_dir work --input_nodes data --output_nodes loss3_loss3 --input_shapes ?,224,224,3
getting following issues
XDNN library .so file None not found
Traceback (most recent call last):
File "run.py", line 24, in
from xfdnn.rt.xdnn_rt_tf import TFxdnnRT as xdnnRT
File "/opt/ml-suite/examples/tensorflow/xfdnn/rt/xdnn_rt_tf.py", line 19, in
from xfdnn.rt.xdnn_opt import CPUTransform, HWEmuTransform, FPGATransform
File "/opt/ml-suite/examples/tensorflow/xfdnn/rt/xdnn_opt.py", line 26, in
from xfdnn.tools.emu.factory import factory as _factory
ImportError: No module named emu.factory
I am facing issue in Quantize for inference steps. i am trying to run command python run.py --quantize --model /opt/models/tensorflow/inception_v1_baseline.pb --output_dir work --input_nodes data --output_nodes loss3_loss3 --input_shapes ?,224,224,3
getting following issues
XDNN library .so file None not found Traceback (most recent call last): File "run.py", line 24, in
from xfdnn.rt.xdnn_rt_tf import TFxdnnRT as xdnnRT
File "/opt/ml-suite/examples/tensorflow/xfdnn/rt/xdnn_rt_tf.py", line 19, in
from xfdnn.rt.xdnn_opt import CPUTransform, HWEmuTransform, FPGATransform
File "/opt/ml-suite/examples/tensorflow/xfdnn/rt/xdnn_opt.py", line 26, in
from xfdnn.tools.emu.factory import factory as _factory
ImportError: No module named emu.factory
Thank you