bubbliiiing / yolov4-tf2

这是一个yolo4-tf2(tensorflow2)的源码,可以用于训练自己的模型。
MIT License
314 stars 111 forks source link

训练中,改成save_weights_only = False,出现错误 #46

Open xc597 opened 5 months ago

xc597 commented 5 months ago

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 '