将遮罩的几个文件拷贝到MODEL文件夹,想自己接着画复杂图片的遮罩,画完后运行“训练遮罩模型”,结果就报错了,有大佬帮我看看是那里出了问题吗?谢谢! 错误代码: Error: cannot reshape array of size 294912 into shape (3,3,128,128) Traceback (most recent call last): File "D:\DeepFaceLab_NVIDIA802_CN-2\_internal\DeepFaceLab\mainscripts\Trainer.py", line 57, in trainerThread debug=debug, File "D:\DeepFaceLab_NVIDIA802_CN-2\_internal\DeepFaceLab\models\Model_XSeg\Model.py", line 17, in __init__ super().__init__(*args, force_model_class_name='XSeg', **kwargs) File "D:\DeepFaceLab_NVIDIA802_CN-2\_internal\DeepFaceLab\models\ModelBase.py", line 189, in __init__ self.on_initialize() File "D:\DeepFaceLab_NVIDIA802_CN-2\_internal\DeepFaceLab\models\Model_XSeg\Model.py", line 68, in on_initialize data_format=nn.data_format) File "D:\DeepFaceLab_NVIDIA802_CN-2\_internal\DeepFaceLab\facelib\XSegNet.py", line 68, in __init__ do_init = not model.load_weights( model_file_path ) File "D:\DeepFaceLab_NVIDIA802_CN-2\_internal\DeepFaceLab\core\leras\layers\Saveable.py", line 93, in load_weights w_val = np.reshape( w_val, w.shape.as_list() ) File "<__array_function__ internals>", line 6, in reshape File "D:\DeepFaceLab_NVIDIA802_CN-2\_internal\python-3.6.8\lib\site-packages\numpy\core\fromnumeric.py", line 301, in reshape return _wrapfunc(a, 'reshape', newshape, order=order) File "D:\DeepFaceLab_NVIDIA802_CN-2\_internal\python-3.6.8\lib\site-packages\numpy\core\fromnumeric.py", line 61, in _wrapfunc return bound(*args, **kwds) ValueError: cannot reshape array of size 294912 into shape (3,3,128,128)