Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> 關於Android編程 >> torch入門筆記1:torch的使用

torch入門筆記1:torch的使用

編輯:關於Android編程

torch下的安裝和使用:

1.torch7的githubhttps://github.com/torch/torch7下安裝。

2.使用

luarocks install image 來安裝package

已經安裝的可以使用 luarock list 來查看

3.itorch的使用

https://github.com/facebook/iTorch

itorch是torch裡面的一個包,它能很輕松地顯示圖片、視頻和音頻等等。

需要先安裝ipython,然後你會發現還是無法用,比如th之後的命令行。

sudo apt-get install ipython-notebook

iTorch requires or works with

Mac OS X or Linux (tested in Ubuntu 14.04 and Arch Linux)

Torch-7

IPythonversion 2.2 or above (you can check your version of ipython using ipython --version)

ZeroMQ

# OSX

brew install zeromq

brew install openssl

luarocks install luacrypto OPENSSL_DIR=/usr/local/opt/openssl/

# Ubuntu

sudo apt-get install libzmq3-dev libssl-dev python-zmq

# Ubuntu 16

luarocks install lzmq

Installing iTorch

git clone https://github.com/facebook/iTorch.git

cd iTorch

luarocks make

If you have to use sudo for some reason (if you globally installed torch on Linux for example), use these commands:

sudo env "PATH=$PATH" luarocks make

sudo chown -R $USER $(dirname $(ipython locate profile))

然後在命令行中輸入

itorch notebook # notebook mode

OR

itorch # console mode

OR

itorch qtconsole # Qt mode

跟ipython一樣debug。

4.Torch reference link manuals and pages:

1)https://github.com/torch/tutorials

2)http://torch7.readthedocs.io/en/latest/index.html

2)https://github.com/soumith/cvpr2015/blob/master/Deep%20Learning%20with%20Torch.ipynb

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved