summaryrefslogtreecommitdiff
path: root/text_recognizer
AgeCommit message (Expand)Author
2024-04-15Fix typoHEADmasterGustaf Rydholm
2024-04-15Update mammutGustaf Rydholm
2024-04-15Update networksGustaf Rydholm
2024-04-15Update transformer modelGustaf Rydholm
2024-04-15FormatGustaf Rydholm
2024-04-15FormatGustaf Rydholm
2023-09-11Add MaMMUT lit modelGustaf Rydholm
2023-09-11Add MaMMUT networkGustaf Rydholm
2023-09-11Refactor vit to encoder onlyGustaf Rydholm
2023-09-11Rename vit to convformerGustaf Rydholm
2023-09-11Move greedy decoderGustaf Rydholm
2023-09-11Add swigluGustaf Rydholm
2023-09-11Remove separate ff classGustaf Rydholm
2023-09-11Update encoder/decoder attention and forward passGustaf Rydholm
2023-09-11Update attention with rotary embeddingGustaf Rydholm
2023-09-11Update attendGustaf Rydholm
2023-09-11Remove absolute embeddingGustaf Rydholm
2023-09-11Add rotary embeddingGustaf Rydholm
2023-09-11Update convnextGustaf Rydholm
2023-09-11Update importsGustaf Rydholm
2023-09-03Revert "Delete convnext"Gustaf Rydholm
2023-09-03Update lit modelsGustaf Rydholm
2023-09-03Update importsGustaf Rydholm
2023-09-03Delete lapropGustaf Rydholm
2023-09-03Delete convnextGustaf Rydholm
2023-09-02Rename contextGustaf Rydholm
2023-09-02Fix bug in decoderGustaf Rydholm
2023-09-02Refactor lit modelsGustaf Rydholm
2023-09-02Fix importsGustaf Rydholm
2023-09-02Update tokenizer with logits and batch decodingGustaf Rydholm
2023-08-25Rename and add flash attenGustaf Rydholm
2023-08-25RenameGustaf Rydholm
2023-01-29Add lapropGustaf Rydholm
2023-01-29Update importGustaf Rydholm
2022-10-04Add greedy decoderGustaf Rydholm
2022-10-04Format and rewording docstringGustaf Rydholm
2022-10-04Update stem import pathsGustaf Rydholm
2022-10-02Move stems to transformsGustaf Rydholm
2022-10-02Update docstringsGustaf Rydholm
2022-10-02Fix lr sheduler loadingGustaf Rydholm
2022-10-02Add commentsGustaf Rydholm
2022-09-30Fix api bug in modelGustaf Rydholm
2022-09-30Make rotary pos encoding mandatoryGustaf Rydholm
2022-09-30Update conv transformer modelGustaf Rydholm
2022-09-30Update lit transformerGustaf Rydholm
2022-09-30Update transformerGustaf Rydholm
2022-09-28Fix decode bugGustaf Rydholm
2022-09-28Update metricsGustaf Rydholm
2022-09-28Remove inplace ops for grad flowGustaf Rydholm
2022-09-28Refactor additionsGustaf Rydholm