MrDeepFakes Forums

Some content may not be available to Guests. Consider registering an account to enjoy unrestricted access to guides, support and tools

  • We are looking for community members who are intested in helping out. See our HELP WANTED post.

Step tensorflow erro

kman1898

DF Vagrant
I've searched everywhere but haven't found any answer on this error so far. what am i doing wrong?



[*]ntel® Xeon(R)® CPU X5690 @ 3.47GHz (2 Processors)
[*]Windows 10 64-bit x64 processor
[*]48GB DDR3 RAM
[*]NVIDIA GeForce GTX 1080 Ti (8 GB dedicated), freshly installed drivers
[*]Python 3,7
[*]Cuda 10.1




Performing 1st pass...
Running on GeForce GTX 1080.
Exception: Traceback (most recent call last):
  File "C:\DeepFaceLab\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module>
    from tensorflow.python.pywrap_tensorflow_internal import *
  File "C:\DeepFaceLab\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module>
    _pywrap_tensorflow_internal = swig_import_helper()
  File "C:\DeepFaceLab\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  File "imp.py", line 243, in load_module
  File "imp.py", line 343, in load_dynamic
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\DeepFaceLab\_internal\DeepFaceLab\joblib\SubprocessorBase.py", line 59, in _subprocess_run
    self.on_initialize(client_dict)
  File "C:\DeepFaceLab\_internal\DeepFaceLab\mainscripts\Extractor.py", line 68, in on_initialize
    nnlib.import_all (device_config)
  File "C:\DeepFaceLab\_internal\DeepFaceLab\nnlib\nnlib.py", line 754, in import_all
    nnlib.import_keras(device_config)
  File "C:\DeepFaceLab\_internal\DeepFaceLab\nnlib\nnlib.py", line 166, in import_keras
    nnlib._import_tf(device_config)
  File "C:\DeepFaceLab\_internal\DeepFaceLab\nnlib\nnlib.py", line 134, in _import_tf
    import tensorflow as tf
  File "C:\DeepFaceLab\_internal\python-3.6.8\lib\site-packages\tensorflow\__init__.py", line 24, in <module>
    from tensorflow.python import pywrap_tensorflow  # pylint: disable=unused-import
  File "C:\DeepFaceLab\_internal\python-3.6.8\lib\site-packages\tensorflow\python\__init__.py", line 49, in <module>
    from tensorflow.python import pywrap_tensorflow
  File "C:\DeepFaceLab\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in <module>
    raise ImportError(msg)
ImportError: Traceback (most recent call last):
  File "C:\DeepFaceLab\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module>
    from tensorflow.python.pywrap_tensorflow_internal import *
  File "C:\DeepFaceLab\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module>
    _pywrap_tensorflow_internal = swig_import_helper()
  File "C:\DeepFaceLab\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  File "imp.py", line 243, in load_module
  File "imp.py", line 343, in load_dynamic
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.


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.
 

dpfks

DF Enthusiast
Staff member
Administrator
Verified Video Creator
kman1898 said:
But does that mean I need to install Cuda 9.2 as well?

No, DFL comes with everything required already. In-fact, you should uninstall any previous CUDA and Python versions.
 
Top