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 was trying to convert the SavedModel to Web Format for running in Tensorflow.js but encountered the error signature not found.
Ran in CMD: tensorflowjs_converter --input_format=tf_saved_model bodyTrack result
Followed This Article: https://www.tensorflow.org/js/tutorials/conversion/import_saved_model
Error Output: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Scripts\tensorflowjs_converter.exe\__main__.py", line 7, in <module> File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\converter.py", line 813, in pip_main main([' '.join(sys.argv[1:])]) File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\converter.py", line 817, in main convert(argv[0].split(' ')) File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\converter.py", line 803, in convert _dispatch_converter(input_format, output_format, args, quantization_dtype_map, File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\converter.py", line 523, in _dispatch_converter tf_saved_model_conversion_v2.convert_tf_saved_model( File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion_v2.py", line 766, in convert_tf_saved_model _convert_tf_saved_model(output_dir, saved_model_dir=saved_model_dir, File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion_v2.py", line 606, in _convert_tf_saved_model saved_model_sigature = _find_signature(saved_model_dir, saved_model_tags, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion_v2.py", line 549, in _find_signature raise ValueError('Signature "%s" does not exist in the saved model' ValueError: Signature "serving_default" does not exist in the saved model
The text was updated successfully, but these errors were encountered:
I was trying to convert the SavedModel to Web Format for running in Tensorflow.js but encountered the error signature not found.
Ran in CMD:
tensorflowjs_converter --input_format=tf_saved_model bodyTrack result
Followed This Article: https://www.tensorflow.org/js/tutorials/conversion/import_saved_model
Error Output:
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Scripts\tensorflowjs_converter.exe\__main__.py", line 7, in <module> File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\converter.py", line 813, in pip_main main([' '.join(sys.argv[1:])]) File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\converter.py", line 817, in main convert(argv[0].split(' ')) File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\converter.py", line 803, in convert _dispatch_converter(input_format, output_format, args, quantization_dtype_map, File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\converter.py", line 523, in _dispatch_converter tf_saved_model_conversion_v2.convert_tf_saved_model( File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion_v2.py", line 766, in convert_tf_saved_model _convert_tf_saved_model(output_dir, saved_model_dir=saved_model_dir, File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion_v2.py", line 606, in _convert_tf_saved_model saved_model_sigature = _find_signature(saved_model_dir, saved_model_tags, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\groot\Documents\Biswanath\Pose Estimation\metrabsExport\env\Lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion_v2.py", line 549, in _find_signature raise ValueError('Signature "%s" does not exist in the saved model' ValueError: Signature "serving_default" does not exist in the saved model
The text was updated successfully, but these errors were encountered: