Giter Site home page Giter Site logo

mosa-net-cross-domain's Introduction

Hi, I am Ryandhimas Zezario

I am currently doing research in the area of speech processing, focusing on deep learning-based speech assessment models, and speech enhancement.

I am looking forward to collaborating in the area of speech processing.

๐Ÿ“ซ How to reach me

mosa-net-cross-domain's People

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

Watchers

 avatar  avatar  avatar

mosa-net-cross-domain's Issues

Config problem

Hi, I got ConfigAttributeError problem when i running this baseline for MOS challenge.
image

Do you know where is the problems?
Thank you so much.

Can you provide the structure of the txt files

Can you provide the structure of the .txt files of Test_list_PS, Test_list_End2End, Test_list_hubert.
I am trying to test some data on your pre-trained model but I can't understand what is the information I need to input.

error in pre trained model

I am using the MOSA-Net_Cross_Domain_epoch_100.h5 pre-trained model to test my data but it is showing the following error:

ValueError: Layer count mismatch when loading weights from file. Model expected 21 layers, found 17 saved layers.

Generating SSL features (loading Hubert model)

Hiya, thanks for the nice paper & code ๐Ÿ‘ ๐Ÿ‘

I'm trying to test out the pretrained model, for which I'm generating SSL features using this code

I have fairseq==0.10.1 installed which matches the fairseq-lib submodule SHA in the repo and I can import it into py36 no-problem. The problem comes ๐Ÿ‘‡ ๐Ÿ‘‡ when I try to load the HUBERT model, which I downloaded from https://github.com/facebookresearch/fairseq/tree/main/examples/hubert. I'm not sure if the arg_overrides are compatible, as the pretrained model dictionary does not a data key and I get AttributeError: 'NoneType' object has no attribute 'data', when running the load_model_ensemble_and_task

def Save_NPY(Train_data, Val_data, track_name):
    cp_path = './fairseq/hubert_large_ll60k.pt'
    model, cfg, task = fairseq.checkpoint_utils.load_model_ensemble_and_task([cp_path], 
                                    arg_overrides={"data": "./fairseq/data/dict"})

I tried removing arg_overrides to learn more & explore the pretrained models dictionary but found it full of issues which led me to all the various issues people have seen with loading the pretrained model (1, 2)

Do you have any guidance, updated example-code (or versions) or even the exact version of the pretrained model (or dictionary) that can be used to generate/reproduce the SSL features for MOSA-Net? Thank you very much ๐Ÿ™

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.