Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eric8607242 committed Jul 3, 2021
1 parent 08ad6cb commit a65b33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ optional arguments:
```
### Classification
``` python3
python3 main.py -c ./config/classification/uniform_evolution.py --title uniform_sampling_evolution_search
python3 main.py -c ./config/classification/uniform_evolution.yml --title uniform_sampling_evolution_search
```

### Face Recognition
Expand All @@ -49,7 +49,7 @@ bash ./script/facedata_download.sh
```
> Thanks to Johnnylord for the support of face recognition training pipeline.
```bash
python3 main.py -c ./config/face_recognition/uniform_evolution.py --title uniform_sampling_evolution_search
python3 main.py -c ./config/face_recognition/uniform_evolution.yml --title uniform_sampling_evolution_search
```

OSNASLib provides several example configurations for utilizing different baseline components. Please refer to `./config/` for more information about configuration.
Expand Down

0 comments on commit a65b33f

Please sign in to comment.