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

Fix grid_search #1526

Open
wants to merge 1 commit into
base: pytorch
Choose a base branch
from
Open

Fix grid_search #1526

wants to merge 1 commit into from

Conversation

emailweixu
Copy link
Contributor

parse_conf_file() needs to be called before write_config() due to #1476

parse_config() needs to be called before write_config() due to #1476
@emailweixu emailweixu requested a review from hnyu August 9, 2023 05:36
# for gin, we need to parse it first. Otherwise, configured.gin will be
# empty
common.parse_conf_file(conf_file)
common.parse_conf_file(conf_file)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Calling parse_conf_file in the main process will create an env, which might be unnecessary or even problematic in certain cases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants