index
:
text-recognizer.git
lightning-refactor
master
qa-training
A neural network that reads handwritten paragraphs.
Gustaf Rydholm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
text_recognizer
/
networks
/
conv_transformer.py
Age
Commit message (
Collapse
)
Author
2023-08-25
Rename and add flash atten
Gustaf Rydholm
2022-10-02
Add comments
Gustaf Rydholm
2022-09-30
Update conv transformer model
Gustaf Rydholm
2022-09-28
Refactor additions
Gustaf Rydholm
2022-09-27
Add logits @ token embeddings
Gustaf Rydholm
2022-09-18
Format imports
Gustaf Rydholm
Format imports
2022-09-13
Add axial encoder
Gustaf Rydholm
2022-06-10
Fix typo in conv transformer
Gustaf Rydholm
2022-06-09
Remove abstract lightning module
Gustaf Rydholm
2022-02-06
chore: remove unused imports
Gustaf Rydholm
2022-02-03
chore: remove axial attention
Gustaf Rydholm
chore: remove axial attention
2022-01-29
chore(decoder): add new import path for decoder
Gustaf Rydholm
2021-12-05
Update conv transformer with inheritance from base network
Gustaf Rydholm
2021-11-28
Add norm layer to output from decoder
Gustaf Rydholm
2021-11-22
Format conv transformer
Gustaf Rydholm
2021-11-21
Add axial encoder to conv transformer
Gustaf Rydholm
2021-11-17
Update encoder fun in conv_transformer
Gustaf Rydholm
2021-11-05
Rename mask to input_mask
Gustaf Rydholm
Rename mask to input_mask Rename mask to input_mask
2021-11-03
Remove unused args from conv transformer
Gustaf Rydholm
2021-11-01
Add check for positional encoding in attn layer
Gustaf Rydholm
2021-10-28
Add check for position embedding
Gustaf Rydholm
2021-10-24
Remove unused import in conv transformer
Gustaf Rydholm
2021-10-03
Lint files
Gustaf Rydholm
2021-09-30
Rename context to trg in transformer
Gustaf Rydholm
2021-09-18
Remove TODO in conv transformer
Gustaf Rydholm
2021-08-06
Fix VQVAE into en/decoder, bug in wandb artifact code uploading
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