duanshengliu / End-to-end-for-chinese-plate-recognition

基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现
Apache License 2.0
517 stars 118 forks source link

训练过程中需要验证集吗? #4

Open willzoe opened 4 years ago

willzoe commented 4 years ago

您好,

看到您在文件Unet.py中对于网络的训练没有设置验证集,

请问这样会对训练结果有影响吗?