awslabs / aws-shell

An integrated shell for working with the AWS CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cutiezang3l opened this issue · comments

@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 awslabs/gluonts#1054 (comment)