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

github.com/clementfarabet/lua---nnx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Farabet <clement.farabet@gmail.com>2011-07-24 07:12:52 +0400
committerClement Farabet <clement.farabet@gmail.com>2011-07-24 07:12:52 +0400
commit5ca5f6f62693b84b6b0b8f170456b7441787933a (patch)
treedc9ebf1c5950f01ad2027c591c7e52adde062375 /init.lua
parenta8d2d8f6445bd4069fe812de2856d221e2fad3fb (diff)
Added Probe class. Allows probing a network.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 27dfbfd..2d62899 100644
--- a/init.lua
+++ b/init.lua
@@ -47,6 +47,7 @@ torch.include('nnx', 'test-omp.lua')
-- tools:
torch.include('nnx', 'ConfusionMatrix.lua')
torch.include('nnx', 'Logger.lua')
+torch.include('nnx', 'Probe.lua')
-- OpenMP module:
torch.include('nnx', 'OmpModule.lua')