LanXiaoPang613
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -35,14 +35,12 @@ python train.py --r 0.4 --noise_mode 'asym' --lambda_u 10 --data_path './data/ci
|
|
35 |
python train.py --r 0.5 --noise_mode 'sym' --lambda_u 25 --data_path './data/cifar-10-batches-py' --dataset 'cifar10' --num_class 10
|
36 |
```
|
37 |
|
38 |
-
To train on the Animal-10N dataset, run the following command:
|
39 |
|
40 |
```shell
|
41 |
python train.py --num_epochs 60 --lambda_u 0 --data_path './data/Animal-10N' --dataset 'animal10N' --num_class 10
|
42 |
```
|
43 |
|
44 |
-
Animal-10N(https://dm.kaist.ac.kr/datasets/animal-10n/) dataset (You need to download the dataset from the corresponding website.)
|
45 |
-
|
46 |
|
47 |
## Citation
|
48 |
|
|
|
35 |
python train.py --r 0.5 --noise_mode 'sym' --lambda_u 25 --data_path './data/cifar-10-batches-py' --dataset 'cifar10' --num_class 10
|
36 |
```
|
37 |
|
38 |
+
To train on the Animal-10N dataset(https://dm.kaist.ac.kr/datasets/animal-10n/), run the following command:
|
39 |
|
40 |
```shell
|
41 |
python train.py --num_epochs 60 --lambda_u 0 --data_path './data/Animal-10N' --dataset 'animal10N' --num_class 10
|
42 |
```
|
43 |
|
|
|
|
|
44 |
|
45 |
## Citation
|
46 |
|