Update README.rst
This commit is contained in:
Родитель
78dee0d080
Коммит
74af67023d
|
@ -22,8 +22,7 @@ Installation
|
|||
------------
|
||||
To use the command-line interface of RobustDG, clone this repo and add the folder to your system's PATH (or alternatively, run the commands from the RobustDG root directory). The following commands would train and evalute the MatchDG method on the Rotated MNIST dataset.
|
||||
|
||||
```
|
||||
python data_gen.py resnet18 (Run from the data/rot_mnist/ directory)
|
||||
<code> python data_gen.py resnet18 (Run from the data/rot_mnist/ directory) </code>
|
||||
|
||||
python train.py --dataset rot_mnist --method_name matchdg_ctr --batch_size 128 --match_case 0.01 --match_flag 1
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче