-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making tfjs
runtime the default
#134
Comments
tfjs
runtime the default
I too would pick stability over performance, if the better-performing avenue is having those other drawbacks that impact the experience of folks using it. Just to share some thoughts on the issues @ziyuan-linn mentioned (in case we want to explore addressing those still):
|
Thank you for the thoughts @gohai! @ziyuan-linn let's go ahead and switch over to |
After discussing with @shiffman, I am creating an issue to start a discussion about potentially switching our default runtime to
tfjs
instead ofmediapipe
.The MediaPipe runtime has been causing some issues:
The TFJS runtime, although slightly worse in performance, seems to be more stable and without the above issues. I think it might be a good idea to set the
tfjs
runtime as the default for all models and havemediapipe
as a more "experimental" option.Please share your thoughts on this @gohai @MOQN!
The text was updated successfully, but these errors were encountered: