Open LukeU123 opened 4 years ago
What is the tensorflow version?
C:\Users\lukeu>pip show tensorflow Name: tensorflow Version: 2.3.1 Summary: TensorFlow is an open source machine learning framework for everyone. Home-page: https://www.tensorflow.org/ Author: Google Inc. Author-email: packages@tensorflow.org License: Apache 2.0 Location: c:\users\lukeu\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages Requires: wheel, gast, absl-py, tensorflow-estimator, opt-einsum, keras-preprocessing, protobuf, six, numpy, grpcio, h5py, astunparse, google-pasta, wrapt, termcolor, tensorboard
Did you ever find the answer?
Please help, i have no idea what this means, bad installation perhaps?? I thought tensorflow was already included Following error when using Xseg trainer:
Running trainer.
Model first run.
Choose one or several GPU idxs (separated by comma).
[CPU] : CPU [0] : GeForce GTX 1080 Ti
[0] Which GPU indexes to choose? : 0 0
[h] Face type ( h/mf/f/wf/head ?:help ) : h [4] Batch_size ( 2-16 ?:help ) : 2 2 Traceback (most recent call last): File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "", line 1, in
File "multiprocessing\spawn.py", line 105, in spawn_main
File "multiprocessing\spawn.py", line 115, in _main
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\initializers__init.py", line 2, in
from tensorflow.python.ops import init_ops
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow__init__.py", line 24, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\ init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
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:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "", line 1, in
File "multiprocessing\spawn.py", line 105, in spawn_main
File "multiprocessing\spawn.py", line 115, in _main
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\initializers__init.py", line 2, in
from tensorflow.python.ops import init_ops
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow__init__.py", line 24, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\ init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
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 "", line 1, in
File "multiprocessing\spawn.py", line 105, in spawn_main
File "multiprocessing\spawn.py", line 115, in _main
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras__init.py", line 1, in
from .nn import nn
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\nn.py", line 26, in
from core.interact import interact as io
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\interact__init__.py", line 1, in
from .interact import interact
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\interact\interact.py", line 9, in
import cv2
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\cv2\ init__.py", line 3, in
from .cv2 import
ImportError: DLL load failed: The paging file is too small for this operation to complete.
Traceback (most recent call last):
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "", line 1, in
File "multiprocessing\spawn.py", line 105, in spawn_main
File "multiprocessing\spawn.py", line 115, in _main
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\initializers__init.py", line 2, in
from tensorflow.python.ops import init_ops
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow__init__.py", line 24, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\ init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
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:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
Traceback (most recent call last):
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import
from tensorflow.python.pywrap_tensorflow_internal import File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper() _pywrap_tensorflow_internal = swig_import_helper() File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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) _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 File "imp.py", line 243, in load_module ImportError File "imp.py", line 343, in load_dynamic : ImportErrorDLL load failed: The paging file is too small for this operation to complete.: DLL load failed: The paging file is too small for this operation to complete. During handling of the above exception, another exception occurred:
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
File "", line 1, in
Traceback (most recent call last):
File "multiprocessing\spawn.py", line 105, in spawn_main
File "", line 1, in
File "multiprocessing\spawn.py", line 115, in _main
Traceback (most recent call last):
File "multiprocessing\spawn.py", line 105, in spawn_main
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\initializers__init.py", line 2, in
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
File "multiprocessing\spawn.py", line 115, in _main
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\initializers\ init__.py", line 2, in
from tensorflow.python.ops import init_opsfrom tensorflow.python.pywrap_tensorflow_internal import *
from tensorflow.python.ops import init_ops File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow__init__.py", line 24, in
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import_pywrap_tensorflow_internal = swig_import_helper()
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python__init__.py", line 49, in
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper
from tensorflow.python import pywrap_tensorflow_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
from tensorflow.python import pywrap_tensorflow File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
File "imp.py", line 243, in load_module
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)ImportError
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
: ImportError File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
raise ImportError(msg) File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
DLL load failed: The paging file is too small for this operation to complete.:
from tensorflow.python.pywrap_tensorflow_internal import from tensorflow.python.pywrap_tensorflow_internal import ImportErrorfrom tensorflow.python.pywrap_tensorflow_internal import * During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
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. File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
:
Traceback (most recent call last):
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
Traceback (most recent call last):
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
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. File "", line 1, in
_pywrap_tensorflow_internal = swig_import_helper()
File "multiprocessing\spawn.py", line 105, in spawn_main
_pywrap_tensorflow_internal = swig_import_helper()
File "multiprocessing\spawn.py", line 115, in _main _pywrap_tensorflow_internal = swig_import_helper() File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\initializers__init__.py", line 2, in
from tensorflow.python.ops import init_ops File "imp.py", line 243, in load_module File "imp.py", line 243, in load_module
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "imp.py", line 343, in load_dynamic File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow__init__.py", line 24, in
File "imp.py", line 343, in load_dynamic
ImportError : File "imp.py", line 243, in load_module ImportErrorfrom tensorflow.python import pywrap_tensorflow # pylint: disable=unused-importDLL load failed: The paging file is too small for this operation to complete. File "imp.py", line 343, in load_dynamic :
ImportErrorDLL load failed: The paging file is too small for this operation to complete. File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python__init__.py", line 49, in
During handling of the above exception, another exception occurred:
: Traceback (most recent call last): DLL load failed: The paging file is too small for this operation to complete. During handling of the above exception, another exception occurred:
from tensorflow.python import pywrap_tensorflow File "", line 1, in
Traceback (most recent call last):
File "multiprocessing\spawn.py", line 105, in spawn_main
During handling of the above exception, another exception occurred:
File "", line 1, in
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
File "multiprocessing\spawn.py", line 115, in _main
Traceback (most recent call last):
File "multiprocessing\spawn.py", line 105, in spawn_main
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\initializers__init.py", line 2, in
File "", line 1, in
File "multiprocessing\spawn.py", line 115, in _main
raise ImportError(msg) File "multiprocessing\spawn.py", line 105, in spawn_main
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\initializers\ init__.py", line 2, in
from tensorflow.python.ops import init_ops File "multiprocessing\spawn.py", line 115, in _main ImportError File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\DeepFaceLab\core\leras\initializers__init.py", line 2, in
from tensorflow.python.ops import init_ops: File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\ init__.py", line 24, in
Traceback (most recent call last): File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
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. from tensorflow.python.ops import init_ops File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow__init__.py", line 24, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow__init.py", line 24, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\ init__.py", line 49, in
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
from tensorflow.python import pywrap_tensorflow
from tensorflow.python import pywrap_tensorflow File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg) File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg) ImportError raise ImportError(msg): ImportError : ImportErrorTraceback (most recent call last): File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
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:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
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:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:\Deepfake\DeepFaceLab\DeepFaceLab_NVIDIA_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: The paging file is too small for this operation to complete.
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.