正常运行训练文件,在进行vis和eval时报错

问题遇到的现象和发生背景
问题相关代码,请勿粘贴截图

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]

我的解答思路和尝试过的方法
我想要达到的结果

看起来像是 类别数目不一致,
建议查查代码要求和训练数据的类别是否一致。