-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
audience/technicalIssue primarily for technical review and service.Issue primarily for technical review and service.kind/bugSomething isn't workingSomething isn't workingstatus/ready-pending-testsReady to make pull request once tests pass.Ready to make pull request once tests pass.triage/high-priority
Description
Bug file name mismatch if there is a capital letter in the project name
If I instantiate cerebros.simple_random_search.SimpleRandomSearch(... project_name="anythingWithCapitalLetters"), the will be an error when it looks for the file for the best model, because the folder for the sub-tirals will be in capital letters, but it will be looking for them as the lower case equivalent.
Suggested fix, make it apply .lower() on this string in cerebros.simple_random_search.SimpleRandomSearch().init()
Metadata
Metadata
Assignees
Labels
audience/technicalIssue primarily for technical review and service.Issue primarily for technical review and service.kind/bugSomething isn't workingSomething isn't workingstatus/ready-pending-testsReady to make pull request once tests pass.Ready to make pull request once tests pass.triage/high-priority