asus4 / tf-lite-unity-sample

TensorFlow Lite Samples on Unity
834 stars 249 forks source link

Model must be re-instantiated after each call. #277

Closed qlee01 closed 1 year ago

qlee01 commented 1 year ago

Environment (please complete the following information):

Describe the bug I basically experience the exact behavior which is described by multiple users here: https://github.com/asus4/tf-lite-unity-sample/issues/260 By using the library found here: https://github.com/voxell-tech/UnityTTS

To Reproduce Steps to reproduce the behavior: Try the sample found in: https://github.com/voxell-tech/UnityTTS

Expected behavior output tensor should have values each time after "Invoke()". Currently it does only in the first run. Only a re-init does help.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Same issue as reported here: https://github.com/asus4/tf-lite-unity-sample/issues/260

asus4 commented 1 year ago

Seems to be fixed in https://github.com/asus4/tf-lite-unity-sample/issues/260#issuecomment-1404928610