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