Git Product home page Git Product logo

Comments (4)

AlbertoSabater avatar AlbertoSabater commented on July 23, 2024

Hi! It should be trained with the train_dense function. However, model_dense is the recommended one for this problem, since it includes also 1-D Convolutional layers.

from subtitle-synchronization.

locsp-work avatar locsp-work commented on July 23, 2024

Thanks, but I still don't understand why len_mfcc==1 and step_mfcc==1 like picture below,I think it should be len_mfcc!=1 and step_mfcc!=1
Can you explain me more
https://drive.google.com/file/d/1GXXHxYAMZ7vtg11bLQUt7K4dnvjZij3d/view?usp=sharing

from subtitle-synchronization.

AlbertoSabater avatar AlbertoSabater commented on July 23, 2024

len_mfcc == 1 create training samples of the shape (len_mfcc, #fcc_features)
len_mfcc > 1 create samples with more than one timesteps
step_mfcc is used to create training samples with overlapping between them

from subtitle-synchronization.

locsp-work avatar locsp-work commented on July 23, 2024

I understand the following:
len_mfcc == 1 for train CNN
len_mfcc>1 for train RNN
function train_lstm means train according to RNN model and function train_dense means train according to CNN model, right?
If I have a mistake or misunderstanding please help

from subtitle-synchronization.

Related Issues (2)

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.