We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
process_result
The results of Phase 2 do not include the optimal values of the frozen hyperparameters from Phase 1.
To resolve this, we need to retrieve the results from Phase 1 and merge them with those from Phase 2.
Until this issue is fixed, it is recommended to set two_phase_tuning=False in your config.yml.
two_phase_tuning=False
config.yml
The text was updated successfully, but these errors were encountered:
results_summary.txt
LucasDedieu
Successfully merging a pull request may close this issue.
Description
The results of Phase 2 do not include the optimal values of the frozen hyperparameters from Phase 1.
To resolve this, we need to retrieve the results from Phase 1 and merge them with those from Phase 2.
Until this issue is fixed, it is recommended to set
two_phase_tuning=False
in yourconfig.yml
.The text was updated successfully, but these errors were encountered: