Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:UsersTakkeeziAnaconda3anaconda-projectstest2.py", line 14, in <module>
  3. f = function([], T.exp(x))
  4. File "C:UsersTakkeeziAnaconda3libsite-packagestheanocompilefunction.py", line 320, in function
  5. output_keys=output_keys)
  6. File "C:UsersTakkeeziAnaconda3libsite-packagestheanocompilepfunc.py", line 479, in pfunc
  7. output_keys=output_keys)
  8. File "C:UsersTakkeeziAnaconda3libsite-packagestheanocompilefunction_module.py", line 1777, in orig_function
  9. defaults)
  10. File "C:UsersTakkeeziAnaconda3libsite-packagestheanocompilefunction_module.py", line 1641, in create
  11. input_storage=input_storage_lists, storage_map=storage_map)
  12. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogoflink.py", line 690, in make_thunk
  13. storage_map=storage_map)[:3]
  14. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofvm.py", line 1003, in make_all
  15. no_recycling))
  16. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofop.py", line 970, in make_thunk
  17. no_recycling)
  18. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofop.py", line 879, in make_c_thunk
  19. output_storage=node_output_storage)
  20. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofcc.py", line 1200, in make_thunk
  21. keep_lock=keep_lock)
  22. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofcc.py", line 1143, in __compile__
  23. keep_lock=keep_lock)
  24. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofcc.py", line 1595, in cthunk_factory
  25. key=key, lnk=self, keep_lock=keep_lock)
  26. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofcmodule.py", line 1142, in module_from_key
  27. module = lnk.compile_cmodule(location)
  28. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofcc.py", line 1506, in compile_cmodule
  29. preargs=preargs)
  30. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofcmodule.py", line 2213, in compile_str
  31. return dlimport(lib_filename)
  32. File "C:UsersTakkeeziAnaconda3libsite-packagestheanogofcmodule.py", line 299, in dlimport
  33. rval = __import__(module_name, {}, {}, [module_name])
  34. ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
  35.  
  36. import theano
  37. print(theano.config)
  38.  
  39. device (cpu, gpu*, opencl*, cuda*)
  40. Doc: Default device for computations. If gpu*, change the default to try to move computation to it and to put shared variable of float32 on it. Do not use upper case letters, only lower case even if NVIDIA use capital letters.
  41. Value: cpu
  42.  
  43. [global]
  44. floatX = float32
  45. device = gpu
  46. [lib]
  47. cnmem = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement