Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haochenglouis committed May 26, 2022
1 parent 02a79da commit 32c2a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Demystifying How Self-Supervised Features Improve Training from Noisy Labels
This code is a PyTorch implementation of the paper "[Demystifying How Self-Supervised Features Improve Training from Noisy Labels]".
# Mitigating Memorization of Noisy Labels via Regularization between Representations
This code is a PyTorch implementation of the paper "[Mitigating Memorization of Noisy Labels via Regularization between Representations]".
The code is run on the Tesla V-100.
## Prerequisites
Python 3.8.5
Expand Down Expand Up @@ -44,4 +44,4 @@ python CE_Reg.py --reg rkd_dis --noise_type symmetric --noise_rate 0.6 --epochs

## References

The code of SSL pre-training is based on **https://github.com/leftthomas/SimCLR**
The code of SSL pre-training is based on **https://github.com/leftthomas/SimCLR**

0 comments on commit 32c2a87

Please sign in to comment.