-
Notifications
You must be signed in to change notification settings - Fork 200
Tensorflow 2.3.0 Support #267
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
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you! Minor nits below.
I'll check what's up with the build and report back.
Build errors:
|
The nitpicks are easy to take care of. I'll look into why it is not building. |
I did a fresh build on my computer and was unable to recreate the build error.
Perhaps the submodule are not getting updated? |
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
I believe I have identified the build issue. It is due to |
@googlebot I signed it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for wrapping the stringly-typed parameters!
Another small batch of nits while the build is running...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks a lot for the long overdue upgrade and for bearing with my nitpicks.
I'll merge this as soon as I get a green build.
@blackgnezdo Do you mind running kokoro again? I discovered that the build was failing due to a deprecated import line that has since been fixed. Running |
CI failed due to
I'll restart it. |
Cool! |
@blackgnezdo Thanks for handling this so expediently! I'd recommend bumping the package version numbers and updating the related documentation to use a later version of stack. The stack version currently recommended will issue warnings about it not supporting GHC 8.8. It would also be nice if this could somehow make it onto hackage and stackage. In addition, there is some minor cruft related to old pull requests and issues related to 2.3.0 that should probably be garbage collected. |
I have verified that this patch builds through Docker on an Ubuntu machine. The list of changes is as follows:
ByteString
as an argument. Needed for functions such aseinsum
.I have verified all of these new features and have been using internally for about a month.