tensorflow使用多個gpu訓練

1. 模型並行 概念: 模型並行指模型的不同部分在不同GPU上運行。單個模型過大無法在單個GPU上運行,這時候就需要model-parallelism. https://blog.csdn.net/tigertai98/article/details/81125307 How to Use Distributed TensorFlow to Split Your TensorFlow Graph
相關文章
相關標籤/搜索