segmentation_models
segmentation_models copied to clipboard
Is there option to add classification head after encoder like in pytorch version?
In pytorch version of "segmentation models" it really easy to do - with high level API. But what about this one made for Keras?