Skip to content
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

Propagate spawn kwargs from parallel to model's spawn #1201

Merged
merged 2 commits into from
Jul 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed bad syntax
  • Loading branch information
vfdev-5 committed Jul 14, 2020
commit 813642f23e5f10fe0a20bf4a6e108b827198414f
2 changes: 1 addition & 1 deletion ignite/distributed/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def __init__(
node_rank: Optional[int] = None,
master_addr: Optional[str] = None,
master_port: Optional[str] = None,
**spawn_kwargs,
**spawn_kwargs
):
if backend is not None:
if backend not in idist.available_backends():
Expand Down