'DetectionMAP' object has no attribute 'name'
Created by: imistyrain
在使用PaddleSlim量化检测模型时,需要拿到test_program的输出,但是提示'DetectionMAP' object has no attribute 'name'.
val_fetch_list = [('map', map_eval.name)]
train_fetch_list = [('loss', loss.name)]
Created by: imistyrain
在使用PaddleSlim量化检测模型时,需要拿到test_program的输出,但是提示'DetectionMAP' object has no attribute 'name'.
val_fetch_list = [('map', map_eval.name)]
train_fetch_list = [('loss', loss.name)]