summaryrefslogtreecommitdiff
path: root/text_recognizer/data
AgeCommit message (Expand)Author
2022-06-08WIP mappingsGustaf Rydholm
2022-06-05Remove attrsGustaf Rydholm
2022-06-05Add init for mappingsGustaf Rydholm
2022-06-01Replace attr with attrsGustaf Rydholm
2022-02-11fix: move image utils back into data folderGustaf Rydholm
2022-02-06fix: refactor and move image utilsGustaf Rydholm
2022-02-06chore: remove word pieces util codeGustaf Rydholm
2022-02-06chore: remove word piecesGustaf Rydholm
2022-01-26fix: change Set to SequenceGustaf Rydholm
2022-01-26fix: lint and formatGustaf Rydholm
2021-12-05Format files with blackGustaf Rydholm
2021-11-05Rename iam lines transformsGustaf Rydholm
2021-11-05Format pad transformGustaf Rydholm
2021-11-03Add pad transformGustaf Rydholm
2021-10-27Remove Barlow TwinsGustaf Rydholm
2021-10-27Add comment in Iam ExtendedGustaf Rydholm
2021-10-27Fix import mapping in base data moduleGustaf Rydholm
2021-10-27Rearrange import order and formattingGustaf Rydholm
2021-10-27Remove build transitionsGustaf Rydholm
2021-10-27Rename mappingsGustaf Rydholm
2021-10-25Make data dir static in preprocessor and word pieceGustaf Rydholm
2021-10-24Fix opening of files for transitionsGustaf Rydholm
2021-10-11fix: remove `s` from target_transfromsGustaf Rydholm
2021-10-10Add custom transformsGustaf Rydholm
2021-10-10Move data utils to submodulesGustaf Rydholm
2021-10-10Update transforms in datamodule/setGustaf Rydholm
2021-10-03Add length as variable to WordPiece transformGustaf Rydholm
2021-10-03Add target transform to IAM LinesGustaf Rydholm
2021-10-03Lint filesGustaf Rydholm
2021-09-30Lint emnist linesGustaf Rydholm
2021-09-30Add word piece mapping to IAM linesGustaf Rydholm
2021-09-30Lint sentence_generatorGustaf Rydholm
2021-09-30Lint emnist mapping importsGustaf Rydholm
2021-09-19Linting of iam paragraphs and preprocessorGustaf Rydholm
2021-09-19Linting of eminst and iam linesGustaf Rydholm
2021-09-18Add resize attribute to IAM paragraphsGustaf Rydholm
2021-08-08Add VQGAN and loss functionGustaf Rydholm
2021-08-06Fix VQVAE into en/decoder, bug in wandb artifact code uploadingGustaf Rydholm
2021-08-03Fix bugs in converting text in mappings, add missing word_piece arg in datamo...Gustaf Rydholm
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-23Complete cnn-transformer network, not testedGustaf Rydholm
2021-07-08RefactorGustaf Rydholm
2021-07-06Refactoring data with attrs and refactor conf for hydraGustaf Rydholm
2021-07-05Refactor with attr, working on cnn+transformer networkGustaf Rydholm