tobegit3hub / simple_tensorflow_serving

Generic and easy-to-use serving service for machine learning models
https://stfs.readthedocs.io
Apache License 2.0
757 stars 193 forks source link

feat: Support run_profile option for tf prof #15

Closed wrongtest-intellif closed 6 years ago

wrongtest-intellif commented 6 years ago

Add option "run_profile", if set as "true", try do session run with tf profiler and add "PROFILE" field to return data

tobegit3hub commented 6 years ago

LGTM

Thanks for your contribution @wrongtest