repo_name
stringlengths
9
75
topic
stringclasses
30 values
issue_number
int64
1
203k
title
stringlengths
1
976
body
stringlengths
0
254k
state
stringclasses
2 values
created_at
stringlengths
20
20
updated_at
stringlengths
20
20
url
stringlengths
38
105
labels
listlengths
0
9
user_login
stringlengths
1
39
comments_count
int64
0
452
horovod/horovod
deep-learning
3,342
Multi worker inference in Databricks
Multi worker training in horovod is great. But I am facing problem with inference specifically in databricks. Is there any way to do inference in databricks. And how to accumulate results from each worker with can be stored with databricks operations.
open
2022-01-03T12:59:51Z
2022-01-09T07:21:43Z
https://github.com/horovod/horovod/issues/3342
[ "enhancement" ]
tanmoyio
1
allenai/allennlp
nlp
4,835
Better documentation for creating training configs
* The guide gives an example of a training config, but not an exhaustive list of what fields are possible to include. * The `Vocabulary` and `Trainer` fields are general, while for the model and dataset reader, the fields will depend on specific classes. * It will be useful to have this documented for someone lookin...
open
2020-12-02T20:12:54Z
2021-08-17T15:35:38Z
https://github.com/allenai/allennlp/issues/4835
[]
AkshitaB
1
3b1b/manim
python
1,131
Fading Animation for the opacity of a VMobject
Hi, i want to change the opacity of a VMobject with an animation and don't know how to manage this. Does anybody know a solution for my problem? Thank you in advance for your time and valuable help.
closed
2020-06-08T19:12:12Z
2020-06-09T14:23:54Z
https://github.com/3b1b/manim/issues/1131
[]
21Manu09
2
A3M4/YouTube-Report
seaborn
42
It seems like the new format of playlist likes is in .csv
File "report.py", line 22, in <module> from parse import HTML File "C:\Users\XXXXXX\Downloads\YouTube-Report-master\YouTube-Report-master\parse.py", line 48, in <module> raise OSError("Required directories do not exist: %s"%(missing)) OSError: Required directories do not exist: ['C:\\Users\\XXXXXX\\Downl...
open
2021-11-13T00:26:31Z
2023-01-23T18:28:24Z
https://github.com/A3M4/YouTube-Report/issues/42
[]
User1391
1
RobertCraigie/prisma-client-py
pydantic
697
`db pull` overwrites the Python client generator nondeterministically
## Bug description Context: I'm trying to use prisma-client-py with the Node Prisma Client so that the two clients can share the same schema. The setup looks something like this: ``` generator client_py { provider = "prisma-client-py" recursive_type_depth = -1 interface = "asynci...
open
2023-02-11T19:50:23Z
2023-02-12T18:39:27Z
https://github.com/RobertCraigie/prisma-client-py/issues/697
[ "bug/2-confirmed", "kind/bug", "topic: external", "level/unknown" ]
john-sungjin
2
airtai/faststream
asyncio
1,508
Chore: update dependencies and fix failing tests in python 3.8
closed
2024-06-07T06:02:22Z
2024-06-07T06:02:58Z
https://github.com/airtai/faststream/issues/1508
[]
kumaranvpl
0
Kludex/mangum
asyncio
33
Drop 3.6 support
I don't think this project should need to support 3.6 since AWS Lambda supports 3.7. I would have started from this perspective, but initially I included the Azure Functions adapter which only supported 3.6.
closed
2019-02-03T04:29:40Z
2019-06-17T02:02:44Z
https://github.com/Kludex/mangum/issues/33
[ "improvement" ]
jordaneremieff
4
streamlit/streamlit
data-visualization
10,156
Make dataframe search filter the rows, instead of jumping to the result
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary Today, when searching in a dataframe (e.g. via the search icon in the toolbar), jumps to the results it found...
open
2025-01-10T16:06:37Z
2025-01-10T16:06:51Z
https://github.com/streamlit/streamlit/issues/10156
[ "type:enhancement", "feature:st.dataframe", "feature:st.data_editor" ]
jrieke
1
httpie/cli
api
1,395
Y
If you have a general question, please consider asking on Discord: https://httpie.io/chat
closed
2022-05-08T17:57:14Z
2022-05-08T17:57:21Z
https://github.com/httpie/cli/issues/1395
[ "new" ]
coderj001
0
Ehco1996/django-sspanel
django
863
咨询贴:现在已经不支持传统 vmess 客户端的订阅了吗?
所在分支 dev 最新代码 我现在使用 V2rayN、V2rayA 作为订阅,已经找不到选项了。 请问已经不支持了吗?
closed
2023-08-25T09:08:30Z
2023-08-27T05:56:58Z
https://github.com/Ehco1996/django-sspanel/issues/863
[ "question" ]
neilbowman666
1
awesto/django-shop
django
80
Price modifers should be language-aware
In both cart and order modifiers, there should be a way to make the label part display in a multilingual fashion. Right now, using gettext works, but the result of the gettext call gets saved in the database. Therefore another user seeing the same order will see the label as translated in the original language.
closed
2011-07-07T09:01:34Z
2016-02-02T14:09:37Z
https://github.com/awesto/django-shop/issues/80
[]
chrisglass
1
autokey/autokey
automation
526
pasting images with autokey
Is there a way to get autokey to paste an image from local storage? (Think pasting an email footer)
open
2021-04-02T18:22:52Z
2021-04-03T19:37:54Z
https://github.com/autokey/autokey/issues/526
[]
roof98
7
httpie/cli
api
1,474
`http -v` should show escaped Unicode as-is
In the two commands below, both shows the same JSON. ```sh $ http -v httpbin.org/post a:='"あ"' ... { "a": "あ" } ... $ echo '{"a": "あ"}' | http -v httpbin.org/post ... { "a": "あ" } ... ``` But actually they send different data: ![image](https://user-images.githubusercontent.com/4846670/21...
open
2023-01-21T07:52:04Z
2023-01-27T05:01:55Z
https://github.com/httpie/cli/issues/1474
[ "bug", "new" ]
wataash
0
microsoft/nni
machine-learning
5,407
stop being disrespectful to real Engineers (Mechanical Engineering is the ONLY Engineering)
Death to you microsoft [TRASHrosoft] devs and employees, you cheap loser shills. Death to you for openly promoting donkeys who work for the garbage & useless so called "health" "sector". Death to you for being such stupid slaves and praising those daft morons. Death to you for promoting those stupid childish ego pigs, ...
closed
2023-02-27T18:01:29Z
2023-02-28T02:41:28Z
https://github.com/microsoft/nni/issues/5407
[]
ghost
0
tableau/server-client-python
rest-api
731
Custom usage statistics
Hi, Coud you please suggest me how can I get view usage statistics not only for all the period, but also for last 1/3/12 months? Thanks in advance, Pasha
open
2020-11-14T17:50:22Z
2022-02-14T16:50:46Z
https://github.com/tableau/server-client-python/issues/731
[ "Server-Side Enhancement" ]
paul23093
1
idealo/imagededup
computer-vision
183
On demand duplicate check during runtime with a 'growing' BKTree
What I would like to achieve I about the following: ```python EXISTING_HASHES: set = set() def is_duplicate(img_bytes: bytes): if get_hash(img_bytes) in EXISTING_HASHES: return True return False def main(): image_bytes = get_new_image() if is_duplicate(image_bytes) return...
open
2022-11-05T16:08:17Z
2023-04-21T10:44:05Z
https://github.com/idealo/imagededup/issues/183
[ "enhancement" ]
sla-te
0
sebp/scikit-survival
scikit-learn
340
Adding AIC/BIC information
**Is your feature request related to a problem? Please describe.** I'm not sure if this is 100% relevant to penalized cox regressions, but would it be useful to ad AIC and BIC metrics if cross-validation is inappropriate, e.g. due to data sparsity or for the reason of replicating other work? In the same vein, a forwa...
open
2023-01-31T10:47:15Z
2023-02-01T17:23:34Z
https://github.com/sebp/scikit-survival/issues/340
[ "enhancement" ]
matzhaugen
1
aiortc/aiortc
asyncio
186
Bind to event when ice connection is lost
I have set up a simple example server using only a data channel at the moment. I want to be able to stop the RTCPeerConnection on the server when the ice connection to the client is lost (e.g. when the client refreshes the web page or closes the tab). This shows up in the logs on the server as `INFO:ice:Connection(...
closed
2019-06-27T06:38:34Z
2023-12-31T10:09:49Z
https://github.com/aiortc/aiortc/issues/186
[]
langep
3
Johnserf-Seed/TikTokDownload
api
226
[新手求助]下载源文件并./build.bat后dist内没有exe文件
如题。 我现在正在用用release内的可执行文件。但是好像不能手动配置他们,比如下载的输出地址 有没有解惑的
open
2022-10-02T06:10:02Z
2022-10-18T16:14:44Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/226
[ "额外求助(help wanted)", "无效(invalid)" ]
htkhgsj
1
dfki-ric/pytransform3d
matplotlib
258
Clarification of UrdfTransformManager field
A required input for the method `UrdfTransformManager.plot_visuals` is a `frame`; however, the documentation does not indicate more than a `hashable` object. Most likely it requires a predifined object from `pytransform3d` but I am unable to find it. Thank you! Great library btw :)
closed
2023-07-17T11:12:53Z
2023-07-17T11:55:02Z
https://github.com/dfki-ric/pytransform3d/issues/258
[]
oarriaga
1
gradio-app/gradio
deep-learning
10,107
Chatbot scroll resetting when displaying graphs
### Describe the bug I have a gradio app that sometimes needs to display plots (using bokeh). This works mostly fine, but when continuing the conversation after the plot has been displayed, the scroll bar resets and there is some flickering when the chat message history is updated. ### Have you searched existing ...
open
2024-12-03T13:01:03Z
2024-12-04T15:19:02Z
https://github.com/gradio-app/gradio/issues/10107
[ "bug" ]
lippings
1
jschneier/django-storages
django
1,046
Django 3.2 support
Hello! I hope you're doing well @jschneier @jdufresne! I'm reaching out as part of the Open edX effort to update the [platform](https://github.com/edx/edx-platform/) to Django 3.2, `django-storages` is one of its dependencies to be updated. [Here](https://github.com/edx/upgrades/issues/44) is the issue! After som...
closed
2021-08-27T13:03:43Z
2021-10-07T02:27:06Z
https://github.com/jschneier/django-storages/issues/1046
[]
mariajgrimaldi
5
pydantic/logfire
pydantic
541
Am I forced to authenticate manually on local environment?
### Question Hi there, In a FastAPI Project, I'd like to avoid authenticating manually with `logfire auth` command, even on local environment. I configured my project this way: **Settings** ```python class Settings(BaseSettings): LOGFIRE_SEND_TO_LOGFIRE: bool LOGFIRE_TOKEN: str | None = None ...
closed
2024-10-25T00:01:01Z
2024-10-25T09:19:37Z
https://github.com/pydantic/logfire/issues/541
[ "Question" ]
ddahan
2
Textualize/rich
python
2,842
[REQUEST] Document Syntax.stylize_range
Rewording for https://github.com/Textualize/rich/pull/2605/files
open
2023-03-04T09:22:33Z
2023-03-04T09:50:11Z
https://github.com/Textualize/rich/issues/2842
[ "documentation" ]
willmcgugan
1
deepset-ai/haystack
nlp
8,107
docs: clean up docstrings of DocumentJoiner
closed
2024-07-29T06:51:39Z
2024-07-29T12:39:45Z
https://github.com/deepset-ai/haystack/issues/8107
[]
agnieszka-m
0
pytorch/pytorch
deep-learning
149,153
ProcessGroupNCCL: ncclCommAbort hangs with NCCL 2.25.1-1
### 🐛 Describe the bug ncclCommAbort hangs when using NCCL 2.25.1-1 w/ PyTorch nightly. This is fixes with NCCL 2.26.2-1 which released yesterday (2025-03-12). Full details (repro + stack traces) in https://gist.github.com/d4l3k/16a19b475952bc40ddd7f2febcc297b7 Relevant stack traces: ``` thread #16, name = 'pyth...
open
2025-03-13T20:33:26Z
2025-03-19T18:06:51Z
https://github.com/pytorch/pytorch/issues/149153
[ "module: dependency bug", "oncall: distributed", "module: nccl", "module: c10d", "bug" ]
d4l3k
7
Gerapy/Gerapy
django
67
任务管理中定时任务未能执行?
任务管理中定时任务未能执行?所有配置均配置了,定好的时间并不能运行爬虫项目,希望大佬能告知解决办法
closed
2018-07-10T06:15:02Z
2018-09-20T13:31:31Z
https://github.com/Gerapy/Gerapy/issues/67
[]
lceBoss
6
kizniche/Mycodo
automation
1,135
AnyLeaf pH Probe Won't Calibrate
Hey Kyle Before i explain the issue i'm having i would like to say thank you for creating such an awesome open source piece of software. Very easy to use and so useful. My Issue, I'm trying to calibrate my AnyLeaf pH probe but i keep getting this error after i click the calibrate, slot 2 button. I enter my first bu...
closed
2022-01-07T18:36:37Z
2022-05-20T17:04:04Z
https://github.com/kizniche/Mycodo/issues/1135
[]
bviolante
6
ray-project/ray
pytorch
51,487
CI test windows://python/ray/tests:test_streaming_generator_2 is consistently_failing
CI test **windows://python/ray/tests:test_streaming_generator_2** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aad4-a541-45a9-b1ef-d27f9a1da383 - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4168-a0da-6cbdc8cbd2df DataCaseName-windo...
closed
2025-03-18T23:08:16Z
2025-03-19T21:55:16Z
https://github.com/ray-project/ray/issues/51487
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
2
influxdata/influxdb-client-python
jupyter
626
AttributeError: 'WriteApi' object has no attribute '_subject'
### Specifications * Client Version: 1.39.0 * InfluxDB Version: 2.7.5 * Platform: Macos 14.0 * python version: 3.11 ### Code sample to reproduce problem ```python from influxdb_client import InfluxDBClient, Point, WritePrecision import pandas as pd from datetime import datetime import threading url...
closed
2024-01-07T19:45:03Z
2024-01-08T07:23:02Z
https://github.com/influxdata/influxdb-client-python/issues/626
[ "bug" ]
jalees
1
benbusby/whoogle-search
flask
1,181
Internal server error (500)
**Describe the bug** ImportError: Error relocating /usr/local/lib/python3.12/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: FIPS_mode_set: symbol not found **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Deployment Met...
open
2024-10-01T01:10:52Z
2025-02-24T03:17:59Z
https://github.com/benbusby/whoogle-search/issues/1181
[ "bug" ]
amduong
2
JaidedAI/EasyOCR
pytorch
997
Training Custom Plates Dataset
Hello, We have a dataset consists of street images containing shop plates with different fonts, sizes, language and styles, and we want to use EasyOCR for plates detection. for that, we want to enhance the result, so we want to train our custom dataset. 1- And as you mentioned in "How to train your custom model"...
open
2023-04-26T05:29:15Z
2023-04-30T06:00:24Z
https://github.com/JaidedAI/EasyOCR/issues/997
[]
soheer
1
mljar/mercury
data-visualization
8
Convert Notebook to REST API
# Problem * How to reuse those models in microservices in Kubernetes (Containers) # Solution * Reuse Mercury's capability through an API-driven interview * Instead of a Form, users would use an API * Either HTTP REST/GRPC * Container-level through Environment vars
closed
2022-01-17T07:35:42Z
2022-05-06T13:04:40Z
https://github.com/mljar/mercury/issues/8
[ "enhancement" ]
marcellodesales
7
Lightning-AI/pytorch-lightning
pytorch
20,253
Cannot turn off sampler injection at inference time.
### Bug description I want to use a custom distributed batch sampler at inference time. The sampler looks like this: ```python class DistributedInferenceBatchSampler(DistributedSampler): def __init__(self, dataset: Dataset, batch_size: int = 1, num_replicas: ...
open
2024-09-06T11:29:47Z
2024-09-06T11:30:00Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20253
[ "bug", "needs triage", "ver: 2.1.x" ]
ovavourakis
0
pyeventsourcing/eventsourcing
sqlalchemy
249
monotonic
`time.time()` returns a float (time in seconds since `epoch`). `time.monotonic()` returns a float (a clock that never goes backwards) ``` datetime.fromtimestamp(monotonic(), timezone.utc) ``` will always generate *1970-01-02 19:19:18:508179+00:00* because the monotonic value is < epoch _"The epoch is the poi...
closed
2022-04-16T18:54:52Z
2022-04-16T22:31:47Z
https://github.com/pyeventsourcing/eventsourcing/issues/249
[]
austinnichols101
2
custom-components/pyscript
jupyter
71
Feature Request: a decorator to declare a function/class as "native"
Would it be possible to use a decorator to indicate that a function/class should remain native (i.e. not "pyscript") so that it can be called from other native (pure python) code? As an example of what I mean, in the below code, I'd much prefer to define `PyscriptWatchdogEventHandler` directly in `watchdog.py` with ...
closed
2020-11-02T17:15:37Z
2021-02-01T12:42:15Z
https://github.com/custom-components/pyscript/issues/71
[]
dlashua
4
Guovin/iptv-api
api
92
运行后的文件和demo一模一样
按照你的教程操作了一遍后,运行的结果user_result.txt和user_demo.txt的文件一模一样, 是这样的吗,还是哪里不对
closed
2024-04-23T02:10:58Z
2024-04-24T08:24:23Z
https://github.com/Guovin/iptv-api/issues/92
[ "duplicate" ]
AomoDa
1
OpenVisualCloud/CDN-Transcode-Sample
dash
98
[Feature][Q4'19] Investigate Support of CMK for CPU isolation and pinning
Support manually set the CPU and Memory resource
closed
2019-11-26T01:46:22Z
2019-12-25T06:06:42Z
https://github.com/OpenVisualCloud/CDN-Transcode-Sample/issues/98
[ "enhancement" ]
wenquan-mao
0
huggingface/pytorch-image-models
pytorch
2,132
[BUG] AttributeError: module 'torch._C' has no attribute 'set_grad_enabled'
```shell File "/home/ahalev/miniconda3/envs/eye-image-env/lib/python3.8/site-packages/timm/loss/asymmetric_loss.py", line 40, in forward torch._C.set_grad_enabled(False) ...
closed
2024-04-03T04:41:07Z
2024-04-09T17:14:15Z
https://github.com/huggingface/pytorch-image-models/issues/2132
[]
ahalev
0
onnx/onnx
machine-learning
5,810
Assertion `false` failed: No Adapter From Version $19 for Constant
# Bug Report ### Is the issue related to model conversion? <!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sk...
open
2023-12-18T13:36:51Z
2024-10-26T21:47:05Z
https://github.com/onnx/onnx/issues/5810
[ "topic: converters", "contributions welcome" ]
RabJon
15
mckinsey/vizro
plotly
567
Custom action targeting custom graph inputs / graph function parameters
### Question Hey team, I have a question regarding the use of custom actions. I would like to be able to click on a cell on my AgGrid element, and for the value of the click to update a parameter in the function that builds my graph. However, I am not sure how to target a parameter within a function that builds t...
closed
2024-07-04T13:27:04Z
2024-07-09T14:36:01Z
https://github.com/mckinsey/vizro/issues/567
[ "General Question :question:" ]
szt-ableton
7
comfyanonymous/ComfyUI
pytorch
6,389
Is the image preview of the image loading options not outside the window?
### Your question Since PR#6324, the image preview in the image loading options seems to be embedded in the window? Instead of being displayed outside the window like before? I'm still a bit unaccustomed to this layout; the image selection window list is too small. ![choice](https://github.com/user-attachments/as...
closed
2025-01-08T06:17:17Z
2025-01-09T14:35:14Z
https://github.com/comfyanonymous/ComfyUI/issues/6389
[ "User Support", "Custom Nodes Bug" ]
Myoko
9
STVIR/pysot
computer-vision
206
请问如何调整学习率与gpu个数的关系
在8gpu和16gpu的config中,只有batchsize的差异,学习率需要进行相应调整吗
closed
2019-10-14T06:46:07Z
2019-12-18T08:59:31Z
https://github.com/STVIR/pysot/issues/206
[]
kongbia
5
benbusby/whoogle-search
flask
1,204
[QUESTION] when behind a reverse proxy, search "my ip" get container's internal ip instead of client's remote ip
Hi, I'm using caddy and cloudflare to reverse proxy whoogle, my caddyfile is here: ``` search.example.com { reverse_proxy http://whoogle-search:5000 { # whoogle-search is the container name header_up X-Real-IP {remote} } } ``` When I search "my ip", I get the result of the internal container ip 172....
closed
2024-12-12T06:13:14Z
2024-12-19T07:50:32Z
https://github.com/benbusby/whoogle-search/issues/1204
[ "question" ]
paxprot
1
huggingface/datasets
machine-learning
6,755
Small typo on the documentation
### Describe the bug There is a small typo on https://github.com/huggingface/datasets/blob/d5468836fe94e8be1ae093397dd43d4a2503b926/src/datasets/dataset_dict.py#L938 It should be `caching is enabled`. ### Steps to reproduce the bug Please visit https://github.com/huggingface/datasets/blob/d5468836fe94e...
closed
2024-03-24T21:47:52Z
2024-04-02T14:01:19Z
https://github.com/huggingface/datasets/issues/6755
[ "good first issue" ]
fostiropoulos
3
FactoryBoy/factory_boy
sqlalchemy
463
SubFactory being created despite existing object passed in
If I have a factory like this: ```python class EvaluationFactory(factory.alchemy.SQLAlchemyModelFactory): class Meta: model = models.Evaluation sqlalchemy_session = models.db.session sqlalchemy_session_persistence = 'flush' professor = factory.SubFactory(ProfessorFactory) ``` ...
open
2018-03-22T23:50:21Z
2021-02-09T16:13:59Z
https://github.com/FactoryBoy/factory_boy/issues/463
[]
fgblomqvist
4
vitalik/django-ninja
pydantic
547
[BUG] TypeError: 'coroutine' object is not subscriptable [async pagination]
```Python async def search(request, keywords: str): item = await sync_to_async(list)(Movie.objects.all()) if item: return item ``` Error code after running ``` Traceback (most recent call last): File "D:\Program Files (x86)\Anaconda3\envs\django\lib\site-packages\ninja\operation.py"...
closed
2022-09-01T07:21:00Z
2024-04-30T11:42:38Z
https://github.com/vitalik/django-ninja/issues/547
[]
ddzyx
14
developmentseed/lonboard
data-visualization
484
PathStyleExtension in lonboard
As noted in #473 my use case is plotting link volumes on NZ roads. One "feature" of the road geometries (which come from OpenStreetMap) is that lane geometries lie on top of each other. This doesn't look good in the visualisation so we want to split paths with some offset. One fix seems to be the `deck.gl` `PathStyleEx...
closed
2024-04-23T22:10:08Z
2024-05-02T18:22:08Z
https://github.com/developmentseed/lonboard/issues/484
[]
shriv
3
cvat-ai/cvat
computer-vision
9,138
Help needed! I want to run just server and proxy my UI running locally to the server, FORBIDDEN
Hey, I want to run just the server, wants to do some enhancements in the UI, but when i ran docker-compose as instructed in via : https://docs.cvat.ai/docs/contributing/development-environment/ it says backend sever not running the requests are forbidden, can anyone please help.
closed
2025-02-23T15:36:15Z
2025-02-24T19:12:36Z
https://github.com/cvat-ai/cvat/issues/9138
[ "question" ]
prabaljainn
13
ansible/awx
automation
15,665
Remote work unit is gone
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
closed
2024-11-26T06:58:50Z
2025-02-26T16:44:12Z
https://github.com/ansible/awx/issues/15665
[ "type:bug", "component:api", "needs_triage", "community" ]
xibriz
4
akfamily/akshare
data-science
5,649
AKShare 接口问题报告 | stock_zh_a_hist接口速度变得很慢
谁能告诉我为什么现在接口返回这么慢,一条数据需要等10几秒,昨天还很快的啊 ![Image](https://github.com/user-attachments/assets/c678a99b-6989-47d8-afc5-e62eb41c4768)
closed
2025-02-17T05:28:04Z
2025-02-17T06:43:40Z
https://github.com/akfamily/akshare/issues/5649
[ "bug" ]
vivienleigh123
2
microsoft/hummingbird
scikit-learn
557
Remove implicit deletion of model files from .load() method
**Issue** The load() method within `PyTorchSklearnContainer` container class implicitly deletes the original file location provided to the function class. This implicit deletion is unknown to the callers as well as it has side effects that leads to race condition and blocks concurrency setup for our inference servers ...
closed
2021-12-13T16:53:34Z
2021-12-14T19:25:04Z
https://github.com/microsoft/hummingbird/issues/557
[]
akshjain83
7
hyperspy/hyperspy
data-visualization
3,178
wrong "Import error" description
#### Describe the bug the returning input error give a wrong name for the packages to install (conda) Error message lead to "hyperspy_gui_ipywidgets" and "hyperspy_gui_traitsui" but the conda install command needs to get "hyperspy-gui-traitsui" or hyperspy-gui-ipywidgets. This is also not consistent qui the pip com...
open
2023-06-21T20:20:25Z
2023-07-05T07:22:09Z
https://github.com/hyperspy/hyperspy/issues/3178
[ "type: bug" ]
OliDG
1
gradio-app/gradio
python
9,960
HighlightedText show_label=False doesn't work
### Describe the bug show_label=False doesn't work on HighlightedTextm, though it can be hidden by setting label="". ### Have you searched existing issues? 🔎 - [X] I have searched and found no existing issues ### Reproduction ```python import gradio as gr with gr.Blocks(theme=gr.themes.Ocean()) as demo: ...
closed
2024-11-14T19:36:49Z
2024-11-20T23:34:41Z
https://github.com/gradio-app/gradio/issues/9960
[ "bug" ]
sthemeow
1
OFA-Sys/Chinese-CLIP
computer-vision
378
对于少类别的数据微调,loss是否需要修改?微调后计算相似度值都很小,有时相似度为负值
感谢您的工作~ 我观察到对于clip来讲,计算loss的时候是将对角线设置为1,其余全是0,;但是对于当样本类别少于batchsize的时候,即一个batch中会出现相同的文本标签,这个时候需不需要相应的将相同文本标签对不同图片的目标值设置为1?这似乎变成了一个多标签的优化问题,需不需要将loss函数变为BCELOSS? 我在这样操作的过程中在我的数据集上进行微调后,相似度会出现负值,这是合理的么?
open
2025-02-25T15:10:52Z
2025-02-25T15:10:52Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/378
[]
1633232731
0
recommenders-team/recommenders
deep-learning
1,295
[ASK] Can this be installed on Kaggle or Google Notebook environment?
closed
2021-02-07T00:58:02Z
2021-12-17T10:31:02Z
https://github.com/recommenders-team/recommenders/issues/1295
[ "help wanted" ]
Pwang001
1
Morizeyao/GPT2-Chinese
nlp
70
running_loss的计算以及清空方式或存在重大Bug?
https://github.com/Morizeyao/GPT2-Chinese/blob/130f04b5b6ad40f20ca28c519483eb4ca3e0b13b/train.py#L212-L229 上面是原来 train.py 代码中计算 running_loss 的方式,其中正常的处理逻辑应该如下: 1. 计算每个 batch 的 loss,并且更新梯度(但是不更新模型参数); 2. 将每个 batch 的 loss 累加到 running_loss; 3. 如果达到 gradient_accumulation 的要求,则对调用优化器,对前面类累加的梯度进行模型参数更新; 4. 如果达到了要打印...
closed
2019-09-24T08:49:45Z
2019-11-11T13:36:06Z
https://github.com/Morizeyao/GPT2-Chinese/issues/70
[]
xinfeng1i
3
CorentinJ/Real-Time-Voice-Cloning
python
791
train using mutiple GPUs
i try using mutiple GPUs for faster train, i have 4 RTX 2080, but when i run encoder train, it only uses 1 GPUs, i tried to using " CUDA_VISIBLE_DEVICES=0,1,2,3" but it didn't work
closed
2021-07-08T00:14:30Z
2021-08-25T09:49:54Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/791
[]
tranmanhdat
2
gradio-app/gradio
python
10,274
It starts normally, but there is no screen when I open it.
### Describe the bug ![图片](https://github.com/user-attachments/assets/0cb15f2a-f799-491d-a2ab-b8b13308f4a4) ### Have you searched existing issues? 🔎 - [X] I have searched and found no existing issues ### Reproduction def create_ui(): with gr.Blocks() as demo: gr.Markdown("# GAN 图像生成器") w...
closed
2025-01-01T04:16:35Z
2025-01-01T05:54:07Z
https://github.com/gradio-app/gradio/issues/10274
[ "bug" ]
Super1Windcloud
1
xlwings/xlwings
automation
2,469
Your xlwings version is different on the client (0.30.12) and server (0.31.7).
#### OS Windows 10 #### Versions of xlwings, Excel and Python 0.31.7, Office 365, Python 3.12 #### Describe your issue (incl. Traceback!) When I start server: python app/server_fastapi.py --> All custom_function worked well. I already had done sideload the add-in well. But once I click on ribbon button or ...
closed
2024-07-02T16:18:09Z
2024-07-03T16:39:37Z
https://github.com/xlwings/xlwings/issues/2469
[]
tuanlv14
2
plotly/dash
data-science
2,947
[Feature Request]
Thanks so much for your interest in Dash!
closed
2024-08-10T15:23:51Z
2024-08-12T14:00:27Z
https://github.com/plotly/dash/issues/2947
[]
edoerpani
0
ExpDev07/coronavirus-tracker-api
fastapi
217
Allow "https://coronavirus-tracker-api.herokuapp.com/v2" to fetch an instruction section.
Presently it gives the following result ``` <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p> ``` A result of the following typ...
closed
2020-03-27T15:14:15Z
2020-03-28T21:50:57Z
https://github.com/ExpDev07/coronavirus-tracker-api/issues/217
[ "question" ]
AbhinavMir
5
voila-dashboards/voila
jupyter
1,076
appmode compatibility support
For migrating from Jupyter Notebooks with [appmode ](https://github.com/oschuett/appmode) to JupyterLab 3.0 with voila, compatibility is needed for: 1. existing direct links into standalone web application mode. appmode uses url path `/apps/ ` but voila uses `/voila/render/` 2. setting `jupyter_notebook_url` variab...
open
2022-01-26T16:28:11Z
2022-07-27T08:05:39Z
https://github.com/voila-dashboards/voila/issues/1076
[ "enhancement" ]
matthewgasbarro
1
tfranzel/drf-spectacular
rest-api
976
Automatically resolve identical serializer names by fully qualified class path
## Description What is the intended way how to solve serializer name collisions? I propose to automatically resolve identical serializer names by fully qualified class path for open-api schema generation. #51 already discussed this, but i couldnt find a implementation or how to use it. ## Use Case The warning we e...
closed
2023-04-17T10:26:33Z
2023-07-23T21:20:53Z
https://github.com/tfranzel/drf-spectacular/issues/976
[ "enhancement", "fix confirmation pending" ]
haerrel
4
DistrictDataLabs/yellowbrick
scikit-learn
516
Improvements to Silhouette Visualizer
The following improvements to the Silhouette Visualizer are left over from #91: *Note to contributors: items in the below checklist don't need to be completed in a single PR; if you see one that catches your eye, feel to pick it off the list!* - [x] Improve the documentation describing what Silhouette scores are...
closed
2018-07-20T15:51:21Z
2019-11-20T15:00:57Z
https://github.com/DistrictDataLabs/yellowbrick/issues/516
[ "type: feature", "priority: medium", "level: novice", "type: documentation" ]
bbengfort
22
ageitgey/face_recognition
machine-learning
1,324
Encoding issue
* face_recognition version: * Python version: * Operating System: ### Description Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen. IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue. ### ...
closed
2021-06-10T12:35:03Z
2021-06-10T12:35:59Z
https://github.com/ageitgey/face_recognition/issues/1324
[]
Shakirsadiq6
0
dynaconf/dynaconf
django
726
[RFC] Recursive merge should allow unique flag in nested lists
I tried adding an additional config file to a Dynaconf instance with global merge set to `True` and found that a nested list was normally merged when I needed it to be unique or not merged at all as the old value was contained in the new value so the result list had duplicate items. I thought about using a set instead...
closed
2022-03-15T11:34:26Z
2022-09-21T16:38:20Z
https://github.com/dynaconf/dynaconf/issues/726
[ "Not a Bug", "RFC" ]
m3nadav
2
postmanlabs/httpbin
api
559
httpbin /status is answering '408 REQUEST_TIMEOUT'
Hi, First of all, thanks for the great project httpbin!! Very useful. I am now having an issue to access /status testin (this has been working so far). I am trying to do a GET over 'http://httpbin.org/status/100' but I am getting a '408 REQUEST_TIMEOUT' instead of '100 Continue'. Even from your own web seems ...
open
2019-06-20T12:05:22Z
2019-06-20T12:05:22Z
https://github.com/postmanlabs/httpbin/issues/559
[]
marianopeck
0
piccolo-orm/piccolo
fastapi
397
Investigate descriptor protocol
One challenge we've had for a while (see https://github.com/piccolo-orm/piccolo/issues/62) is correctly typing ``Table`` classes. Take this example: ```python class Band(Table): name = Varchar() ``` When dealing with ``Band`` as a class, then ``name`` is a ``Varchar``. When dealing with a ``Band`` insta...
closed
2022-01-20T22:37:00Z
2022-01-21T18:07:55Z
https://github.com/piccolo-orm/piccolo/issues/397
[ "enhancement" ]
dantownsend
1
521xueweihan/HelloGitHub
python
2,371
【开源自荐】 用 Java?试试国产轻量的 Solon 应用开发框架
<h1 align="center" style="text-align:center;"> Solon for java </h1> <p align="center"> <strong>更现代感的,轻量级应用开发框架</strong> </p> <p align="center"> <a href="https://solon.noear.org/">https://solon.noear.org</a> </p> <p align="center"> <a target="_blank" href="https://search.maven.org/search?q=org.noear%...
closed
2022-09-22T03:58:47Z
2022-09-23T06:38:19Z
https://github.com/521xueweihan/HelloGitHub/issues/2371
[]
noear
1
MaartenGr/BERTopic
nlp
1,092
topc_model.transform() breaks the kernel and have to restart the whole notebook again
After training the model and saving it to the disk after using the Rapids library based UMAP and HDBSCAN, when I reload the model and use .transform(), it literally crashed my Kernel and I have to run the entire thing again. The strange thing is that it does not happen when I use the model as soon as it is trained. Thi...
closed
2023-03-14T09:44:14Z
2023-09-27T09:02:53Z
https://github.com/MaartenGr/BERTopic/issues/1092
[]
hrishbhdalal
1
vastsa/FileCodeBox
fastapi
305
[ bug 反馈 ] 错误文本
我测试登录页的时候无意发现,在剪切板有地址的情况下 按 ctrl+v 会出现以下文本 (ip我改成1.1.1.1了 实际上是我的机器ip) 截图你可以看到我没有复制过此段落 而且这会重复三遍 不知道什么原因 <html> <body> <!--StartFragment--><a href="http://1.1.1.1:12345/#/?code=78645">文件快递柜 - FileCodeBox</a><!--EndFragment--> </body> </html><html> <body> <!--StartFragment--><a href="http://1.1.1.1:12345/#/?code=78645">...
open
2025-03-17T11:34:23Z
2025-03-17T11:40:26Z
https://github.com/vastsa/FileCodeBox/issues/305
[]
Marrrrrrrrry
2
arogozhnikov/einops
tensorflow
185
Missing einops.layers.....Repeat
I tried to use repeat for in torch and needed a layer, but strangely it was not there. I know, that I could use `einops.layers.torch.Reduce('...', reduction='repeat', ...)`, but that is confusing to read. What do you think about adding `einops.layers.....Repeat` functions to einops? Here is a toy example, where ...
open
2022-04-26T21:25:04Z
2024-09-16T19:00:59Z
https://github.com/arogozhnikov/einops/issues/185
[ "good first issue", "feature suggestion" ]
boeddeker
5
dsdanielpark/Bard-API
nlp
113
Max retries exceeded with url (host='bard.google.com', port=443):
requests.exceptions.ProxyError: HTTPSConnectionPool(host='bard.google.com', port=443): Max retries exceeded with url: / (Caused by ProxyError('Cannot connect to proxy.', timeout('_ssl.c:1091: The handshake operation timed out')))
closed
2023-07-16T14:26:35Z
2024-01-18T15:51:42Z
https://github.com/dsdanielpark/Bard-API/issues/113
[]
Jacky1y
1
pandas-dev/pandas
python
60,994
BUG: `iloc` with `Series` as indexer fails for `__getitem__` but works with `__setitem__`
### Pandas version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
open
2025-02-23T16:29:36Z
2025-03-10T20:54:11Z
https://github.com/pandas-dev/pandas/issues/60994
[ "Bug", "Indexing" ]
luxedo
5
ludwig-ai/ludwig
data-science
4,005
Add llava support in ludwig
**Is your feature request related to a problem? Please describe.** The feature request is to have multi modal capability inside ludwig using llama-next **Describe the use case** The basic use cases are to add imagery/video on top of text and the llm workflow for training and inference **Describe the solution yo...
closed
2024-05-16T18:05:25Z
2024-10-21T11:26:43Z
https://github.com/ludwig-ai/ludwig/issues/4005
[ "lmm" ]
skanjila
0
nltk/nltk
nlp
2,507
Porter stemmer returns a capital instead of lowercase
This output is unexpected. The `In` returns the capitalize `In` from PorterStemmer's output. ```python >>> from nltk.stem import PorterStemmer >>> porter = PorterStemmer() >>> porter.stem('In') 'In' ``` More details on https://stackoverflow.com/q/60387288/610569
closed
2020-02-25T06:01:07Z
2020-10-06T09:15:43Z
https://github.com/nltk/nltk/issues/2507
[ "good first issue", "stem/lemma" ]
alvations
5
jmcnamara/XlsxWriter
pandas
751
Issue with relative urls in images
There may be an issue with relative path urls when used with images. See this StackOverflow [question](https://stackoverflow.com/questions/63990860/xlsxwriter-relative-image-url/63995592#63995592). Example program to reproduce: ```python import xlsxwriter workbook = xlsxwriter.Workbook('images_url.xlsx') w...
closed
2020-09-21T15:46:31Z
2020-09-21T19:57:24Z
https://github.com/jmcnamara/XlsxWriter/issues/751
[ "bug" ]
jmcnamara
1
mckinsey/vizro
plotly
318
Should we simplify form/selector components?
# Background context So far we have the following possible `SelectorType`, which can be used in `Parameter.selector` or `Filter.selector`: * `Checklist`, based on `dcc.Checklist` * `Dropdown`, based on `dcc.Dropdown` * `RadioItems`, based on `dcc.RadioItems` * `RangeSlider`, based on `dcc.RangeSlider` * `Slider...
open
2024-02-19T10:26:30Z
2025-01-16T09:15:59Z
https://github.com/mckinsey/vizro/issues/318
[]
antonymilne
10
miguelgrinberg/python-socketio
asyncio
190
Error installing for Python 3.7.0
Had to switch to Python 3.6 in order to get working. Here's what happened with 3.7: ``` pip install socketio Collecting socketio Using cached https://files.pythonhosted.org/packages/32/fb/8667be5433aa2f54c8111d37f75425789ef7425c1c8aaa65b99c36c460de/socketio-0.1.3.tar.gz Complete output from command python se...
closed
2018-07-15T18:31:31Z
2024-03-29T09:05:08Z
https://github.com/miguelgrinberg/python-socketio/issues/190
[]
bitnom
4
Lightning-AI/pytorch-lightning
deep-learning
20,627
15min example not training
### Bug description Hello! I’m new to training a model with PyTorch Lightning, and I’ve run into a bit of an issue— it seems like the model’s parameters aren’t updating at all. To figure out what’s going on, I wrote a **checker function** and tested it with the 15-minute example from the official website, **but it st...
closed
2025-03-08T12:36:33Z
2025-03-08T13:11:48Z
https://github.com/Lightning-AI/pytorch-lightning/issues/20627
[ "bug", "needs triage", "ver: 2.5.x" ]
Risiamu
0
sqlalchemy/alembic
sqlalchemy
775
AttributeError: 'Identity' object has no attribute 'arg' when autogenerating migration on Postgres table with identity columns
**Describe the bug** Trying to autogenerate a migration on a Postgres table with an `Identity` column produces an `AttributeError` from Alembic. It seems to be assuming the `server_default` member of the `Identity` column has an `arg` member that it doesn't have. Not sure whether that should be classified as an Alembi...
closed
2021-01-03T03:14:07Z
2023-11-28T12:20:10Z
https://github.com/sqlalchemy/alembic/issues/775
[ "question", "autogenerate - defaults" ]
TV4Fun
7
sinaptik-ai/pandas-ai
pandas
660
Set the preferred visualization library
### 🚀 The feature We need to enhance the flexibility of our application by allowing users to choose their preferred data visualization library. This will not only improve the user experience but also make our application more versatile and appealing to a broader audience. ## Proposed Solution: - Add a Config: I...
closed
2023-10-19T20:52:19Z
2023-10-31T14:26:57Z
https://github.com/sinaptik-ai/pandas-ai/issues/660
[ "enhancement", "good first issue" ]
gventuri
9
deezer/spleeter
deep-learning
626
[Bug] Spleeter Separate on custom trained model tries to download another model
## Description I have trained a custom model and the separate function does not work as intended as it tries to download the model from a nonexisting url. ## Step to reproduce 1. Created custom model training data / specs annotated in the custom_model_config.json 2. Trained model (succesfully, apparently) u...
closed
2021-05-29T16:33:08Z
2021-05-31T09:36:24Z
https://github.com/deezer/spleeter/issues/626
[ "bug", "invalid" ]
andresC98
4
benbusby/whoogle-search
flask
222
[QUESTION] Getting past captcha
I use whoogle on Arch Linux via the whoogle-git AUR package through a VPN and I am getting the > Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot. If I manually go to google I can solve the captcha, but it does no...
closed
2021-03-15T12:59:22Z
2021-03-16T14:39:46Z
https://github.com/benbusby/whoogle-search/issues/222
[ "question" ]
wazlecracker
2
d2l-ai/d2l-en
pytorch
2,573
Incorrect Use of torch.no_grad() in fit_epoch Method in d2l/torch.py::Trainer::fit_epoch
Hello, I noticed a potential issue in the fit_epoch method in https://github.com/d2l-ai/d2l-en/blob/master/d2l/torch.py, where loss.backward() is called within a torch.no_grad() block: ``` self.optim.zero_grad() with torch.no_grad(): loss.backward() ... ``` This usage likely prevents the calculat...
open
2023-12-19T16:21:48Z
2024-10-29T17:35:14Z
https://github.com/d2l-ai/d2l-en/issues/2573
[]
caydenwei
3
scrapy/scrapy
python
6,056
Dropping is_botocore wasn't documented
`scrapy.utils.boto.is_botocore()` was dropped in #5719 but we forgot to mention it in 2.8.0 release notes, we should do that now.
closed
2023-09-20T10:20:20Z
2023-09-22T08:12:22Z
https://github.com/scrapy/scrapy/issues/6056
[ "bug", "good first issue", "docs" ]
wRAR
2
labmlai/annotated_deep_learning_paper_implementations
pytorch
161
StyleGAN2: Why don't you multiply path length penalty by the lazy regularization interval?
In the paper the StyleGAN2 code based on it is mentioned that when using lazy regularization technique, the regularization terms should be multiplied "by k to balance the overall magnitude of its gradients". Although you do that with the gradient penalty, PLP without being multiplied by anything is added to the generat...
closed
2023-01-04T10:17:00Z
2023-03-27T21:00:24Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/161
[]
yanisnotavocado
0
Farama-Foundation/PettingZoo
api
488
MPE change color during step
I'm using the MPE env for a navigation task. I have a set of custom Landmarks class that need to be visited every N steps. At each step I increase the amount of time the landmark has not been visited with a custom attribute. On top of that i would like to modify the colors of the landmark in order to reflect the time...
closed
2021-09-22T08:13:20Z
2021-10-07T02:06:38Z
https://github.com/Farama-Foundation/PettingZoo/issues/488
[]
nicofirst1
10
waditu/tushare
pandas
1,717
无法查询北交所交易日历
pro.trade_cal()方法无法获取到北交所日历,希望能够支持
open
2023-08-17T12:15:32Z
2023-08-17T12:15:32Z
https://github.com/waditu/tushare/issues/1717
[]
linhuanheng
0
jupyterlab/jupyter-ai
jupyter
283
When replacing cell output using the chat UI, add to cell metadata
<!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> <!-- Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whol...
open
2023-07-21T00:21:28Z
2023-07-27T23:53:43Z
https://github.com/jupyterlab/jupyter-ai/issues/283
[ "enhancement", "scope:chat-ux" ]
JasonWeill
0
tqdm/tqdm
jupyter
1,194
tqdm.notebook not rendering
I have an issue where tqdm works fine but tqdm.notebook shows unformatted (the standard tqdm) progress bar and does not update at all. I have tried it in a virtual env with pip installing only jupyter and tqdm. Perhaps there is a clash with some other package. Be pleased if anyone can tell me how to fix.
closed
2021-06-25T18:02:06Z
2021-07-29T15:22:53Z
https://github.com/tqdm/tqdm/issues/1194
[ "question/docs ‽", "submodule-notebook 📓" ]
simonm3
2
strawberry-graphql/strawberry
fastapi
3,641
From_pydantic fails on union type
## Describe the Bug If I do: ``` QuestionType = Annotated[Union[QuestionMultipleChoiceType, QuestionTextType, QuestionNumberType], strawberry.union("Question")] ``` Then I'm not able to call: ``` QuestionType.from_pydantic(question) ``` as `from_pydantic` does not exist on union typ...
open
2024-09-23T06:43:43Z
2025-03-20T15:56:52Z
https://github.com/strawberry-graphql/strawberry/issues/3641
[ "bug" ]
tobiasBora
0
python-gitlab/python-gitlab
api
3,081
CLI: option to auto-detect GITLAB and project-id arguments from current git repo
Please add a CLI option to auto-detect GITLAB (for -g argument) and project ID from the current git repo the gitlab command is run from. I implemented a shell wrapper around gitlab that basically would do the following: * git remote get-url $(git remote) * match the host of the above URL with entries in ~/.python-git...
open
2025-01-11T07:26:56Z
2025-01-21T05:23:26Z
https://github.com/python-gitlab/python-gitlab/issues/3081
[ "cli" ]
aelmahmoudy
1
opengeos/leafmap
jupyter
84
Add a map titile
This feature allows users to add a title to a folium map. ![](https://i.imgur.com/gZK7JcD.png)
closed
2021-07-13T13:43:16Z
2021-07-13T19:24:03Z
https://github.com/opengeos/leafmap/issues/84
[ "Feature Request" ]
giswqs
1
horovod/horovod
pytorch
2,956
When using the ring-of-rings branch of horovod,Segmentation fault(MPI)will appear when running distributed programs.
1. Framework: (using TensorFlow v1 (1.15) with Keras2.2.4) 2. OS and version: Ubuntu16.04 LTS 3. Horovod version: Branch ring-of-rings(horovod==0.12.2.dev0) 4. MPI version: OpenMPI 4.0.0 5. CUDA version:10.0 6. NCCL version:2.5.6 7. Python version:3.6.13(conda) 8. GCC version:5.4.0 9. CMake version:3.18.4 *...
open
2021-06-07T09:53:38Z
2021-06-07T09:53:38Z
https://github.com/horovod/horovod/issues/2956
[ "bug" ]
Frank00001
0
pydantic/pydantic-ai
pydantic
580
Parallel function calling broken on Vertex Gemini
If multiple function calls are made in a single response from Gemini, we're replying to it with one `content` per `functionResponse` instead of 1 `part` per `functionResponse`. This generates a 400 from Vertex with: ```json { "error": { "code": 400, "message": "Please ensure that the number of function...
closed
2024-12-31T22:34:18Z
2025-01-02T15:36:09Z
https://github.com/pydantic/pydantic-ai/issues/580
[ "bug" ]
montasaurus
3
hankcs/HanLP
nlp
606
简繁转换错误:姓名“梁鹏”转为繁体后变成了”樑鹏”
版本:portable-1.3.4
closed
2017-08-22T01:36:11Z
2017-08-27T03:10:07Z
https://github.com/hankcs/HanLP/issues/606
[ "improvement" ]
lizhengjun1982
1
unit8co/darts
data-science
1,989
[BUG] RuntimeError when Running TransformerModel on Multiple GPUs with darts 0.25.0
### **Describe the bug** When I attempt to run the `TransformerModel` using multiple GPUs, I encounter the following error: ``` RuntimeError: unsupported operation: some elements of the input tensor and the written-to tensor refer to a single memory location. Please clone() the tensor before performing the operati...
open
2023-09-12T06:52:00Z
2023-11-02T11:05:48Z
https://github.com/unit8co/darts/issues/1989
[ "bug", "gpu" ]
PANXIONG-CN
2
microsoft/qlib
machine-learning
1,786
Questions about 'get_feature_config' function in class HighFreqGeneralHandler
When I run the follwing code `python scripts/gen_pickle_data_hsm.py -c scripts/pickle_data_config.yml` , I print out the generated results of self.get_feature_config() in class HighFreqGeneralHandler. The results are as follows: ['Cut(FFillNan(If(IsNull($open), $close, $open)/DayLast(Ref(FFillNan($close), 480))), 48...
open
2024-05-10T07:29:07Z
2024-05-10T07:29:07Z
https://github.com/microsoft/qlib/issues/1786
[ "bug" ]
caozhenxiang-kouji
0