@szhengac after having merged #1080, the problem should be solved if you set the following at the beginning of your jobs
Open
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 780
- PR merge metrics
- No merged PRs in 30d
Description
@szhengac after having merged #1080, the problem should be solved if you set the following at the beginning of your jobs
```python
import multiprocessing
multiprocessing.set_start_method("spawn", force=True)
```
Could you verify that?
_Originally posted by @lostella in https://github.com/awslabs/gluon-ts/issues/1054#issuecomment-706161305_
Contributor guide
Assessment
This issue has not been assessed yet.