Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ Please follow the instructions [DATASETS.md](https://github.com/KaiyangZhou/CoOp
|
|
40 |
## Running
|
41 |
|
42 |
To reproduce accuracy results from the paper: edit the directories to match your local machine in `load_OP.py` and set `hparams['dataset']` accordingly. Then simply run `python main_OP.py`.
|
43 |
-
|
44 |
|
45 |
## Results
|
46 |
Results of our released models using various evaluation protocols on 6 datasets.
|
|
|
40 |
## Running
|
41 |
|
42 |
To reproduce accuracy results from the paper: edit the directories to match your local machine in `load_OP.py` and set `hparams['dataset']` accordingly. Then simply run `python main_OP.py`.
|
43 |
+
Furthermore, all hyperparameters related to the different datasets are provided in the load_OP.py and all hyperparameters can be modified.
|
44 |
|
45 |
## Results
|
46 |
Results of our released models using various evaluation protocols on 6 datasets.
|