-
Notifications
You must be signed in to change notification settings - Fork 0
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
saved_model_cli #20
Comments
I don't know the specifics of your install, but what happens on mine is that I have the script installed in python3 .../site-packages/tensorflow/python/tools/saved_model_cli.py --help In the examples, the output from the script is only used to show the signature and operation names. It does not play a functional role in the code. |
Tahnk you. I found the script saved_model_cli was is ~/.local/bin and
added to my PATH variable in .bashrc and it is now found by the script
On Wed, Aug 16, 2023 at 6:37 PM Zaki Mughal [sivoais] < ***@***.***> wrote:
I don't know the specifics of your install, but what happens on mine is
that I have the script installed in ~/.local/bin/saved_model_cli. But the
script that you have in
./site-packages/tensorflow/python/tools/saved_model_cli.py should also
work if you run it with Python:
python3 .../site-packages/tensorflow/python/tools/saved_model_cli.py --help
In the examples, the output from the script is only used to show the
signature and operation names. It does not play a functional role in the
code.
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUZI7G3PFXN5KPEE3BB363XVVKT7ANCNFSM6AAAAAA3TFI7CU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
Disclaimer
The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.
This email has been scanned for viruses and malware, and may have been automatically archived. Cassens
|
I did a " pip install --upgrade tensorflow" on my server and it installed the python package tensorflow. But I didn't get a saved_model_cli script I got a ./site-packages/tensorflow/python/tools/saved_model_cli.py is there a shell script I am missing to run this module?
The text was updated successfully, but these errors were encountered: