the correct argument is "--output_image"#17430
Closed
tjeckleburg wants to merge 1 commit intotensorflow:masterfrom
Closed
the correct argument is "--output_image"#17430tjeckleburg wants to merge 1 commit intotensorflow:masterfrom
tjeckleburg wants to merge 1 commit intotensorflow:masterfrom
Conversation
You get the following error when you run it with "--output_png": ``` INFO: Running command line: bazel-bin/tensorflow/examples/wav_to_spectrogram/wav_to_spectrogram '--input_wav=/tmp/speech_dataset/happy/ab00c4b2_nohash_0.wav' '--output_png=/tmp/spectrogram.png' 2018-03-04 23:47:22.532841: E tensorflow/examples/wav_to_spectrogram/main.cc:54] Unknown argument --output_png=/tmp/spectrogram.png usage: /private/var/tmp/_bazel_hakaydin/12fe9c53feea8848ab5cfab4ea3dcd47/execroot/org_tensorflow/bazel-out/darwin-py3-opt/bin/tensorflow/examples/wav_to_spectrogram/wav_to_spectrogram Flags: --input_wav="tensorflow/core/kernels/spectrogram_test_data/short_test_segment.wav" string audio file to load --window_size=256 int32 frequency sample window width --stride=128 int32 how far apart to place frequency windows --brightness=64.000000 float controls how bright the output image is --output_image="spectrogram.png" string where to save the spectrogram image to ERROR: Non-zero return code '255' from command: Process exited with status 255 ```
|
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 (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
Author
|
I signed it. |
frankchn
approved these changes
Mar 15, 2018
Contributor
|
@tjeckleburg Can you check again? You might need to sign it with the email you made your commits in. |
Contributor
|
Looks like CLA is still not signed. |
copybara-service bot
pushed a commit
that referenced
this pull request
Oct 1, 2024
Imported from GitHub PR openxla/xla#17430 On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Copybara import of the project: -- 80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>: [ROCm] Use unique_ptr for TupleHandle in pjrt_se_client On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Merging this change closes #17430 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6 PiperOrigin-RevId: 680653976
copybara-service bot
pushed a commit
that referenced
this pull request
Oct 1, 2024
Imported from GitHub PR openxla/xla#17430 On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Copybara import of the project: -- 80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>: [ROCm] Use unique_ptr for TupleHandle in pjrt_se_client On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Merging this change closes #17430 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6 PiperOrigin-RevId: 680653976
copybara-service bot
pushed a commit
that referenced
this pull request
Oct 1, 2024
Imported from GitHub PR openxla/xla#17430 On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Copybara import of the project: -- 80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>: [ROCm] Use unique_ptr for TupleHandle in pjrt_se_client On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Merging this change closes #17430 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6 PiperOrigin-RevId: 680653976
copybara-service bot
pushed a commit
that referenced
this pull request
Oct 2, 2024
Imported from GitHub PR openxla/xla#17430 On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Copybara import of the project: -- 80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>: [ROCm] Use unique_ptr for TupleHandle in pjrt_se_client On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Merging this change closes #17430 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#17430 from ROCm:ci_use_shared_ptr_20240920 80eb83068d89982a743a69f83af9f351d6a829d6 PiperOrigin-RevId: 680653976
copybara-service bot
pushed a commit
that referenced
this pull request
Oct 2, 2024
Imported from GitHub PR openxla/xla#17430 On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Copybara import of the project: -- 80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>: [ROCm] Use unique_ptr for TupleHandle in pjrt_se_client On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Merging this change closes #17430 PiperOrigin-RevId: 681556381
tensorflow-jenkins
pushed a commit
that referenced
this pull request
Oct 10, 2024
Imported from GitHub PR openxla/xla#17430 On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Copybara import of the project: -- 80eb83068d89982a743a69f83af9f351d6a829d6 by Harsha HS <Harsha.HavanurShamsundara@amd.com>: [ROCm] Use unique_ptr for TupleHandle in pjrt_se_client On older gcc (specifically in Ubuntu-20.04) and absl copy operator fails to copy created TupleHandle into an existing variable. Instead use unique_ptr to accompalish the same Merging this change closes #17430 PiperOrigin-RevId: 681556381
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.
It looks like the correct argument name is "--output_image". I got the following error when I ran it with "--output_png":