Code Monkey home page Code Monkey logo

Comments (5)

wangtianrui avatar wangtianrui commented on September 25, 2024

Json文件的生成规则:整体是一个字典数组,每个Item里有 mix:加噪后的语音路径;clean:干净语音路径;noise:噪声路径。
你如果按照DNS官方脚本生成了数据的话,会得到noisy、clean、noise三个文件夹。他们内部的语音是根据file_id对应起来的。你可以根据这个id来生成对应的json。

from dccrn.

chen-bh avatar chen-bh commented on September 25, 2024

一语惊醒梦中人;原来官方只靠末尾id来一一对应。。。非常感谢。

from dccrn.

chen-bh avatar chen-bh commented on September 25, 2024

作者大大您好,我跑通了您的代码(除了因为版本问题,替换了几个函数;使用的是默认参数训练)。

训练的时候他2个小时一个epoch有点恐怖(1080Ti);我看显存是占满了的,利用率也在有规律浮动。

请问2个小时一个epoch正常吗。

from dccrn.

wangtianrui avatar wangtianrui commented on September 25, 2024

你的数据量是多少。我当时生成了100小时的数据。用两张P100(16G显存)跑了两周才跑完的。
如果你嫌慢的话,我建议:
1、你可以减小语音长度(比如减小到5s)来增大batch的大小,以加快BatchNorm的收敛。
2、把信噪比控制在 -5 到 20dB,不要像我之前一样去生成 0 到 40dB的数据,我实验发现 -5 到 20dB 50小时的数据和 0 到 40dB 100小时的数据训练出来的模型效果是差不多的。

from dccrn.

chen-bh avatar chen-bh commented on September 25, 2024

明白了,祝周末愉快。

from dccrn.

Related Issues (19)

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.