Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SungFeng-Huang committed Jun 2, 2021
1 parent 03e52fa commit d4bde8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ To train the model(s) in the paper, run this command:
```bash
python3 train.py -a <algorithm>
```

Available algorithms:
- base_emb_vad
- base_emb_va
Expand All @@ -84,6 +85,7 @@ Available algorithms:
- meta_emb1_va
- meta_emb1_d
- meta_emb1

(*_emb_* for embedding table, and *_emb1_* for shared embedding)
(base_* for baseline models, where the training is the same and only different
in fine-tuning different modules)
Expand Down

0 comments on commit d4bde8c

Please sign in to comment.