0
我在Linux上安裝了Torch 7。我如何測試安裝?例如,我將測試它在shell中運行nosetests theano
或在Python解釋器中運行import theano; theano.test()
。如何測試火炬安裝?
我在Linux上安裝了Torch 7。我如何測試安裝?例如,我將測試它在shell中運行nosetests theano
或在Python解釋器中運行import theano; theano.test()
。如何測試火炬安裝?
th -ltorch -e "torch.test()"
th -lnn -e "nn.test()"