Ma5onic

Results 37 comments of Ma5onic

@JeffreyCA, Could you please add support for the [kuielab MDX-Net](https://github.com/kuielab/mdx-net-submission) models? both [leaderboard A](https://github.com/kuielab/mdx-net-submission/tree/leaderboard_A) and [leaderboard B](https://github.com/kuielab/mdx-net-submission/tree/leaderboard_B)? Their best model scored a 9.00 for the SDR of vocal separation, compared...

Awesome! I'll look at the way you deploy your containers and try to follow the same structure. Here is a presentation that breaks down how it works: https://ws-choi.github.io/personal/presentations/slide/2021-08-21-aicrowd The readme...

I'll try to get an isolated container working for the default kuielab code, then I'll see if it will work with Demucs v3 by changing the requirements.txt to the latest...

Try taking a look at [this](https://github.com/Mebus/cupp/pull/7/commits/03f6a3c0791f1f3211d89f7837d86904da7402b7) pull request and analyze the changes he/she made. However, I am not sure if this works since it is still an open pull request....

^ What exactly did you rename? i am getting similar logs when trying to add a new user 2017-09-27 04:17:46 Error: [ConfigureException] Unknown email configuration "$default". Request URL: /Sonerezh/users/add Stack...

> @Ma5onic try pip install --upgrade numpy @KimberleyJensen Thanks, but the newest version of numpy is incompatible. ``` ERROR: pip's dependency resolver does not currently take into account all the...

@KimberleyJensen, you're onto something though, the current requirements.txt seems to also contain an issue related the one you mentioned [here](https://github.com/kuielab/mdx-net-submission/issues/2#issue-1052948157). The [requirements.txt](https://github.com/kuielab/mdx-net/files/9585850/requirements.txt) that @Satisfy256 mentioned has `demucs

@Satisfy256 okay, sick. That gives me hope, i'll start from scratch and try again. > @Ma5onic I modified the requirements.txt to use old versions. I tested it out and it...

Linux users with rtx cards, or anyone using a cloud instances will encounter dependency issues unrelated to the solution above. The pytorch landing page shows how the commands differ based...