flpelerin commited on
Commit
4a61522
·
1 Parent(s): 126580f

Update file logger.py

Browse files
Files changed (1) hide show
  1. logger.py +1 -1
logger.py CHANGED
@@ -9,7 +9,7 @@ class Wandb:
9
  def __init__(self, config: Config):
10
  self.__dict__ = dict(config.__dict__)
11
 
12
- print(f"self.wandb: {self.wandb}")
13
 
14
  print(f"self.config: {self.config}")
15
 
 
9
  def __init__(self, config: Config):
10
  self.__dict__ = dict(config.__dict__)
11
 
12
+ #print(f"self.wandb: {self.wandb}")
13
 
14
  print(f"self.config: {self.config}")
15