Extra trial beyond “max_trials” count #1344
-
This is not an issue, but trying to understand what autokeras is doing. I couldn't find the answer to this in the docs, FAQ, stackoverlow, or looking through the code. I have the following python code:
My "max_trials" is 3, but the actual trails seen on the output are 4. Why is there always an extra trail at the end, whose metrics are always worse than the best model found? Is it taking some kind of average and if yes, why? I'm going to be using the best model anyway. Also I am using early-stopping, but that last trial never actually early-stops, while the other 3 "regular" trials early-stop when appropriate. Here is the output for reference:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There are several cases that AK needs to train it again in the end.
|
Beta Was this translation helpful? Give feedback.
There are several cases that AK needs to train it again in the end.