breezedeus / CnOCR

CnOCR: Awesome Chinese/English OCR Python toolkits based on PyTorch. It comes with 20+ well-trained models for different application scenarios and can be used directly after installation. 【基于 PyTorch/MXNet 的中文/英文 OCR Python 包。】
https://www.breezedeus.com/article/cnocr
Apache License 2.0
3.29k stars 507 forks source link

模型结构疑问 #340

Open brotherchen opened 1 week ago

brotherchen commented 1 week ago

我使用了官方提供的onnx文件(densenet_lite-gru) image 发现第一个卷积层中没有batchNormalization层?但是没有在代码里看到对这部分模型结构的修改,请问是哪里的修改? 另附densenet源码: image