Giter Site home page Giter Site logo

Samples of output. about guitarlstm HOT 6 CLOSED

guitarml avatar guitarml commented on September 13, 2024
Samples of output.

from guitarlstm.

Comments (6)

GuitarML avatar GuitarML commented on September 13, 2024

Your split_data shouldn't be set to zero, 1 is the lowest and the default, but I don't think that's the issue. For each epoch, I only see 211 batches? And at a batch size of 512 that's only a few seconds of audio. Either your input wavs are too short or they're not getting read in properly. Maybe your DAW is putting in some kind of split or metadata within the files? That's also why the loss is so low, because it's really easy for the network to learn on a few seconds of data.

from guitarlstm.

38github avatar 38github commented on September 13, 2024

This example was only a file of maybe two seconds to see if it could emulate just those two seconds. But if the loss is so low shouldn't it easily be able to predict the same input file?

from guitarlstm.

GuitarML avatar GuitarML commented on September 13, 2024

I've actually never tried training on such a short sample, but based on your results it seems like the answer is no. It might be possible to create a model specifically for training on a few seconds of audio, but this model is made to learn on about 3 minutes of audio.

It's an interesting result though, and something that I'm realizing the more I learn about A.I. A.I. isn't a magic button that can tackle anything you throw at it, there is a lot of work that goes into developing a model, testing, optimizing, etc. And even an optimized model is really only meant to solve a specific problem within a specific set of boundaries. It would be interesting to do more testing on where that lower limit is for sample length.

from guitarlstm.

38github avatar 38github commented on September 13, 2024

The model you had done on a compressor with pedalnetrt had the compression sounds which makes me sceptical about this method or maybe it is not configured "properly"?

from guitarlstm.

38github avatar 38github commented on September 13, 2024

It also does not handle low frequencies any good. They are either abscent or gets distorted.

from guitarlstm.

GuitarML avatar GuitarML commented on September 13, 2024

I have noticed that as well, at least on the samples where I get a higher loss. The bass frequencies seem to be the first to go as the loss goes up.

Going to go ahead and close out this issue since the root problem was figured out. Thanks for the feedback!

from guitarlstm.

Related Issues (8)

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.