keras-arcface icon indicating copy to clipboard operation
keras-arcface copied to clipboard

Fix issue the issue with model.save("path")

Open tchaye59 opened this issue 2 years ago • 0 comments

model.save("path") yield the following error:

NotImplementedError: Layer ArcFace has arguments in "__init__" and therefore must override "get_config".

To fix the issue, I implemented the get config function for each layer(ArcFace, SphereFace, CosFace).

tchaye59 avatar May 09 '22 01:05 tchaye59