This commit is contained in:
Dominik Moritz Roth 2023-07-10 11:22:20 +02:00
parent be837df844
commit d516ac9888

View File

@ -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