Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.txt - github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f183e97af69d3769b4340e371f4cd4ea04469bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

INSTALL:
$ luarocks --from=http://data.neuflow.org/lua/rocks install nnx

USE:
> require 'nnx'
> n1 = nn.SpatialLinear(16,4)

-- run tests:
> nnx.test_all()
...
> nnx.test_omp()
...