-
Notifications
You must be signed in to change notification settings - Fork 707
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
wandb.init(reinit=True) doesn't work in Windows #862
Comments
Thanks for making a note on this one Chris |
Will this be fixed soon? |
This issue seems to make this snippet fail on Windows too |
We're working on improvements to the windows experiments in our next generation CLI: https://github.com/wandb/client-ng You can try the next generation by running |
This issue is stale because it has been open 60 days with no activity. |
The command crashes with the following error:
Currently the only work around is to not use reinit and instead call your training script in it's own sub process:
The underlying cause is the way Windows handles file descriptors and inheritance. We're currently working on a major refactor that will change the ways in which file descriptors are used. If you're hitting this issue, please follow this thread and we'll update everyone once this is fixed.
The text was updated successfully, but these errors were encountered: