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 (
Expand
)
Author
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
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