summaryrefslogtreecommitdiff
path: root/text_recognizer/data
AgeCommit message (Collapse)Author
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 ↵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-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
2021-04-04Reformat test for CERGustaf Rydholm
2021-04-04Add synthetic iam paragraphs datasetGustaf Rydholm
2021-04-03Add IAM paragraphs datasetGustaf Rydholm
2021-03-31Removing legacy codeGustaf Rydholm
2021-03-29Refactor word piece scriptsGustaf Rydholm
2021-03-28Add refactor of iam linesGustaf Rydholm
2021-03-24renamed datasets to data, added iam refactorGustaf Rydholm