我在Linux上安装了Torch 7。如何测试安装?
例如,使用Theano,我会在shell中运行nosetests theano或在Python解释器中运行import theano; theano.test()来测试它。
nosetests theano
import theano; theano.test()
https://stackoverflow.com/questions/38449032
相似问题