From d1ad5f87eede87580cdc5f97e8b02b28d81934ca Mon Sep 17 00:00:00 2001 From: Chunk Date: Mon, 20 Apr 2015 15:25:32 +0800 Subject: [PATCH] staged. --- test/test_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_model.py b/test/test_model.py index df125fc..bee7741 100755 --- a/test/test_model.py +++ b/test/test_model.py @@ -161,7 +161,7 @@ def test_THEANO_crop(): timer.mark() mtheano = THEANO.ModelTHEANO(toolset='cnn') - mtheano._train_cnn(dataset='../res/ils_crop.pkl') + mtheano._train_cnn(dataset='/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val/ils_crop.pkl') timer.report() -- libgit2 0.21.2