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
{{ message }}
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: