File size: 596 Bytes
253e493 |
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 |
{
"architectures": [
"ReconResNet"
],
"auto_map": {
"AutoConfig": "ReconResNetConfig.ReconResNetConfig",
"AutoModel": "ReconResNet.ReconResNet"
},
"do_batchnorm": false,
"forwardV": 0,
"in_channels": 1,
"is3D": false,
"is_relu_leaky": true,
"is_replicatepad": 0,
"model_type": "ReconResNet",
"out_act": "sigmoid",
"out_channels": 1,
"post_interp_convtrans": false,
"res_blocks": 14,
"res_drop_prob": 0.2,
"starting_nfeatures": 64,
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"updown_blocks": 2,
"upinterp_algo": "convtrans"
}
|