-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add process launchers #11643
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
Merged
Merged
Add process launchers #11643
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
9687e73
add executors for strategies
rohitgr7 7f325f5
add license
rohitgr7 9114b09
fix issues
rohitgr7 e054d0e
return results
rohitgr7 a2248b4
fix os
rohitgr7 8751c36
fix DDP
rohitgr7 eea1fa7
rm redundant code
rohitgr7 e46b824
fix import
rohitgr7 4457eff
executor -> launcher
rohitgr7 184b222
reduce arguments
rohitgr7 a2f8d0a
fix tpu and mypy
rohitgr7 72b1bb9
fix tpu and mypy
rohitgr7 e7bb90b
fix tpu and mypy
rohitgr7 9857ffe
recover results for TPU
rohitgr7 d2817f3
lite patch
rohitgr7 b6bd4d8
fix deadlock detection
rohitgr7 ce49e15
lite spawn patch
rohitgr7 2314253
constructor initialize
rohitgr7 02b0873
Merge branch 'master' into feat/executor
rohitgr7 f094fc0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 75c0731
Apply suggestions from code review
rohitgr7 a3de1e3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5da734e
review comments
rohitgr7 6df0862
pre-commit
rohitgr7 a485da9
Merge remote-tracking branch 'origin/master' into feat/executor
rohitgr7 1a7013c
configure_launcher
rohitgr7 0dfbd28
rename to SubprocessScriptLauncher
rohitgr7 3295121
protected and update test
rohitgr7 81cf4c1
enable dep failure
rohitgr7 25c2417
add script launcher
rohitgr7 fa30173
add extensive docs
awaelchli e280092
add extensive docs
awaelchli eb567c9
Apply suggestions from code review
awaelchli 197ff6b
Merge remote-tracking branch 'origin/feat/executor' into feat/executor
awaelchli 0930b1f
fix typing
awaelchli 51b18f3
address Adrian's comments
rohitgr7 67bc870
Update pytorch_lightning/strategies/strategy.py
rohitgr7 e3d155c
Merge remote-tracking branch 'origin/master' into feat/executor
rohitgr7 8286ec8
Update pytorch_lightning/strategies/launchers/spawn.py
awaelchli 4397f2d
revert changes in test_trainer.py
awaelchli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.