Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Sync workers with global lock #361

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2019

  1. Merge pull request #1 from NervanaSystems/master

    update from NervanaSystems
    kevinzou1982 authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    50c272d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. 1, use global sync lock instand of lock_counter and release_counter i…

    …n tensorflow. speed up counter access and prevent not zero problem.
    
    2, fix a sync bug. Clipped_ppo_agent for example
    if int(batch.size / self.ap.network_wrappers['main'].batch_size) is different between each workers, some worker will be in acting phase and other workers will be block in wait_for_all_workers_barrier
    kevin committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    f813a1c View commit details
    Browse the repository at this point in the history