什么是Tensorflow对象检测中的同步复制?

什么是Tensorflow对象检测中的同步复制?,tensorflow,Tensorflow,我在网上搜索了一下什么是sync_复制品,这就是我发现的 // Whether to synchronize replicas during training. optional bool sync_replicas = 3 [default=false] 我注意到这与使用多个GPU来训练对象检测模型有关,但我不知道“训练期间是否同步副本”的意思是什么。通过异步培训似乎可以做到:

我在网上搜索了一下什么是sync_复制品,这就是我发现的

 // Whether to synchronize replicas during training.

  optional bool sync_replicas = 3 [default=false]

我注意到这与使用多个GPU来训练对象检测模型有关,但我不知道“训练期间是否同步副本”的意思是什么。通过异步培训似乎可以做到: