Giter VIP home page Giter VIP logo

vlstm's People

Contributors

jimmy-ren 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

Watchers

 avatar  avatar

vlstm's Issues

face_only accuracy higher than face_audio accuracy?

I have a question that is the accuracy I trained the face_only condition is higher than that in face-audio condition. What's the problem?
Isn't face-audio high be 97%? but I achieved only 88%.

best wishes!

How to design two layer of LSTM, with one hidden layer, one LSTM layer?

Hi,
I am interested in your vLSTM code?
As you stated that, you use the single-model LSTM with one hidden memory cell layer to train a sequence classifier. The node of this hidden layer is 512.
I want to use such LSTM with one hidden layer with 64 nodes, one LSTM layer with 64 memory cells.
How to revise your code to realize it?
Sorry for this trouble.

A problem for lstm_init_v52

Hi,
when I run vLSTM/applications/speaker-naming/audio_only/sn_audio_train.m, or vLSTM/applications/speaker-naming/face_only/sn_face_train.m, there exists an error as described below.

没有为类 'gpuArray' 找到具有匹配签名的方法 'cumprod'。

出错 lstm_core_v52 (line 117)
cum_prod = cumprod(mem.forget_gate{L}{s}(:,:,2:t), 3, 'reverse');

出错 sn_audio_train (line 59)
lstm_core_v52(in, label);

My platform is Windows 7 and Matlab 2014a. When i implement "help cumprod", the cumprod can be found.

help cumprod
cumprod - Cumulative product

This MATLAB function returns an array the same size as the array A containing
the cumulative product.If A is a vector, then cumprod(A) returns a vector
containing the cumulative product of the elements of A.If A is a matrix, then
cumprod(A) returns a matrix containing the cumulative products for each column
of A.If A is a multidimensional array, then cumprod(A) acts along the first
nonsingleton dimension.

B = cumprod(A)
B = cumprod(A,dim)

I do not know why.
Could you tell me how to fix this problem.

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.