diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-24 22:10:15 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-02-24 22:10:15 +0100 |
commit | b0719d84138b6bbe5f04a4982dfca673aea1a368 (patch) | |
tree | 515f318be7a5adb15ada2706151ae91947e77264 /README.md | |
parent | 2c52bbb05a4a1fda6a48d6940768dc5ebebe9dbd (diff) |
readme with updated goals
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -11,17 +11,29 @@ TBC ## Todo -- [ ] create wordpieces +- [x] create wordpieces - [x] make_wordpieces.py - [x] build_transitions.py - - [ ] transform that encodes iam targets to wordpieces - - [ ] transducer loss function + - [x] transform that encodes iam targets to wordpieces + - [x] transducer loss function +- [ ] Train with word pieces + - [ ] implement wandb callback for logging +- [ ] Implement CPC + - [ ] Window images + - [ ] Train backbone +- [ ] Bert training, how? + + - [ ] Predictive coding - https://arxiv.org/pdf/1807.03748.pdf - https://arxiv.org/pdf/1904.05862.pdf - https://arxiv.org/pdf/1910.05453.pdf - https://blog.evjang.com/2016/11/tutorial-categorical-variational.html - - [ ] + + + + + ## Run Sweeps Run the following commands to execute hyperparameter search with W&B: |