Skip to content

The discrepancy between the exported best model and training log #1692

Answered by pancookie
pancookie asked this question in Q&A
Discussion options

You must be logged in to vote

Alright, so after tons of time reading the code line by line.

Here is the what I have found,
the best model is saved in <AK_run_projectname>/structured_data_regressor/best_model.

Regarding the discrepancy, the logic of this algorithm is below:
The very important concept is "trial", which contains a unique ID, network hyperparameters (trial_obj.hyperparameters.values).
Each trial in the terminal progress bar stands for certain neural network architecture.
While the weights are updated and the epoch goes on as it meets the criterion of early stopping.

After the condition to stop the trial search, the best trial is selected based on the "optimal(max or min)" objective metric.
There is a fina…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pancookie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant