Skip to content

Extra trial beyond “max_trials” count #1344

Answered by haifeng-jin
mklosi asked this question in Q&A
Discussion options

You must be logged in to vote

There are several cases that AK needs to train it again in the end.

  1. No validation data is provided. In all the trials, we divide the training data into training and validation data. So in the end, we combine them back to train the model using all the data provided by the user.
  2. User provided a specified number of epochs. For faster searching, AK would early stop on all the models. However, we need to train the model again in the end to ensure it trains the number of epochs as specified by the user.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mklosi
Comment options

@mklosi
Comment options

@haifeng-jin
Comment options

Answer selected by mklosi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1344 on October 02, 2020 15:26.