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
[/usr/local/lib/python3.10/dist-packages/tensorflow/lite/python/util.py](https://localhost:8080/#) in get_tensors_from_tensor_names(graph, tensor_names)
164 # Throw ValueError if any user input names are not valid tensors.
165 if invalid_tensors:
--> 166 raise ValueError("Invalid tensors '{}' were found.".format(
167 ",".join(invalid_tensors)))
168 return tensors
ValueError: Invalid tensors 'input' were found.
The text was updated successfully, but these errors were encountered:
All works fine till using
log
The text was updated successfully, but these errors were encountered: