如何修复Google Colaboratory上的火炬中的'/ bin / bash:th:找不到命令'错误

时间:2018-12-21 01:12:24

标签: lua torch google-colaboratory

请,我需要在colab中运行!th luafile.lua。 在this link之后安装了割炬后,我运行!th,但收到此错误:

/bin/bash: th: command not found

ls进入/root/torch/install/bin。没有th*存在:

json2lua*  lua2json*  luajit*  luarocks*  luarocks-admin*  mdcat*

请问有人可以帮我吗?

1 个答案:

答案 0 :(得分:1)

困难但容易

克隆Torch存储库(与CUDA 10配合使用)。

class ListData: ObservableObject { @Published var scrollOffset: CGPoint = CGPoint(x:0, y:0) }

安装割炬。

!git clone https://github.com/nagadomi/distro.git torch --recursive

激活火炬。

import os os.chdir('./torch/') !bash install-deps !./install.sh

确保安装正常。

!. ./install/bin/torch-activate

结果:

!./install/bin/th