Age | Commit message (Expand) | Author |
2021-10-27 | Clean up local attention, add comments and types | Gustaf Rydholm |
2021-10-27 | Add local attn in transformer layer | Gustaf Rydholm |
2021-10-27 | Remove unused import and add comments in attn module | Gustaf Rydholm |
2021-10-27 | Remove imports from __init__ in transformer network | Gustaf Rydholm |
2021-10-27 | Rename transformer embeddings | Gustaf Rydholm |
2021-10-24 | Add local attention | Gustaf Rydholm |
2021-10-24 | Remove unused import in conv transformer | Gustaf Rydholm |
2021-10-24 | Refator attention | Gustaf Rydholm |
2021-10-24 | Format of files | Gustaf Rydholm |
2021-10-11 | Add BarlowNetwork | Gustaf Rydholm |
2021-10-10 | Remove imports | Gustaf Rydholm |
2021-10-07 | Lint | Gustaf Rydholm |
2021-10-07 | Add Barlow Twins network and training proceduer | Gustaf Rydholm |
2021-10-03 | Refactor rotary embedding | Gustaf Rydholm |
2021-10-03 | Fix rotary embedding | Gustaf Rydholm |
2021-10-03 | Lint files | Gustaf Rydholm |
2021-09-30 | Major bug fix in attention layer | Gustaf Rydholm |
2021-09-30 | Bug fix for loading pretrained vq encoder | Gustaf Rydholm |
2021-09-30 | Set leaky relu inplace to false | Gustaf Rydholm |
2021-09-30 | Rename context to trg in transformer | Gustaf Rydholm |
2021-09-30 | Rename vqloss to commitment loss in vqvae network | Gustaf Rydholm |
2021-09-30 | Refactor residual block | Gustaf Rydholm |
2021-09-30 | Add num res blocks as a variable | Gustaf Rydholm |
2021-09-19 | Add loading of encoder in vq transformer network | Gustaf Rydholm |
2021-09-19 | Add ability to set use norm in vqvae | Gustaf Rydholm |
2021-09-18 | Add comment for quantization | Gustaf Rydholm |
2021-09-18 | Remove TODO in conv transformer | Gustaf Rydholm |
2021-09-18 | Add Vq transfomer model | Gustaf Rydholm |
2021-09-18 | Add more residual blocks in vqvae | Gustaf Rydholm |
2021-09-11 | Disable group norm in vqvae en/decoder | Gustaf Rydholm |
2021-09-11 | Rename vq loss to commitment loss | Gustaf Rydholm |
2021-08-08 | Add VQGAN and loss function | Gustaf Rydholm |
2021-08-06 | Fix VQVAE into en/decoder, bug in wandb artifact code uploading | Gustaf Rydholm |
2021-08-04 | Add conv attention, up and downsampling to vqvae module | Gustaf Rydholm |
2021-08-04 | Add char htr experiment, rename from ocr to htr, vqvae loss collapses | Gustaf Rydholm |
2021-08-04 | New VQVAE | Gustaf Rydholm |
2021-08-03 | Training working, multiple bug fixes | Gustaf Rydholm |
2021-08-02 | Fix log import, fix mapping in datamodules, fix nn modules can be hashed | Gustaf Rydholm |
2021-07-30 | attr bug fix, properly loading network | Gustaf Rydholm |
2021-07-29 | Configs, refactor with attrs, fix attr bug in iam | Gustaf Rydholm |
2021-07-28 | Reformatting with attrs, config for encoder and decoder | Gustaf Rydholm |
2021-07-23 | Remove nystromer | Gustaf Rydholm |
2021-07-23 | Complete cnn-transformer network, not tested | Gustaf Rydholm |
2021-07-09 | Working on cnn transformer, continue with predict | Gustaf Rydholm |
2021-07-08 | Notebook stuff | Gustaf Rydholm |
2021-07-08 | Add comments | Gustaf Rydholm |
2021-07-08 | Add comments | Gustaf Rydholm |
2021-07-08 | Working on cnn transformer module | Gustaf Rydholm |
2021-07-06 | Refactoring data with attrs and refactor conf for hydra | Gustaf Rydholm |
2021-07-05 | Refactor with attr, working on cnn+transformer network | Gustaf Rydholm |