Code Monkey home page Code Monkey logo

mxnet-gtc-tutorial's Introduction

gtc_tutorial

mxnet-gtc-tutorial's People

Contributors

eric-haibin-lin avatar piiswrong avatar tqchen 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mxnet-gtc-tutorial's Issues

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

I am building a CNN+RNN model for speech recognition. But it seems a lot problems with MXNet's rnn API?
I followed the rnn example and trained my network finally after someone's help.
But when it comes to the predict step, some issues occur:
Here are my codes:

x = mx.io.NDArrayIter(data=Pxxs_arr, label=None, batch_size=10, shuffle=False, last_batch_handle='pad')
pred = self.model.predict(x)

hint: Pxx.shape = (10, 1, x, y)
(batch_size, chnnel, w, h)

Then:
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

Since My codes is work pretty well in my single cnn network experienments:
pred = self.model.predict(Pxx)

hint: Pxx is a numpy array with shape(1, 1, x, y)

So, what's the true skills of MXNet's RNN API?

Error on hand drawing test of the main tutorial

Hi!

I got good result from the training model on the MNIST dataset. But when I'm trying to test my own hand writing numbers, I find that the code given in the tutorial doesn't seem to work. There are no error reported, but the program quits without an Ipython window showing up as expected.

Did anyone know a fix to this problem?

Error running the deep3d tutorial

Hi,

I'm getting an error running the deep3d tutorial. I get a SoftmaxActivation error - cannot find argument.

Can someone help with this?
thanks

edit: its all good, working now.

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.