Skip to content

Instantly share code, notes, and snippets.

@HaveF
Created May 14, 2013 01:32
Show Gist options
  • Save HaveF/5572970 to your computer and use it in GitHub Desktop.
Save HaveF/5572970 to your computer and use it in GitHub Desktop.
python theano-nose --batch
D:\OpenCourses\ufldl\ref\Theano\bin>python theano-nose --batch
Forcing DISTUTILS_USE_SDK=1
WARNING (theano.tensor.blas): Failed to import scipy.linalg.blas. Falling back o
n slower implementations (DLL load failed: 找不到指定的模块。)
####################
# COLLECTING TESTS #
####################
WARNING (theano.tensor.blas): Failed to import scipy.linalg.blas. Falling back o
n slower implementations (DLL load failed: 找不到指定的模块。)
----------------------------------------------------------------------
Ran 0 tests in 0.001s
OK
Traceback (most recent call last):
File "theano-nose", line 247, in <module>
result = main()
File "theano-nose", line 93, in main
display_batch_output=display_batch_output)
File "D:\OpenCourses\ufldl\ref\Theano\theano\tests\run_tests_in_batch.py", lin
e 115, in main
display_batch_output)
File "D:\OpenCourses\ufldl\ref\Theano\theano\tests\run_tests_in_batch.py", lin
e 158, in run
assert n_tests == max(ids)
ValueError: max() arg is an empty sequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment