TransVG icon indicating copy to clipboard operation
TransVG copied to clipboard

engine.py debug有问题

Open Issac304 opened this issue 1 year ago • 4 comments

metric_logger = utils.MetricLogger(delimiter=" ")

# 创建一个 SmoothedValue 实例

smoothed_value = utils.SmoothedValue(window_size=1, fmt='{value:.6f}')

debug到这两句会exit 139

Issac304 avatar Nov 14 '24 03:11 Issac304