Yolo v3 training precision ISSUE

i saw the “training_precision” in the detectnet_v2

but in the “YOLOConfig” didn’t have “training_precision”
i thought ’ it is default including parameter’

but In yolov3 training it occur this error
Message type “YOLOConfig” has no field named “training_precision”

what should i do if i want to training float16 precision with YOLOv3???

For yolo_v3, there is not Proto Dictionary for “training_precision”.
You can export the environment variable TF_ENABLE_AUTO_MIXED_PRECISION=1 when running tlt-train.