Yogaht

Results 4 comments of Yogaht

> 这是 Keras 的限制,Keras 要求训练的时候必须有一个输入和一个标签,通过优化输出和标签的差别来进行训练。但是我们这个问题里面要求输入 label、label_length、input_length,所以只能在 base_model 之外再搭建一个专门用于训练的模型,这个模型只输出 loss:`model.compile(loss={'ctc': lambda y_true, y_pred: y_pred}, optimizer='adadelta')` 因此这里的 y_true 是无意义的,只需要生成尺寸一致的矩阵就能通过 Keras 的检验。 好的,十分感谢!

Got the same error, and still failed without `jupyterlab` installed @nitinkedia7

> Got the same error, and still failed without `jupyterlab` installed [@nitinkedia7](https://github.com/nitinkedia7) I manually uninstall the `IPython`, there is no error anymore, but I can only get the `request_metrics.csv` under...