EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

ImportError: DLL load failed: The specified module could not be found.Failed to load the native TensorFlow runtime. #470

Open Pranab-pronay opened 4 years ago

Pranab-pronay commented 4 years ago

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 6, in import tensorflow as tf File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 101, in from tensorflow_core import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core__init.py", line 40, in from tensorflow.python.tools import module_util as _module_util File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 50, in getattr__ module = self._load() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow\init__.py", line 44, in _load module = _importlib.import_module(self.name) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\importlib__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\init__.py", line 49, in from tensorflow.python import pywrap_tensorflow File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback stb = value._rendertraceback() AttributeError: 'ImportError' object has no attribute '_rendertraceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 1148, in get_records return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 316, in wrapped return f(*args, *kwargs) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 350, in _fixed_getinnerframes records = fix_frame_records_filenames(inspect.getinnerframes(etb, context)) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\inspect.py", line 1502, in getinnerframes frameinfo = (tb.tb_frame,) + getframeinfo(tb, context) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\inspect.py", line 1460, in getframeinfo filename = getsourcefile(frame) or getfile(frame) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\inspect.py", line 696, in getsourcefile if getattr(getmodule(object, filename), 'loader', None) is not None: File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\inspect.py", line 733, in getmodule if ismodule(module) and hasattr(module, 'file'): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 50, in getattr module = self._load() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init__.py", line 44, in _load module = _importlib.import_module(self.name) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\importlib__init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 953, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core__init.py", line 42, in from . _api.v2 import audio File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in from tensorflow.python.ops.gen_audio_ops import decode_wav File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow\init.py", line 50, in getattr__ module = self._load() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow\init__.py", line 44, in _load module = _importlib.import_module(self.name) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\importlib__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\init__.py", line 49, in from tensorflow.python import pywrap_tensorflow File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 6, in import tensorflow as tf File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 101, in from tensorflow_core import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core__init.py", line 40, in from tensorflow.python.tools import module_util as _module_util File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 50, in getattr__ module = self._load() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow\init__.py", line 44, in _load module = _importlib.import_module(self.name) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\importlib__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\init__.py", line 49, in from tensorflow.python import pywrap_tensorflow File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback stb = value._rendertraceback() AttributeError: 'ImportError' object has no attribute '_rendertraceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace above this error message when asking for help. Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 6, in import tensorflow as tf File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 101, in from tensorflow_core import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core__init.py", line 40, in from tensorflow.python.tools import module_util as _module_util File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 50, in getattr__ module = self._load() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow\init__.py", line 44, in _load module = _importlib.import_module(self.name) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\importlib__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\init__.py", line 49, in from tensorflow.python import pywrap_tensorflow File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback stb = value._rendertraceback() AttributeError: 'ImportError' object has no attribute '_rendertraceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 3254, in run_ast_nodes if (await self.runcode(code, result, async=asy)): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 3348, in run_code self.showtraceback(running_compiled_code=True) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2047, in showtraceback value, tb, tb_offset=tb_offset) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 1415, in structured_traceback self, etype, value, tb, tb_offset, number_of_lines_of_context) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 1315, in structured_traceback self, etype, value, tb, tb_offset, number_of_lines_of_context File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 1183, in structured_traceback formatted_exceptions += self.prepare_chained_exception_message(evalue.cause) TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback stb = value._rendertraceback() AttributeError: 'TypeError' object has no attribute '_rendertraceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 1148, in get_records return _fixed_getinnerframes(etb, number_of_lines_of_context, tb_offset) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 316, in wrapped return f(*args, *kwargs) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 350, in _fixed_getinnerframes records = fix_frame_records_filenames(inspect.getinnerframes(etb, context)) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\inspect.py", line 1502, in getinnerframes frameinfo = (tb.tb_frame,) + getframeinfo(tb, context) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\inspect.py", line 1460, in getframeinfo filename = getsourcefile(frame) or getfile(frame) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\inspect.py", line 696, in getsourcefile if getattr(getmodule(object, filename), 'loader', None) is not None: File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\inspect.py", line 733, in getmodule if ismodule(module) and hasattr(module, 'file'): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 50, in getattr module = self._load() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init__.py", line 44, in _load module = _importlib.import_module(self.name) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\importlib__init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 953, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core__init.py", line 42, in from . _api.v2 import audio File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core_api\v2\audio__init__.py", line 10, in from tensorflow.python.ops.gen_audio_ops import decode_wav File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow\init.py", line 50, in getattr__ module = self._load() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow\init__.py", line 44, in _load module = _importlib.import_module(self.name) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\importlib__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\init__.py", line 49, in from tensorflow.python import pywrap_tensorflow File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line 6, in import tensorflow as tf File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 101, in from tensorflow_core import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core__init.py", line 40, in from tensorflow.python.tools import module_util as _module_util File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow__init.py", line 50, in getattr__ module = self._load() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow\init__.py", line 44, in _load module = _importlib.import_module(self.name) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\importlib__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\init__.py", line 49, in from tensorflow.python import pywrap_tensorflow File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback stb = value._rendertraceback() AttributeError: 'ImportError' object has no attribute '_rendertraceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 3254, in run_ast_nodes if (await self.runcode(code, result, async=asy)): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 3348, in run_code self.showtraceback(running_compiled_code=True) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2047, in showtraceback value, tb, tb_offset=tb_offset) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 1415, in structured_traceback self, etype, value, tb, tb_offset, number_of_lines_of_context) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 1315, in structured_traceback self, etype, value, tb, tb_offset, number_of_lines_of_context File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py", line 1183, in structured_traceback formatted_exceptions += self.prepare_chained_exception_message(evalue.cause) TypeError: can only concatenate str (not "list") to str

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback stb = value._rendertraceback() AttributeError: 'TypeError' object has no attribute '_rendertraceback'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 242, in load_module return load_dynamic(name, filename, file) File "C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\imp.py", line 342, in load_dynamic return _load(spec) ImportError: DLL load failed: The specified module could not be found.

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions. Include the entire stack trace above this error message when asking for help.

ImportError Traceback (most recent call last) ~\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py in 57 ---> 58 from tensorflow.python.pywrap_tensorflow_internal import * 59 from tensorflow.python.pywrap_tensorflow_internal import version

~\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in 27 return _mod ---> 28 _pywrap_tensorflow_internal = swig_import_helper() 29 del swig_import_helper

~\Anaconda3\envs\tensorflow1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py in swig_import_helper() 23 try: ---> 24 _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) 25 finally:

~\Anaconda3\envs\tensorflow1\lib\imp.py in load_module(name, file, filename, details) 241 else: --> 242 return loaddynamic(name, filename, file) 243 elif type == PKG_DIRECTORY:

~\Anaconda3\envs\tensorflow1\lib\imp.py in load_dynamic(name, path, file) 341 name=name, loader=loader, origin=path) --> 342 return _load(spec) 343

ImportError: DLL load failed: The specified module could not be found.

During handling of the above exception, another exception occurred:

During handling of the above exception, another exception occurred:

AttributeError Traceback (most recent call last) ~\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code) 2043 # in the engines. This should return a list of strings. -> 2044 stb = value._rendertraceback() 2045 except Exception:

AttributeError: 'ImportError' object has no attribute '_rendertraceback'

During handling of the above exception, another exception occurred:

TypeError Traceback (most recent call last) ~\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py in run_code(self, codeobj, result, async) 3346 if result is not None: 3347 result.error_in_exec = sys.exc_info()[1] -> 3348 self.showtraceback(running_compiled_code=True) 3349 else: 3350 outflag = False

~\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py in showtraceback(self, exc_tuple, filename, tb_offset, exception_only, running_compiled_code) 2045 except Exception: 2046 stb = self.InteractiveTB.structured_traceback(etype, -> 2047 value, tb, tb_offset=tb_offset) 2048 2049 self._showtraceback(etype, value, stb)

~\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context) 1413 self.tb = tb 1414 return FormattedTB.structured_traceback( -> 1415 self, etype, value, tb, tb_offset, number_of_lines_of_context) 1416 1417

~\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, value, tb, tb_offset, number_of_lines_of_context) 1313 # Verbose modes need a full traceback 1314 return VerboseTB.structured_traceback( -> 1315 self, etype, value, tb, tb_offset, number_of_lines_of_context 1316 ) 1317 elif mode == 'Minimal':

~\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\ultratb.py in structured_traceback(self, etype, evalue, etb, tb_offset, number_of_lines_of_context) 1181 exception = self.get_parts_of_chained_exception(evalue) 1182 if exception: -> 1183 formatted_exceptions += self.prepare_chained_exception_message(evalue.cause) 1184 etype, evalue, etb = exception 1185 else:

TypeError: can only concatenate str (not "list") to str

satyamedh commented 4 years ago

are u training on cpu or gpu?

satyamedh commented 4 years ago

@Pranab-pronay

Pranab-pronay commented 4 years ago

I tried for gpu,

On Sun, May 3, 2020 at 12:59 PM satyamedh hulyalkar < notifications@github.com> wrote:

@Pranab-pronay https://github.com/Pranab-pronay

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10/issues/470#issuecomment-623064973, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHZHODUAB7FGCT6AQTKGBXTRPUI6VANCNFSM4MBJKPRA .

-- Regards,

Pranab Datta

Phone-01711871931

Former Director,Finance| BRAC University Computer Club https://www.facebook.com/BRACUCC/

Facebook http://www.facebook.com/pranab.pronay | LinkedIn https://www.linkedin.com/in/pranab-pronay/Computer Science and Engineering | BRAC University http://bracu.ac.bd/ http://bracu.ac.bd/

Pranab-pronay commented 4 years ago

Hello @satyamedh satyamedh can you help me out, I couldn't finish it till now