This commit is contained in:
Dominik Moritz Roth 2023-07-10 11:16:55 +02:00
parent a1619bcd04
commit be837df844

View File

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