Commit d1ad5f87eede87580cdc5f97e8b02b28d81934ca
1 parent
4b50bb51
Exists in
master
and in
1 other branch
staged.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/test_model.py
@@ -161,7 +161,7 @@ def test_THEANO_crop(): | @@ -161,7 +161,7 @@ def test_THEANO_crop(): | ||
161 | 161 | ||
162 | timer.mark() | 162 | timer.mark() |
163 | mtheano = THEANO.ModelTHEANO(toolset='cnn') | 163 | mtheano = THEANO.ModelTHEANO(toolset='cnn') |
164 | - mtheano._train_cnn(dataset='../res/ils_crop.pkl') | 164 | + mtheano._train_cnn(dataset='/data/hadoop/ImageNet/ILSVRC/ILSVRC2013_DET_val/ils_crop.pkl') |
165 | timer.report() | 165 | timer.report() |
166 | 166 | ||
167 | 167 |