Git Product home page Git Product logo

flux-blstm-implementation's People

Contributors

maetshju avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

flux-blstm-implementation's Issues

Data Preparation & Model Training

Hi, Matthew

I am new to Speech Information Processing and Julia, and I am currently working on TIMIT database. I am very excited to find your recipe for timit training using Julia. (this repo is the same as that in FluxML/model-zoo/contrib/audio/speech-blstm)

After executing this script, I have encountered some issues:

  1. Data Preparation: In your data preparation code, you list the file on the train/test dir but there existing a README file in each dir. Process such file as speech data will fail.
    2)Model Training:
    01-blstm.ji line: 168, an error occurs here. It says no method matching for Momentum, So I did some modifications:
    opt = Momentum(10.0^-5, 0.9) ps = params(forward, backward, output) ... Flux.train!(loss, ps, data, opt)
    So this starts training. But I got another error in line BLSTM(x) = vcat.(forward.(x), flip(backward, x)) says that ERROR: LoadError: Mutating arrays is not supported .

Note that the scripts I actually ran are in the model-zoo, but I find they are the same to this repo. So I open this issue.

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.