Skip to content

Commit 612ad3a

Browse files
authored
Update README.md
1 parent e682172 commit 612ad3a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Curbing Task Interference using Representation Similarity-Guided Multi-Task Feature Sharing
22

3-
OUTPUT_DIR: Directory to save output contents.
4-
DATA_DIR: Directory containing the datasets.
5-
MODEL_DIR: Directory containing the trained models.
3+
OUTPUT_DIR: Directory to save output contents. <br />
4+
DATA_DIR: Directory containing the datasets. <br />
5+
MODEL_DIR: Directory containing the trained models. <br />
66

77
## Environment:
88

99
conda_env_local.yml file can be used to create an anaconda environment to run the code.
1010

1111
## Training script:
1212

13-
To train the One-De model on cityscapes dataset:
13+
To train the One-De model on cityscapes dataset: <br />
1414

1515
python train.py --batch-size 8 --workers 8 --data-folder /DATA_DIR/Cityscapes --crop-size 512 1024 --checkname train_cs --config-file ./model_cfgs/cityscapes/one_de.yaml --epochs 140 --lr .0001 --output-dir OUTPUT_DIR --lr-strategy stepwise --lr-decay 98 126 --base-optimizer RAdam --dataset cityscapes
16-
16+
<br />
1717
Other model configs can be found in 'model_cfgs' directory.
1818

1919

@@ -22,17 +22,17 @@ Other model configs can be found in 'model_cfgs' directory.
2222
Models can be evaluated using --eval-only arg along with train script.
2323

2424

25-
## Get CKA similarities and task groupings:
26-
The following code runs grouping using seperate decoder (Sep-De).
25+
## Get CKA similarities and task groupings:
26+
The following code runs grouping using seperate decoder (Sep-De). <br />
2727
python explain.py --batch-size 4 --workers 0 --crop-size 480 640 --config-file ./model_cfgs/cityscapes/sep_de_group.yaml --resume MODEL_DIR/model_latest_140.pth --data-folder /DATA_DIR/NYUv2 --data-folder-1 /DATA_DIR/NYUv2/image/train --explainer-name CKA --compare-tasks --dataset cityscapes
2828

2929
## Cite Our Work
3030

31-
If you find the code concerning Progressive Decoder Fusion (PDF) useful in your research, please consider citing our paper:
31+
If you find the code concerning Progressive Decoder Fusion (PDF) useful in your research, please consider citing our paper: <br />
3232

3333
Pending.
3434

35-
If you find the code for UniNet useful in your research, please consider citing our paper:
35+
If you find the code for UniNet useful in your research, please consider citing our paper: <br />
3636

3737
@InProceedings{Gurulingan_2021_ICCV, <br />
3838
author = {Gurulingan, Naresh Kumar and Arani, Elahe and Zonooz, Bahram}, <br />

0 commit comments

Comments
 (0)