parallel
Here are 1,367 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
Jul 6, 2021 - JavaScript
-
Updated
Oct 30, 2018 - C++
From #5664:
Adding the possibility of using
@njit
flags in@cc.export
would be great! Is it possible?
and:
I have managed to add the 'fastmath' flag to the
ExportEntry
object:class ExportEntry(object): """ A simple record for exporting symbols. """ def __init__(self, symbol, signature, function, fastmath=False): self.symb
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
Jul 5, 2021 - JavaScript
-
Updated
Jun 29, 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
Jul 1, 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
Jul 6, 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."
Hi all!
I am trying a self-play based scheme, where I want to have two agents in waterworld environment have a policy that is being trained (“shared_policy_1”) and other 3 agents that sample a policy from a menagerie (set) of the previous policies of the first two agents ( “shared_policy_2”).
My problem is that I see that the weights in the menagerie are overwritten in every iteration by the cur