Yolov5-distillation-train-inference
Yolov5-distillation-train-inference copied to clipboard
Arguments --soft-loss 和 --KL-loss
In the example notebook there is this line:
!python train_distill.py --soft-loss --KL-loss --full-output-loss --with-gt-loss
However the arguments --soft-loss 和 --KL-loss don't exist in train_distill.py. Maybe outdated?