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
Model: Wed Dec 29 01:10:13 2021 : clean class loss is 0.031855, attack class loss is 0.889221, sim loss is 4.037420.
Model: Wed Dec 29 01:10:48 2021 : clean class loss is 0.034873, attack class loss is 0.386264, sim loss is 4.034396.
Model: Wed Dec 29 01:11:23 2021 : clean class loss is 0.034596, attack class loss is 0.376193, sim loss is 4.035690.
The text was updated successfully, but these errors were encountered:
Hello, thanks for you code, I'm als prepare to use SSL to improve robustness. Some question:
RoCL/src/loss.py
Line 59 in b6d5185
This loss function is from paper simCLR ? I also decided to use this loss function.
RoCL/src/rocl_train.py
Lines 154 to 155 in b6d5185
But I found that it converges very slowly and has much more value than classification function. Have you encountered this problem?
Here is my implement and log.
The text was updated successfully, but these errors were encountered: