Highlights
- Pro
Pinned Loading
1,272 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 1 repository
-
marcpaga/pytorch-metric-learning
Python
This contribution was made on Apr 8
Created a pull request in KevinMusgrave/pytorch-metric-learning that received 3 comments
Fix kwargs not passed to SubCenterArcFaceLoss
**kwargs
are not passed into __init__
of SubCenterArcFaceLoss
.
This leads to problems, for example with reducers
, which have no effect when passed.
E…
+23
−2
lines changed
•
3
comments