# tf-note **Repository Path**: horn-learn/tf-note ## Basic Information - **Project Name**: tf-note - **Description**: TensorFlow整理 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-15 - **Last Updated**: 2024-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: TensorFlow ## README ### distribute strategy 已有实现示例 Keras tf.distribute.MirroredStrategy Estimator tf.distribute.MirroredStrategy NN PS MultiWorkerMirroredStrategy 多机同步分布式训练,模型中所有变量的副本将保留在每个worker设备上,并且需要一种通信方法来使所有变量保持同步 ParameterServerStrategy 支持参数服务器。它可用于多GPU同步本地训练或异步多机训练