Commit 61e78eb3328216982dd7befecc724f358ab565e4
1 parent
9a796de2
Exists in
master
and in
1 other branch
staged.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
test/test_model.py
| ... | ... | @@ -4,8 +4,8 @@ from sklearn import cross_validation |
| 4 | 4 | |
| 5 | 5 | from ..common import * |
| 6 | 6 | from ..mdata import CV, ILSVRC, ILSVRC_S |
| 7 | -from mmodel.svm import SVM | |
| 8 | -from mmodel.theano import THEANO | |
| 7 | +from ..mmodel.svm import SVM | |
| 8 | +from ..mmodel.theano import THEANO | |
| 9 | 9 | |
| 10 | 10 | timer = Timer() |
| 11 | 11 | ... | ... |