diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-13 19:06:48 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-09-13 19:06:48 +0200 |
commit | d8e1abad63082f57842a090b0d9310027b51144e (patch) | |
tree | bbf144a2d0e01f57fef406fff429be423a10d1bc /training/conf/model | |
parent | e586a88ff662ff1841f51c0034679a945d1b79ee (diff) |
Remove old configs
Diffstat (limited to 'training/conf/model')
-rw-r--r-- | training/conf/model/lit_perceiver.yaml | 5 | ||||
-rw-r--r-- | training/conf/model/lit_vq_transformer.yaml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/training/conf/model/lit_perceiver.yaml b/training/conf/model/lit_perceiver.yaml deleted file mode 100644 index 6d1ec82..0000000 --- a/training/conf/model/lit_perceiver.yaml +++ /dev/null @@ -1,5 +0,0 @@ -_target_: text_recognizer.models.LitPerceiver -max_output_len: 682 -start_token: <s> -end_token: <e> -pad_token: <p> diff --git a/training/conf/model/lit_vq_transformer.yaml b/training/conf/model/lit_vq_transformer.yaml deleted file mode 100644 index 4173151..0000000 --- a/training/conf/model/lit_vq_transformer.yaml +++ /dev/null @@ -1,5 +0,0 @@ -_target_: text_recognizer.models.LitVqTransformer -max_output_len: 682 -start_token: <s> -end_token: <e> -pad_token: <p> |