All Projects → guillaumegenthial → tf-estimator-basics

guillaumegenthial / tf-estimator-basics

Licence: other
Train, predict, export and reload a tf.estimator for inference

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to tf-estimator-basics

tensorflow-builds
Tensorflow binaries and Docker images compiled with GPU support and CPU optimizations.
Stars: ✭ 15 (-68.09%)
Mutual labels:  tensorflow-serving
EmotionRecTraining
Python script using Keras + TensorFlow to train a custom machine learning model to recognize faces using a dataset with human faces and labeled with emotions.
Stars: ✭ 30 (-36.17%)
Mutual labels:  tensorflow-serving
potato-disease-classification
Potato Disease Classification - Training, Rest APIs, and Frontend to test.
Stars: ✭ 95 (+102.13%)
Mutual labels:  tensorflow-serving
emnist dl2prod
JuPyter Notebooks and Python Package for Deep Learning Model Exploration, Translation and Deployment
Stars: ✭ 31 (-34.04%)
Mutual labels:  tensorflow-serving
ChineseNER
中文NER的那些事儿
Stars: ✭ 241 (+412.77%)
Mutual labels:  tensorflow-serving
practical intro to tf2
Building an image classifier in TF2
Stars: ✭ 55 (+17.02%)
Mutual labels:  tensorflow-serving
Delta
DELTA is a deep learning based natural language and speech processing platform.
Stars: ✭ 1,479 (+3046.81%)
Mutual labels:  tensorflow-serving
end-to-end-machine-learning-with-google-cloud
End to End Machine Learning with Google Cloud Platform
Stars: ✭ 39 (-17.02%)
Mutual labels:  tensorflow-serving
bert sa
bert sentiment analysis tensorflow serving with RESTful API
Stars: ✭ 35 (-25.53%)
Mutual labels:  tensorflow-serving
go-tensorflow
Tools and libraries for using Tensorflow (and Tensorflow Serving) in go
Stars: ✭ 25 (-46.81%)
Mutual labels:  tensorflow-serving
tensorflow-scala
A Scala binding of TensorFlow for Serving TensorFlow Models (Provides RESTful API)
Stars: ✭ 47 (+0%)
Mutual labels:  tensorflow-serving
serving-tensorflow-models
Serving TensorFlow models with TensorFlow Serving 📙
Stars: ✭ 41 (-12.77%)
Mutual labels:  tensorflow-serving
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-40.43%)
Mutual labels:  tensorflow-serving
nsfw-classification-tensorflow
NSFW classify model implemented with tensorflow.
Stars: ✭ 58 (+23.4%)
Mutual labels:  tensorflow-serving
Deep-Segmentation-Features-for-Weakly-Supervised-3D-Disease-Classification-in-Chest-CT
Weakly supervised 3D classification of multi-disease chest CT scans using multi-resolution deep segmentation features via dual-stage CNN architecture (DenseVNet, 3D Residual U-Net).
Stars: ✭ 24 (-48.94%)
Mutual labels:  tensorflow-estimator

Tensorflow Estimator Basics

Train, predict, export and reload a tf.estimator for inference on a dummy example.

Read the blog post

Quickstart

make run

Details

  • model.py defines the model_fn
  • train.py trains an Estimator using the model_fn
  • export.py exports the Estimator as a saved_model
  • predict.py reloads an Estimator and uses it for prediction
  • serve.py reloads the inference graph from the saved_model format and uses it for prediction
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].