diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2020-08-11 23:08:56 +0200 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2020-08-11 23:08:56 +0200 |
commit | 95cbdf5bc1cc9639febda23c28d8f464c998b214 (patch) | |
tree | 435faa5645bab4c05b7824f33d8e94a0bc421b66 /README.md | |
parent | 53677be4ec14854ea4881b0d78730e0414c8dedd (diff) |
Working one the cnn lstm ctc model.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -29,7 +29,7 @@ TBC - [ ] Implement population based training - [ ] Implement Bayesian hyperparameter search (with W&B maybe) - [x] Try to fix shell cmd security issues S404, S602 -- [ ] Change prepare_experiment.py to print statements st it can be run with tasks/prepare_sample_experiments.sh | parallel -j1 +- [x] Change prepare_experiment.py to print statements st it can be run with tasks/prepare_sample_experiments.sh | parallel -j1 - [x] Fix caption in WandbImageLogger - [x] Rename val_accuracy in metric - [x] Start implementing callback list stuff in train.py @@ -39,3 +39,9 @@ TBC - [x] SentenceGenerator - [x] Write a Emnist line data loader - [ ] Implement ctc line model + - [ ] Implement CNN encoder (ResNet style) + - [ ] Implement the RNN + output layer + - [ ] Construct/implement the CTC loss +- [ ] Sweep base config yaml file +- [ ] sweep.py +- [ ] sweep.yaml |