Commit ·
d88b335
1
Parent(s): 6824b93
Update unet/config.json
Browse files- unet/config.json +1 -1
unet/config.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
"norm_eps": 1e-05,
|
| 34 |
"norm_num_groups": 32,
|
| 35 |
"out_channels": 4,
|
| 36 |
-
"sample_size":
|
| 37 |
"up_block_types": [
|
| 38 |
"UpBlock2D",
|
| 39 |
"CrossAttnUpBlock2D",
|
|
|
|
| 33 |
"norm_eps": 1e-05,
|
| 34 |
"norm_num_groups": 32,
|
| 35 |
"out_channels": 4,
|
| 36 |
+
"sample_size": 34,
|
| 37 |
"up_block_types": [
|
| 38 |
"UpBlock2D",
|
| 39 |
"CrossAttnUpBlock2D",
|