Spaces:
Runtime error
Runtime error
Damian Stewart
commited on
Commit
·
5329ade
1
Parent(s):
a07c108
another typo
Browse files
train.py
CHANGED
|
@@ -58,7 +58,7 @@ def validate(diffuser: StableDiffuser, finetuner: FineTunedModel,
|
|
| 58 |
pbar.step()
|
| 59 |
|
| 60 |
num_samples = sample_embeddings.shape[0] // 2
|
| 61 |
-
for i in tqdm(range(0, num_samples))
|
| 62 |
print(f'making sample {i}...')
|
| 63 |
if training_should_cancel:
|
| 64 |
print("cancel requested, bailing")
|
|
|
|
| 58 |
pbar.step()
|
| 59 |
|
| 60 |
num_samples = sample_embeddings.shape[0] // 2
|
| 61 |
+
for i in tqdm(range(0, num_samples)):
|
| 62 |
print(f'making sample {i}...')
|
| 63 |
if training_should_cancel:
|
| 64 |
print("cancel requested, bailing")
|