diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-27 23:22:06 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-27 23:22:06 +0200 |
| commit | df0c59742803ec4a06afe981467d9f63758714a6 (patch) | |
| tree | fc1251a04bf9c3346ad168c1514a76bfa0bf6412 | |
| parent | f953b6d48a66ebff43c74bc0e092e657d5dbc198 (diff) | |
Remove tokens
| -rw-r--r-- | training/conf/model/lit_transformer.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/training/conf/model/lit_transformer.yaml b/training/conf/model/lit_transformer.yaml index 7d252b4..e6af035 100644 --- a/training/conf/model/lit_transformer.yaml +++ b/training/conf/model/lit_transformer.yaml @@ -1,5 +1,2 @@ _target_: text_recognizer.models.LitTransformer max_output_len: 682 -start_token: <s> -end_token: <e> -pad_token: <p> |