Closed MuZiGuYue closed 6 years ago
Yes, you can use this loss torch.nn.MultiLabelSoftMarginLoss() to deal with multi-label datasets.
Do you know how to use Tensorflow to implement this paper?
Sorry, I don't know much about Tensorflow. You can implement it yourself.
2018-06-25 15:29 GMT+08:00 MuZiGuYue notifications@github.com:
Do you know how to use Tensorflow to implement this paper?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/flyingpot/pytorch_deephash/issues/6#issuecomment-399858482, or mute the thread https://github.com/notifications/unsubscribe-auth/ATlgystkdLDa73PioBCA1VWshrJeH_i4ks5uAJF2gaJpZM4U1lTK .
OK, thank you.
Hello, I found that this paper deals with single-label datasets,do you know if this paper can process multi-label datasets?