CTCModel
CTCModel copied to clipboard
Easy-to-use Connectionnist Temporal Classification in Keras
Hi, Thanks for this beautiful work. Just a question : what is the version of keras used for this, please ? Agathe
Hi, I got a problem when running CTCModel: CTCModel-master/keras_ctcmodel/CTCModel.py", line 732, in predict data_handler = data_adapter.DataHandler( AttributeError: module 'tensorflow.python.keras.engine.data_adapter' has no attribute 'DataHandler' It seems that DataHandler cannot be imported...
Hi, I've tried to use the CTCModel and got an import error: cannot import name 'Model' from 'keras.engine' I'm new to programming so maybe there is away around to fix...
I have tensorflow 2.13, keras==2.13, and keras-ctcmodel installed (using pip in a conda environment). When I try to ``` from keras_ctcmodel.CTCModel import CTCModel ``` I get this exception: ``` from...