Skip to content
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

Update operations to TensorFlow 2.8.0 #502

Closed
wants to merge 12 commits into from

Conversation

glopesdev
Copy link

Fixes #479

Also removed native binaries being packed with TensorFlowSharp. Not only do they make the package unreasonably large due to cross-product of native runtimes, but they also remove the flexibility of specifying which exact native TF runtime is used for inference. This is often required in practice since the TF version used for inference should match the TF version used in learning. Later it would be possible to distribute individual runtime packs for specific TF builds to bring back the plug-and-play capabilities.

@glopesdev glopesdev closed this Jan 12, 2024
@glopesdev glopesdev deleted the issue-479 branch January 12, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Tensorflow 2.0
1 participant