diff --git a/slate/slate.py b/slate/slate.py index 6d11221..d1c4788 100644 --- a/slate/slate.py +++ b/slate/slate.py @@ -13,7 +13,7 @@ import pdb d = pdb.set_trace REQUIRE_CONFIG_CONSUMED = False -WANDB_START_METHOD = 'fork' +WANDB_START_METHOD = 'thread' # 'fork' REINIT = True Parallelization_Primitive = Thread # Process