mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-06 03:20:52 +00:00
disable wandb tb syncing
This commit is contained in:
@@ -71,7 +71,7 @@ class BaseProducer:
|
||||
if self.producer_idx == 0:
|
||||
self.wandb_run = wandb.init(
|
||||
project=project_name,
|
||||
sync_tensorboard=True,
|
||||
sync_tensorboard=False,
|
||||
dir="./wandb",
|
||||
name=run_name + "_eval",
|
||||
group=wandb_group_name,
|
||||
|
Reference in New Issue
Block a user