|
发表于 2023-2-6 01:58:18
|
显示全部楼层
这是报错的内容
Error: 2 root error(s) found.
(0) Resource exhausted: failed to allocate memory
[[node Square_15 (defined at C:\DFL_RTX3000_series_1120\_internal\DFL\core\leras\ops\__init__.py:304) ]]
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. This isn't available when running in Eager mode.
[[concat_12/concat/_1617]]
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. This isn't available when running in Eager mode.
(1) Resource exhausted: failed to allocate memory
[[node Square_15 (defined at C:\DFL_RTX3000_series_1120\_internal\DFL\core\leras\ops\__init__.py:304) ]]
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. This isn't available when running in Eager mode.
0 successful operations.
0 derived errors ignored.
Errors may have originated from an input operation.
Input Source operations connected to node Square_15:
mul_10 (defined at C:\DFL_RTX3000_series_1120\_internal\DFL\models\Model_SAEHD\Model.py:456)
Input Source operations connected to node Square_15:
mul_10 (defined at C:\DFL_RTX3000_series_1120\_internal\DFL\models\Model_SAEHD\Model.py:456)
Original stack trace for 'Square_15':
File "threading.py", line 884, in _bootstrap
File "threading.py", line 916, in _bootstrap_inner
File "threading.py", line 864, in run
File "C:\DFL_RTX3000_series_1120\_internal\DFL\mainscripts\Trainer.py", line 58, in trainerThread
debug=debug)
File "C:\DFL_RTX3000_series_1120\_internal\DFL\models\ModelBase.py", line 193, in __init__
self.on_initialize()
File "C:\DFL_RTX3000_series_1120\_internal\DFL\models\Model_SAEHD\Model.py", line 485, in on_initialize
gpu_dst_loss = tf.reduce_mean ( 5*nn.dssim(gpu_target_dst_masked_opt, gpu_pred_dst_dst_masked_opt, max_val=1.0, filter_size=int(resolution/11.6) ), axis=[1])
File "C:\DFL_RTX3000_series_1120\_internal\DFL\core\leras\ops\__init__.py", line 304, in dssim
den1 = reducer(tf.square(img1) + tf.square(img2))
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\ops\gen_math_ops.py", line 10438, in square
"Square", x=x, name=name)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 750, in _apply_op_helper
attrs=attr_protos, op_def=op_def)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\framework\ops.py", line 3569, in _create_op_internal
op_def=op_def)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\framework\ops.py", line 2045, in __init__
self._traceback = tf_stack.extract_stack_for_node(self._c_op)
Traceback (most recent call last):
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1375, in _do_call
return fn(*args)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1360, in _run_fn
target_list, run_metadata)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1453, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
(0) Resource exhausted: failed to allocate memory
[[{{node Square_15}}]]
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. This isn't available when running in Eager mode.
[[concat_12/concat/_1617]]
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. This isn't available when running in Eager mode.
(1) Resource exhausted: failed to allocate memory
[[{{node Square_15}}]]
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. This isn't available when running in Eager mode.
0 successful operations.
0 derived errors ignored.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\DFL_RTX3000_series_1120\_internal\DFL\mainscripts\Trainer.py", line 129, in trainerThread
iter, iter_time = model.train_one_iter()
File "C:\DFL_RTX3000_series_1120\_internal\DFL\models\ModelBase.py", line 474, in train_one_iter
losses = self.onTrainOneIter()
File "C:\DFL_RTX3000_series_1120\_internal\DFL\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 "C:\DFL_RTX3000_series_1120\_internal\DFL\models\Model_SAEHD\Model.py", line 584, in src_dst_train
self.target_dstm_em:target_dstm_em,
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 968, in run
run_metadata_ptr)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1191, in _run
feed_dict_tensor, options, run_metadata)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1369, in _do_run
run_metadata)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1394, in _do_call
raise type(e)(node_def, op, message) # pylint: disable=no-value-for-parameter
tensorflow.python.framework.errors_impl.ResourceExhaustedError: 2 root error(s) found.
(0) Resource exhausted: failed to allocate memory
[[node Square_15 (defined at C:\DFL_RTX3000_series_1120\_internal\DFL\core\leras\ops\__init__.py:304) ]]
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. This isn't available when running in Eager mode.
[[concat_12/concat/_1617]]
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. This isn't available when running in Eager mode.
(1) Resource exhausted: failed to allocate memory
[[node Square_15 (defined at C:\DFL_RTX3000_series_1120\_internal\DFL\core\leras\ops\__init__.py:304) ]]
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. This isn't available when running in Eager mode.
0 successful operations.
0 derived errors ignored.
Errors may have originated from an input operation.
Input Source operations connected to node Square_15:
mul_10 (defined at C:\DFL_RTX3000_series_1120\_internal\DFL\models\Model_SAEHD\Model.py:456)
Input Source operations connected to node Square_15:
mul_10 (defined at C:\DFL_RTX3000_series_1120\_internal\DFL\models\Model_SAEHD\Model.py:456)
Original stack trace for 'Square_15':
File "threading.py", line 884, in _bootstrap
File "threading.py", line 916, in _bootstrap_inner
File "threading.py", line 864, in run
File "C:\DFL_RTX3000_series_1120\_internal\DFL\mainscripts\Trainer.py", line 58, in trainerThread
debug=debug)
File "C:\DFL_RTX3000_series_1120\_internal\DFL\models\ModelBase.py", line 193, in __init__
self.on_initialize()
File "C:\DFL_RTX3000_series_1120\_internal\DFL\models\Model_SAEHD\Model.py", line 485, in on_initialize
gpu_dst_loss = tf.reduce_mean ( 5*nn.dssim(gpu_target_dst_masked_opt, gpu_pred_dst_dst_masked_opt, max_val=1.0, filter_size=int(resolution/11.6) ), axis=[1])
File "C:\DFL_RTX3000_series_1120\_internal\DFL\core\leras\ops\__init__.py", line 304, in dssim
den1 = reducer(tf.square(img1) + tf.square(img2))
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\ops\gen_math_ops.py", line 10438, in square
"Square", x=x, name=name)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 750, in _apply_op_helper
attrs=attr_protos, op_def=op_def)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\framework\ops.py", line 3569, in _create_op_internal
op_def=op_def)
File "C:\DFL_RTX3000_series_1120\_internal\python-3.6.8\lib\site-packages\tensorflow\python\framework\ops.py", line 2045, in __init__
self._traceback = tf_stack.extract_stack_for_node(self._c_op)
|
|