问题标签 [torch]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
5537 浏览

macos - 安装 Torch7。iPython 安装错误(mac)

我正在尝试在我的 Mac 上安装 Torch7,但此时安装停止:

不知道这意味着什么。在上面我收到以下输出

但是,我可以确认已安装 iPython:

尝试定位 .bashrc 文件

kamransiquisMBP:torch khsiddiqui$ ls -ld ~/.* drwxr-xr-x+ 43 khsiddiqui staff 1462 12 Apr 01:15 /Users/khsiddiqui/. drwxr-xr-x 6 root admin 204 19 Oct 17:34 /Users/khsiddiqui/.. -r-------- 1 khsiddiqui staff 7 19 Oct 17:34 /Users/khsiddiqui/.CFUserTextEncoding -rw-r--r--@ 1 khsiddiqui staff 16388 26 Mar 23:59 /Users/khsiddiqui/.DS_Store drwxr-xr-x 3 khsiddiqui staff 102 8 Sep 2014 /Users/khsiddiqui/.R -rw-r--r-- 1 khsiddiqui staff 728832 2 Apr 17:21 /Users/khsiddiqui/.RData -rw-r--r-- 1 khsiddiqui staff 1101 20 Oct 02:58 /Users/khsiddiqui/.Rapp.history -rw-r--r-- 1 khsiddiqui staff 6314 2 Apr 17:21 /Users/khsiddiqui/.Rhistory drwx------ 22 khsiddiqui staff 748 12 Apr 01:25 /Users/khsiddiqui/.Trash -rw------- 1 khsiddiqui staff 1860 9 Apr 22:15 /Users/khsiddiqui/.bash_history drwxr-xr-x 4 khsiddiqui staff 136 9 Apr 17:57 /Users/khsiddiqui/.cache drwx------ 18 khsiddiqui staff 612 12 Apr 20:09 /Users/khsiddiqui/.canopy drwxr-xr-x 3 khsiddiqui staff 102 12 Apr 01:15 /Users/khsiddiqui/.conda drwxr-xr-x 2 khsiddiqui staff 68 12 Apr 01:11 /Users/khsiddiqui/.continuum drwx------ 3 khsiddiqui staff 102 30 Jul 2010 /Users/khsiddiqui/.cups drwx------ 10 khsiddiqui staff 340 2 Apr 17:26 /Users/khsiddiqui/.dropbox -rw-r--r-- 1 khsiddiqui staff 2525 12 Apr 16:56 /Users/khsiddiqui/.enstaller4rc drwxr-xr-x 9 khsiddiqui staff 306 9 Apr 22:25 /Users/khsiddiqui/.ipython drwxr-xr-x 4 khsiddiqui staff 136 12 Apr 16:57 /Users/khsiddiqui/.matplotlib -rw-r--r-- 1 khsiddiqui staff 340 12 Apr 01:12 /Users/khsiddiqui/.profile -rw-r--r-- 1 khsiddiqui staff 251 28 Mar 13:45 /Users/khsiddiqui/.profile-anaconda.bak drwxr-xr-x 15 khsiddiqui staff 510 2 Apr 17:21 /Users/khsiddiqui/.rstudio-desktop drwxr-xr-x 6 khsiddiqui staff 204 20 Oct 19:21 /Users/khsiddiqui/.subversion -rw------- 1 khsiddiqui staff 625 9 Apr 21:33 /Users/khsiddiqui/.viminfo

0 投票
1 回答
450 浏览

lua - Torch / Lua,如何将数组配对成一个表?

我需要在我的 Torch / Lua 程序中使用 Pearson 相关系数。这是功能:

该函数需要一个可在pairs() 函数中使用的输入对表。我试图向它提交正确的输入表,但我无法得到任何工作。

我试过:

但不幸的是,它不起作用。它将计算 b 的第一个元素之间的对,而我希望它计算 a 和 b 之间的相关性。我该怎么办?

你能提供一个可以作为 math.pearson() 函数输入的好对象吗?

0 投票
2 回答
150 浏览

data-structures - 在 Torch / Lua 中,是否有分析对象的命令(如 R 中的 str() )?

我必须在我的 Torch / Lua 脚本中分析一些对象及其结构。我想使用一个行为类似于str()R的命令。

你有什么建议吗?

0 投票
0 回答
763 浏览

torch - Torch: Model fast when learning/testing, slow when using it

I have an issue using a learned model with torch.

I followed this howto http://code.cogbits.com/wiki/doku.php?id=tutorial_supervised to train a model. Everything is fine, my model was trained and I have corrects results when I use my model. But it's slow !

The testing part for training look like this:

I have the following speed recorded during testing:

==> time to test 1 sample = 12.419194088996ms

(Of course it vary, but it's ~12ms).

I want to use the learned model on others images, so I did this in a simple and new script:

The time spent is much bigger, I have the following output: ==> time to test 1 frame = 212.7647127424ms

I tested with more than one image, always with the resizing and normalization outside clock's measurements, and I always have > 200ms / image.

I don't understand what I'm doing wrong and why my code is much slower than during the training/testing.

Thanks !

0 投票
1 回答
289 浏览

lua - 在 trepl 或 luajit 中,如何找到我正在使用的库的源代码?

假设我正在使用使用 luarocks 安装的 lua 库,并且我想查看该库中函数的定义。在 ipython 中可以使用

??function_name

在终端中查看定义,在matlab中我可以使用

哪个函数名

然后使用我的编辑器查看返回的路径。我怎么能做类似的事情来找到 lua 库的函数定义?

0 投票
1 回答
1698 浏览

lua - Lua 错误:“未设置 Gnuplot 终端”

在 LuaJIT 或 Torch REPL 中,我运行命令 require 'gnuplot' gnuplot.figure() 并收到错误“未设置 Gnuplot 终端”。

我尝试使用 gnuplot.setterm() 和一些猜测,例如 'x11' 和 'qt' 作为参数,但得到错误“gnuplot 似乎没有这个术语”。有没有什么地方可以得到 gnuplot 可用的终端仿真器/图形后端列表?或者,这些错误是否表明存在其他问题?

0 投票
1 回答
133 浏览

lua - 如何为 Torch REPL 指定启动文件

我想定义一些命令行便利函数,每次启动 Torch REPL 时都要运行。例如,

function cl() os.execute('clear') end

和那种性质的东西。每次启动 REPL 时,如何将这样的功能添加到命名空间?

我在网上搜索了“luajit|torch|trepl startup|rc 文件”,但找不到任何线索。

0 投票
1 回答
1762 浏览

jpeg - 为 mac (macports) 安装 libjpeg 的问题

我使用的是 macbook(带有 Yosemite)。我对macports很陌生。

但是,我需要安装 libjpeg(所以我可以完全使用 torch7),但是当我尝试时得到这个错误:

结果:

我不知道该怎么办?因为我不认为我可以毫无问题地卸载 jpeg

0 投票
1 回答
2144 浏览

lua - 如何在 Torch REPL 中更改工作目录

标题说明了一切,如何更改 Torch REPL 中的工作目录?我尝试使用对 os.execute('cd some_dir') 的调用,但这不起作用,如此处所示。

th> pwd() --prints: /home/user/Code
th> os.execute('cd ..') --prints: true exit 0
th> pwd() -- prints: /home/user/Code

其中 pwd() 是一个调用 os.execute('pwd') 的便利函数。

0 投票
2 回答
598 浏览

neural-network - torch7 :在文本文件中打印矩阵,行长超过 80 个字符

我正在尝试恢复这个 NN 的参数:

使用此代码:

使用此命令行将输出 .lua 文件保存到文本文件时:

我将所有权重矩阵包装成每列六列的段(第 1 到 6 列 ...第 193 到 198 列 ...第 199 到 200 列)。

有没有办法防止文本被包装并仅在一个块中显示权重矩阵?

谢谢你。