Page 1 of 1

On the problem of training to use Phaze-A

Posted: Fri Feb 18, 2022 2:33 pm
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 '


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

Posted: Sat Feb 19, 2022 3:25 pm
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.