Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A script to dynamically load / unload tensorflow models in serving

License

NotificationsYou must be signed in to change notification settings

rpidanny/tensorflow-serving-hot-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A script to dynamically load / unload tensorflow models in serving using config file.

Requirements

  • tensorflow===1.12.0
  • tensorflow-serving-api===1.12.0

Usage

python reload.py -c /home/user/models.config -H 192.168.2.2:8500

Example serving config file

model_config_list: {  config: {    name:"FLOWER_5flowers",    base_path: "/serving/models/FLOWER/serving/FLOWER_5flowers",    model_platform: "tensorflow"  },  config: {    name:"FLOWER_alpha",    base_path: "/serving/models/FLOWER/serving/FLOWER_alpha",    model_platform: "tensorflow"  },  config: {    name:"FLOWER_test",    base_path: "/serving/models/FLOWER/serving/FLOWER_test",    model_platform: "tensorflow"  }}

About

A script to dynamically load / unload tensorflow models in serving

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp