blob: 926f3f84041598ccae221c3375c79f5f485148de [file] [log] [blame]
# train fcn-32s model
python -u fcn_xs.py --model=fcn32s --prefix=VGG_FC_ILSVRC_16_layers \
--epoch=74 --init-type=vgg16
## train fcn-16s model
#python -u fcn_xs.py --model=fcn16s --prefix=FCN32s_VGG16 \
#--epoch=31 --init-type=fcnxs
# train fcn-8s model
#python -u fcn_xs.py --model=fcn8s --prefix=FCN16s_VGG16 \
#--epoch=27 --init-type=fcnxs