mathpluscode's picture
Move files
e0466ed
raw
history blame contribute delete
441 Bytes
grad_ckpt: True
data:
sax:
spacing: [1.0, 1.0, 10.0]
patch_size: [192, 192, 16]
in_chans: 1
model:
name: convunetr
views: sax
out_chans: 4
convunetr:
size: base
enc_patch_size: [4, 4, 1]
enc_scale_factor: [2, 2, 1]
enc_conv_chans: [64, 128]
enc_conv_n_blocks: 2
dec_chans: [32, 64, 128, 256, 512]
dec_patch_size: [2, 2, 1]
dec_scale_factor: [2, 2, 1]
dropout: 0.1
drop_path: 0.1