distributed
Here are 1,437 public repositories matching this topic...
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Sep 8, 2020 - C++
-
Updated
Jul 3, 2021 - Elixir
-
Updated
Jul 1, 2021 - Java
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
-
Updated
Jul 5, 2021 - Go
-
Updated
Jul 2, 2021 - Java
-
Updated
Jul 5, 2021 - TypeScript
-
Updated
Jul 5, 2021 - Ruby
Summary
mypy
shows some issues in LightGBM's Python package.
mypy --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/lightgbm/compat.py:17: error: Name 'DataFrame' already defined (possibly by a
-
Updated
Jul 5, 2021 - Python
- Support
multi vid_ref_expression
infrom clause
. - Support
uuid
inwhere clause
.
issue from vesoft-inc/nebula-java#81
-
Updated
Jul 5, 2021 - Python
-
Updated
May 25, 2021 - JavaScript
- Version:
0.55.4
- Platform:
Linux p1 5.4.0-1048-aws #50~18.04.1-Ubuntu SMP Tue May 4 17:40:02 UTC 2021 x86_64 x86_64 x86_64 GNU/Lin
-
Updated
Jul 5, 2021 - Jupyter Notebook
-
Updated
Jun 10, 2021 - Python
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
From #18845 : click to read
-
Updated
Jul 4, 2021 - Java
For classes declared with struct
, forward declarations should also use struct
. Currently, only struct Message
violates this in a few header files (2 or so?).
Axis API V2 needs to be updated to allow " cameraId=<##> " to append to GET /axis-cgi/com/ptz.cgi
Describe Your Environment
- Version of ZoneMinder release version v1.34.16.
- How you installed ZoneMinder Docker Container https://hub.docker.com/r/quantumobject/docker-zoneminder/
- Full name and version of OS
- Browser name and version
Brave - Version 1.11.97 Chromium: 84.0.4147.89 (Official Build) (64-bit)
Firefox- 78.0.2 (64-bit)
If the issue concerns a camera
- Make and M
Currently, TinyliciousClient and the new FrsClient have both their create/getContainer calls' return signatures as tuples:
Promise<[FluidContainer, TinyliciousContainerServices]>
or Promise<[FluidContainer, FrsContainerServices]>
This should instead to be converted to object with defined interface:
`Promise<{ fluidContainer: FluidContainer, containerServices: TinyliciousContainerServices
Use case:
1.) A user may want to backup all tables but no metadata like users, privileges, etc. without explicitly defining each table inside the CREATE SNAPSHOT
statement.
2.) A user may want to transfer users & privileges, custom analyzers or user-defined-functions from one cluster to another without backing up a complete cluster including all data (tables).
*Feature description
-
Updated
Jun 3, 2021 - C#
Improve this page
Add a description, image, and links to the distributed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed topic, visit your repo's landing page and select "manage topics."
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generate
doesn't work for protobuf directory. So we can't specify GPUOptions forNewSession
.