YCG09 / chinese_ocr

CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
Apache License 2.0
2.74k stars 1.08k forks source link

densenet layers 层数问题 #344

Open JJoohhnnn opened 4 years ago

JJoohhnnn commented 4 years ago

请问densenet为什么是23层?如何来的呢?原先网络是121层

pingzi5233 commented 4 years ago

23层是怎么算出来的呢?

SWHL commented 4 years ago

我算着这里的densenet是28层,只算卷积层+Dense层