| { | |
| "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" | |
| } | |