bermanmaxim / LovaszSoftmax

Code for the Lovász-Softmax loss (CVPR 2018)
http://bmax.im/LovaszSoftmax
MIT License
1.38k stars 269 forks source link

Implementation of equibatch? #19

Open Tensorfengsheng1926 opened 5 years ago

Tensorfengsheng1926 commented 5 years ago

Hi, thanks for the great work! It might be a silly question. Could you share the implementation of equibatch (even better in pytorch version) which is mentioned in the paper? Thanks!

bermanmaxim commented 5 years ago

The easiest is to implement it as a batch sampler in PyTorch. I can share the implementation some time in the future, it will likely be in February.

LutaoChu commented 5 years ago

Hi, great work! Could you share more details about equibatch or its implementation? Thanks very much!

KosumosuL commented 4 years ago

Hello, it's 2020 now, could you please share the implementation of the equibatch? lol

amundra15 commented 1 year ago

Hi! Any chance this has been implemented already?