soumickmj's picture
Upload GPReconResNet
0a4a687 verified
{
"architectures": [
"GPReconResNet"
],
"auto_map": {
"AutoConfig": "GPModelConfigs.GPReconResNetConfig",
"AutoModel": "GPModels.GPReconResNet"
},
"do_batchnorm": false,
"forwardV": 0,
"in_channels": 1,
"is3D": false,
"is_relu_leaky": true,
"model_type": "GPReconResNet",
"n_classes": 3,
"out_act": "None",
"post_interp_convtrans": false,
"res_blocks": 14,
"res_drop_prob": 0.5,
"starting_nfeatures": 64,
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"updown_blocks": 2,
"upinterp_algo": "sinc"
}