when I run theano.test(), there are many errors. is that the reason i cannot use the MvNormal?
Theano version 1.0.3
theano is installed in D:\ProgramData\Anaconda3\lib\site-packages\theano
NumPy version 1.15.4
NumPy relaxed strides checking option: True
NumPy is installed in D:\ProgramData\Anaconda3\lib\site-packages\numpy
Python version 3.7.1 (default, Dec 10 2018, 22:54:23) [MSC v.1915 64 bit (AMD64)]
nose version 1.3.7
EE.EEEE.EE…EEEEE.E.EEEEEE…EE.EEE…EE…E.EE…EEEEEE…EEE…SSEEE.EEEEEEEEEE…E…E…D:\ProgramData\Anaconda3\lib\site-packages\theano\scan_module\scan_perform_ext.py:76: UserWarning: The file scan_perform.c is not available. This donot happen normally. You are probably in a strangesetup. This mean Theano can not use the cython code for scan. If youwant to remove this warning, use the Theano flag’cxx=’ (set to an empty string) to disable all ccode generation.
“The file scan_perform.c is not available. This do”
…FEEEE…EE…E…E…EEE…EEEEEE.EEEEE.EEE…EEEEEE…EEEEEEEEEEEEEEEEEEEEEEEE.EEE…E…EEEEE…EEEEEEEEEEEEEEEESEEEEEEEESEEEES.D:\ProgramData\Anaconda3\lib\site-packages\theano\gpuarray\type.py:895: UserWarning: config.experimental.unpickle_gpu_on_cpu is set to True. Unpickling GpuArray as numpy.ndarray
"config.experimental.unpickle_gpu_on_cpu is set to True. "
.EEEEEES…SEEEEED:\ProgramData\Anaconda3\lib\site-packages\theano\sandbox\rng_mrg.py:1031: UserWarning: MRG_RandomStreams.multinomial_wo_replacement() is deprecated and will be removed in the next release of Theano. Please use MRG_RandomStreams.choice() instead.
warnings.warn(‘MRG_RandomStreams.multinomial_wo_replacement() is ’
EEE.EEEEEEEEEEEEEEEEEEEEEEEE.EEEEEEEEEEEEEEEEEEEEEEEE.EEEEEEEEEEE.EE.EE.ESEE…EEEEEEEEEEEEEE.EEEEEEEE.EEEE…EEEEEEE.SEEEESSSSEEEEED:\ProgramData\Anaconda3\lib\site-packages\theano\scan_module\scan_perform_ext.py:76: UserWarning: The file scan_perform.c is not available. This donot happen normally. You are probably in a strangesetup. This mean Theano can not use the cython code for scan. If youwant to remove this warning, use the Theano flag’cxx=’ (set to an empty string) to disable all ccode generation.
“The file scan_perform.c is not available. This do”
.ESE…E…
ERROR: Failure: ModuleNotFoundError (No module named ‘parameterized’)
Traceback (most recent call last):
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\failure.py”, line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\loader.py”, line 417, in loadTestsFromName
addr.filename, addr.module)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\importer.py”, line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\importer.py”, line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File “D:\ProgramData\Anaconda3\lib\imp.py”, line 234, in load_module
return load_source(name, filename, file)
File “D:\ProgramData\Anaconda3\lib\imp.py”, line 171, in load_source
module = _load(spec)
File “”, line 696, in _load
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in _call_with_frames_removed
File “D:\ProgramData\Anaconda3\lib\site-packages\theano\compile\tests\test_builders.py”, line 17, in
from theano.tests import unittest_tools
File “D:\ProgramData\Anaconda3\lib\site-packages\theano\tests\unittest_tools.py”, line 7, in
from parameterized import parameterized
ModuleNotFoundError: No module named ‘parameterized’
======================================================================
ERROR: Failure: ModuleNotFoundError (No module named ‘parameterized’)
Traceback (most recent call last):
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\failure.py”, line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\loader.py”, line 417, in loadTestsFromName
addr.filename, addr.module)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\importer.py”, line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\importer.py”, line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File “D:\ProgramData\Anaconda3\lib\imp.py”, line 234, in load_module
return load_source(name, filename, file)
File “D:\ProgramData\Anaconda3\lib\imp.py”, line 171, in load_source
module = _load(spec)
File “”, line 696, in _load
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in _call_with_frames_removed
File “D:\ProgramData\Anaconda3\lib\site-packages\theano\compile\tests\test_debugmode.py”, line 15, in
from theano.tests import unittest_tools as utt
File “D:\ProgramData\Anaconda3\lib\site-packages\theano\tests\unittest_tools.py”, line 7, in
from parameterized import parameterized
ModuleNotFoundError: No module named ‘parameterized’
======================================================================
ERROR: test_in_allow_downcast_floatX (theano.compile.tests.test_function.TestFunctionIn)
Traceback (most recent call last):
File “D:\ProgramData\Anaconda3\lib\site-packages\theano\gof\op.py”, line 625, in call
storage_map[ins] = [self._get_test_value(ins)]
File “D:\ProgramData\Anaconda3\lib\site-packages\theano\gof\op.py”, line 581, in _get_test_value
raise AttributeError(’%s has no test value %s’ % (v, detailed_err_msg))
AttributeError: a has no test value
Backtrace when that variable is created:
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\suite.py”, line 177, in call
return self.run(*arg, **kw)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\suite.py”, line 224, in run
test(orig)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\case.py”, line 45, in call
return self.run(*arg, **kwarg)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\case.py”, line 133, in run
self.runTest(result)
File “D:\ProgramData\Anaconda3\lib\site-packages\nose\case.py”, line 151, in runTest
test(result)
File “D:\ProgramData\Anaconda3\lib\unittest\case.py”, line 663, in call
return self.run(*args, **kwds)
File “D:\ProgramData\Anaconda3\lib\unittest\case.py”, line 615, in run
testMethod()
File “D:\ProgramData\Anaconda3\lib\site-packages\theano\compile\tests\test_function.py”, line 149, in test_in_allow_downcast_floatX
a = theano.tensor.fscalar(‘a’)
…
…
…
…
Ran 415 tests in 19.742s
FAILED (SKIP=14, errors=271, failures=1)