-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
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
Not running with TF 2 #8
Comments
Nope, bert-tensorflow is build for tensorflow 1.x execution |
Any plans of making work with TF2? |
bert-tensorflow is based on https://github.com/google-research/bert, not compatible with tf2, if you want to implement bert in tensorflow 2, there are two ways
I would suggest the use of bert-for-tf2, because its a Keras layer(It also utilizes kpe/params-flow to reduce common Keras boilerplate code ) implementation of the bert, a better utilization of tensorflow 2 potential |
Is this suppose to run with TF2? Tried running it in a virtual env on Mac with no success. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: