-
Updated
Oct 27, 2020 - Python
parallel
Here are 1,185 public repositories matching this topic...
How you are using LightGBM?
LightGBM component: R package
Environment info
Operating System: macOS 10.14
C++ compiler version: gcc
8.1.0
CMake version: 3.17.3
R version: 4.0.2
LightGBM version or commit hash: https://github.com/microsoft/LightGBM/tree/c07644d1d71540204a9b56f26667e8180bd009e2
Reproducible example(s)
Thanks to @Laurae2 for sharing this with m
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Oct 30, 2018 - C++
.join seems to not work properly with unicode arrays. Here is a reproducer:
In [16]: str_arr = np.array(["hi", "there"])
In [17]: ",".join(str_arr)
Out[17]: 'hi,there'
In [18]: numba.njit(lambda str_arr: ",".join(str_arr))(str_arr)
TypingError: Failed in nopython mode pipeline (step: nopython frontend)
- Resolution failure for literal arguments:
No implementation of function
-
Updated
Oct 3, 2020 - JavaScript
See optuna/optuna#1913.
Some type hints are not complying to the latest mypy == 0.790
and should be addressed.
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 21, 2020 - Jupyter Notebook
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Oct 26, 2020 - TypeScript
Version of Singularity:
3.0.3
Expected behavior
Some progress or update information during the creation of the SIF file.
Actual behavior
During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.
Steps to reproduce behavior
I was executing a few “larger” builds through the bui
-
Updated
Aug 4, 2020 - Java
-
Updated
Oct 8, 2020 - Python
Explain what you would like to see improved
We had CI builds stuck in downloading dependencies, e.g. VecCore. That should timeout.
Optional: share how it could be improved
Add the TIMEOUT
parameter to all ExternalProject
calls downloading sources.
-
Updated
Dec 4, 2017 - Rust
-
Updated
Oct 27, 2020 - Rust
-
Updated
Aug 22, 2020 - C
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Aug 28, 2020 - C++
Feature request
The asynchronous functionality of parallel-ssh is very much appreciated for management tasks. Thank you for this!
For the feature request:
It seems that the open_session() can keep worker allocated for much longer than expected in failure cases. Would it be reasonable to stretch the timeout option of wait_socket() to open_session() ?
Improve this page
Add a description, image, and links to the parallel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel topic, visit your repo's landing page and select "manage topics."
Describe your feature request
See #11252 for discussion.