summaryrefslogtreecommitdiff
path: root/text_recognizer/models/transformer.py
AgeCommit message (Expand)Author
2021-07-06Refactoring data with attrs and refactor conf for hydraGustaf Rydholm
2021-07-05Refactor with attr, working on cnn+transformer networkGustaf Rydholm
2021-07-05Add new updates to model and networks, reimplementing with attrGustaf Rydholm
2021-06-27Remove unused importsGustaf Rydholm
2021-04-25Efficient net and non working transformer model.Gustaf Rydholm
2021-04-11Working on mappingGustaf Rydholm
2021-04-07Fixed typing and typos, train script load config, reformattedGustaf Rydholm
2021-04-05Pre-commit fixes, optimizer loading fixGustaf Rydholm
2021-04-05Add OmegaConf for configsGustaf Rydholm
2021-04-04black reformattingGustaf Rydholm
2021-04-04Add transformer lit modelGustaf Rydholm