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
/
models
/
vqvae.py
Age
Commit message (
Collapse
)
Author
2021-10-10
Refactor of vq models
Gustaf Rydholm
2021-09-11
Rename vq loss to commitment loss
Gustaf Rydholm
2021-08-08
Add VQGAN and loss function
Gustaf Rydholm
2021-08-06
Add logging of acc in VQVAE model
Gustaf Rydholm
2021-08-06
Remove lr args from model, add Cosine lr, fix to vqvae stack
Gustaf Rydholm
2021-08-04
Add char htr experiment, rename from ocr to htr, vqvae loss collapses
Gustaf Rydholm
2021-08-04
New VQVAE
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-06
Refactoring data with attrs and refactor conf for hydra
Gustaf Rydholm
2021-07-05
Refactor with attr, working on cnn+transformer network
Gustaf Rydholm
2021-06-27
Remove unused imports
Gustaf Rydholm
2021-05-04
Nyströmer implemented but not tested
Gustaf Rydholm
2021-05-02
Attention layer finished
Gustaf Rydholm
2021-04-22
Fixed training script, able to train vqvae
Gustaf Rydholm