Ethan Manilow

Results 27 comments of Ethan Manilow

Hey @DBraun, this looks really cool! Thanks so much for figuring this out. I'd be interested in testing this out! Let me know how to get access. Considering the lack...

I've been working on this as well. Have you been able to get anything working? I've been able to build something with Visual Studio 2015, but both Dependency Walker and...

Awesome thanks! I just kicked off the CI for you. Yes, please feel free to add the bitrate as an kwarg. Depending on how you add the bitrate kwarg you...

Hey, Thanks for bumping this! Since this issue was written we have written a tutorial website that covers a lot of introductory concepts about source separation and nussl. Check it...

Hey @jaslineljy! I'm happy to answer these questions. However, this isn't the right section to ask them. I want to make sure people who might have the same questions can...

Whoops! Sorry Verena. Thanks for catching that. We're in the process of adding more metadata to the models so that we can future-proof them. All of the code should be...

Have you trained a model? In the code snipped you provided: `separator = nussl.separation.deep.DeepMaskEstimation(audio_signal, mask_type='soft', model_path=model_path)` it is assumed that you have a trained model at the path specified by...

Your problem is here: `saved_model["nussl_version"] = "1.1.9" # Due to the nussl_version keyword missing error` You're trying to use an old model with a new version of nussl. That won't...

Oh, I didn't know that! Thanks for pointing that out!

Hmm... a few things going on here. 1) Looks like the default value for `model_path` is set to `'/media/ext/models/deep_clustering_vocal_44k_long.model'`. This should probably be `None` because that value (or rather the...