ctc

Tensorflow Callback as Custom Metric for CTC

Tensorflow Callback as Custom Metric for CTC Question: In an attempt to yield more metrics during the training of my model (written in TensorFlow version 2.1.0), like the Character Error Rate (CER) and Word Error Rate (WER), I created a callback to pass to the fit function of my model. It is able to generate …

Total answers: 2