Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harder Example Mining #21

Open
JamenceTom opened this issue May 28, 2020 · 2 comments
Open

Harder Example Mining #21

JamenceTom opened this issue May 28, 2020 · 2 comments

Comments

@JamenceTom
Copy link

Hi! Thanks for your great work!
Is harder example mining a method from a published paper? If yes, can you tell me the name of this paper? Thanks

@lulujianjie
Copy link
Owner

lulujianjie commented Jun 3, 2020

Hi! Thanks for your great work!
Is harder example mining a method from a published paper? If yes, can you tell me the name of this paper? Thanks

No, it originates from my project, which is a improved version of hard example mining. The principle of mathematics can be seen in docs link

@Margrate
Copy link

    You add the two lines:
    dist_ap *= (1.0 + self.hard_factor)
    dist_an *= (1.0 - self.hard_factor)
    then, it becomes harder triplet loss?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants