distributed
Here are 1,555 public repositories matching this topic...
-
Updated
Jan 13, 2022 - Jupyter Notebook
Problem: If I don't have the necessary backend (e.g. torch
) installed, a generic ModuleNotFoundError
will be raised.
Reproduction:
>>> from ray.train import Trainer
>>> trainer = Trainer(backend="torch", num_workers=1)
2022-02-13 21:31:08,345 INFO services.py:1414 -- View the Ray dashboard at http://127.0.0.1:8265
2022-02-13 21:31:10,396 INFO trainer.py:199 -- Trainer
-
Updated
Feb 15, 2022 - Java
-
Updated
Jan 26, 2022 - Go
-
Updated
Feb 15, 2022 - Elixir
-
Updated
Aug 27, 2021 - C++
-
Updated
Jan 15, 2022 - Java
-
Updated
Feb 16, 2022 - TypeScript
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
Feb 15, 2022 - Ruby
-
Updated
Feb 16, 2022 - Python
-
Updated
Feb 16, 2022 - Python
-
Updated
Jan 28, 2022 - JavaScript
Here is what I've noticed:
ipfs.block.get
- docs say it returns a
Block
, but it returns aUint8Array
- docs are missing the
preload
option
- docs say it returns a
ipfs.block.put
- docs say it can also take a
Block
as a parameter, but it can only be aUint8Array
- docs say it can take a
cid
as an option, but the implementation ignores such a parameter - docs say it returns a
Block
, b
- docs say it can also take a
What is an issue?
Optuna's CIs start to use Python 3.8 by default optuna/optuna#3026. However, optuna still supports older Python versions, precisely, 3.6 and 3.7, so users still develop Optuna with one of the other versions. In some settings, the recommended procedure by https://github.com/optuna/optuna/blob/master/CONTRIBUTING.md#documentation might not work accord
-
Updated
Feb 16, 2022 - Jupyter Notebook
-
Updated
Feb 11, 2022 - Python
Description
There are plenty of TODOs in codes, settings and documentations, start with these will be a good choice.
Different tasks will bind with different issue, please submit your PR and refer to the corresponding issue, will open in days.
NOTICE: This is a good first issue, new contributors are welcome!
优化dtm在docker中的网络请求
当dtm在docker中,需要通过host.docker.internal访问主机,目前已经把localhost替换为前面的host,还有127.0.0.1也需要替换
具体实现,在函数MayReplaceLocalhost中
-
Updated
Feb 15, 2022 - Java
Use try-with-resources or close this "HazelcastServerCachingProvider" in a "finally" clause.
Change the implementation or suppress sonar warning
OceanBase 大赛issue列表
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?).
Broken Test: detachedContainerTests.spec.ts: Fire dataStore attach ops during container attach
The test's assert was never handled correctly, so likely has always thrown
Originally posted by @anthony-murphy in microsoft/FluidFramework#9025 (comment)
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
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
.