|

楼主 |
发表于 2025-4-10 00:17:23
|
显示全部楼层
raceback (most recent call last):
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1375, in _do_call
return fn(*args)
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1360, in _run_fn
target_list, run_metadata)
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_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.InternalError: 2 root error(s) found.
(0) Internal: Failed to load in-memory CUBIN: CUDA_ERROR_NO_BINARY_FOR_GPU: no kernel image is available for execution on the device
[[{{node Abs_1}}]]
[[Sigmoid_10/_799]]
(1) Internal: Failed to load in-memory CUBIN: CUDA_ERROR_NO_BINARY_FOR_GPU: no kernel image is available for execution on the device
[[{{node Abs_1}}]]
0 successful operations.
0 derived errors ignored.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\mainscripts\Merger.py", line 208, in main
subprocess_count = subprocess_count,
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 268, in run
if self.on_tick() and all ([cli.state == 0 for cli in self.clis]):
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 361, in on_tick
io.process_messages()
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\core\interact\interact.py", line 186, in process_messages
func()
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\core\joblib\MPClassFuncOnDemand.py", line 23, in io_callback
self.s2c.put ( self.class_func (*func_args, **func_kwargs) )
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\facelib\XSegNet.py", line 102, in extract
result = np.clip ( self.net_run(input_image), 0, 1.0 )
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\DeepFaceLab\facelib\XSegNet.py", line 60, in net_run
return nn.tf_sess.run ( [pred], feed_dict={self.input_t :input_np})[0]
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 968, in run
run_metadata_ptr)
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1191, in _run
feed_dict_tensor, options, run_metadata)
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1369, in _do_run
run_metadata)
File "H:\换脸\rocklisoft\DeepFaceLab_NVIDIA_RTX3000_series\_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)
tensorflow.python.framework.errors_impl.InternalError: 2 root error(s) found.
(0) Internal: Failed to load in-memory CUBIN: CUDA_ERROR_NO_BINARY_FOR_GPU: no kernel image is available for execution on the device
[[node Abs_1 (defined at \DeepFaceLab\core\leras\layers\FRNorm2D.py:35) ]]
[[Sigmoid_10/_799]]
(1) Internal: Failed to load in-memory CUBIN: CUDA_ERROR_NO_BINARY_FOR_GPU: no kernel image is available for execution on the device
[[node Abs_1 (defined at \DeepFaceLab\core\leras\layers\FRNorm2D.py:35) ]]
0 successful operations.
0 derived errors ignored.
Errors may have originated from an input operation.
Input Source operations connected to node Abs_1:
XSeg/conv02/frn/eps/read (defined at \DeepFaceLab\core\leras\layers\FRNorm2D.py:22)
Input Source operations connected to node Abs_1:
XSeg/conv02/frn/eps/read (defined at \DeepFaceLab\core\leras\layers\FRNorm2D.py:22)
Original stack trace for 'Abs_1':
File "\DeepFaceLab\main.py", line 336, in <module>
arguments.func(arguments)
File "\DeepFaceLab\main.py", line 165, in process_merge
cpu_only = arguments.cpu_only)
File "\DeepFaceLab\mainscripts\Merger.py", line 208, in main
subprocess_count = subprocess_count,
File "\DeepFaceLab\core\joblib\SubprocessorBase.py", line 268, in run
if self.on_tick() and all ([cli.state == 0 for cli in self.clis]):
File "\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 361, in on_tick
io.process_messages()
File "\DeepFaceLab\core\interact\interact.py", line 186, in process_messages
func()
File "\DeepFaceLab\core\joblib\MPClassFuncOnDemand.py", line 22, in io_callback
self.class_func = getattr( self.class_handle(**self.class_kwargs), self.class_func_name)
File "\DeepFaceLab\facelib\XSegNet.py", line 57, in __init__
_, pred = self.model(self.input_t)
File "\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "\DeepFaceLab\core\leras\models\XSeg.py", line 97, in forward
x = x0 = self.conv02(x)
File "\DeepFaceLab\core\leras\models\ModelBase.py", line 117, in __call__
return self.forward(*args, **kwargs)
File "\DeepFaceLab\core\leras\models\XSeg.py", line 16, in forward
x = self.frn(x)
File "\DeepFaceLab\core\leras\layers\LayerBase.py", line 14, in __call__
return self.forward(*args, **kwargs)
File "\DeepFaceLab\core\leras\layers\FRNorm2D.py", line 35, in forward
x = x * ( 1.0/tf.sqrt(nu2 + tf.abs(self.eps) ) )
File "\python-3.6.8\lib\site-packages\tensorflow\python\util\dispatch.py", line 201, in wrapper
return target(*args, **kwargs)
File "\python-3.6.8\lib\site-packages\tensorflow\python\ops\math_ops.py", line 401, in abs
return gen_math_ops._abs(x, name=name)
File "\python-3.6.8\lib\site-packages\tensorflow\python\ops\gen_math_ops.py", line 55, in _abs
"Abs", x=x, name=name)
File "\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 "\python-3.6.8\lib\site-packages\tensorflow\python\framework\ops.py", line 3536, in _create_op_internal
op_def=op_def)
File "\python-3.6.8\lib\site-packages\tensorflow\python\framework\ops.py", line 1990, in __init__
self._traceback = tf_stack.extract_stack()
|
|