flpelerin commited on
Commit
93c84d1
·
1 Parent(s): 697ce7b

Update file wandb.py

Browse files
Files changed (1) hide show
  1. wandb.py +1 -0
wandb.py CHANGED
@@ -10,6 +10,7 @@ class Wandb:
10
  self.__dict__ = dict(config.__dict__)
11
  locals().update(self.__dict__)
12
 
 
13
  print(f"self: {self}")
14
  print(f'self dict: {dict(self.__dict__)}')
15
 
 
10
  self.__dict__ = dict(config.__dict__)
11
  locals().update(self.__dict__)
12
 
13
+ print(f"locals: {locals()}")
14
  print(f"self: {self}")
15
  print(f'self dict: {dict(self.__dict__)}')
16