tensorflow - How to build up a parameter server? -


in distributed tensorflow, parameter server need built tensorflow server both master service , worker service ? if answer yes, can ps machine worker ?

in distributed tensorflow, every worker master. furthermore, tensorflow runtime has 1 kind of worker, unlike predecessor distbelief, had specialized parameter server workers.

you implement traditional parameter server architecture using workers store parameters , others execute session.run requests.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -