火炬CharStorage给出零大小(0)

时间:2018-02-04 04:57:56

标签: lua torch

我最近使用给定here的指令安装了Torch。

除非我使用CharStorage,否则一切看起来都很好。这是我的命令行。

th> torch.IntStorage({1,2,3,4})
 1
 2
 3
 4
[torch.IntStorage of size 4]             [0.0003s]
th> torch.CharStorage('Hello World')
[torch.CharStorage of size 0]

我查找了此错误消息here,但我不知道如何修复它。任何帮助解决这个问题真的很感激。

1 个答案:

答案 0 :(得分:0)

您可以直接修补该修补程序(https://github.com/torch/torch7/commit/89ede3ba90c906a8ec6b9a0f4bef188ba5bb2fd8) 并重新安装割炬。

在割炬安装文件夹下:

  • 更改“ pkg / torch / lib / TH / THAllocator.c”以包含提及的修复程序 在上面的补丁中。
  • ./ clean.sh
  • ./ install.sh

现在,将文件内容映射到内存应重新开始工作。