SupContrast icon indicating copy to clipboard operation
SupContrast copied to clipboard

Help Needed

Open user432 opened this issue 5 years ago • 1 comments

Hey, Can Supervised Contrastive Loss be implemented for Semantic Segmentation where the output of the model is of the shape; features = [bsz, feat_dim, h, w] target = [bsz, h, w] target_embedding = [bsz, embed_dim, h, w] It would be very helpful if you can help me. Thanks:)

user432 avatar Jul 16 '20 06:07 user432

At least you need to modify the input-output format

HobbitLong avatar Jul 17 '20 18:07 HobbitLong