flyingpot / pytorch_deephash

Pytorch implementation of Deep Learning of Binary Hash Codes for Fast Image Retrieval, CVPRW 2015
MIT License
187 stars 48 forks source link

About multi-label #6

Closed MuZiGuYue closed 6 years ago

MuZiGuYue commented 6 years ago

Hello, I found that this paper deals with single-label datasets,do you know if this paper can process multi-label datasets?

flyingpot commented 6 years ago

Yes, you can use this loss torch.nn.MultiLabelSoftMarginLoss() to deal with multi-label datasets.

MuZiGuYue commented 6 years ago

Do you know how to use Tensorflow to implement this paper?

flyingpot commented 6 years ago

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 .

MuZiGuYue commented 6 years ago

OK, thank you.