parallel
Here are 1,353 public repositories matching this topic...
Migrate all Python code from old-fashioned format() functions, formatting % operators and simple concatenations (+) to modern f-strings (brief guide). They are known to be the fastest approach and also increase code readability.
:") 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
Jun 11, 2021 - JavaScript
-
Updated
Jun 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
Jun 2, 2021 - JavaScript
-
Updated
Aug 4, 2020 - Java
-
Updated
Nov 4, 2020 - Python
-
Updated
Jun 12, 2021 - Rust
Explain what you would like to see improved
After root-project/root#7399 we can now add RNTuple field descriptions to the output of RNTupleDescriptor::PrintInfo, as in TTree::Print().
Optional: share how it could be improved
Right now I think the most appropriate info category is `kStorageDetails
- 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 4, 2017 - Rust
-
Updated
Dec 6, 2020 - C
-
Updated
Jun 11, 2021 - C++
-
Updated
May 26, 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."


What is the problem?
After running tune.run, the experiment results are missing from progress.csv but are in result.json.
A possible solution is written by mannyv: https://discuss.ray.io/t/saving-checkpoints-with-good-custom-metric-using-tune-run/2109/12
Ray version and other system information (Python version, TensorFlow version, OS):
Ray version 1.2.0.
Tensorflow 1.15.4.
Python