PaddleX
PaddleX copied to clipboard
PaddleX 2.0 GUI实例分割训练报错

PaddleX 2.0 GUI实例分割训练报错,数据集自己做的,显卡3060,数据集在PaddleX 1.x版本1060显卡可以训练的
当模型loss为nan时,self.details['bbox']为[],self.eval_status不会被赋值。此时调用get函数https://github.com/PaddlePaddle/PaddleX/blob/c1e0968ba1f16597c951565dbdfe69a33cb33440/dygraph/paddlex/cv/models/utils/det_metrics/metrics.py#L218 会报错,因self.eval_status为[]。