diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index fd9c49e..2e18f81 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# symmetric_learning +# Symmetric Cross Entropy Learning (SL) Code for ICCV2019 "Symmetric Cross Entropy for Robust Learning with Noisy Labels" + +## Requirements +- Python 3.5.2, +- Tensorflow 1.10.1 +- Keras 2.2.2 + +## Usage + +Simply run the code by: python3 train_models.py \ No newline at end of file