issues
search
githubharald
/
CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
https://towardsdatascience.com/b051d28f3d2e
MIT License
557
stars
160
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implementing Word beam search correctly
#73
HaniaGhouse0407
closed
9 months ago
1
Python version
#72
tclewis29
closed
8 months ago
9
error: subprocess-exited-with-error
#71
Lochan9
closed
1 year ago
4
Error with WordBeamSearch after cloning the repo and installing dependencies
#70
Emmybritt
closed
1 year ago
1
Fix installation on Windows
#69
aktzbn
closed
8 months ago
1
ImportError : undefined symbol: _ZNSt15__
#68
allianceai
closed
1 year ago
1
ValueError: the number of characters (chars) plus 1 must equal dimension 2 of the input tensor (mat)
#67
UniDuEChristianGold
closed
1 year ago
3
Dictionary and text corpus
#66
skalinin
closed
1 year ago
2
Unable to Install
#65
Gablin31
closed
2 years ago
3
What version of gcc is used
#63
shenw000
closed
2 years ago
4
CTC word beam search usage for word spotting
#62
anofryev
closed
2 years ago
1
Mac M1 pip3 install .
#61
Maisteru
closed
2 years ago
6
Removing the automatic use of spaces as word separators
#60
thetruejacob
closed
2 years ago
1
Installing ctcwordbeamsearch decoder
#59
zico-1
closed
3 years ago
4
Possible to add both Word LM AND Character LM?
#58
thetruejacob
closed
3 years ago
4
Compilation error for Mac
#57
abodinier
closed
3 years ago
3
./buildTF.sh giving compile errors
#56
pankaja0285
closed
3 years ago
2
Result of Paper published
#55
jjsr
closed
3 years ago
2
The Session graph is empty. Add operations to the graph before calling run().
#54
ivaylojelev
closed
3 years ago
1
#Issue in running Custom TF operation
#53
jishmab
closed
3 years ago
4
integrating (CTCWordBeamSearch)PureNumpy with (SimpleHTR --wordbeamsearch)
#52
jjsr
closed
3 years ago
8
Compile custom TF operation
#51
ritvikagrawal1
closed
3 years ago
2
Question about decoder output.
#50
biscayan
closed
4 years ago
6
Out of Dictionary prediction with specific wordbeamsearch implementation
#49
hasansalimkanmaz
closed
4 years ago
5
boolean value of tensor with more than one value is ambiguous.
#48
biscayan
closed
4 years ago
4
What does 'check length of chars and wordChars: 0<len(wordChars)<=len(chars)' mean?
#47
hasansalimkanmaz
closed
4 years ago
2
Getting Top-N results from Beam Search
#46
amitbcp
closed
4 years ago
3
Adapting for Digit String Recognition?
#45
sdsawtelle
closed
4 years ago
5
undefined symbol
#44
sushantag9
closed
4 years ago
1
Language model kills performance in beam search
#43
janvainer
closed
4 years ago
1
mat_0.csv | How is it created?
#42
Tamoghna-Saha
closed
4 years ago
1
Prediction Score
#41
jpdevicente
closed
4 years ago
10
optimizations for ARM
#40
iit2014128
closed
4 years ago
22
testCustomOp.py error
#39
DucLong06
closed
4 years ago
2
Unable to compile TFWordBeamSearch.so on Mac OS (Catalina)
#38
taran21
closed
4 years ago
3
How to create TFWordBeamSearch.so using my data
#37
DucLong06
closed
4 years ago
1
Why are not used log(probabilities)?
#36
janvainer
closed
4 years ago
4
no file " editdistance"
#35
zuishuailxy
closed
4 years ago
1
Does not compile / pass test correctly
#34
Sam-Spencer
closed
4 years ago
4
the last word from one sentence was linked with the first word from the next sentence in LM-bigram
#33
zzks
closed
5 years ago
2
-
#32
zzks
closed
5 years ago
0
The question about shape (TxBxC)
#31
pvlinh143bk
closed
5 years ago
1
I have compiled the TFWordBeamSearch.so on GCC 7.3.1 TF 1.5.0 and Python 3.5.2 on Linux system, when i am copying the file(.so) and keeping it in src/ folder on Windows 10, gcc 5.1.0 python 3.6.7 TF 1.5.0 , it gives me an error stating it was designed to run on windows or file not found? How do i compile it on windows for it to work here ?
#30
Karim-Baig
closed
5 years ago
1
Parallel mode doesn’t work for NGramsForecast or NGramsForecastAndForecast
#29
oldyen
closed
5 years ago
14
How to set decode sequence length
#28
Pay20Y
closed
5 years ago
4
question about feedMat
#27
hxk11111
closed
5 years ago
2
Why not use unique words to build prefix tree?
#26
SRHyd
closed
5 years ago
2
+cpp/src/CMakeLists.txt
#25
zhang-ray
closed
5 years ago
0
Creating TFWordBeamSearch.so file for custom dataset
#24
sirison
closed
5 years ago
1
Replace mulitiplication with addition can prevent underflow for decimals
#23
wangershi
closed
5 years ago
0
Next