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
/
transformer
/
layers.py
Age
Commit message (
Expand
)
Author
2021-11-05
Rename mask to input_mask
Gustaf Rydholm
2021-11-03
Fix output from attn modules
Gustaf Rydholm
2021-11-01
Refactor transformer layer
Gustaf Rydholm
2021-10-28
Fix bug with local attention
Gustaf Rydholm
2021-10-27
Add local attn in transformer layer
Gustaf Rydholm
2021-10-27
Rename transformer embeddings
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-28
Reformatting with attrs, config for encoder and decoder
Gustaf Rydholm
2021-07-08
Add comments
Gustaf Rydholm
2021-06-07
Removed docs pipeline in noxfile, reformatted code w black
Gustaf Rydholm
2021-06-06
Working on fixing decoder transformer
Gustaf Rydholm
2021-05-13
Decoder module working
Gustaf Rydholm
2021-05-09
Reformatting of positional encodings and ViT working
Gustaf Rydholm
2021-05-09
tranformer layer done
Gustaf Rydholm
2021-05-09
Attention layer soon done
Gustaf Rydholm