summaryrefslogtreecommitdiff
path: root/text_recognizer/data
AgeCommit message (Expand)Author
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
2021-06-27Fixed bug in word piecesGustaf Rydholm
2021-06-26UpdatesGustaf Rydholm
2021-06-13Working on new efficient net implGustaf Rydholm
2021-06-08Lint and metadata filesGustaf Rydholm
2021-05-02Implemented training script with hydraGustaf Rydholm
2021-04-25Efficient net and non working transformer model.Gustaf Rydholm
2021-04-22Fixed training script, able to train vqvaeGustaf Rydholm
2021-04-15Created mappingsGustaf Rydholm
2021-04-11Working on mappingGustaf Rydholm
2021-04-08Bug fixes word piecesGustaf 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 new transformer networkGustaf Rydholm