python eval.py --logtostderr --eval_split="val" --model_variant="xception_65" --output_stride=16 --eval_crop_size=360,480 --dataset="camvid" --checkpoint_dir='exp/camvid_train/train-xce119-1nf' --eval_logdir='exp/camvid_train/train-xce119-1nf/eval' --dataset_dir='datasets/CamVid/tfrecord' --max_number_of_evaluations=1
Assign requires shapes of both tensors to match. lhs shape= [1,1,512,256] rhs shape= [1,1,1280,256]
看起来像是 类别数目不一致,
建议查查代码要求和训练数据的类别是否一致。