Is there a pure tensorflow implementation of whisper ? #1953
monowaranjum
started this conversation in
Ideas
Replies: 1 comment
-
u may want onnx as everyone using pytorch now, tf should be considered legacy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to compile the model for an edge device. For the compilation task, I need the model in a tensorflow saved_model format . I tried performing the conversion from current pytorch model to tensorflow but it didn't work due to various tensorflow related issue. My question is simple: Is there a pure tensorflow implementation of whisper done by anyone which can be loaded and saved as tenorflows saved_model format ? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions