Skip to content

Commit

Permalink
Merge pull request #5 from JosueCom/master
Browse files Browse the repository at this point in the history
Fixed link to approach folder
  • Loading branch information
mmasana authored Feb 11, 2022
2 parents 3b2b05a + 32fbf9c commit f653d6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ followed by general options:

and specific options for each of the code parts (corresponding to folders):

* `--approach`: learning approach used (default='finetuning') [[more](approaches/README.md)]
* `--datasets`: dataset or datasets used (default=['cifar100']) [[more](datasets/README.md)]
* `--network`: network architecture used (default='resnet32') [[more](networks/README.md)]
* `--approach`: learning approach used (default='finetuning') [[more](approach)]
* `--datasets`: dataset or datasets used (default=['cifar100']) [[more](datasets)]
* `--network`: network architecture used (default='resnet32') [[more](networks)]
* `--log`: loggers used (default='disk') [[more](loggers/README.md)]

go to each of their respective readme to see all available options for each of them.
Expand All @@ -31,7 +31,7 @@ The bias-correction approaches are IL2M, BiC and LUCIR (orange).
![alt text](../docs/_static/cil_survey_approaches.png "Survey approaches")

More approaches will be included in the future. To learn more about them refer to the readme in
[src/approaches](approaches).
[src/approach](approaches).

## Datasets
To learn about the dataset management refer to the readme in [src/datasets](datasets).
Expand All @@ -58,4 +58,4 @@ tasks. Other GridSearch options include:
* `--gridsearch-max-num-searches`: GridSearch maximum number of hyperparameter search (default=7)

## Utils
We have some utility functions added into `utils.py`.
We have some utility functions added into `utils.py`.

0 comments on commit f653d6c

Please sign in to comment.