Environment (please complete the following information):
OS/OS Version: Windows 10
Source Version: master
Unity Version: 202.3.36f1 same as in repo
Describe the bug
SmartReply example fails to run
To Reproduce
Steps to reproduce the behavior:
1 Open the SmartReply.unity demo after a fresh download.
2 press play i nEditor
3 See Error
Exception: TensorFlowLite operation failed.
TensorFlowLite.Interpreter.ThrowIfError (TensorFlowLite.Interpreter+Status status) (at Packages/com.github.asus4.tflite/Runtime/Interpreter.cs:221)
TensorFlowLite.Interpreter.SetInputTensorData (System.Int32 inputTensorIndex, System.Array inputTensorData) (at Packages/com.github.asus4.tflite/Runtime/Interpreter.cs:122)
TensorFlowLite.SmartReply.Invoke (System.String text) (at Assets/Samples/SmartReply/SmartReply.cs:34)
SmartReplySample.Start () (at Assets/Samples/SmartReply/SmartReplySample.cs:21)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Environment (please complete the following information):
Describe the bug SmartReply example fails to run
To Reproduce Steps to reproduce the behavior: 1 Open the SmartReply.unity demo after a fresh download. 2 press play i nEditor 3 See Error Exception: TensorFlowLite operation failed. TensorFlowLite.Interpreter.ThrowIfError (TensorFlowLite.Interpreter+Status status) (at Packages/com.github.asus4.tflite/Runtime/Interpreter.cs:221) TensorFlowLite.Interpreter.SetInputTensorData (System.Int32 inputTensorIndex, System.Array inputTensorData) (at Packages/com.github.asus4.tflite/Runtime/Interpreter.cs:122) TensorFlowLite.SmartReply.Invoke (System.String text) (at Assets/Samples/SmartReply/SmartReply.cs:34) SmartReplySample.Start () (at Assets/Samples/SmartReply/SmartReplySample.cs:21)