deeplabv3+ 模型无法复现给出的结果
Created by: ccmeteorljh
paddlepaddle框架版本:1.3 model库代码:最新 运行环境:p40,4卡 训练命令:
python ./train.py --batch_size=8 --parallel=true --train_crop_size=769 --total_step=90000 --init_weights_path=./deeplabv3plus_xception65_initialize.params --dataset_path=./cityscape/ --save_weights_path=./save_model/
eval 命令:
python eval.py --dataset_path=./cityscape --init_weights=./save_model/ --verbose True
运行环境:p40 单卡 batchsize=8,出现显存不够的情况