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 #3

Merged
merged 1 commit into from
May 6, 2022
Merged

Update operations to TensorFlow 2.8.0 #3

merged 1 commit into from
May 6, 2022

Conversation

glopesdev
Copy link
Owner

Fixes migueldeicaza#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 merged commit c6fd591 into develop May 6, 2022
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.

1 participant