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
/
attention.py
Age
Commit message (
Expand
)
Author
2021-11-21
Format files
Gustaf Rydholm
2021-11-05
Rename mask to input_mask
Gustaf Rydholm
2021-11-03
Update output shape from attn module
Gustaf Rydholm
2021-11-01
Fix self attention module
Gustaf Rydholm
2021-10-28
Refactor attention module
Gustaf Rydholm
2021-10-27
Remove unused import and add comments in attn module
Gustaf Rydholm
2021-10-27
Rename transformer embeddings
Gustaf Rydholm
2021-10-24
Refator attention
Gustaf Rydholm
2021-10-03
Fix rotary embedding
Gustaf Rydholm
2021-09-30
Major bug fix in attention layer
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-06-07
Working feedforward of full transformer arch in notebook
Gustaf Rydholm
2021-05-13
Decoder module working
Gustaf Rydholm
2021-05-09
Reformatting of positional encodings and ViT working
Gustaf Rydholm
2021-05-02
Attention layer finished
Gustaf Rydholm
2021-05-02
Working on attention
Gustaf Rydholm
2021-05-01
Working on new attention module
Gustaf Rydholm
2021-04-04
Add new transformer network
Gustaf Rydholm
2021-03-20
Inital commit for refactoring to lightning
Gustaf Rydholm