Skip to content
New issue

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

Question about retrieving hyperparameters in gentun #57

Open
shahabadnshahrodi opened this issue Nov 14, 2024 · 1 comment
Open

Question about retrieving hyperparameters in gentun #57

shahabadnshahrodi opened this issue Nov 14, 2024 · 1 comment
Assignees

Comments

@shahabadnshahrodi
Copy link

I'm using gentun for hyperparameter tuning, and I'm unsure how to retrieve the best parameters after tuning.

@gmontamat
Copy link
Owner

hi @shahabadnshahrodi I'll add an example of how to reproduce tabular results from the Genetic CNN paper. Long story short, the default logger will print the hyperparameters evaluated (all individuals) and the best hyperparameters found when and if the run is complete. To save those logs to a file, use the output redirect tool:

python gentun_script.py > run_log.txt

@gmontamat gmontamat self-assigned this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants