Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Commits
23cd8204db1dafa1f67a883da00a9b2e5c42e039
Select Git revision
Branches
20
bump-boto3
bump-mlflow-skinny
bump-griffe
bump-wandb
bump-tenacity
bump-mkdocs-material
half_precision
bump-mkdocstrings-python
bump-numpy
main
default
protected
unit-test-polygon-bug
bump-albumentations
bump-matplotlib
bump-scipy
bump-tensorboard
bump-lxml
bump-torchaudio
bump-torchvision
bump-torch
bump-black
Tags
20
0.2.2b2
0.2.2b1
0.2.2a2
0.2.2a1
0.2.1
0.2.0
0.2.0rc12
0.2.0rc11
0.2.0rc10
0.2.0rc9
0.2.0rc8
0.2.0rc7
0.2.0rc6
0.2.0rc5
0.2.0rc4
0.2.0rc3
0.2.0rc2
0.2.0rc1
0.2.0-dev6
0.2.0-dev5
40 results
dan
Author
Search by author
Any Author
authors
Bastien Abadie
babadie
Christopher Kermorvant
ckermorvant
Denis Coquenet
dcoquenet
Erwan Rouchet
erouchet
Eva Bardou
ebardou
Joseph Chazalon
jchazalo
Manon Blanco
mblanco
Mélodie Boillet
mboillet
Solene Tarride
starride
Teklia Bot
deploy_teklia
Thibault Lavigne
tlavigne
Valentin Rigal
vrigal
Yoann Schneider
yschneider
ml bonhomme
mlbonhomme
14 authors
Oct 18, 2023
Improve code
· 23cd8204
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
23cd8204
Simplify code
· 8269a94d
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
8269a94d
Update docstring
· e972ac44
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
e972ac44
Replace linebreaks with spaces for LM
· 1ade7b11
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
1ade7b11
Update documentation
· 0c471127
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
0c471127
Write tests for data extraction with subword and word tokenization
· 72bf711f
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
72bf711f
Add vocabulary size parameter for subword tokenizer
· 1611527b
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
1611527b
Fix doc
· d6dcd979
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
d6dcd979
Fix rebase errors
· 8c7dc8fe
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
8c7dc8fe
Fix numpy import
· 2d851ccf
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
2d851ccf
Fix linting
· 651b22ab
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
651b22ab
Write tests
· 49167d19
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
49167d19
Use the same space token as sentencepiece
· 5ab440d1
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
5ab440d1
Add nltk and sentencepiece to requirements
· 694b7e0e
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
694b7e0e
Prepare language files for word and subword LM
· 5ba63d4c
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
5ba63d4c
Deal with unknown token separately
· 16f0d30a
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
16f0d30a
Improve code
· 7c586a98
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
7c586a98
Improve code, typing and logging
· 2be95f29
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
2be95f29
Document prediction command
· b7ca70c2
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
b7ca70c2
Simplify and document data extraction
· b3df5d7f
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
b3df5d7f
Fix tests
· ac977a24
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
ac977a24
Move tensor to correct device and trim prediction
· c3168ed3
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
c3168ed3
Use CTCHypothesis.tokens instead og CTCHypothesis.words
· be03a39a
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
be03a39a
Fix CTC token probability
· fd00703f
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
fd00703f
Write tests for LM decoding
· 56467524
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
56467524
Support batch_size>1
· cb1478ac
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
cb1478ac
Update tests for data extraction
· 388e8eef
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
388e8eef
Write tests for data extraction
· b886b245
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
b886b245
Use named tuple for special tokens
· 2bab42c4
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
2bab42c4
Remove debug code
· 98457e25
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
98457e25
Fix shape of tot_prob
· 8bd583a6
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
8bd583a6
Fix extraction lint
· c0265b23
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
c0265b23
Update tests for data extraction
· 78051449
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
78051449
Generate LM files during data extraction
· e9c3ac5b
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
e9c3ac5b
Improve documentation
· f88d0b28
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
f88d0b28
Add CTC frame between each frames
· 8b6cb593
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
8b6cb593
Fix tests
· 517510aa
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
517510aa
Implement CTCLanguageDecoder
· f8630f6e
Solene Tarride
authored
1 year ago
and
Solene Tarride
committed
1 year ago
f8630f6e
Oct 17, 2023
Retry image download
· a267de74
Yoann Schneider
authored
1 year ago
a267de74
Oct 16, 2023
Deprecation warning as flashlight-text will not be bundled in later versions of torchaudio
· 755cfd99
Yoann Schneider
authored
1 year ago
Unverified
755cfd99
Loading