Implementation of Transformer model (originally from Attention is All You Need) applied to Time Series.
Stars
903
Forks
166
Watchers
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
230
commits
1
Clean up w/ black
41adca1
Fix regular positional encoding implementation
ea5d977
Set default `pe_period` to None
997b08e
Update demonstrateur
bea1c92
Fix issue with readthedocs
ca72009
Try to spot makethedocs issue
c837a0e
Add demonstrateur oze
b1e6252
Merge pull request #35 from shamoons/pe/allow-seq-length
2ebed9c
Added a period parameter to the transformer
31fe4cb
Merge pull request #25 from kryptonite0/fix_default_chunk_mode
1ac4b34
fixed default chunk_mode
1c26523
Fix wrong MHA block in decoder (#23)
240f8fb
Add information link for dataset in README
19f1f85
Forcing sphinx>3 for rtd build
ed38f97
Update training cause windows break stuff
cac56b8