distributed
Here are 1,429 public repositories matching this topic...
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Sep 8, 2020 - C++
-
Updated
Jun 23, 2021 - Elixir
-
Updated
Jun 23, 2021 - Java
Trying out a simple example using TuneSearchCV with LGBMClassifier and it fails on start.
Environment:
Python 3.8.3
tune-sklearn 0.3.0
ray 1.3.0
macos mojave 10.14.6
Code:
from ray.tune.sklearn import TuneSearchCV
from lightgbm import LGBMClassifier
lgmb_param_dists = dict(
boosting_type=['gbdt','dart','rf'],
num_leaves=(10,500),
-
Updated
Jun 24, 2021 - Go
-
Updated
Jun 23, 2021 - Java
-
Updated
Jun 24, 2021 - TypeScript
-
Updated
Jun 23, 2021 - Ruby
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.
.
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
.