Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-29 | feat: add RMSNorm | Gustaf Rydholm | |
2022-01-29 | chore: remove residual block | Gustaf Rydholm | |
2022-01-29 | chore: remove old attention layer block | Gustaf Rydholm | |
2022-01-29 | feat: add new transformer decoder | Gustaf Rydholm | |
2022-01-26 | fix: refactor AttentionLayers | Gustaf Rydholm | |
2022-01-26 | fix: change Set to Sequence | Gustaf Rydholm | |
2022-01-26 | fix: lint and format | Gustaf Rydholm | |
2021-12-05 | Format files with black | Gustaf Rydholm | |
2021-12-05 | Remove ViT once again | Gustaf Rydholm | |
2021-12-05 | Update conv transformer with inheritance from base network | Gustaf Rydholm | |
2021-12-05 | Add base network | Gustaf Rydholm | |
2021-12-04 | Revert "Remove ViT" | Gustaf Rydholm | |
This reverts commit 3de4312d1796b1ee56d6467d36773df29a831e45. | |||
2021-11-28 | Remove ViT | Gustaf Rydholm | |
2021-11-28 | Add norm layer to output from decoder | Gustaf Rydholm | |
2021-11-28 | Refactor attention layer module | Gustaf Rydholm | |
2021-11-27 | Revert "Remove ViT" | Gustaf Rydholm | |
This reverts commit 4a6550ddef7d1f1971737bc22715db6381441f79. | |||
2021-11-27 | Revert "Revert "Remove default transformer"" | Gustaf Rydholm | |
This reverts commit 89be047a46c8e88511d301f63d7f6795fe04ab81. | |||
2021-11-27 | Revert "Remove default transformer" | Gustaf Rydholm | |
This reverts commit b3d3b7ddc0796e98d78561bc5ca22728dc0372b0. | |||
2021-11-22 | Fix import efficientnet | Gustaf Rydholm | |
2021-11-22 | Remove unused utils | Gustaf Rydholm | |
2021-11-22 | Format conv transformer | Gustaf Rydholm | |
2021-11-22 | Move efficientnet from encoder dir | Gustaf Rydholm | |
2021-11-21 | Remove criterion and ctc loss | Gustaf Rydholm | |
2021-11-21 | Format files | Gustaf Rydholm | |
2021-11-21 | Add axial encoder to conv transformer | Gustaf Rydholm | |
2021-11-21 | Remove VQVAE stuff, did not work... | Gustaf Rydholm | |
2021-11-21 | Add axial transformer | Gustaf Rydholm | |
2021-11-21 | Remove label smoothing loss | Gustaf Rydholm | |
2021-11-17 | Update VqTransformer | Gustaf Rydholm | |
2021-11-17 | Update encoder fun in conv_transformer | Gustaf Rydholm | |
2021-11-17 | Update vqvae with new quantizer | Gustaf Rydholm | |
2021-11-17 | Add new quantizer | Gustaf Rydholm | |
2021-11-17 | Remove local attention | Gustaf Rydholm | |
2021-11-17 | Replace last two layers in efficientnet with one | Gustaf Rydholm | |
2021-11-17 | Format efficientnet | Gustaf Rydholm | |
2021-11-17 | Update vq transformer lit model | Gustaf Rydholm | |
2021-11-17 | Fix import path vqganloss | Gustaf Rydholm | |
2021-11-07 | Fix dropout in efficientnet | Gustaf Rydholm | |
2021-11-07 | Add dropout to final layer in efficientnet | Gustaf Rydholm | |
2021-11-07 | Fix mbconv sub modules | Gustaf Rydholm | |
2021-11-06 | Fix efficientnet incorrect channel calculation | Gustaf Rydholm | |
2021-11-06 | Format efficientnet | Gustaf Rydholm | |
2021-11-05 | Remove conv attention | Gustaf Rydholm | |
2021-11-05 | Rename mask to input_mask | Gustaf Rydholm | |
Rename mask to input_mask Rename mask to input_mask | |||
2021-11-05 | Remove out_channels as a settable parameter in effnet | Gustaf Rydholm | |
2021-11-05 | Rename iam lines transforms | Gustaf Rydholm | |
Rename iam lines transform | |||
2021-11-05 | Format pad transform | Gustaf Rydholm | |
2021-11-03 | Add pad transform | Gustaf Rydholm | |
2021-11-03 | Remove unused args from conv transformer | Gustaf Rydholm | |
2021-11-03 | Remove pixelcnn | Gustaf Rydholm | |