|
楼主 |
发表于 2021-6-23 22:16:08
|
显示全部楼层
Starting. Press "Enter" to stop training and save model.
Error: 2 root error(s) found.
(0) Resource exhausted: OOM when allocating tensor with shape[8,128,162,162] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[node Pad_17 (defined at D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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_36/concat/_507]]
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,128,162,162] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[node Pad_17 (defined at D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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.
0 successful operations.
0 derived errors ignored.
Original stack trace for 'Pad_17':
File "threading.py", line 884, in _bootstrap
File "threading.py", line 916, in _bootstrap_inner
File "threading.py", line 864, in run
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\mainscripts\Trainer.py", line 59, in trainerThread
debug=debug)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\models\ModelBase.py", line 191, in __init__
self.on_initialize()
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 372, in on_initialize
gpu_pred_src_src, gpu_pred_src_srcm = self.decoder_src(gpu_src_code)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\archis\DeepFakeArchi.py", line 158, in forward
x = self.res2(x)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\archis\DeepFakeArchi.py", line 68, in forward
x = self.conv1(inp)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\layers\LayerBase.py", line 14, in __call__
return self.forward(*args, **kwargs)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\layers\Conv2D.py", line 97, in forward
x = tf.pad (x, self.padding, mode='CONSTANT')
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\ops\array_ops.py", line 2840, in pad
result = gen_array_ops.pad(tensor, paddings, name=name)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\ops\gen_array_ops.py", line 7725, in pad
"ad", input=input, paddings=paddings, name=name)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 1365, in _do_call
return fn(*args)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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,128,162,162] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[{{node Pad_17}}]]
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_36/concat/_507]]
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,128,162,162] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[{{node Pad_17}}]]
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.
0 successful operations.
0 derived errors ignored.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\mainscripts\Trainer.py", line 135, in trainerThread
iter, iter_time = model.train_one_iter()
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\models\ModelBase.py", line 472, in train_one_iter
losses = self.onTrainOneIter()
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 723, 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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 543, in src_dst_train
self.target_dstm_em:target_dstm_em,
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 956, in run
run_metadata_ptr)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\client\session.py", line 1359, in _do_run
run_metadata)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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,128,162,162] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[node Pad_17 (defined at D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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_36/concat/_507]]
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,128,162,162] and type float on /job:localhost/replica:0/task:0/deviceML:0 by allocator DmlAllocator
[[node Pad_17 (defined at D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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.
0 successful operations.
0 derived errors ignored.
Original stack trace for 'Pad_17':
File "threading.py", line 884, in _bootstrap
File "threading.py", line 916, in _bootstrap_inner
File "threading.py", line 864, in run
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\mainscripts\Trainer.py", line 59, in trainerThread
debug=debug)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\models\ModelBase.py", line 191, in __init__
self.on_initialize()
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 372, in on_initialize
gpu_pred_src_src, gpu_pred_src_srcm = self.decoder_src(gpu_src_code)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\archis\DeepFakeArchi.py", line 158, in forward
x = self.res2(x)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\archis\DeepFakeArchi.py", line 68, in forward
x = self.conv1(inp)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\layers\LayerBase.py", line 14, in __call__
return self.forward(*args, **kwargs)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\DeepFaceLab\core\leras\layers\Conv2D.py", line 97, in forward
x = tf.pad (x, self.padding, mode='CONSTANT')
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\ops\array_ops.py", line 2840, in pad
result = gen_array_ops.pad(tensor, paddings, name=name)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\ops\gen_array_ops.py", line 7725, in pad
"ad", input=input, paddings=paddings, name=name)
File "D:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_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:\BaiduNetdiskDownload\DeepFaceLab_DirectX12\_internal\python-3.6.8\lib\site-packages\tensorflow_core\python\framework\ops.py", line 1762, in __init__
self._traceback = tf_stack.extract_stack() |
|