Thanks to visit codestin.com
Credit goes to github.com

Skip to content

StevenLOL/torch7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

615 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join the chat at https://gitter.im/torch/torch7 Build Status

# Torch Package Reference Manual #

Torch is the main package in Torch7 where data structures for multi-dimensional tensors and mathematical operations over these are defined. Additionally, it provides many utilities for accessing files, serializing objects of arbitrary types and other useful utilities.

## Torch Packages ##
  • Tensor Library
    • Tensor defines the all powerful tensor object that provides multi-dimensional numerical arrays with type templating.
    • Mathematical operations that are defined for the tensor object types.
    • Storage defines a simple storage interface that controls the underlying storage for any tensor object.
  • File I/O Interface Library
  • Useful Utilities
    • Timer provides functionality for measuring time.
    • Tester is a generic tester framework.
    • CmdLine is a command line argument parsing utility.
    • Random defines a random number generator package with various distributions.
    • Finally useful utility functions are provided for easy handling of torch tensor types and class inheritance.

This is a WTF level README file!

Here is what you need:

to install this

git clone https://github.com/torch/distro.git ~/torch 
cd ~/torch;bash install-deps;

Till you see "==> Torch7's dependencies have been installed"

./install.sh

Till you see "Do you want to automatically prepend the Torch install location to PATH and LD_LIBRARY_PATH in your /home/steven/.bashrc? (yes/no) [yes] >>> "

source ~/.bashrc
th

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 65.0%
  • Lua 27.5%
  • CMake 6.9%
  • Other 0.6%