Spaces:
Running
on
T4
Running
on
T4
Update trainer.py
Browse files- trainer.py +1 -1
trainer.py
CHANGED
@@ -100,7 +100,7 @@ def train_submit(
|
|
100 |
--scale_lr --hflip \
|
101 |
--parameter_group {parameter_group} \
|
102 |
--openai_key "{openai_key}" \
|
103 |
-
--enable_xformers_memory_efficient_attention --num_class_images
|
104 |
'''
|
105 |
|
106 |
if concept_type == 'style':
|
|
|
100 |
--scale_lr --hflip \
|
101 |
--parameter_group {parameter_group} \
|
102 |
--openai_key "{openai_key}" \
|
103 |
+
--enable_xformers_memory_efficient_attention --num_class_images 500
|
104 |
'''
|
105 |
|
106 |
if concept_type == 'style':
|