issues
search
FLming
/
CRNN.tf2
Convolutional Recurrent Neural Network(CRNN) for End-to-End Text Recognition - TensorFlow 2
MIT License
152
stars
56
forks
source link
这里报错,最后的dense是NUM_CLASS,而输入的y是稀疏矩阵
#13
Closed
lightis-tian
closed
3 years ago
lightis-tian
commented
3 years ago
label不是个稀疏矩阵嘛,模型最后一层dense是分类数,博主这边是怎么运行的呢?
FLming
commented
3 years ago
请查看API文档,
CTC Loss
.
label不是个稀疏矩阵嘛,模型最后一层dense是分类数,博主这边是怎么运行的呢?