|
@@ -10,5 +10,7 @@ from pathlib import Path
|
|
cwd = Path(__file__).resolve().parent
|
|
cwd = Path(__file__).resolve().parent
|
|
sys.path.insert(0, str(cwd.parent))
|
|
sys.path.insert(0, str(cwd.parent))
|
|
|
|
|
|
|
|
+from model_tests import *
|
|
|
|
+
|
|
with chainer.using_config("train", False):
|
|
with chainer.using_config("train", False):
|
|
unittest.main()
|
|
unittest.main()
|