chinese_ocr icon indicating copy to clipboard operation
chinese_ocr copied to clipboard

怎么把densenet换成其他分类网络?

Open keithyh opened this issue 5 years ago • 1 comments

可以换成resnet,vgg等分类网络嘛?怎么换哦

我试过会报错

ValueError: Dimension must be 4 but is 3 for 'ctc/transpose_2' (op: 'Transpose') with input shapes:[?,1,?,5504], [3].

keithyh avatar May 24 '20 10:05 keithyh

当然可以换,但是效果不一定好。你要注意backnone的输出保持一致就行。

fire717 avatar Aug 20 '20 02:08 fire717