- Mastering TensorFlow 1.x
- Armando Fandango
- 86字
- 2021-06-25 22:50:57
Simple placement
TensorFlow follows these simple rules, also known as the simple placement, for placing the variables on the devices:
If the graph was previously run,
then the node is left on the device where it was placed earlier
Else If the tf.device() block is used,
then the node is placed on the specified device
Else If the GPU is present
then the node is placed on the first available GPU
Else If the GPU is not present
then the node is placed on the CPU
推薦閱讀
- Intel FPGA/CPLD設計(基礎篇)
- 觸摸屏實用技術與工程應用
- Istio入門與實戰
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- 平衡掌控者:游戲數值經濟設計
- Mastering Manga Studio 5
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 電腦軟硬件維修從入門到精通
- 基于Apache Kylin構建大數據分析平臺
- Hands-On Deep Learning for Images with TensorFlow
- STM32自學筆記
- 筆記本電腦維修技能實訓
- The Deep Learning with PyTorch Workshop
- Corona SDK Mobile Game Development:Beginner's Guide
- Learning Microsoft Cognitive Services