Closed sharpant closed 4 years ago
I am using keras 2.2.4 and on running the below code
model = utils.apply_modifications(model)
I get the error:
TypeError: __init__() got an unexpected keyword argument 'ragged' in the interfaces.py file.
TypeError: __init__() got an unexpected keyword argument 'ragged'
Is there a solution? Thanks!
I upgraded to Keras 2.3.0 (with TF 2.0.0) and the problem got solved
from tensorflow.keras import different packages, then it will not show these errors
I am using keras 2.2.4 and on running the below code
model = utils.apply_modifications(model)
I get the error:
TypeError: __init__() got an unexpected keyword argument 'ragged'
in the interfaces.py file.Is there a solution? Thanks!