parallel
Here are 1,591 public repositories matching this topic...
Summary
mypy shows some issues in LightGBM's Python package.
mypy \
--exclude='python-package/compile/|python-package/build' \
--ignore-missing-imports \
python-package/18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
-
Updated
May 20, 2022 - JavaScript
-
Updated
Oct 30, 2018 - C++
-
Updated
May 19, 2022 - C++
Expected behavior
GridSampler should stop the optimization when all grids are evaluated.
Environment
- Optuna version: 3.0.0b1.dev
- Python version: 3.8.6
- OS: macOS-10.16-x86_64-i386-64bit
- (Optional) Other libraries and their versions:
Error messages, stack traces, or logs
See steps to reproduce.Steps to reproduce
In the following code, optimize s
-
Updated
May 20, 2022 - JavaScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
May 13, 2022 - 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
May 16, 2022 - JavaScript
-
Updated
Mar 28, 2022 - Rust
- I have searched issues for similar feature requests
What is this feature about (1 sentence)
Base path should be runtime configurable via the env variable.
Why is it needed? What is the value? For whom do we build it?
If one wants to expose the dashboard not on the domain root but let's say at my-domain.com/sorry-cypress/dashboard the dashboard will try to load the r
Current behavior:
root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_SingleMu.root")
Error in <TFile::TFile>: file /eos/root-eos/benchmark/Run2012B_SingleMu.root does not exist
(TFile &) Name: /eos/root-eos/benchmark/Run2012B_SingleMu.root Title:
Desirable behavior:
root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_Single
-
Updated
Dec 4, 2021 - Python
-
Updated
Aug 4, 2020 - Java
-
Updated
May 7, 2022 - C++
-
Updated
May 20, 2022 - C++
-
Updated
Dec 4, 2017 - Rust
-
Updated
May 19, 2022 - C
-
Updated
May 15, 2022 - TypeScript
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."


What happened + What you expected to happen
The autoscaler pushes some logs to the Ray driver. The logs are prefixed with
(scheduler)which is misleading.The prefix should be
(autoscaler).Versions / Dependencies
Ray master.
Reproduction script
Submit a Ray task or actor which triggers upscaling to trigger the logs.
Issue Severity
Low: It annoys or frustrates me.