diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-22 22:39:20 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-11-22 22:39:20 +0100 |
commit | 99835d879a3ea1b5f79541cfbd62bd65bf978f05 (patch) | |
tree | ddebde32a3a0ef936af84728b04272d7626ae6a3 | |
parent | b3532a4cb91409756631e1d23fe5a99aabe5b57a (diff) |
Update README
-rw-r--r-- | README.md | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -28,22 +28,3 @@ make generate - [ ] Evaluation - [ ] Wandb artifact fetcher - [ ] fix linting -- [ ] make for install, build datasets -- [ ] Fix artifact uploading to wandb - - -## Run Sweeps (old stuff) - Run the following commands to execute hyperparameter search with W&B: - -``` -wandb sweep training/sweep_emnist_resnet.yml -export SWEEP_ID=... -wandb agent $SWEEP_ID - -``` - -(TODO: Not working atm, needed for GTN loss function) -Optionally, build a transition graph for word pieces: -``` -python build-transitions --tokens iamdb_1kwp_tokens_1000.txt --lexicon iamdb_1kwp_lex_1000.txt --blank optional --self_loops --save_path 1kwp_prune_0_10_optblank.bin --prune 0 10 -``` |