Unable to load model
See original GitHub issueHi,
Thanks for this work. I am using Chrome. The model file model.tar.gz is placed in the same folder. It never moves past “Loading…” message!
how do you start the demo locally?
Navigated to modern-vanilla
directory and launched python3 -m http.server
can you share the output of the browser console?
ERROR (VoskAPI:Model():src/model.cc:122) Folder ‘/vosk/model_tar_gz’ does not contain model files. Make sure you specified the model path properly in Model constructor. If you are not sure about relative path, use absolute path specification. put_char @ 82049aad-16de-4cf3-9fcf-0c277f01fe02:41
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Solved: Unable to Load Model error message
I have a group of users who receive and "Unable to Load Model" error message. Another group of users have no issues with...
Read more >When Something Goes Wrong (Unable to Load the Model)
Scenario: You deploy a model to a Power BI workspace. You assign users to Members and Viewers roles. Everyone is happy.
Read more >Something went wrong (Unable to load the model) : r/PowerBI
Hello. I am new to Power BI and recently completed my first report in Power BI desktop and published it to My Workspace...
Read more >suspected dynamic Row Level Security (RLS) issue - Power BI
They get the “Something went wrong - Unable to load the model” error". The only immediate way to “fix” the issue appears to...
Read more >Error: Could Not Load Model - Amazon SageMaker
Working on a project that needs to deploy raw HF models without training them using SageMaker Endpoints. I clone the model repo from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The same model is already packaged in the react example under
public/models
What is the output of
tar -ztvf model.tar.gz
?am
,conf
,graph
andivector
are expected at the root of the tar file