summaryrefslogtreecommitdiff
path: root/text_recognizer/data/iam_paragraphs.py
AgeCommit message (Collapse)Author
2024-04-15FormatGustaf Rydholm
2022-10-04Update stem import pathsGustaf Rydholm
2022-09-27Rename mapping to tokenizerGustaf Rydholm
2022-09-27Update data modulesGustaf Rydholm
2022-09-27Add metadataGustaf Rydholm
2022-09-18FormatsGustaf Rydholm
2022-06-11Fix emnist mappingGustaf Rydholm
2022-06-08WIP mappingsGustaf Rydholm
2022-06-05Remove attrsGustaf Rydholm
2022-06-01Replace attr with attrsGustaf Rydholm
2022-01-26fix: lint and formatGustaf Rydholm
2021-12-05Format files with blackGustaf Rydholm
2021-10-27Rename mappingsGustaf Rydholm
2021-10-10Update transforms in datamodule/setGustaf Rydholm
2021-10-03Add length as variable to WordPiece transformGustaf Rydholm
2021-09-19Linting of iam paragraphs and preprocessorGustaf Rydholm
2021-09-18Add resize attribute to IAM paragraphsGustaf Rydholm
2021-08-03Fix bugs in converting text in mappings, add missing word_piece arg in ↵Gustaf Rydholm
datamodule
2021-08-03Training working, multiple bug fixesGustaf Rydholm
2021-08-02Fix log import, fix mapping in datamodules, fix nn modules can be hashedGustaf Rydholm
2021-08-02Fixed wandb callback bug, add word_pieces arg to iam paragraphGustaf Rydholm
2021-07-30black reformattingGustaf Rydholm
2021-07-30attr bug fix, properly loading networkGustaf Rydholm
2021-07-30Black formattingGustaf Rydholm
2021-07-29Configs, refactor with attrs, fix attr bug in iamGustaf Rydholm
2021-07-08RefactorGustaf Rydholm
2021-07-06Refactoring data with attrs and refactor conf for hydraGustaf Rydholm
2021-06-27Fixed bug in word piecesGustaf Rydholm
2021-06-26UpdatesGustaf Rydholm
2021-04-25Efficient net and non working transformer model.Gustaf Rydholm
2021-04-22Fixed training script, able to train vqvaeGustaf Rydholm
2021-04-07Fixed typing and typos, train script load config, reformattedGustaf Rydholm
2021-04-05Pre-commit fixes, optimizer loading fixGustaf Rydholm
2021-04-04Add synthetic iam paragraphs datasetGustaf Rydholm
2021-04-03Add IAM paragraphs datasetGustaf Rydholm