Skip to content
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

Make estimator part of pip install #24498

Merged
merged 1 commit into from
Dec 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,7 @@ pip3.5 install keras_applications==1.0.6
pip3.5 install keras_preprocessing==1.0.5
pip3.5 install --upgrade h5py==2.8.0

# Estimator
pip3.5 install tf-estimator-nightly==1.12.0.dev20181203 --no-deps

# LINT.ThenChange(//tensorflow/tools/ci_build/install/install_python3.6_pip_packages.sh)
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,7 @@ pip3 install --upgrade h5py==2.8.0
pip3 install keras_applications==1.0.6
pip3 install keras_preprocessing==1.0.5

# Estimator
pip3 install tf-estimator-nightly==1.12.0.dev20181203 --no-deps

# LINT.ThenChange(//tensorflow/tools/ci_build/install/install_python3.5_pip_packages.sh)