Code Monkey home page Code Monkey logo

Comments (6)

CorentinJ avatar CorentinJ commented on May 21, 2024

Oh yeah these are functions from Rayahane's tacotron implementation that I've butchered away. I'm not religious on flake8 but I guess it wouldn't hurt to clean some things up. I'll see to it.

from real-time-voice-cloning.

cclauss avatar cclauss commented on May 21, 2024

Thx.

from real-time-voice-cloning.

cclauss avatar cclauss commented on May 21, 2024

I'm not religious on flake8

Me neither but I do like --select=E9,F63,F72,F82. Most of the others are mere "style violations" that can be autofixed with a run of python/black.

from real-time-voice-cloning.

CorentinJ avatar CorentinJ commented on May 21, 2024

Well thank you for looking into it. I've fixed those in 0908e4d.

I do think that some of the thousand style violations are problematic. E.g. I've been trying to fix (manually) the inconsistent indents in Rahayne's code and the character limits being broken everywhere, and I didn't think of using a tool that would automate that. I will look into using black, but I feel like I might regret it if I change a thousand lines at once and if I don't look at the diff after (I assume that the semantics are not changed, but still). Since you seem to have experience with that, do you think that's it's the right approach?

from real-time-voice-cloning.

cclauss avatar cclauss commented on May 21, 2024

If you are doing this by hand then check out https://black.readthedocs.io

You could do just the worst files or the worst directories.

from real-time-voice-cloning.

cclauss avatar cclauss commented on May 21, 2024

Nice work.

Yes the semantics are not changed by black.

from real-time-voice-cloning.

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.