From 26b54049f2b0446d31cbc85771b5f92a06f5eafc Mon Sep 17 00:00:00 2001 From: Kevin Mader Date: Sat, 12 Dec 2015 13:32:36 +0100 Subject: [PATCH] Update DataLoaderRaw.lua the path is required from pl.paths otherwise line 46 does not work (for using in other scripts) --- misc/DataLoaderRaw.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/DataLoaderRaw.lua b/misc/DataLoaderRaw.lua index 60b445f5..5139c7e5 100644 --- a/misc/DataLoaderRaw.lua +++ b/misc/DataLoaderRaw.lua @@ -7,6 +7,7 @@ Only used at test time. local utils = require 'misc.utils' require 'lfs' require 'image' +local path = require 'pl.path' local DataLoaderRaw = torch.class('DataLoaderRaw')