flpelerin commited on
Commit
4fd0439
·
1 Parent(s): 981578a

Update file wandb.py

Browse files
Files changed (1) hide show
  1. wandb.py +2 -0
wandb.py CHANGED
@@ -10,6 +10,8 @@ class Wandb:
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__)}')
 
10
  self.__dict__ = dict(config.__dict__)
11
  locals().update(self.__dict__)
12
 
13
+ ewoirjwer='wrqwer'
14
+
15
  print(f"locals: {locals()}")
16
  print(f"self: {self}")
17
  print(f'self dict: {dict(self.__dict__)}')