awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 769 forks source link

@szhengac after having merged #1080, the problem should be solved if you set the following at the beginning of your jobs #264

Open cutiezang3l opened 2 years ago

cutiezang3l commented 2 years ago

@szhengac after having merged #1080, the problem should be solved if you set the following at the beginning of your jobs

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