保存时间|迭代次数|单次时间|SRC损失|DST损失
Error: 2 root error(s) found.
(0) Resource exhausted: OOM when allocating tensor with shape[8,144,192,192] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[node Add_23 (defined at D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py:1762) ]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
[[concat/concat/_363]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
(1) Resource exhausted: OOM when allocating tensor with shape[8,144,192,192] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[node Add_23 (defined at D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py:1762) ]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
Original stack trace for 'Add_23':
File "threading.py", line 884, in _bootstrap
File "threading.py", line 916, in _bootstrap_inner
File "threading.py", line 864, in run
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\mainscripts\Trainer.py", line 58, in trainerThread
debug=debug)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\models\ModelBase.py", line 199, in __init__
self.on_initialize()
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 409, in on_initialize
gpu_pred_src_src, gpu_pred_src_srcm = self.decoder_src(gpu_src_code)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\archis\DeepFakeArchi.py", line 226, in forward
x = self.res2(x)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\archis\DeepFakeArchi.py", line 82, in forward
x = self.conv1(inp)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\layers\LayerBase.py", line 14, in __call__
return self.forward(*args, **kwargs)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\layers\Conv2D.py", line 107, in forward
x = tf.add(x, bias)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\ops\gen_math_ops.py", line 410, in add
"Add", x=x, y=y, name=name)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\op_def_library.py", line 794, in _apply_op_helper
op_def=op_def)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\util\deprecation.py", line 507, in new_func
return func(*args, **kwargs)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py", line 3371, in create_op
attrs, op_def, compute_device)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py", line 3440, in _create_op_internal
op_def=op_def)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py", line 1762, in __init__
self._traceback = tf_stack.extract_stack()
Traceback (most recent call last):
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 1365, in _do_call
return fn(*args)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 1350, in _run_fn
target_list, run_metadata)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 1443, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
(0) Resource exhausted: OOM when allocating tensor with shape[8,144,192,192] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[{{node Add_23}}]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
[[concat/concat/_363]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
(1) Resource exhausted: OOM when allocating tensor with shape[8,144,192,192] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[{{node Add_23}}]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\mainscripts\Trainer.py", line 131, in trainerThread
iter, iter_time = model.train_one_iter()
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\models\ModelBase.py", line 480, in train_one_iter
losses = self.onTrainOneIter()
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 774, in onTrainOneIter
src_loss, dst_loss = self.src_dst_train (warped_src, target_src, target_srcm, target_srcm_em, warped_dst, target_dst, target_dstm, target_dstm_em)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 584, in src_dst_train
self.target_dstm_em:target_dstm_em,
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 956, in run
run_metadata_ptr)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 1180, in _run
feed_dict_tensor, options, run_metadata)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 1359, in _do_run
run_metadata)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 1384, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
(0) Resource exhausted: OOM when allocating tensor with shape[8,144,192,192] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[node Add_23 (defined at D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py:1762) ]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
[[concat/concat/_363]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
(1) Resource exhausted: OOM when allocating tensor with shape[8,144,192,192] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[node Add_23 (defined at D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py:1762) ]]
Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocation info.
Original stack trace for 'Add_23':
File "threading.py", line 884, in _bootstrap
File "threading.py", line 916, in _bootstrap_inner
File "threading.py", line 864, in run
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\mainscripts\Trainer.py", line 58, in trainerThread
debug=debug)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\models\ModelBase.py", line 199, in __init__
self.on_initialize()
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 409, in on_initialize
gpu_pred_src_src, gpu_pred_src_srcm = self.decoder_src(gpu_src_code)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\archis\DeepFakeArchi.py", line 226, in forward
x = self.res2(x)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\archis\DeepFakeArchi.py", line 82, in forward
x = self.conv1(inp)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\layers\LayerBase.py", line 14, in __call__
return self.forward(*args, **kwargs)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\DeepFaceLab\core\leras\layers\Conv2D.py", line 107, in forward
x = tf.add(x, bias)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\ops\gen_math_ops.py", line 410, in add
"Add", x=x, y=y, name=name)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\op_def_library.py", line 794, in _apply_op_helper
op_def=op_def)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\util\deprecation.py", line 507, in new_func
return func(*args, **kwargs)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py", line 3371, in create_op
attrs, op_def, compute_device)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py", line 3440, in _create_op_internal
op_def=op_def)
File "D:\AI\DFL_maozhihanhua_DirectX 12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py", line 1762, in __init__
self._traceback = tf_stack.extract_stack()