Giter Site home page Giter Site logo

Comments (5)

vzxxbacq avatar vzxxbacq commented on June 12, 2024

Hi, @pranoot .

The 'split_type' is used for storing different part of your data like train, test, and they will be stored in save_path/data/split_type.
And I'm sorry I didn't apply the method to handle this situation, but it's not difficult to implement. I can rewrite write_file in several days.

from speaker-recognition-papers.

pranoot avatar pranoot commented on June 12, 2024

Hey Thank you for the revert. Ok I'll write the script and try to implement it. Just wanted to check if I was doing anything wrong.

from speaker-recognition-papers.

vzxxbacq avatar vzxxbacq commented on June 12, 2024

Hello @pranoot , I changed the code that allow us to write dataset in several steps, now we can write a script to save different parts of dataset the datamanger will be auto reloaded ( the path in the config should be the same. ), and you can also use clear() method to delete saved file. A simple example in the deep_speaker.py.

from speaker-recognition-papers.

vzxxbacq avatar vzxxbacq commented on June 12, 2024

If you still have questions, feel free to reopen it~

from speaker-recognition-papers.

pranoot avatar pranoot commented on June 12, 2024

Hii,
I am running the script and its giving me this error.

RuntimeWarning: invalid value encountered in float_scalars
  return np.dot(vector1, vector2) / (np.linalg.norm(vector1) * (np.linalg.norm(vector2)))

Can you please help me withthe same?
The error is in the cosine function.

Thank you !

from speaker-recognition-papers.

Related Issues (9)

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.