Update file wandb.py
Browse files
wandb.py
CHANGED
|
@@ -18,7 +18,7 @@ class Wandb:
|
|
| 18 |
#print(f'config dict: {dict(config.__dict__)}')
|
| 19 |
|
| 20 |
|
| 21 |
-
if
|
| 22 |
raise ValueError('Missing required values for either Entity, Project or API Key')
|
| 23 |
|
| 24 |
if name == '':
|
|
|
|
| 18 |
#print(f'config dict: {dict(config.__dict__)}')
|
| 19 |
|
| 20 |
|
| 21 |
+
if entity == '' or project == '' or api_key == '':
|
| 22 |
raise ValueError('Missing required values for either Entity, Project or API Key')
|
| 23 |
|
| 24 |
if name == '':
|