Kevin Musgrave

Results 141 comments of Kevin Musgrave

Added by @domenicoMuscill0 in v2.4.0: ``` pip install pytorch-metric-learning==2.4.0 ``` https://kevinmusgrave.github.io/pytorch-metric-learning/losses/#dynamicsoftmarginloss

Adding this to a custom css file seems to work: ```css html { scroll-behavior: auto !important; } ``` Is this the best approach?

Thanks for the code and explanation @zhaoyuac09!. I've found the distributed stuff to be quite tricky. I'm really busy for the next few days, so I'll have to look at...

@lolongcovas It's not passing the existing test. See my comment: https://github.com/KevinMusgrave/pytorch-metric-learning/pull/642#issuecomment-1849537159

Here's the test file: https://github.com/KevinMusgrave/pytorch-metric-learning/blob/master/tests/utils/test_distributed.py

If I remember correctly, I was intending for a colon followed by a space to be acceptable

Can you provide links to the relevant papers or code? I'm wondering if it's out of the scope of this library, or if there is an existing library that already...