Made VGGish and YAMNet work in TF2 without disabling TF2 behavior.#9077
Merged
dpwe merged 3 commits intotensorflow:masterfrom Aug 9, 2020
plakal:master
Merged
Made VGGish and YAMNet work in TF2 without disabling TF2 behavior.#9077dpwe merged 3 commits intotensorflow:masterfrom plakal:master
dpwe merged 3 commits intotensorflow:masterfrom
plakal:master
Conversation
Allowed TF2 behavior and allowed passing in a features tensor into the VGGish model definition. Both of these changes are needed for making TF-Hub exports of these models. Lifted constraints on TF versions since tf_slim has been updated to work with TF 2.
dpwe
previously approved these changes
Aug 9, 2020
dpwe
approved these changes
Aug 9, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allowed TF2 behavior and allowed passing in a features tensor into the
VGGish model definition. Both of these changes are needed for making
TF-Hub exports of these models. Lifted constraints on TF versions since
tf_slim has been updated to work with TF 2.
Description
Type of change
For a new feature or function, please create an issue first to discuss it
with us before submitting a pull request.
Note: Please delete options that are not relevant.
Tests
Test Configuration:
VGGish: Ran vggish_smoke_test.py and vggish_inference_demo.py with latest TF1 and TF2
YAMNet: Only documentation change.
Checklist