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

github.com/torch/nngraph.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nesting.lua')
-rw-r--r--nesting.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nesting.lua b/nesting.lua
index 4440797..f77f277 100644
--- a/nesting.lua
+++ b/nesting.lua
@@ -1,7 +1,7 @@
local nesting = {}
-local utils = paths.dofile('utils.lua')
+local utils = require('nngraph.utils')
local istensor = torch.isTensor
-- Creates a clone of a tensor or of a table with tensors.