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
When converting the SavedModel into a TensorFlow Lite Model this error occurs:
2024-03-29 12:11:08.755759: I tensorflow/cc/saved_model/loader.cc:317] SavedModel load for tags { serve }; Status: success: OK. Took 601905 microseconds.
2024-03-29 12:11:08.861882: I tensorflow/compiler/mlir/tensorflow/utils/dump_mlir_util.cc:268] disabling MLIR crash reproducer, set env var MLIR_CRASH_REPRODUCER_DIRECTORY to enable.
loc(fused["ReadVariableOp:", "sequential_1/mobilenetv2_1.00_224_1/Conv1_1/convolution/ReadVariableOp@__inference_serving_default_10887"]): error: missing attribute 'value'
LLVM ERROR: Failed to infer result type(s).
The text was updated successfully, but these errors were encountered:
When converting the SavedModel into a TensorFlow Lite Model this error occurs:
2024-03-29 12:11:08.755759: I tensorflow/cc/saved_model/loader.cc:317] SavedModel load for tags { serve }; Status: success: OK. Took 601905 microseconds.
2024-03-29 12:11:08.861882: I tensorflow/compiler/mlir/tensorflow/utils/dump_mlir_util.cc:268] disabling MLIR crash reproducer, set env var
MLIR_CRASH_REPRODUCER_DIRECTORY
to enable.loc(fused["ReadVariableOp:", "sequential_1/mobilenetv2_1.00_224_1/Conv1_1/convolution/ReadVariableOp@__inference_serving_default_10887"]): error: missing attribute 'value'
LLVM ERROR: Failed to infer result type(s).
The text was updated successfully, but these errors were encountered: