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
I am not able to convert to tfjs model(webmodel) using tensorflowjs_converter
throws the Error msg:
File "/home/shiva/.local/bin/tensorflowjs_converter", line 11, in
sys.exit(main())
File "/home/shiva/.local/lib/python2.7/site-packages/tensorflowjs/converters/converter.py", line 373, in main
(input_format, output_format))
ValueError: Unsupported input_format - output_format pair: tf_saved_model - tfjs_layers_model
The text was updated successfully, but these errors were encountered:
zorgap
changed the title
can't convert to tfjs model
can't convert to tfjs model ValueError: Unsupported input_format - output_format pair: tf_saved_model - tfjs_layers_model
Mar 24, 2019
I am not able to convert to tfjs model(webmodel) using tensorflowjs_converter
throws the Error msg:
File "/home/shiva/.local/bin/tensorflowjs_converter", line 11, in
sys.exit(main())
File "/home/shiva/.local/lib/python2.7/site-packages/tensorflowjs/converters/converter.py", line 373, in main
(input_format, output_format))
ValueError: Unsupported input_format - output_format pair: tf_saved_model - tfjs_layers_model
The text was updated successfully, but these errors were encountered: