Giter VIP home page Giter VIP logo

Comments (11)

tky823 avatar tky823 commented on May 24, 2024 1

@lyghter
I'm sorry I couldn't help you. Now, I'm sharing the scripts and results in egs/musdb18/d3net.

from dnn-based_source_separation.

tky823 avatar tky823 commented on May 24, 2024

I'm not sure of # channels before frequency concatenation.
The # of channels depends on the growth rate and # of D2 blocks.
I added bottleneck convolution so that both frequency bands have the same channels.

self.encoder = nn.Sequential(*encoder)
self.decoder = nn.Sequential(*decoder)
self.bottleneck_conv2d = nn.Conv2d(num_features, bottleneck_channels, kernel_size=(1,1), stride=(1,1))

from dnn-based_source_separation.

tky823 avatar tky823 commented on May 24, 2024

What needs to be fixed

  • multi dilated convolution
    • timing of batch normalization
  • # of output channels of D2 block
  • order of D3 block and downsampling layer in Down D3 block
  • upsampling layer

from dnn-based_source_separation.

tky823 avatar tky823 commented on May 24, 2024

Now, I updated D3Net architecture.

from dnn-based_source_separation.

lyghter avatar lyghter commented on May 24, 2024

Hello, @tky823. I participate in the Music Demixing Challenge (4th place on leaderboard A). I suggest you write a training script for D3Net and join a team with me.

from dnn-based_source_separation.

tky823 avatar tky823 commented on May 24, 2024

Hi, @lyghter. I'm now writing the training code. I am not sure if it will be available soon, but I plan to add it.

from dnn-based_source_separation.

lyghter avatar lyghter commented on May 24, 2024

The challenge will end on July 31st. If you write the training code this month, I will try to train the model and use it in my solution. Sony's nnabla implementation has too slow inference on CPU. It cannot be used in the challenge.

from dnn-based_source_separation.

lyghter avatar lyghter commented on May 24, 2024

I invite you to join my team and suggest you keep the new code private until the end of the challenge.

from dnn-based_source_separation.

lyghter avatar lyghter commented on May 24, 2024

I am currently 4th on Leaderboard A and 5th on Leaderboard B. Top-3 from A and top-3 from B will receive prizes.

from dnn-based_source_separation.

tky823 avatar tky823 commented on May 24, 2024

I'm not sure how my implementation of D3Net will work, so I don't know if I'll be able to participate anytime soon. If I can help, I will join your team. I work on other tasks for about a week. Maybe I will be able to join after that.

from dnn-based_source_separation.

lyghter avatar lyghter commented on May 24, 2024

Hello @tky823
Take a look at this. It looks like this repo contains pytorch implementation of D3Net and training code. I just found it and haven't tried it yet.

from dnn-based_source_separation.

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.