distributed
Here are 1,423 public repositories matching this topic...
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Sep 8, 2020 - C++
-
Updated
Jun 17, 2021 - Elixir
-
Updated
Jun 17, 2021 - Java
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
-
Updated
Jun 17, 2021 - Go
-
Updated
Jun 7, 2021 - Java
-
Updated
Jun 18, 2021 - TypeScript
-
Updated
Jun 17, 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
Use case:
- Compatibility with PostgreSQL
- Time-series applications
Feature description:
The CrateDB INTERVAL
data type does not currently support the PostgreSQL input units MILLENNIUM
, CENTURY
, DECADE
, MILLISECOND
, or MICROSECOND
. The larger units might not be so useful for mo
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
-
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
.