deeplabv3+多卡下训练报错
Created by: kolinwei
如下错误:
- pyreader没有stop函数 Training done. Model is saved to output1 Traceback (most recent call last): File "train.py", line 228, in py_reader.stop() AttributeError: 'Variable' object has no attribute 'stop'
- 多卡时,训练报错 训练命令 python train.py --batch_size=4 --train_crop_size=769 --total_step=50 --save_weights_path=output1 --dataset_path=$DATASET_PATH --enable_ce