diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-30 23:09:31 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-09-30 23:09:31 +0200 |
commit | f288fda7104fc36938784df428d3e36d5ece9e20 (patch) | |
tree | 553b2c449a31c2010e3e8ea7fe0a251ba2987e20 | |
parent | e43457944ef2fc8c7ea57878e940853bde8db289 (diff) |
Update README
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -32,11 +32,15 @@ python build-transitions --tokens iamdb_1kwp_tokens_1000.txt --lexicon iamdb_1kw - [ ] Tests - [ ] Evaluation - [ ] Wandb artifact fetcher -- [ ] attr refactor - [ ] Refactor once more - [ ] fix linting +- [ ] transducer loss function +- [ ] make for install, build datasets - [ ] Fix artifact uploading to wandb -- [ ] Fix st config is saved to experiment log folder!!!! +- [ ] Train lines with word pieces +- [ ] Train with Smoothloss +- [ ] Train with SWA +- [ ] VqTransformer without the quantization ## Run Sweeps Run the following commands to execute hyperparameter search with W&B: |