-
Notifications
You must be signed in to change notification settings - Fork 275
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
Support for TF 2.0 #60
Comments
+1 That would be cool! And the library could work like this, for the moment tf.contrib doesn't exist |
I solved it by using:
|
Dear xavierad, I cannot imagine that that is the only alteration you made. I get error messages that LSTMBlockFusedCell is no longer supported with TF 2.0 which is confirmed online. |
Yes. I just copied the class code to local. Tensorflow sucks |
Interesting, could you push those changes to your fork? |
Here is my fork with TF2 implementation of one of the models: https://github.com/iprovalo/tf_ner/tree/master/models/chars_conv_lstm_crf_tf2 |
Hi,
Are there any plan to upgrade the library to support TF 2.0? I feel some of the new features can help simplify the code library and may also improve performance.
Thanks,
Sivam.
The text was updated successfully, but these errors were encountered: