- TensorFlow Machine Learning Projects
- Ankit Jain Armando Fandango Amita Kapoor
- 74字
- 2021-06-10 19:15:29
Dynamic placement
The tf.device() function can be provided with a function name in place of a device string. If a function name is provided, then the function has to return the device string. This way of providing a device string through a custom function allows complex algorithms to be used for placing the variables on different devices. For example, TensorFlow provides a round robin device setter function in tf.train.replica_device_setter().
推薦閱讀
- 大學計算機基礎:基礎理論篇
- 平面設計初步
- 手把手教你玩轉RPA:基于UiPath和Blue Prism
- 電腦上網直通車
- 小型電動機實用設計手冊
- INSTANT Varnish Cache How-to
- OpenStack Cloud Computing Cookbook(Second Edition)
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- Cloudera Administration Handbook
- Hybrid Cloud for Architects
- 信息物理系統(CPS)測試與評價技術
- Linux:Powerful Server Administration
- 邊緣智能:關鍵技術與落地實踐
- 計算機與信息技術基礎上機指導
- TensorFlow Reinforcement Learning Quick Start Guide