Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -596,8 +596,8 @@ def greet(text,id):
|
|
| 596 |
eval_dataset_dir = os.path.join(dataset_dir,'eval'),
|
| 597 |
full_generation_dir = os.path.join(dataset_dir,'full_generation'),
|
| 598 |
device=device)
|
| 599 |
-
|
| 600 |
-
wandb.init(project= 'AZ'
|
| 601 |
print('wandb')
|
| 602 |
for i in range(10000):
|
| 603 |
# model.train(True)
|
|
|
|
| 596 |
eval_dataset_dir = os.path.join(dataset_dir,'eval'),
|
| 597 |
full_generation_dir = os.path.join(dataset_dir,'full_generation'),
|
| 598 |
device=device)
|
| 599 |
+
print('load Data')
|
| 600 |
+
wandb.init(project= 'AZ')
|
| 601 |
print('wandb')
|
| 602 |
for i in range(10000):
|
| 603 |
# model.train(True)
|