distributed
Here are 1,602 public repositories matching this topic...
-
Updated
Mar 11, 2022 - Jupyter Notebook
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
the ci/travis folder is confusing. The ci/README.md also mentions Travis, could be interpreted in all sorts of ways. maybe time to change that to something more agnostic? After all, we're not using Travis anymore.
Use case
Needs to go from debug to warning or info.
-
Updated
Apr 5, 2022 - Java
-
Updated
Apr 3, 2022 - Go
-
Updated
Apr 9, 2022 - Elixir
-
Updated
Aug 27, 2021 - C++
-
Updated
Apr 6, 2022 - Java
-
Updated
Apr 10, 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
Mar 29, 2022 - Ruby
While trying to speedup my single shot detector, the following error comes up. Any way to fix this,
/usr/local/lib/python3.8/dist-packages/nni/compression/pytorch/speedup/jit_translate.py in forward(self, *args)
363
364 def forward(self, *
-
Updated
Apr 10, 2022 - Python
-
Updated
Mar 31, 2022 - JavaScript
- Version: 0.11.0
- Subsystem: ipfs-http-client
Severity: Very Low
Description:
I tried using an instance of the https client using TS just like how it's in the docs. When I did create the instance my IDE complained about type errors.
Steps to reproduce the error:
I created the instance like this by looking at the [README](https://github.com/ipfs/js-ipfs/blob/ma
The colormaps of plot_contour and plot_paralell_coordinate are reversed depending on its optimisation direction and target argument. It would be great to explain this rule in their documentation.
See optuna/optuna#3424 for the concrete rule.
Originally posted by @nzw0301 in optuna/optuna#3424 (comment)
-
Updated
Apr 10, 2022 - Jupyter Notebook
This issue is for developer to first contribute to dtm. It is for practice only, please just make changes to one file rather than all of them.
dtmsvr/trans_* files, add open source copyright comments, and send a PR for each file as a task
PR tutorial: https://opensource.com/article/19/7/create-pull-request-github
PR 中文教程: https://juejin.cn/post/6844903821521469448
-
Updated
Apr 6, 2022 - Python
Description
We have a great amount of Chinese users and developers, I think add Chinese documentation is necessary, it could help us gain more community support.
For now, I will use readthedocs on my fork of this repo for Chinese documentation.
Suggestions are welcome!
Tasks
- Chinese documentation
-
Updated
Apr 5, 2022 - Java
Add --add-exports jdk.management/com.ibm.lang.management.internal only when OpenJ9 detected.
Otherwise we got WARNING: package com.ibm.lang.management.internal not in jdk.management in logs
OceanBase 大赛issue列表
Update Dependencies
I was looking through flatpak/io.github.qtox.qTox.json and noticed we are specifying to use ffmpeg 4.0.1 which has ~60 CVEs. The dependencies table lists an even older
Currently, the DeltaManager will emit an "op" event after the inbound message is processed. However, that message has its content parsed when it is a string. We would need the raw message, as it is received by the DeltaManager, in order to assess it
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 generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.