Not thread safe
Open
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 122
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
When I use gin config for hyperparameter search with optuna and it starts multiple processes at the same time I get the following error:
`Attempted to modify locked Gin config`
This is because internally gin stores the configs in global variables.
Is there a way to fix this?
Contributor guide
Assessment
This issue has not been assessed yet.