Code Monkey home page Code Monkey logo

ssl-pretraining-separation's People

Contributors

sungfeng-huang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ssl-pretraining-separation's Issues

Weights available?

Hi, @SungFeng-Huang! Awesome work, still top 3 SOTA even after two years :)
One question, may I ask for the hugging face link to the final trained models, please? Would be enough with the Libri2Mix PT-FT ConvTasNet.

--load_path parameter not being used: How exactly fine-tuning is carried out?

Hey there, @SungFeng-Huang! Hoping you are all good. :)

We were trying your repo for fine-tuning ConvTasNet, which can be achieved by setting the --strategy = 'pretrained'. Looking at the train_general.py, there is the following snippet of code:

if known_args.strategy == "pretrained":
    parser.add_argument("--load_path", default=None, required=True, help="Checkpoint path to load for fine-tuning.")
  1. Here, --load_path is not being used anywhere else in the code. Hence, the question is: how exactly fine-tuning is carried out? Ultimately, we couldn't tell if there is any difference between from_scratch and pretrained from the train_general.py code.

  2. We also tried to find out whether you perform a freeze of some layers of a pre-trained ConvTasNet model before fine-tuning, but there is no such thing. Based on the paper, it seems that the ConvTasNet-trained model is loaded, and then --all-- these weights are learned again during fine-tuning. Is this correct?

Hope you can clarify our doubts, please! Thanks for your attention.

torchaudio=0.8.0

hi,
I tried to install requirements in anaconda with python=3.7.

But it went wrong.
ERROR: Could not find a version that satisfies the requirement torchaudio==0.8.0
ERROR: No matching distribution found for torchaudio==0.8.0

Is it must install torchaudio=0.8.0? Or is there any version to replace it?

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.