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

ValueError: output of generator should be a tuple `(x, y, sample_weight)` or `(x, y)`. Found: None #304

Open sslnb opened 4 years ago

sslnb commented 4 years ago

ValueError: output of generator should be a tuple (x, y, sample_weight) or (x, y). Found: None是什么原因