parallel
Here are 1,328 public repositories matching this topic...
Description
Building the R package with CMake-based installation (https://github.com/microsoft/LightGBM/blob/master/R-package/README.md#install) and gcc (or MINGW on Windows results in the following compiler warnings:
/private/var/folders/xq/wktq4zdx4jd3qdpk34d28m940000gn/T/Rtmp7sAM9p/R.INSTALL71b1ac713c8/lightgbm/src/src/lightgbm_R.cpp:722:41: warning: cast between incompa
-
Updated
May 7, 2021 - JavaScript
-
Updated
Oct 30, 2018 - C++
In numba/stencils/stencil.py, there are various places (like line 552, "if isinstance(kernel_size[i][0], int):") where we check for "int" in relation to neighborhoods. I ran across a case where I was creating a neighborhood tuple by extracting values from a Numpy array. This causes a problem because those Numpy values will not match in these isinstance int checks. I worked around it by conver
Motivation
Test cases in tests/pruners_tests/*.py can be simpler using should_prune and the ask-and-tell interface. e.g. optuna/optuna#2644
Description
-
test_hyperband.py - test_median.py
- test_nop.py
- test_percentile.py
- test_successive_halving.py
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
May 9, 2021 - JavaScript
-
Updated
May 11, 2021 - TypeScript
-
Updated
May 4, 2021 - Jupyter Notebook
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Dec 21, 2020 - JavaScript
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
May 8, 2021 - JavaScript
-
Updated
Nov 4, 2020 - Python
-
Updated
May 10, 2021 - Rust
-
Updated
Dec 4, 2017 - Rust
- I have searched issues for similar feature requests
What is this feature about (1 sentence)
Adding an option in the dashboard to filter runs by start date.
Why is it needed? What is the value? For whom do we build it?
In case of multiple runs (over night, at deploys etc.) the dashboard can end up having multiple runs for 1 day, that are not separated from yesterday's.
Hig
-
Updated
Dec 6, 2020 - C
-
Updated
Apr 24, 2021 - C++
-
Updated
May 8, 2021 - C++
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."
@richardliaw could we take in the data path as a command line arg for all these examples that defaults to "~/data"? That way the user can specify their own data paths without having to modify the code.
Originally posted by @amogkam in ray-project/ray#15260 (comment)