Guest User

Untitled

a guest
Jun 28th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. C:\OpenFaceSwap\python\python-3.6.3.amd64\lib\site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  2. from ._conv import register_converters as _register_converters
  3. Using TensorFlow backend.
  4. Model A Directory: C:\OpenFaceSwap\alignA
  5. Model B Directory: C:\OpenFaceSwap\alignB
  6. Training data directory: C:\OpenFaceSwap\model
  7. Loading data, this may take a while...
  8. Using live preview
  9. Loading Model from Model_DFaker plugin...
  10. WARNING:tensorflow:From C:\OpenFaceSwap\python\python-3.6.3.amd64\lib\site-packages\keras\backend\tensorflow_backend.py:1264: calling reduce_prod (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
  11. Instructions for updating:
  12. keep_dims is deprecated, use keepdims instead
  13. WARNING:tensorflow:From C:\OpenFaceSwap\python\python-3.6.3.amd64\lib\site-packages\keras\backend\tensorflow_backend.py:1349: calling reduce_mean (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and will be removed in a future version.
  14. Instructions for updating:
  15. keep_dims is deprecated, use keepdims instead
  16. Failed loading existing training data.
  17. Unable to open file (unable to open file: name = 'C:\OpenFaceSwap\model\DF_encoder.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
  18. Loading Trainer from Model_DFaker plugin...
  19. 0%| | 0/2288 [00:00<?, ?it/s]Exception in thread Thread-1:
  20. Traceback (most recent call last):
  21. File "C:\OpenFaceSwap\python\python-3.6.3.amd64\lib\threading.py", line 916, in _bootstrap_inner
  22. self.run()
  23. File "C:\OpenFaceSwap\python\python-3.6.3.amd64\lib\threading.py", line 864, in run
  24. self._target(*self._args, **self._kwargs)
  25. File "C:\OpenFaceSwap\faceswap_exp\scripts\train.py", line 181, in processThread
  26. raise e
  27. File "C:\OpenFaceSwap\faceswap_exp\scripts\train.py", line 153, in processThread
  28. trainer = trainer(model, images_A, images_B, self.arguments.batch_size, self.arguments.perceptual_loss)
  29. File "C:\OpenFaceSwap\faceswap_exp\plugins\Model_DFaker\Trainer.py", line 68, in __init__
  30. images_A, landmarks_A = load_images_aligned(fn_A[:minImages])
  31. File "C:\OpenFaceSwap\faceswap_exp\plugins\Model_DFaker\utils.py", line 29, in load_images_aligned
  32. if os.path.exists(cropped):
  33. File "C:\OpenFaceSwap\python\python-3.6.3.amd64\lib\genericpath.py", line 19, in exists
  34. os.stat(path)
  35. TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Add Comment
Please, Sign In to add comment