Skip to content

Commit 97579a5

Browse files
committed
Update README with an additional requisite
Additional requisite to download large files from G-Drive Also adds links to the lines of code where changes need to be made in case the number of tasks being experimented on is different in your case
1 parent 1483b3e commit 97579a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Training
6161
------------------------------
6262
Training a model on a given task takes place using the **`generate_models.py`** file. Simply execute the following lines to begin the training process
6363

64-
Execute the following lines of code (along with the necessary arguments) to generate to generate the expert models for the 4 tasks. Make sure you have donwnloaded the datasets used in these experiments. The steps are detailed [here][12]. If you are using this to test it out on your own datasets, make sure that you make the necessary changes in the **`generate_models.py`** and **`test_models.py`** with regards to the number of tasks being used in the experiment [here][] and [here][]
64+
Execute the following lines of code (along with the necessary arguments) to generate to generate the expert models for the 4 tasks. Make sure you have donwnloaded the datasets used in these experiments. The steps are detailed [here][12]. If you are using this to test it out on your own datasets, make sure that you make the necessary changes in the **`generate_models.py`** and **`test_models.py`** with regards to the number of tasks being used in the experiment [here][13] and [here][14]. You would also need to make changes to the transforms used in these files.
6565

6666

6767
```sh
@@ -193,5 +193,5 @@ BSD
193193
[10]: https://github.com/rahafaljundi/Expert-Gate
194194
[11]: https://pypi.org/project/gdown
195195
[12]: #someid
196-
[13]:
197-
[14]:
196+
[13]: https://github.com/wannabeOG/ExpertNet-Pytorch/blob/1483b3e66d95b641558ada477d672ca5054f6fea/generate_models.py#L62
197+
[14]: https://github.com/wannabeOG/ExpertNet-Pytorch/blob/1483b3e66d95b641558ada477d672ca5054f6fea/test_models.py#L46

0 commit comments

Comments
 (0)