-
Notifications
You must be signed in to change notification settings - Fork 708
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
Had to update LOCAL_MODEL_DIR location for chicago_taxi_pipeline example #9
Comments
Hi Aaron. Thanks for the feedback and glad to hear your experience was almost perfect. A PR would be much appreciated. If you do, my preference would be to have -K |
at the end of README.md, it has instructions about how to modify the start_model_server_local.sh to fit chicago_taxi_pipeline |
So remove the additional |
the serving and client examples in chicago_taxi dir works for chicago_taxi_pipeline dir excepts some path changes listed in README.md (the current path setup is for chicago_taxi example instead of chicago_taxi_pipeline example) |
Ok, I'm going to update the PR. Thanks |
Okay, I updated the PR #10 so the only changes are updating the path where the model is saved in the readme documentation. The programmer can change the path for |
Thanks Aaron! |
Remove redundant ID header from RFC template
I was following the tfx/examples/chicago_taxi_pipeline/README.md. Everything worked pretty flawlessly. I did have to make a change to:
https://github.com/tensorflow/tfx/blob/master/examples/chicago_taxi/start_model_server_local.sh#L31
I changed
LOCAL_MODEL_DIR
to:It looks like the code in the
chicago_taxi
dir is different from thechicago_taxi_pipeline
dir example for where the serving model is stored.Should I submit a small PR for the change?
If so, would it be preferred to have a copy of the
start_model_server_local.sh
file in bothchicago_taxi
andchicago_taxi
with different values forLOCAL_MODEL_DIR
or it's better to have onestart_model_server_local.sh
file that accepts aLOCAL_MODEL_DIR
argument?If I do a PR, I can also include an update to the README.md to document the change.
my software version
Mac OSX
Python 2.7
p.s.
I just want to thank you for all of the work that Google has done on TFX. It's amazing for ML to be so accessible and for the ecosystem to come together like this.
Thanks
The text was updated successfully, but these errors were encountered: