summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-22 22:39:20 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-22 22:39:20 +0100
commit99835d879a3ea1b5f79541cfbd62bd65bf978f05 (patch)
treeddebde32a3a0ef936af84728b04272d7626ae6a3
parentb3532a4cb91409756631e1d23fe5a99aabe5b57a (diff)
Update README
-rw-r--r--README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.md b/README.md
index e780cd6..96ad21b 100644
--- a/README.md
+++ b/README.md
@@ -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
-```