Update file logger.py
Browse files
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 |
|