You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Eliauk-TiAmo thanks, and sorry for the late response, the repository was mistakenly archived!
The implementation for SWAG should be fairly straightforward, you just need to convert the multi-label targets to a probability by normalizing by the number of positive labels, and then apply cross entropy loss.
Your work is very interesting and has research value and significance. Can you provide the complete code on your end? Including train.py and others.
The text was updated successfully, but these errors were encountered: