Giter Site home page Giter Site logo

yuhanlolo / deep-learning-faces Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 324 KB

Automatically exported from code.google.com/p/deep-learning-faces

License: GNU General Public License v3.0

Makefile 0.76% Shell 6.71% C++ 9.87% Cuda 79.73% C 0.01% MATLAB 2.93% M 0.01%

deep-learning-faces's People

Contributors

neocortex14 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

deep-learning-faces's Issues

compiling error on make mexf=para

I encountered an error on compiling step.
I'm using Cuda 5.5, on ubuntu 12.04 64 bit

I'd followed the steps written in README,

Once I type "make mexf="./deep_nn/mexcuConvNNoo.mex 
./deep_nn/mexcuConvNNooFF.mex", 

it returns the error:
make: /pkgs/matlab-80/bin/mexext: Command not found
make: *** No rule to make target 'deep_nn/mexcuConvNNoo.', needed by 'all'. 
Stop.

I've tried to figure it myself, but it seems to be difficult to me.
Sorry for that I have lack of knowledge on this, I'll doing on my best.

Sincerely
Tae-Ho Kim

Original issue reported on code.google.com by [email protected] on 23 Nov 2013 at 11:59

Invalid MEX-file error parameters.

Invalid MEX-file 
'D:\DEEPLearning\2013\SVM_SOFTMAX\matlab\mexcuConvNNoo.mexw64': error 
parameters.
Error in myclassify_conv_nn_softmax (line 174)
        [~, model.theta] = mexcuConvNNoo( single(ww), params, model.callback_name);
        in code write like this:
#define NARGIN 3
#define IN_W pRhs[0]
#define IN_params pRhs[1]
#define IN_callback  pRhs[2]

#define NARGOUT 1
#define OUT_f pLhs[0]
#define OUT_W pLhs[1]
#define OUT_dW pLhs[1]
and which is different from the beginning explanation:function [f (W or dW)] = 
mexcuConvNNoo( W, params, Dim, Callback).




Original issue reported on code.google.com by [email protected] on 12 Aug 2013 at 8:25

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.