On the problem of training to use Phaze-A

Want to understand the training process better? Got tips for which model to use and when? This is the place for you


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for discussing tips and understanding the process involved with Training a Faceswap model.

If you have found a bug are having issues with the Training process not working, then you should post in the Training Support forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
wanghuihua
Posts: 5
Joined: Sat Dec 04, 2021 7:31 am
Has thanked: 1 time
Been thanked: 1 time

On the problem of training to use Phaze-A

Post by wanghuihua »

Hello, great programmer,
I am using Phaze-A as a training failure,

Code: Select all

     I would like to ask what is the cause of this, 
                                                                             thank you!
 


 C:\Users\20083\.conda\envs\face\lib\site-packages\tensorflow\python\keras\utils\generic_utils.py:494: CustomMaskWarning: Custom mask layers require a config and must override get_config. When loading, the custom mask layer must be passed to the custom_objects argument.

warnings.warn('Custom mask layers require a config and must override '

User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 622 times

Re: On the problem of training to use Phaze-A

Post by torzdf »

it's a warning from Tensorflow because of a specific Keras implementation. It does not affect us, so can be ignored. Unfortunately it is not easy to hide this message.

My word is final

Locked