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