Skip to content

Instantly share code, notes, and snippets.

@benanne
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benanne/0b87a97d39dd552ed30a to your computer and use it in GitHub Desktop.
Save benanne/0b87a97d39dd552ed30a to your computer and use it in GitHub Desktop.
test_dnn.py output
sedielem@koe:~/git/Theano/theano/sandbox/cuda/tests$ nosetests test_dnn.py
Using gpu device 1: Tesla K40c
EEEEEESS.S
======================================================================
ERROR: test_conv (theano.sandbox.cuda.tests.test_dnn.TestDnnInferShapes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sedielem/git/Theano/theano/sandbox/cuda/tests/test_dnn.py", line 259, in test_conv
dnn.GpuDnnConv
File "/home/sedielem/git/Theano/theano/tests/unittest_tools.py", line 237, in _compile_and_check
outputs_function = theano.function(inputs, outputs, mode=mode)
File "/home/sedielem/git/Theano/theano/compile/function.py", line 265, in function
profile=profile)
File "/home/sedielem/git/Theano/theano/compile/pfunc.py", line 511, in pfunc
on_unused_input=on_unused_input)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1546, in orig_function
defaults)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1409, in create
_fn, _i, _o = self.linker.make_thunk(input_storage=input_storage_lists)
File "/home/sedielem/git/Theano/theano/gof/link.py", line 531, in make_thunk
output_storage=output_storage)[:3]
File "/home/sedielem/git/Theano/theano/gof/vm.py", line 897, in make_all
no_recycling))
File "/home/sedielem/git/Theano/theano/sandbox/cuda/__init__.py", line 256, in make_thunk
compute_map, no_recycling)
File "/home/sedielem/git/Theano/theano/gof/op.py", line 722, in make_thunk
output_storage=node_output_storage)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1043, in make_thunk
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 985, in __compile__
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1412, in cthunk_factory
key=key, lnk=self, keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 1051, in module_from_key
module = lnk.compile_cmodule(location)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1324, in compile_cmodule
preargs=preargs)
File "/home/sedielem/git/Theano/theano/sandbox/cuda/nvcc_compiler.py", line 427, in compile_str
return dlimport(lib_filename)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 289, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('The following error happened while compiling the node', GpuDnnConvDesc{border_mode='valid', subsample=(1, 1), conv_mode='conv'}(MakeVector.0, MakeVector.0), '\n', '/home/sedielem/.theano/compiledir_Linux-3.13.0-40-generic-x86_64-with-Ubuntu-14.04-trusty-x86_64-2.7.6-64/tmp0uTOyQ/b78c27f91c1a6601df17b4c45a212f9c.so: undefined symbol: cudnnSetConvolutionDescriptorEx', "[GpuDnnConvDesc{border_mode='valid', subsample=(1, 1), conv_mode='conv'}(<TensorType(int64, vector)>, <TensorType(int64, vector)>)]")
======================================================================
ERROR: test_conv_gradi (theano.sandbox.cuda.tests.test_dnn.TestDnnInferShapes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sedielem/git/Theano/theano/sandbox/cuda/tests/test_dnn.py", line 348, in test_conv_gradi
dnn.GpuDnnConvGradI
File "/home/sedielem/git/Theano/theano/tests/unittest_tools.py", line 237, in _compile_and_check
outputs_function = theano.function(inputs, outputs, mode=mode)
File "/home/sedielem/git/Theano/theano/compile/function.py", line 265, in function
profile=profile)
File "/home/sedielem/git/Theano/theano/compile/pfunc.py", line 511, in pfunc
on_unused_input=on_unused_input)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1546, in orig_function
defaults)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1409, in create
_fn, _i, _o = self.linker.make_thunk(input_storage=input_storage_lists)
File "/home/sedielem/git/Theano/theano/gof/link.py", line 531, in make_thunk
output_storage=output_storage)[:3]
File "/home/sedielem/git/Theano/theano/gof/vm.py", line 897, in make_all
no_recycling))
File "/home/sedielem/git/Theano/theano/sandbox/cuda/__init__.py", line 256, in make_thunk
compute_map, no_recycling)
File "/home/sedielem/git/Theano/theano/gof/op.py", line 722, in make_thunk
output_storage=node_output_storage)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1043, in make_thunk
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 985, in __compile__
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1412, in cthunk_factory
key=key, lnk=self, keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 1051, in module_from_key
module = lnk.compile_cmodule(location)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1324, in compile_cmodule
preargs=preargs)
File "/home/sedielem/git/Theano/theano/sandbox/cuda/nvcc_compiler.py", line 427, in compile_str
return dlimport(lib_filename)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 289, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('The following error happened while compiling the node', GpuDnnConvDesc{border_mode='valid', subsample=(1, 1), conv_mode='conv'}(MakeVector.0, MakeVector.0), '\n', '/home/sedielem/.theano/compiledir_Linux-3.13.0-40-generic-x86_64-with-Ubuntu-14.04-trusty-x86_64-2.7.6-64/tmpT0kIvZ/b78c27f91c1a6601df17b4c45a212f9c.so: undefined symbol: cudnnSetConvolutionDescriptorEx', "[GpuDnnConvDesc{border_mode='valid', subsample=(1, 1), conv_mode='conv'}(<TensorType(int64, vector)>, <TensorType(int64, vector)>)]")
-------------------- >> begin captured stdout << ---------------------
('valid', (1, 1), 'conv')
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: test_conv_gradw (theano.sandbox.cuda.tests.test_dnn.TestDnnInferShapes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sedielem/git/Theano/theano/sandbox/cuda/tests/test_dnn.py", line 305, in test_conv_gradw
dnn.GpuDnnConvGradW
File "/home/sedielem/git/Theano/theano/tests/unittest_tools.py", line 237, in _compile_and_check
outputs_function = theano.function(inputs, outputs, mode=mode)
File "/home/sedielem/git/Theano/theano/compile/function.py", line 265, in function
profile=profile)
File "/home/sedielem/git/Theano/theano/compile/pfunc.py", line 511, in pfunc
on_unused_input=on_unused_input)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1546, in orig_function
defaults)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1409, in create
_fn, _i, _o = self.linker.make_thunk(input_storage=input_storage_lists)
File "/home/sedielem/git/Theano/theano/gof/link.py", line 531, in make_thunk
output_storage=output_storage)[:3]
File "/home/sedielem/git/Theano/theano/gof/vm.py", line 897, in make_all
no_recycling))
File "/home/sedielem/git/Theano/theano/sandbox/cuda/__init__.py", line 256, in make_thunk
compute_map, no_recycling)
File "/home/sedielem/git/Theano/theano/gof/op.py", line 722, in make_thunk
output_storage=node_output_storage)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1043, in make_thunk
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 985, in __compile__
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1412, in cthunk_factory
key=key, lnk=self, keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 1051, in module_from_key
module = lnk.compile_cmodule(location)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1324, in compile_cmodule
preargs=preargs)
File "/home/sedielem/git/Theano/theano/sandbox/cuda/nvcc_compiler.py", line 427, in compile_str
return dlimport(lib_filename)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 289, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('The following error happened while compiling the node', GpuDnnConvDesc{border_mode='valid', subsample=(1, 1), conv_mode='conv'}(MakeVector.0, MakeVector.0), '\n', '/home/sedielem/.theano/compiledir_Linux-3.13.0-40-generic-x86_64-with-Ubuntu-14.04-trusty-x86_64-2.7.6-64/tmpQNh1PT/b78c27f91c1a6601df17b4c45a212f9c.so: undefined symbol: cudnnSetConvolutionDescriptorEx', "[GpuDnnConvDesc{border_mode='valid', subsample=(1, 1), conv_mode='conv'}(<TensorType(int64, vector)>, <TensorType(int64, vector)>)]")
======================================================================
ERROR: test_pool (theano.sandbox.cuda.tests.test_dnn.TestDnnInferShapes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sedielem/git/Theano/theano/sandbox/cuda/tests/test_dnn.py", line 371, in test_pool
dnn.GpuDnnPool
File "/home/sedielem/git/Theano/theano/tests/unittest_tools.py", line 237, in _compile_and_check
outputs_function = theano.function(inputs, outputs, mode=mode)
File "/home/sedielem/git/Theano/theano/compile/function.py", line 265, in function
profile=profile)
File "/home/sedielem/git/Theano/theano/compile/pfunc.py", line 511, in pfunc
on_unused_input=on_unused_input)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1546, in orig_function
defaults)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1409, in create
_fn, _i, _o = self.linker.make_thunk(input_storage=input_storage_lists)
File "/home/sedielem/git/Theano/theano/gof/link.py", line 531, in make_thunk
output_storage=output_storage)[:3]
File "/home/sedielem/git/Theano/theano/gof/vm.py", line 897, in make_all
no_recycling))
File "/home/sedielem/git/Theano/theano/sandbox/cuda/__init__.py", line 256, in make_thunk
compute_map, no_recycling)
File "/home/sedielem/git/Theano/theano/gof/op.py", line 722, in make_thunk
output_storage=node_output_storage)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1043, in make_thunk
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 985, in __compile__
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1412, in cthunk_factory
key=key, lnk=self, keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 1051, in module_from_key
module = lnk.compile_cmodule(location)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1324, in compile_cmodule
preargs=preargs)
File "/home/sedielem/git/Theano/theano/sandbox/cuda/nvcc_compiler.py", line 427, in compile_str
return dlimport(lib_filename)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 289, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('The following error happened while compiling the node', GpuDnnPoolDesc{ws=(1, 1), stride=(1, 1), mode='max'}(), '\n', '/home/sedielem/.theano/compiledir_Linux-3.13.0-40-generic-x86_64-with-Ubuntu-14.04-trusty-x86_64-2.7.6-64/tmpS4bB1m/5b65e3e90de138f9727dcd538cc0ce51.so: undefined symbol: cudnnSetPoolingDescriptor', "[GpuDnnPoolDesc{ws=(1, 1), stride=(1, 1), mode='max'}()]")
======================================================================
ERROR: test_pool_grad (theano.sandbox.cuda.tests.test_dnn.TestDnnInferShapes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sedielem/git/Theano/theano/sandbox/cuda/tests/test_dnn.py", line 411, in test_pool_grad
dnn.GpuDnnPoolGrad
File "/home/sedielem/git/Theano/theano/tests/unittest_tools.py", line 237, in _compile_and_check
outputs_function = theano.function(inputs, outputs, mode=mode)
File "/home/sedielem/git/Theano/theano/compile/function.py", line 265, in function
profile=profile)
File "/home/sedielem/git/Theano/theano/compile/pfunc.py", line 511, in pfunc
on_unused_input=on_unused_input)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1546, in orig_function
defaults)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1409, in create
_fn, _i, _o = self.linker.make_thunk(input_storage=input_storage_lists)
File "/home/sedielem/git/Theano/theano/gof/link.py", line 531, in make_thunk
output_storage=output_storage)[:3]
File "/home/sedielem/git/Theano/theano/gof/vm.py", line 897, in make_all
no_recycling))
File "/home/sedielem/git/Theano/theano/sandbox/cuda/__init__.py", line 256, in make_thunk
compute_map, no_recycling)
File "/home/sedielem/git/Theano/theano/gof/op.py", line 722, in make_thunk
output_storage=node_output_storage)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1043, in make_thunk
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 985, in __compile__
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1412, in cthunk_factory
key=key, lnk=self, keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 1051, in module_from_key
module = lnk.compile_cmodule(location)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1324, in compile_cmodule
preargs=preargs)
File "/home/sedielem/git/Theano/theano/sandbox/cuda/nvcc_compiler.py", line 427, in compile_str
return dlimport(lib_filename)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 289, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('The following error happened while compiling the node', GpuDnnPoolDesc{ws=(1, 1), stride=(1, 1), mode='max'}(), '\n', '/home/sedielem/.theano/compiledir_Linux-3.13.0-40-generic-x86_64-with-Ubuntu-14.04-trusty-x86_64-2.7.6-64/tmpd5JpIP/5b65e3e90de138f9727dcd538cc0ce51.so: undefined symbol: cudnnSetPoolingDescriptor', "[GpuDnnPoolDesc{ws=(1, 1), stride=(1, 1), mode='max'}()]")
======================================================================
ERROR: test_softmax (theano.sandbox.cuda.tests.test_dnn.TestDnnInferShapes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/sedielem/git/Theano/theano/sandbox/cuda/tests/test_dnn.py", line 213, in test_softmax
dnn.GpuDnnSoftmax
File "/home/sedielem/git/Theano/theano/tests/unittest_tools.py", line 237, in _compile_and_check
outputs_function = theano.function(inputs, outputs, mode=mode)
File "/home/sedielem/git/Theano/theano/compile/function.py", line 265, in function
profile=profile)
File "/home/sedielem/git/Theano/theano/compile/pfunc.py", line 511, in pfunc
on_unused_input=on_unused_input)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1546, in orig_function
defaults)
File "/home/sedielem/git/Theano/theano/compile/function_module.py", line 1409, in create
_fn, _i, _o = self.linker.make_thunk(input_storage=input_storage_lists)
File "/home/sedielem/git/Theano/theano/gof/link.py", line 531, in make_thunk
output_storage=output_storage)[:3]
File "/home/sedielem/git/Theano/theano/gof/vm.py", line 897, in make_all
no_recycling))
File "/home/sedielem/git/Theano/theano/sandbox/cuda/__init__.py", line 256, in make_thunk
compute_map, no_recycling)
File "/home/sedielem/git/Theano/theano/gof/op.py", line 722, in make_thunk
output_storage=node_output_storage)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1043, in make_thunk
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 985, in __compile__
keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1412, in cthunk_factory
key=key, lnk=self, keep_lock=keep_lock)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 1051, in module_from_key
module = lnk.compile_cmodule(location)
File "/home/sedielem/git/Theano/theano/gof/cc.py", line 1324, in compile_cmodule
preargs=preargs)
File "/home/sedielem/git/Theano/theano/sandbox/cuda/nvcc_compiler.py", line 427, in compile_str
return dlimport(lib_filename)
File "/home/sedielem/git/Theano/theano/gof/cmodule.py", line 289, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('The following error happened while compiling the node', GpuDnnSoftmax{tensor_format='bc01', mode='channel', algo='accurate'}(GpuFromHost.0), '\n', '/home/sedielem/.theano/compiledir_Linux-3.13.0-40-generic-x86_64-with-Ubuntu-14.04-trusty-x86_64-2.7.6-64/tmpcJZ2i4/5ee34d1d6f6397749ba1151d9ca026bc.so: undefined symbol: cudnnCreateTensor4dDescriptor', "[GpuDnnSoftmax{tensor_format='bc01', mode='channel', algo='accurate'}(<CudaNdarrayType(float32, 4D)>)]")
----------------------------------------------------------------------
Ran 10 tests in 29.767s
FAILED (SKIP=3, errors=6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment