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
Using TensorFlow backend.
Traceback (most recent call last):
File "/home/foo/opt/anaconda5/envs/nlp-onnx/bin/tensorflowjs_converter", line 11, in <module>
sys.exit(main())
File "/home/foo/opt/anaconda5/envs/nlp-onnx/lib/python3.6/site-packages/tensorflowjs/converters/converter.py", line 272, in main
strip_debug_ops=FLAGS.strip_debug_ops)
File "/home/foo/opt/anaconda5/envs/nlp-onnx/lib/python3.6/site-packages/tensorflowjs/converters/tf_saved_model_conversion.py", line 325, in convert_tf_frozen_model
skip_op_check=skip_op_check, strip_debug_ops=strip_debug_ops)
File "/home/foo/opt/anaconda5/envs/nlp-onnx/lib/python3.6/site-packages/tensorflowjs/converters/tf_saved_model_conversion.py", line 113, in optimize_graph
', '.join(unsupported))
ValueError: Unsupported Ops in the model before optimization
LogSoftmax
tensorflow.js version
Using TensorFlow backend.
tensorflowjs 0.5.7
Dependency versions:
keras 2.1.6
tensorflow 1.9.0
Is that operation not satisfied? Any way I could add it?
Thanks a lot!
/ J
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to convert a .pb file using
and get an error
tensorflow.js version
Is that operation not satisfied? Any way I could add it?
Thanks a lot!
/ J
The text was updated successfully, but these errors were encountered: