About BanditPolicy

Hank Cheng Han/WHQ/Wistron 1 Reputation point
2022-04-13T10:07:11.65+00:00

Hello

After read BanditPolicy doc description, I still had no idea what it is.
Please help to explain more in detail.
Or provide a simple example to illustrate.

I have a request to compare local yolov5 method.
But it seems there is different earlystopping method.
So the training epoch are different.

How to fix azure AutoML yolov5 training epoch?

Thanks!

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
213 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Hank Cheng Han/WHQ/Wistron 1 Reputation point
    2022-04-14T01:44:58.28+00:00

    Hello

    Thanks for your prompt reply.

    But I just want to focus on BanditPolicy for earlystopping.

    "early_termination_policy": BanditPolicy(
        evaluation_interval=2, slack_factor=0.2, delay_evaluation=6
    

    After check azure doc, I still had no idea how to setting these parameters.
    Would you help a simple example to illustrate.

    Furthermore, how do I set the config that make only train 100 epochs?

    Thanks

    0 comments No comments