标签: torch
我在Linux上安装了Torch 7。我该如何测试安装?
,对于Theano,我会测试它在shell中运行nosetests theano或在Python解释器中运行import theano; theano.test()。
nosetests theano
import theano; theano.test()
答案 0 :(得分:2)
th -ltorch -e "torch.test()" th -lnn -e "nn.test()"
https://github.com/torch/distro/blob/master/test.sh#L33-L34