adding the num_inference_steps
Browse files- train_config.json +1 -1
train_config.json
CHANGED
@@ -134,7 +134,7 @@
|
|
134 |
"prediction_type": "epsilon",
|
135 |
"clip_sample": true,
|
136 |
"clip_sample_range": 1.0,
|
137 |
-
"num_inference_steps":
|
138 |
"do_mask_loss_for_padding": false,
|
139 |
"optimizer_lr": 0.0001,
|
140 |
"optimizer_betas": [
|
|
|
134 |
"prediction_type": "epsilon",
|
135 |
"clip_sample": true,
|
136 |
"clip_sample_range": 1.0,
|
137 |
+
"num_inference_steps": 10,
|
138 |
"do_mask_loss_for_padding": false,
|
139 |
"optimizer_lr": 0.0001,
|
140 |
"optimizer_betas": [
|