summaryrefslogtreecommitdiff
path: root/text_recognizer/networks
AgeCommit message (Expand)Author
2021-09-30Bug fix for loading pretrained vq encoderGustaf Rydholm
2021-09-30Set leaky relu inplace to falseGustaf Rydholm
2021-09-30Rename context to trg in transformerGustaf Rydholm
2021-09-30Rename vqloss to commitment loss in vqvae networkGustaf Rydholm
2021-09-30Refactor residual blockGustaf Rydholm
2021-09-30Add num res blocks as a variableGustaf Rydholm
2021-09-19Add loading of encoder in vq transformer networkGustaf Rydholm
2021-09-19Add ability to set use norm in vqvaeGustaf Rydholm
2021-09-18Add comment for quantizationGustaf Rydholm
2021-09-18Remove TODO in conv transformerGustaf Rydholm
2021-09-18Add Vq transfomer modelGustaf Rydholm
2021-09-18Add more residual blocks in vqvaeGustaf Rydholm
2021-09-11Disable group norm in vqvae en/decoderGustaf Rydholm
2021-09-11Rename vq loss to commitment lossGustaf 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-04Add conv attention, up and downsampling to vqvae moduleGustaf Rydholm
2021-08-04Add char htr experiment, rename from ocr to htr, vqvae loss collapsesGustaf Rydholm
2021-08-04New VQVAEGustaf 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-07-30attr bug fix, properly loading networkGustaf Rydholm
2021-07-29Configs, refactor with attrs, fix attr bug in iamGustaf Rydholm
2021-07-28Reformatting with attrs, config for encoder and decoderGustaf Rydholm
2021-07-23Remove nystromerGustaf Rydholm
2021-07-23Complete cnn-transformer network, not testedGustaf Rydholm
2021-07-09Working on cnn transformer, continue with predictGustaf Rydholm
2021-07-08Notebook stuffGustaf Rydholm
2021-07-08Add commentsGustaf Rydholm
2021-07-08Add commentsGustaf Rydholm
2021-07-08Working on cnn transformer moduleGustaf 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-07-05Add new updates to model and networks, reimplementing with attrGustaf Rydholm
2021-07-04Remove unused codeGustaf Rydholm
2021-06-26UpdatesGustaf Rydholm
2021-06-25Fix import of efficientnet moduleGustaf Rydholm
2021-06-25Remove wideresnetGustaf Rydholm
2021-06-25Add missing zero padGustaf Rydholm
2021-06-25Efficientnet workingGustaf Rydholm
2021-06-24Still working on efficientnetGustaf Rydholm
2021-06-20Remove resnetGustaf Rydholm
2021-06-20Working on new implementation of efficientnetGustaf Rydholm
2021-06-16Updates to mbconvblockGustaf Rydholm
2021-06-16Working on MBconvblockaktersnurra
2021-06-14added part of forward pass in mbconvaktersnurra
2021-06-13Working on new efficient net implGustaf Rydholm
2021-06-07Removed docs pipeline in noxfile, reformatted code w blackGustaf Rydholm
2021-06-07Working feedforward of full transformer arch in notebookGustaf Rydholm
2021-06-06Working on fixing decoder transformerGustaf Rydholm