MRGen / vae /config.json
haoningwu's picture
Upload 14 files
60b48b9 verified
raw
history blame contribute delete
705 Bytes
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.29.2",
"_name_or_path": "/mnt/petrelfs/wuhaoning/MedicalGen/MRI_diffusion/train_vae/MedGen_MRI_CT_240930-000404/checkpoint_lastest/",
"act_fn": "silu",
"block_out_channels": [
128,
256,
512,
512
],
"down_block_types": [
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D"
],
"in_channels": 1,
"latent_channels": 16,
"layers_per_block": 2,
"norm_num_groups": 32,
"out_channels": 1,
"sample_size": 512,
"scaling_factor": 1.003,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D"
]
}