Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
7777852a
Unverified
Commit
7777852a
authored
Feb 24, 2021
by
Nikita Titov
Committed by
GitHub
Feb 24, 2021
Browse files
[dask] Reuse addresses saved in variable (#4016)
parent
1f73f559
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/dask.py
python-package/lightgbm/dask.py
+1
-1
No files found.
python-package/lightgbm/dask.py
View file @
7777852a
...
...
@@ -417,7 +417,7 @@ def _train(
_log_info
(
"Finding random open ports for workers"
)
worker_address_to_port
=
_find_ports_for_workers
(
client
=
client
,
worker_addresses
=
worker_
map
.
keys
()
,
worker_addresses
=
worker_
addresses
,
local_listen_port
=
local_listen_port
)
machines
=
','
.
join
([
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment