Giter Club home page Giter Club logo

ipam-tutorials's People

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

ipam-tutorials's Issues

password for user "torch" on the ubuntu 12 virtualBox image Torch7.ova

Thank you very much for this very helpful contribution!

I'm now trying to go through the tutorial on my home windows machine and I'm therefore running the ubuntu virtual machine (Torch7.ova). The machine logins automatically when the it starts. However, after some time, the machine is automatically locked and I need the password for user "torch" in order to login again. The password would also be helpful in modifying the image.

BTW, I've noticed that the machine does not have luajit installed. Am I right?

Thank you,

Lior

Link to cogbits.com broken

Hi Clement,

I know this starts to date but the link code.cogbits.com/tutorials is broken, so if you had a new one I'd be happy to have it. Thanks!

Alice

ISSUE!!! connection table 1st layer

Hi Clement, Yann,
I was going through the tutorials [WELL DONE, GREAT ONES!!!!]

I have a few questions I will email you, if you do not mind:

Q1: on https://github.com/clementfarabet/ipam-tutorials/tree/master/th_tutorials/1_supervised

Why do you have a random connection table on layer 1 here:
-- stage 1 : filter bank -> squashing -> L2 pooling -> normalization
model:add(nn.SpatialConvolutionMap(nn.tables.random(nfeats, nstates[1], fanin[1]), filtsize, filtsize))

I do not understand why not fully connect here? That way you can use all filters for all input planes and combine them into the outputs.
The way it is coded above only forces 2 filters to operate on random input planes to create the 2nd layer

We would get a lot more powerful networks if the fan-in is 4, not 1 as in this case. Also you are now using only 2 filters per plane... is that not TOO LOW?

I understand this way code is faster to execute: less convolution on input planes.... but....

Am I missing something here?

Infinite Loop in th_tutorials/1_supervised/doall.lua?

Why it is while true loop at the end of doall.lua to train and test? Like this

while true do
   train()
   test()
end

which made it run for the whole night without an end.
I'm a newer to Lua and Torch, so perhaps there is some grammar tricks jumping out of the loop?

py - use memmaps

To save memory and reduce load times, use memmaps for all data sets.

Problem with L-BFGS training

Hi,

I've installed everything on my computer and tried to run the scripts of today's session, and that works fine until L-BFGS. I have the error below. This actually happens in autodiff code, maybe I don't have the right version (?)

Starting L-BFGS
Traceback (most recent call last):
  File "train_svm.py", line 72, in <module>
    sys.exit(main())
  File "train_svm.py", line 64, in main
    m=lbfgs_m)
  File "/usr/local/lib/python2.7/dist-packages/pyautodiff-0.0.1-py2.7.egg/autodiff/fmin_scipy.py", line 119, in fmin_l_bfgs_b
    f_df, lvars  = theano_f_df(fn, args, mode=theano_mode)
  File "/usr/local/lib/python2.7/dist-packages/pyautodiff-0.0.1-py2.7.egg/autodiff/fmin_scipy.py", line 72, in theano_f_df
    memo=dict(zip(orig_s_args, s_args)))
TypeError: clone_get_equiv() got an unexpected keyword argument 'memo'

confusion.totalValid is set to zero before it is logged

confusion.totalValid is set to zero by confusion:zero() before it is logged in trainLogger. I've included the relevant code excerpt below.

-- print confusion matrix
print(confusion)
confusion:zero()

-- update logger/plot
trainLogger:add{['% mean class accuracy (train set)'] = confusion.totalValid * 100}

supervised learning sample code in Lua

Day2 is the supervised learning day. I think we have a good assignment idea (play with optimization of convnet for cifar10 or google street signs (gss)) but we need code.

decide on topic for last day

I put an idea about talking about Model Selection / Hyper-parameter optimization on the last day, but basically it was for lack of anything else.

Other ideas?

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.