We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will there be an update where it uses keras from tensorflow and not keras the api?
The text was updated successfully, but these errors were encountered:
In src/crfrnn_layer.py,
from keras.engine.topology import Layer
=>
from tensorflow.keras.layers import Layer
In src/crfrnn_model.py,
from keras.models import Model from keras.layers import Conv2D, MaxPooling2D, Input, ZeroPadding2D, \
from tensorflow.keras.models import Model from tensorflow.keras.layers import Conv2D, MaxPooling2D, Input, ZeroPadding2D, \
Worked on me.
Sorry, something went wrong.
No branches or pull requests
Will there be an update where it uses keras from tensorflow and not keras the api?
The text was updated successfully, but these errors were encountered: