deeyi2000
deeyi2000
How to use input/output in InlineStepBody?
请教一个问题,我看代码cnn网络使用的是车牌图片修正后的3通道数据做输入,如果将输入图片做灰度化或二值化后再输入cnn是否训练速度更快,识别效果更好? __________________________________________________________________________________________________ Model: "model" __________________________________________________________________________________________________ Layer (type) Output Shape Param # Connected to ================================================================================================== **input_1 (InputLayer) [(None, 80, 240, 3)] 0** __________________________________________________________________________________________________ conv2d (Conv2D) (None, 80, 240, 16) 448 input_1[0][0]...