HELP! Merge96 won't work
I'm running on the RTX3000 series. I keep getting this long error and I have no idea what to do. This is on a completely new PC. My previous one didn't have any issues.
3070 TI 16 GB
File "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\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 "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\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 "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\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.NotFoundError: 2 root error(s) found. (0) Not found: No algorithm worked! [[{{node Conv2D}}]] [[Sigmoid_1/_349]] (1) Not found: No algorithm worked! [[{{node Conv2D}}]] 0 successful operations. 0 derived errors ignored.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\mainscripts\Merger.py", line 209, in main subprocess_count = subprocess_count, File "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\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 "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 361, in on_tick io.process_messages() File "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\core\interact\interact.py", line 186, in process_messages func() File "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\core\joblib\MPFunc.py", line 17, in io_callback self.s2c.put ( self.func (*func_args, **func_kwargs) ) File "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\models\Model_Quick96\Model.py", line 311, in predictor_func bgr, mask_dst_dstm, mask_src_dstm = [ nn.to_data_format(x, "NHWC", self.model_data_format).astype(np.float32) for x in self.AE_merge (face) ] File "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\models\Model_Quick96\Model.py", line 200, in AE_merge return nn.tf_sess.run ( [gpu_pred_src_dst, gpu_pred_dst_dstm, gpu_pred_src_dstm], feed_dict={self.warped_dst:warped_dst}) File "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\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 "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\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 "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\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 "C:\Users\USER1\OneDrive\Desktop\DeepFaceLab\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) # pylint: disable=no-value-for-parameter tensorflow.python.framework.errors_impl.NotFoundError: 2 root error(s) found. (0) Not found: No algorithm worked! [[node Conv2D (defined at \DeepFaceLab\core\leras\layers\Conv2D.py:101) ]] [[Sigmoid_1/_349]] (1) Not found: No algorithm worked! [[node Conv2D (defined at \DeepFaceLab\core\leras\layers\Conv2D.py:101) ]] 0 successful operations. 0 derived errors ignored.
Errors may have originated from an input operation. Input Source operations connected to node Conv2D: Pad (defined at \DeepFaceLab\core\leras\layers\Conv2D.py:87) encoder/down1/downs_0/conv1/weight/read (defined at \DeepFaceLab\core\leras\layers\Conv2D.py:61)
Input Source operations connected to node Conv2D: Pad (defined at \DeepFaceLab\core\leras\layers\Conv2D.py:87) encoder/down1/downs_0/conv1/weight/read (defined at \DeepFaceLab\core\leras\layers\Conv2D.py:61)
Original stack trace for 'Conv2D':
File "\DeepFaceLab\main.py", line 343, in