diff options
-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 -``` |