/testme

Unit Testing for Torch.

Primary LanguageLua

Unit Testing for Torch

This package provides a set of standard unit tests, to validate Torch's core functions and packages.

Running

Run all tests:

$ torch run.lua

Run specific tests:

$ torch test-nn.lua
$ ...