Git Product home page Git Product logo

Comments (3)

snakers4 avatar snakers4 commented on May 19, 2024

I found the cause of the error. Well, Google being Google tries to close all of the opportunities for third party developers to promote their stuff, it was possible to provide a directly hosted model, but now you should only use links like:

https://tfhub.dev/silero/silero-stt/en/1

instead of direct model links like

https://silero-models.ams3.cdn.digitaloceanspaces.com/models/en/en_v2_tf.tar.gz

i.e. looks like Google intends to cut any strings to third party resources.

Given zero traffic / discovery from their hub, I guess I will not support our models there.
I will fix all of the examples.
In the meantime you can use this work-around:

torch.hub.download_url_to_file(models.stt_models.en.latest.tf, 'tf_model.tar.gz')
!mkdir tf_model
!tar xzfv tf_model.tar.gz -C tf_model
tf_model = tf.saved_model.load('tf_model')

from silero-models.

snakers4 avatar snakers4 commented on May 19, 2024

Plz check that this solves your issue as well 1a855a3

from silero-models.

snakers4 avatar snakers4 commented on May 19, 2024

Please re-open / open new ticket if this does not solve your issue

from silero-models.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.