请,我需要在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*
请问有人可以帮我吗?
答案 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