Skip to content

torch/demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef43a1c · Sep 21, 2016
Nov 6, 2014
Jun 23, 2012
Oct 30, 2014
Jul 4, 2016
Jan 23, 2012
Jun 19, 2012
Oct 6, 2014
Oct 30, 2014
Nov 11, 2014
Jul 21, 2016
Mar 15, 2012
Mar 4, 2012
May 3, 2012
Jun 19, 2012
Aug 3, 2015
Jun 15, 2016
Oct 30, 2014
Mar 12, 2015
Feb 2, 2016
Oct 29, 2014
Oct 30, 2014
Jul 5, 2012
Nov 11, 2014

Repository files navigation

Demos & Turorials for Torch7.

All the demos/tutorials provided in this repo require Torch7 to be installed, as well as some extra (3rd-party) packages.

Install

Torch7

Follow instructions on: Torch7's homepage.

3rd-party packages

Different demos/tutorials rely on different 3rd-party packages. If a demo crashes because it can't find a package then simply try to install it using luarocks:

$ luarocks install image    # an image library for Torch7
$ luarocks install nnx      # lots of extra neural-net modules
$ luarocks install camera   # a camera interface for Linux/MacOS
$ luarocks install ffmpeg   # a video decoder for most formats
$ ...

A complete list of packages can be obtained by doing:

$ luarocks list

or checking out this page.

Tutorials

https://github.com/torch/tutorials

Credits

These demos were slowly put together by: Clement Farabet & Roy Lowrance and e-lab

About

Demos and tutorials around Torch7.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages