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

[W/ Potential Severe Consequences] Running sweep() on different directory structure results in bugs. #208

Open
HuFY-dev opened this issue Mar 30, 2024 · 0 comments

Comments

@HuFY-dev
Copy link

I wrote a notebook calling the sweep function.
sweep() calls wandb.agent(sweep_id, train) which calls train() which calls run_training_pipeline(), and in the release version of run_training_pipeline()#L268: checkpoint_path = Path("../../.checkpoints"), and this is used later to attempt to create a .checkpoint directory two directories up from my current working directory, which is messing up with my file system in the root directories.
In the main branch, the code looks pretty different, which is instead creating .checkpoint with respect to where the library is installed (correct me if I'm wrong). I assume that's not expected behavior.

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

No branches or pull requests

1 participant