-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strip control inputs from graph when creating new TF functions from t…
…ensors. (#5) * Strip control inputs from graph when creating new TF functions from tensors. * Formatting * Appease MyPy. * Add dump_saved_model_to_graph * Appease MyPy, again * Add test for create_function_from_tensors. * Formatting. * Appease mypy for a third time.
- Loading branch information
Showing
3 changed files
with
74 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
# limitations under the License. | ||
|
||
__author__ = "Spotify" | ||
__version__ = "1.0.2" | ||
__version__ = "1.0.3" | ||
__email__ = "[email protected]" | ||
__description__ = "Python libraries for easier machine learning on audio" | ||
__url__ = "https://github.com/spotify/realbook" |
This file contains 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
This file contains 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