how to train train new model with different channel number in unet

#241
by jonathan0227 - opened

currently the config of unet channel is :
"block_out_channels": [320, 640,1280,1280 ],
i want to change the channel number, do i need to train it from scratch? how to modified it
thanks for your help

Sign up or log in to comment