File size: 478 Bytes
c339f85 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
{
"architectures": [
"ConvBilinear"
],
"conv_channels": [
8,
8,
8
],
"conv_kernel_size": [
5,
5,
5
],
"conv_padding": [
"same",
"same",
"same"
],
"conv_stride": [
1,
1,
1
],
"hidden_ch": 16,
"hidden_kernel": 5,
"image_size": [
32,
48
],
"model_type": "convbilinear",
"num_channels": 1,
"num_layers": 4,
"torch_dtype": "float32",
"transformers_version": "4.30.0",
"upscale": 5
}
|