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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ray-project/ray | python | 51,270 | [core][gpu-objects] IPC communication for processes on the same GPU | ### Description
We chatted with @sven1977. Some use cases in RLlib involve both aggregator actors (producer) and learner actors (consumer) being on the same GPU. However, currently we need to write the tensors to the object store and read them back to the same GPU.
Support veRL's colocated Ray actor tasks.
### Use c... | open | 2025-03-11T21:35:36Z | 2025-03-20T06:46:54Z | https://github.com/ray-project/ray/issues/51270 | [
"enhancement",
"P0",
"core",
"gpu-objects"
] | kevin85421 | 0 |
gunthercox/ChatterBot | machine-learning | 2,039 | error:no module name 'en' | no module name 'en' error is coming ``from chatterbot import ChatBot
bot=ChatBot(
'Friday',
storage_adapter='chatterbot.storage.SQLStorageAdapter', #collect database
logic_adapters=[
'chatterbot.logic.MathematicalEvaluation',
'chatterbot.logic.TimeLogicAdapter'
'chatterb... | closed | 2020-09-03T14:29:31Z | 2025-02-26T12:04:45Z | https://github.com/gunthercox/ChatterBot/issues/2039 | [
"answered"
] | Anushka290 | 9 |
DistrictDataLabs/yellowbrick | scikit-learn | 856 | PosTag does not sort xticklabels in frequency mode | **Describe the bug**
I noticed a strange behavior while working with PosTag visualizer. When in frequency mode it does sort the bars but the x tick labels remain in the initial order.

**To Repr... | closed | 2019-05-21T21:06:30Z | 2019-06-11T23:55:21Z | https://github.com/DistrictDataLabs/yellowbrick/issues/856 | [
"type: bug"
] | naresh-bachwani | 5 |
ultralytics/ultralytics | machine-learning | 18,897 | Excuse me, how can I solve the problem that the confidence level is only 0.1 after switching to the ONNX model? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No response_
### Bug

### Envir... | closed | 2025-01-26T07:53:16Z | 2025-01-26T08:01:46Z | https://github.com/ultralytics/ultralytics/issues/18897 | [
"bug",
"exports"
] | CanhaoL | 2 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 235 | NTXentLoss with sequences | Hi,
First, thanks a lot for this awesome contribution!
I was wondering whether and how one could use NTXentLoss for sequential data tasks, such as ASR or NLP. Say I'm using a Transformer and my data is a 3D tensor with shape (n_tokens, batch_size, model_dim). Is it possible to use NTXentLoss in this case? I guess one... | closed | 2020-11-20T07:49:46Z | 2020-11-25T01:51:46Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/235 | [
"Frequently Asked Questions",
"question"
] | asafbenj | 2 |
davidsandberg/facenet | tensorflow | 724 | TypeError: reduce_max() got an unexpected keyword argument 'keepdims' | python ~/face_paper/facenet-master/src/align/align_dataset_mtcnn.py \
~/face_paper/facenet-master/datasets/lfw/raw \
~/face_paper/facenet-master/datasets/lfw/lfw_mtcnnpy_160 \
--image_size 160 \
--margin 32 \
--random_order \
--gpu_memory_fraction 0.25 \
How to resolve this problem? | open | 2018-04-25T11:30:41Z | 2018-11-25T14:06:27Z | https://github.com/davidsandberg/facenet/issues/724 | [] | liuajian | 7 |
CTFd/CTFd | flask | 2,406 | Naming Challenge Hints | <!--
If this is a bug report please fill out the template below.
If this is a feature request please describe the behavior that you'd like to see.
-->
Idea: Allowing the naming of hints so that players will know what hints they are unlocking, especially when there are multiple hints and points are needed to unl... | open | 2023-10-01T16:47:45Z | 2023-10-01T16:47:45Z | https://github.com/CTFd/CTFd/issues/2406 | [] | ehlkeh | 0 |
ranaroussi/yfinance | pandas | 2,022 | INCORRECT MARKET DATA FOR NSE SEGMENT | There are discrepancy in market data for NSE and coverage is also limited .
It would be helpful it this correction and coverage are increased .
| closed | 2024-08-10T19:27:08Z | 2024-08-10T19:35:27Z | https://github.com/ranaroussi/yfinance/issues/2022 | [] | chirag111222 | 0 |
airtai/faststream | asyncio | 2,034 | refactor: remove RabbitQueue & RabbitExchange hashes | These classes are using to cache real connection objects https://github.com/airtai/faststream/blob/0.6.0/faststream/rabbit/helpers/declarer.py#L15-L16
So, we should use hash to be sure, that user call declarer for the same object
https://github.com/airtai/faststream/blob/0.6.0/faststream/rabbit/schemas/queue.py#L57
T... | open | 2025-01-11T16:13:27Z | 2025-01-13T18:29:38Z | https://github.com/airtai/faststream/issues/2034 | [
"enhancement",
"RabbitMQ"
] | Lancetnik | 3 |
lucidrains/vit-pytorch | computer-vision | 261 | Multi-head attention part on ViT | Can you confirm that the current implementation of the multi-head attention is the same as the original paper?
From this paper (vit.py, line # 55 and 56)
qkv = self.to_qkv(x).chunk(3, dim = -1)
q, k, v = map(lambda t: rearrange(t, 'b n (h d) -> b h n d', h = self.heads), qkv)
It seems like split q,k,v to a mult... | closed | 2023-03-21T15:10:33Z | 2023-03-21T15:13:47Z | https://github.com/lucidrains/vit-pytorch/issues/261 | [] | andreYoo | 0 |
pallets/quart | asyncio | 312 | Cannot load `QUART_` prefixed environment variables | <!--
This issue tracker is a tool to address bugs in Quart itself. Please
use Pallets Discord or Stack Overflow for questions about your own code.
Replace this comment with a clear outline of what the bug is.
-->
<!--
Describe how to replicate the bug.
Include a minimal reproducible example that demonstrat... | closed | 2024-01-05T13:51:45Z | 2024-04-01T17:13:00Z | https://github.com/pallets/quart/issues/312 | [] | jichengzhi | 1 |
aleju/imgaug | machine-learning | 681 | Worrying discrepancy between PIL Resize and Imgaug Resize | I am resizing a 1920x1080 image to be 1333x750 pixels using bilinear interpolation. On this simple task, PIL Resize and Imgaug Resize (master) shows very worrying differences.
```
import numpy as np
from PIL import Image
import imgaug.augmenters as iaa
img_fpath = "img.png"
with Image.open(img_fpath) as f:
... | open | 2020-05-28T14:45:50Z | 2020-05-29T11:36:44Z | https://github.com/aleju/imgaug/issues/681 | [] | rmcavoy | 2 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 743 | Program continues to use GPU when --cpu is True | after installing all the necessary dependencies and the requirements.txt, I did `python demo_cli.py --cpu` in hopes that it would do processing on my cpu instead. But the program continued to use the gpu regardless of the `--cpu` argument.

<details><summary>Python 3.12 Test Summary</summary>
```
dask/dataframe/dask_expr/tests/test_collection.py::test_warn_annotations: Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
```
</det... | closed | 2025-02-07T07:05:31Z | 2025-02-10T12:32:51Z | https://github.com/dask/dask/issues/11726 | [
"upstream"
] | github-actions[bot] | 0 |
aleju/imgaug | machine-learning | 204 | assertion error | I am trying to figure out why I get this error but I am a little stuck.
the augmentation code:
```python
flip_j = lambda keypoints_on_images, random_state, parents, hooks: flip_symmetric_keypoints(
keypoints_on_images)
noop = lambda images, random_state, parents, hooks: images
seq = iaa.... | open | 2018-11-10T14:23:50Z | 2020-06-19T08:50:48Z | https://github.com/aleju/imgaug/issues/204 | [] | MetaDev | 4 |
taverntesting/tavern | pytest | 565 | cannot define an empty value in test | Hi, I get tavern.util.exceptions.BadSchemaError: Error at yaml:28 - column 41 - cannot define an empty value in test - either give it a value or explicitly set it to None.
This is the test:
```yaml
- name: test context was created
request:
url: "http://localhost:81/api/context?name={test_context_exi... | closed | 2020-06-29T07:06:56Z | 2020-08-26T11:18:26Z | https://github.com/taverntesting/tavern/issues/565 | [] | AlbertoBarcessat | 1 |
JaidedAI/EasyOCR | pytorch | 863 | Recognize and write on the top | Hi @rkcosmos, How we can recognize complete word and write down on the top of the word? I directly want to save the image after recognize, I do not want to look through matplotlib.

| open | 2022-09-26T06:55:06Z | 2022-09-27T08:11:07Z | https://github.com/JaidedAI/EasyOCR/issues/863 | [] | khawar-islam | 0 |
jschneier/django-storages | django | 1,141 | Is there a types stub for this library? | I am getting warnings from mypy, and I wondered if there was a types stub for this lib? I couldn't find it. | closed | 2022-06-05T19:28:53Z | 2023-08-26T21:18:37Z | https://github.com/jschneier/django-storages/issues/1141 | [] | cammil | 1 |
torchbox/wagtail-grapple | graphql | 45 | Exception: model attribute exists but is not a field | I'm not exactly sure how what happened because I don't recall seeing this behavior previously.
I have a model like this:
```python
class BlogIndexPage(Page):
intro = RichTextField(blank=True)
content_panels = Page.content_panels + [FieldPanel("intro", classname="full")]
@property
def blogpa... | closed | 2020-01-12T03:08:00Z | 2020-01-24T15:49:25Z | https://github.com/torchbox/wagtail-grapple/issues/45 | [] | indirectlylit | 2 |
TheAlgorithms/Python | python | 11,702 | Add AES Algorithm | ### Feature description
Implement AES 128 Algorithm | closed | 2024-10-03T13:25:31Z | 2024-10-04T09:16:59Z | https://github.com/TheAlgorithms/Python/issues/11702 | [
"enhancement"
] | unniznd | 1 |
ultralytics/ultralytics | python | 19,831 | different augmentation and confidence for each label | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi, I would like to know if there is an option to define different augmentat... | open | 2025-03-23T10:06:06Z | 2025-03-23T21:32:35Z | https://github.com/ultralytics/ultralytics/issues/19831 | [
"question"
] | guetaro | 2 |
HIT-SCIR/ltp | nlp | 191 | 浏览器访问本地服务的url | http://192.168.1.107:12345/ltp?s=提问的也越来越多,但是好的问题却凤毛麟角&t=all&x=n
上面这个url无法在浏览器中使用,希望告知url格式
谢谢~ | closed | 2016-11-16T15:11:16Z | 2016-11-17T05:01:17Z | https://github.com/HIT-SCIR/ltp/issues/191 | [] | lifeng1989 | 1 |
iperov/DeepFaceLab | machine-learning | 564 | Avatar model - extract unaligned faces - faces tilted sideways | THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS
POST ONLY ISSUES RELATED TO BUGS OR CODE
## Expected behavior
*run 5) data_dst extract unaligned faces S3FD best GPU (avatar only) to train an avatar model.*
## Actual behavior
*Running 5) data_dst extract unaligned faces outputs misaligned faces. All faces are ti... | closed | 2020-01-19T23:33:54Z | 2020-01-28T21:57:52Z | https://github.com/iperov/DeepFaceLab/issues/564 | [] | BostonCs1820 | 0 |
jupyter/nbviewer | jupyter | 932 | 404 : Not Found error | The following URL is not displaying a render for my notebook. Can someone help?
https://nbviewer.jupyter.org/github/UWTMGIS/Capstone_S20/blob/06db74b36ada54aa286068e071dd68422fcad517/VanMechelen/2019_Stanely_Cup_Finals.ipynb
Remote HTTP 404: Not Found ({"message":"Not Found","documentat... | open | 2020-05-20T20:05:05Z | 2024-02-27T21:49:17Z | https://github.com/jupyter/nbviewer/issues/932 | [] | vanmeciv | 3 |
marshmallow-code/apispec | rest-api | 1 | [RFC] Pluggable API documentation generator | Now that smore has many of the lower-level functions for converting marshmallow `Schema` and webargs `Args` to swagger definitions, next step is to implement a system for generating full API docs.
Ideas for initial iteration:
- Based on Swagger 2.0 spec. This will allow us to leverage the latest Swagger-UI
- Pluggable... | closed | 2014-12-25T21:00:33Z | 2015-12-04T04:37:26Z | https://github.com/marshmallow-code/apispec/issues/1 | [
"feedback welcome"
] | sloria | 5 |
kizniche/Mycodo | automation | 1,180 | Can't Open Dependencies Page From The Menu | Hi,
I'm new to the community, so I may not have done the best job with this but here goes.
### Describe the problem/bug:
After updating to the newest version of Mycodo (8.13.9), I tried to navigate to the dependencies page from the menu. After clicking the link in the menu, the page loads for a considerable amount... | closed | 2022-04-21T23:54:21Z | 2022-05-20T02:37:01Z | https://github.com/kizniche/Mycodo/issues/1180 | [
"bug",
"Fixed and Committed"
] | dcgris | 8 |
collerek/ormar | fastapi | 365 | `ValidationError` is not thrown out correctly with `get_pydantic` method | **Description**
According to the [documentation](https://collerek.github.io/ormar/fastapi/requests/#generate-pydantic-model-from-ormarmodel) I noticed that the `ValidationError` is not thrown out correctly if models generated with `get_pydantic` are used in FastAPI requests.
**Example:**
```py
class EnumExamp... | closed | 2021-10-06T10:04:33Z | 2021-10-15T08:55:47Z | https://github.com/collerek/ormar/issues/365 | [
"bug"
] | derzinn | 10 |
ultralytics/ultralytics | deep-learning | 18,687 | YOLOv8 detection head intuitive feature specialization (e.g., small/medium/large object focus) | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
I have repeatedly read and observed that in the case of YOLOv3, the d... | open | 2025-01-14T19:59:12Z | 2025-01-15T18:15:15Z | https://github.com/ultralytics/ultralytics/issues/18687 | [
"question",
"detect"
] | leethologica | 4 |
CPJKU/madmom | numpy | 283 | TransitionModel returns wrong number of states if state is unreachable | In this example, the last state is not reachable:
```python
>>> A = np.array([[.5, .5, 0.], [.5, .5, 0.], [.5, .5, 0.]])
>>> frm, to = A.nonzero()
>>> tm = TransitionModel.from_dense(to, frm, A[frm, to])
>>> print tm.num_states
2
```
Expected output would be '3'.
This is because `num_states` in `TransitionMo... | closed | 2017-05-16T06:38:40Z | 2017-05-17T08:57:13Z | https://github.com/CPJKU/madmom/issues/283 | [] | fdlm | 1 |
Evil0ctal/Douyin_TikTok_Download_API | api | 321 | 好像都不能解析了, | 一直都在
Server酱正收到你输入的链接啦!(◍•ᴗ•◍)
正在努力处理中,请稍等片刻... | closed | 2024-02-05T03:08:38Z | 2024-03-25T22:30:46Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/321 | [] | shabbyme | 5 |
InstaPy/InstaPy | automation | 6,101 | Error when I try to follow people. | Code:
UserHashTag = 'user'
Session.follow_likers(UserHashTag, photos_grab_amount = 1, follow_likers_per_photo = 20, randomize=True, sleep_delay=10, interact=False)
Error:
Error occured while retrieving data.
b'Message: The element reference of <main class="SCxLW uzKWK CsONw"> is stale; either the element is... | closed | 2021-03-02T00:59:47Z | 2021-07-21T04:18:48Z | https://github.com/InstaPy/InstaPy/issues/6101 | [
"wontfix"
] | 123automator | 2 |
statsmodels/statsmodels | data-science | 8,922 | How does lowess handle larger gaps in data? | I have been using the lowess smoother to calculate trends for time series data for a while now but until now my data was always without gaps.
I now have to work with data where there are quite large gaps in time and by reading the documentation and looking at the actual implementation of the lowess smoother I couldn... | closed | 2023-06-21T06:13:33Z | 2023-10-27T09:57:24Z | https://github.com/statsmodels/statsmodels/issues/8922 | [] | arianmustafa | 0 |
kochlisGit/ProphitBet-Soccer-Bets-Predictor | seaborn | 6 | ERROR LEAGUE | I have a problem when I run the file with Visual Code, the Prophitbet application opens correctly but in the league menu to create a league a white window opens. When I go back to the Visual Studio Code code, a file error appears on the league :
PS C:\Users\Liamine> & C:/Users/Liamine/AppData/Local/Microsoft/WindowsA... | open | 2023-01-29T00:49:11Z | 2023-03-01T11:24:08Z | https://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/6 | [] | Papito8z | 19 |
tflearn/tflearn | data-science | 1,029 | tflearn\utils.py throws thread exception during fit() even though all data is in numpy array | Here is my data loading function:
```
def data_loader(image_folder_path,csv_path):
(data,target)=load_csv(data_csv_path,target_column=-1,columns_to_ignore=[1],has_header=True)
data=np.array(data) // array of float values stored as str() types recieved
data=data.astype(dtype=np.float32) // converte... | open | 2018-03-22T16:54:36Z | 2018-03-22T16:54:36Z | https://github.com/tflearn/tflearn/issues/1029 | [] | adarsh9975 | 0 |
custom-components/pyscript | jupyter | 423 | HA Blocked - Detected blocking call to sleep inside the event loop | Sometimes HA become unresponsive until I manually restart it, and I found in the log many lines like the following one:
> Logger: homeassistant.util.async_
> Source: util/async_.py:180
> First occurred: 19:24:49 (241 occurrences)
> Last logged: 19:28:58
>
> Detected blocking call to sleep inside the event lo... | closed | 2023-01-03T18:30:03Z | 2023-02-26T06:04:59Z | https://github.com/custom-components/pyscript/issues/423 | [] | marcoCasamento | 3 |
MycroftAI/mycroft-core | nlp | 2,730 | Failed to find intent. | I am running the latest stable version of Mycroft.
If I start with ```debug``` it will have an error that " Failed to find intent. "
but if I start with cli it works fine | closed | 2020-10-23T02:14:20Z | 2020-10-24T16:05:00Z | https://github.com/MycroftAI/mycroft-core/issues/2730 | [] | weathon | 5 |
waditu/tushare | pandas | 1,513 | 获取指数成分和权重的文档有误 | https://tushare.pro/document/2?doc_id=96
官方文档中的输入参数中的trade_date无法获得数据,要改为tradedate才能获得 | open | 2021-02-08T10:16:54Z | 2021-02-08T10:16:54Z | https://github.com/waditu/tushare/issues/1513 | [] | lzwcaptain | 0 |
kennethreitz/responder | flask | 71 | POST data in CBV? | Hi all!
I make a `POST` request with some data.
How can i get post data in CBV?
```
@api.route("/test")
class GreetingResource:
def on_request(self, req, resp):
resp.text = "hello, world!"
resp.headers.update({'X-Life': '42'})
resp.status_code = api.status_codes.HTTP_416
```
... | closed | 2018-10-17T10:09:10Z | 2018-10-17T11:12:54Z | https://github.com/kennethreitz/responder/issues/71 | [] | Ranc58 | 3 |
coqui-ai/TTS | python | 2,494 | Reporting a vulnerability | Hello!
I hope you are doing well!
We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has a feature called **Private vulnerability reporting**, which enables security research to privately disclose a vulnerability. Unfortun... | closed | 2023-04-10T11:04:25Z | 2023-05-12T13:53:40Z | https://github.com/coqui-ai/TTS/issues/2494 | [
"wontfix"
] | igibek | 4 |
gevent/gevent | asyncio | 2,084 | gevent with c-ares resolver parses /etc/services on every request | * gevent version: tested on 24.2.1 and 24.11.1 from pypi
* Python version: cPython 3.12.7 compiled from source python.org
* Operating System: Debian bookworm and RHEL9
### Description:
When migrating our application container from Debian to RHEL9 we found a 2x latency regression on highly concurrent workloads (... | open | 2024-12-09T10:52:47Z | 2024-12-16T01:04:54Z | https://github.com/gevent/gevent/issues/2084 | [] | glic3rinu | 1 |
PokeAPI/pokeapi | graphql | 1,108 | Ability by effects | Hi, was just wondering if it's possible to get a list of abilities by effect, similar to https://bulbapedia.bulbagarden.net/wiki/Category:Abilities_by_effect | closed | 2024-06-16T15:33:05Z | 2024-06-18T02:50:37Z | https://github.com/PokeAPI/pokeapi/issues/1108 | [] | blevy115 | 3 |
coqui-ai/TTS | deep-learning | 2,842 | Special character like ö, ä, ü not spoken [Bug] | ### Describe the bug
The special character do not correct convertet to spoken text.
from TTS.api import TTS
def read_file_to_string(file_path):
try:
with open(file_path, 'r', encoding='utf-8') as file:
content = file.read()
return content
except FileNotFoundError:
... | closed | 2023-08-06T09:21:44Z | 2024-08-09T08:25:35Z | https://github.com/coqui-ai/TTS/issues/2842 | [
"bug"
] | frixos25 | 9 |
microsoft/nni | machine-learning | 5,690 | ConnectionClosedError: sent 1011 (unexpected error) keepalive ping timeout; no close frame received | **Describe the issue**: I am running multiple NNI experiments on my university's server at the same time (7 experiments, each using one GPU, for 7 days). Every experiment failed at about the same time with the same error. Any idea what might have caused this?
[2023-10-03 10:33:22] [31mERROR: Strategy failed to exec... | open | 2023-10-03T11:22:35Z | 2023-10-03T11:22:35Z | https://github.com/microsoft/nni/issues/5690 | [] | sw33zy | 0 |
ydataai/ydata-profiling | data-science | 1,018 | issue with visions application in pandas_profiling __version__ = "2.6.0" in Python 3.9.7 | ### Current Behaviour
I have uninstalled visions 0.7.5 and installed 0.7.4 for pandas_profiling even then I have the same error.
it pops with ModuleNotFoundError: No module named 'visions.application' from jupiter run
I have-> Python 3.9.7 (default, Sep 16 2021, 16:59:28) [MSC v.1916 64 bit (AMD64)] :: Anaconda,... | closed | 2022-08-05T18:25:21Z | 2022-08-24T00:34:47Z | https://github.com/ydataai/ydata-profiling/issues/1018 | [
"needs-triage"
] | bi2017dg | 1 |
huggingface/transformers | pytorch | 36,550 | size mismatch for lm_head when fintune QWEN2.5 | ### System Info
Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points.
- `transformers` version: 4.49.0
- Platform: Linux-6.6.0-72.0.0.64.oe2403.x86_64-x86_64-with-glibc2.38
- Python version: 3.10.16
- Huggingface_hub version: 0.29.1
- Safetensors version: 0.5.3
- Accelerate version: 1.4... | closed | 2025-03-05T03:54:51Z | 2025-03-10T02:50:17Z | https://github.com/huggingface/transformers/issues/36550 | [
"bug"
] | minmie | 8 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 96 | 抖音主页下载不支持图集 | 调用API发现视频的可以下载,图集的不行。 | closed | 2022-11-03T07:39:29Z | 2024-04-23T05:03:28Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/96 | [
"BUG",
"enhancement",
"help wanted"
] | liuliuzx | 7 |
lepture/authlib | flask | 444 | Confusing behavior with OAuth2Session and state not being checked | **Describe the bug**
In the [documentation](https://docs.authlib.org/en/latest/client/oauth2.html#fetch-token) for how to use OAuth2Session client, it says that by supplying state when instantiating the object, then state will be checked when making the `fetch_token` request. In addition, the [docstring](https://git... | closed | 2022-03-22T16:34:48Z | 2022-07-02T19:31:51Z | https://github.com/lepture/authlib/issues/444 | [
"bug"
] | rorour | 2 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 544 | Please install ffmpeg or add the '--no_mp3_support' option to proceed without support for mp3 files. | I typed python .\demo_toolbox.py in the cmd.
After that, I getting this error message:
"Arguments:
datasets_root: None
enc_models_dir: encoder\saved_models
syn_models_dir: synthesizer\saved_models
voc_models_dir: vocoder\saved_models
low_mem: False
seed: No... | closed | 2020-10-05T10:45:38Z | 2020-10-05T20:26:37Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/544 | [] | varungolusupudi | 2 |
graphql-python/graphene-django | graphql | 781 | Filtering not working correctly with 2.6.0 | Related to #750. Appreciate the fix for this problem!!
### Problem
When using filter_fields I get an error about using wrong types which started appearing in 2.4.0.
`Variable "userEmail" of type "String" used in position expecting type "ID".` The error does not occur with graphene-django 2.3.2
### Context
- us... | closed | 2019-09-23T01:22:42Z | 2019-11-28T19:28:41Z | https://github.com/graphql-python/graphene-django/issues/781 | [] | lassesteffen | 10 |
ultralytics/yolov5 | machine-learning | 13,404 | problem with int8 quantization of tensorrt for models trained with adam optimizer | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Export
### Bug
Hello
When I use the adam optimizer to train a pt model, then convert it to onnx, and then convert it to the tensorrt engine model,... | open | 2024-11-08T08:51:16Z | 2024-11-08T22:17:27Z | https://github.com/ultralytics/yolov5/issues/13404 | [
"bug",
"exports"
] | skynn1128 | 2 |
autogluon/autogluon | computer-vision | 3,924 | Request: Implement Feature Importance Explainability for Time-Series Module | ### Summary:
The AutoGluon time-series module has proven to be a powerful tool for forecasting tasks. However, one area that could significantly enhance its utility is the inclusion of feature importance explainability in terms of both global training as well as inclusion as covariates, akin to what is currently avail... | closed | 2024-02-15T16:00:13Z | 2024-04-09T16:41:52Z | https://github.com/autogluon/autogluon/issues/3924 | [
"enhancement",
"module: timeseries"
] | kristinakupf | 3 |
cvat-ai/cvat | computer-vision | 8,712 | Notifications can make it hard to download exported annotations | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1. Export a task
2. Go to Requests tab
3. Try to download

CUDA not available - defaulting to CPU. Note: This module is much faster with a GPU.
Downloading detection model, please wait
.....
HTTPError: HTTP Error 403: Forbidden | closed | 2021-02-22T02:31:59Z | 2022-03-02T09:24:33Z | https://github.com/JaidedAI/EasyOCR/issues/379 | [] | liuke0002 | 3 |
ultrafunkamsterdam/undetected-chromedriver | automation | 972 | driver.quit() and/or driver.close() causing urllib3 and logging Warnings/Erros | Don't know how, but if I use either `driver.close()` or `driver.quit()`, it causes urllib3 WARNINGS and ALL my logging goes to the terminal (stdout) instead going only to the streamfile.
My code is something like this:
```
logger = logging.getLogger("TEST")
logger.setLevel(logging.INFO)
handler = TimedRotatingFi... | closed | 2023-01-04T23:32:45Z | 2023-01-22T05:32:08Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/972 | [] | ggnetoo | 5 |
ipython/ipython | jupyter | 14,516 | Tab completion on path with space not working MacOS | I would like to autocomplete path that has space in one of the sub-directory. The issue is, after it reaches the directory with space, the tab completion doesn't work anymore.
I just migrated from Ubuntu with older version of Python (Python 3.7) and iPython – I am pretty sure I did not encounter this issue before.
... | open | 2024-09-13T02:13:09Z | 2025-02-13T20:31:58Z | https://github.com/ipython/ipython/issues/14516 | [
"bug",
"tab-completion"
] | darrencl | 7 |
thtrieu/darkflow | tensorflow | 825 | ImportError: /content/darkflow/darkflow/cython_utils/cy_yolo_findboxes.cpython-36m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf | Running on colab gave me this bug
ImportError: /content/darkflow/darkflow/cython_utils/cy_yolo_findboxes.cpython-36m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf
though it didn't happen on my local machine | closed | 2018-06-28T10:53:07Z | 2018-07-17T17:35:55Z | https://github.com/thtrieu/darkflow/issues/825 | [] | jibinmathew69 | 2 |
deepspeedai/DeepSpeed | pytorch | 6,720 | [BUG] RuntimeError: CUDA error: no kernel image is available for execution on the device | Hi,
I ran an example code:
```
import os
import deepspeed
import torch
from transformers import pipeline
local_rank = int(os.getenv('LOCAL_RANK', '0'))
world_size = int(os.getenv('WORLD_SIZE', '1'))
generator = pipeline('text-generation', model='EleutherAI/gpt-neo-2.7B',
device=local_rank)
gen... | closed | 2024-11-06T13:40:12Z | 2024-11-09T04:33:05Z | https://github.com/deepspeedai/DeepSpeed/issues/6720 | [
"bug",
"inference"
] | mrpeerat | 4 |
plotly/dash-bio | dash | 66 | Volcano two different data set has a strange behavior | I created a self contained demo of the reduced problem at https://dash-gallery.plotly.host/dash-volcano-bug-app/ (the repo is at https://dash-gallery.plotly.host/GIT/dash-volcano-bug-app).
When you use the dropdown to select Set2 from Set3 (which are the same), it is fine. The problem arises when you select Set1 and... | closed | 2018-12-02T14:43:27Z | 2021-05-04T20:27:45Z | https://github.com/plotly/dash-bio/issues/66 | [
"bug",
"App QA"
] | Bachibouzouk | 7 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 735 | Better support for enum | I'd like to be able to use an sqlachemy Enum column, and have the name stored to DB while the value is shown in the UI. I've tried the naïve approach:
```
class PageType(enum.Enum):
html = 'HTML page'
raw = 'Raw text'
class Page(db.Model):
[...]
page_type = Column(db.Enum(PageType, name='page... | closed | 2019-05-11T18:58:12Z | 2020-12-05T20:37:08Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/735 | [] | xim | 2 |
piskvorky/gensim | machine-learning | 3,217 | Get travis-ci.com working with this repo | @piskvorky Could you please go through the steps described in the tutorial below? Only the project owner can do it, unfortunately.
https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github
We need TravisCI to build for certain platforms that github actions does not support yet (e.g. aar... | closed | 2021-08-18T12:20:44Z | 2021-08-19T03:34:07Z | https://github.com/piskvorky/gensim/issues/3217 | [
"housekeeping"
] | mpenkov | 5 |
d2l-ai/d2l-en | data-science | 2,546 | Notebooks are not working on Colab | Trying to run the very first cell (in any notebook):
`!pip install d2l==1.0.0-beta0`
I get the following error:
```
Collecting d2l==1.0.0-beta0
Using cached d2l-1.0.0b0-py3-none-any.whl (141 kB)
Collecting jupyter (from d2l==1.0.0-beta0)
Using cached jupyter-1.0.0-py2.py3-none-any.whl (2.7 kB)
Require... | closed | 2023-08-16T15:41:05Z | 2023-08-28T08:32:14Z | https://github.com/d2l-ai/d2l-en/issues/2546 | [] | lithuak | 3 |
apache/airflow | automation | 47,941 | rendered_task_instance_fields stores op_args as a string in Airflow 3 instead of a list as in Airflow 2 | ### Apache Airflow version
3.0.0
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Let's say have the below task
```
@task
def pusher1(dict1):
return dict1
t1 = pusher1(["hello_world", '{{ macros.uuid.UUID("01234567891011121314151617181920") }}'])
```
Now for ... | open | 2025-03-19T04:12:37Z | 2025-03-19T05:51:58Z | https://github.com/apache/airflow/issues/47941 | [
"kind:bug",
"priority:medium",
"area:core",
"affected_version:3.0.0beta"
] | vatsrahul1001 | 2 |
sunscrapers/djoser | rest-api | 602 | Inactive_account message not used in TokenCreateSerializer | "inactive_account" is set to settings.CONSTANTS.messages.INACTIVE_ACCOUNT_ERROR but never used in `TokenCreateSerializer`, so if the user can't log in because his account has not been activated he'll get the `invalid_credentials` error.
That's the `validate` method from TokenCreateSerializer
```
def validate(s... | open | 2021-03-14T19:10:17Z | 2021-04-07T09:52:27Z | https://github.com/sunscrapers/djoser/issues/602 | [] | Frohus | 2 |
roboflow/supervision | tensorflow | 1,367 | Add tracking for KeyPoints | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
Right now there is no way to track objects that have keypoints associated with them, because the tracker does not have a way to track keypoin... | open | 2024-07-16T20:07:44Z | 2024-11-06T20:03:49Z | https://github.com/roboflow/supervision/issues/1367 | [
"enhancement"
] | rolson24 | 5 |
DistrictDataLabs/yellowbrick | matplotlib | 666 | Add a UMAPVisualizer for text data | After seeing Rebecca speak at PyDataNY I promised her a text/UMAPVisualizer as a drop in replacement for the current text/TSNEVisualizer currently in Yellowbrick. | closed | 2018-12-07T15:34:26Z | 2018-12-28T22:08:23Z | https://github.com/DistrictDataLabs/yellowbrick/issues/666 | [
"type: feature"
] | jc-healy | 4 |
onnx/onnx | scikit-learn | 5,869 | Cannot install on windows 10 with pip - `test_data_set_0` folder is missing | # 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... | closed | 2024-01-19T20:11:58Z | 2024-01-25T14:20:05Z | https://github.com/onnx/onnx/issues/5869 | [
"bug"
] | Grsz | 3 |
scikit-learn/scikit-learn | data-science | 30,546 | ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 2 dimensions. The detected shape was (6, 33810) + inhomogeneous part. | Hello Scikit-learn team,
I am encountering an issue while running inference VotingClassifier model with `voting="hard"` argument, I found that this issue may related to [NEP 34](https://numpy.org/neps/nep-0034-infer-dtype-is-object.html) restriction of `dtype=object` in numpy and the solution is downgrading to numpy... | open | 2024-12-27T13:47:54Z | 2024-12-27T13:53:18Z | https://github.com/scikit-learn/scikit-learn/issues/30546 | [
"Bug",
"Needs Info"
] | mtoan65 | 1 |
apify/crawlee-python | web-scraping | 460 | Implement max crawl depth | - Implement "max crawl depth" / "crawling depth limit"
- See https://github.com/apify/crawlee-python/discussions/441
- The depth information should be stored in the `Request` (`user_data` -> `crawlee_data`) | closed | 2024-08-26T07:11:01Z | 2024-11-04T10:38:56Z | https://github.com/apify/crawlee-python/issues/460 | [
"enhancement",
"t-tooling",
"hacktoberfest"
] | vdusek | 2 |
Lightning-AI/pytorch-lightning | deep-learning | 20,464 | A gracefull design to introduce third-party models as tool for validation | ### Description & Motivation
python3.10.12 + pytorch_lightning 2.4.0
I need a gracefull design to introduce third-party pretrained models for use during the validation steps. so that there is no such Error reported:
```
RuntimeError: It looks like your LightningModule has parameters that were not used in ... | open | 2024-12-04T12:14:44Z | 2024-12-05T13:54:34Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20464 | [
"feature",
"design"
] | JohnHerry | 1 |
pandas-dev/pandas | data-science | 60,580 | BUG: when I assign value of 1-dim np.array holding single instance, it results in 0-dim array instance | ### 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.
- [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2024-12-16T14:32:17Z | 2024-12-16T17:29:11Z | https://github.com/pandas-dev/pandas/issues/60580 | [
"Bug",
"Needs Triage",
"Nested Data"
] | kcerniauskas3 | 3 |
cobrateam/splinter | automation | 614 | update the docs about http error handling | in 0.8 the http error handling was removed from splinter.
the docs about it should be updated or removed: https://github.com/cobrateam/splinter/blob/master/docs/http-status-code-and-exception.rst | closed | 2018-05-28T14:08:57Z | 2018-08-19T00:41:13Z | https://github.com/cobrateam/splinter/issues/614 | [
"Docs",
"easy",
"good first issue"
] | andrewsmedina | 0 |
sinaptik-ai/pandas-ai | pandas | 989 | Ollama API with pandasai always gets Incorrect Answers or Errors Occurring | ### System Info
OS version: ubuntu 16.04
Python version: 3.9
pandasai version: 1.5.19
### 🐛 Describe the bug
I’m having an issue with the OLLAMA API in pandasai. It never seems to provide the correct answer. Could anyone in the community help me understand why this is happening and how I can fix it? If yo... | closed | 2024-03-04T01:52:59Z | 2024-03-07T18:59:39Z | https://github.com/sinaptik-ai/pandas-ai/issues/989 | [] | octadion | 1 |
PokeAPI/pokeapi | api | 1,218 | Missing Sentret Cry | <!--
Thanks for contributing to the PokéAPI project. To make sure we're effective, please check the following:
- Make sure your issue hasn't already been submitted on the issues tab. (It has search functionality!)
- If your issue is one of outdated API data, please note that we get our data from [veekun](https://githu... | open | 2025-03-05T15:59:10Z | 2025-03-06T20:04:34Z | https://github.com/PokeAPI/pokeapi/issues/1218 | [] | Eavoo | 4 |
JaidedAI/EasyOCR | machine-learning | 734 | ERROR WHEN INSTALL opencv-python-headless | TERMINAL SHOW THIS ERROR WHEN I UPDATE LATEST VER. OF opencv-python-headless 4.5.5.64:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
easyocr 1.4.2 requires opencv-python-headless<=4.5.4.60,... | closed | 2022-05-22T19:36:44Z | 2022-06-20T11:10:12Z | https://github.com/JaidedAI/EasyOCR/issues/734 | [] | VERISBABY | 1 |
NVlabs/neuralangelo | computer-vision | 72 | Extracting output as pointcloud | Hello,
Thanks for the awesome work!
Is there a way to extract the resulting surface as a point cloud? | closed | 2023-08-24T05:08:36Z | 2023-08-24T07:49:29Z | https://github.com/NVlabs/neuralangelo/issues/72 | [] | Mehi44 | 1 |
home-assistant/core | asyncio | 140,451 | Shelly pro 3EM neutral current does not have a device entity | ### The problem
i saw #88999 but it looks like it should be done/working now, however i don't get an entity for neutral current
### What version of Home Assistant Core has the issue?
core-2025.3.2
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you run... | open | 2025-03-12T13:28:54Z | 2025-03-12T19:04:55Z | https://github.com/home-assistant/core/issues/140451 | [
"integration: shelly"
] | speakxj7 | 4 |
littlecodersh/ItChat | api | 618 | 请问为什么itchat发送给好友的消息也会进入自己的消息队列里呢? | ```Python
s = []
@itchat.msg_register(TEXT, isFriendChat=True, isGroupChat=True, isMpChat=True)
def store_msg(msg):
s.append(msg)
return 'I received: ' + msg.text
itchat.auto_login(True)
itchat.run(blockThread=False)
```
我通过一个全局变量s记录了我收到的消息,然后发现之后用itchat.send发送出去的消息也会出现在s里面,请问这是为什么呢? | closed | 2018-03-26T08:04:44Z | 2018-04-11T11:21:43Z | https://github.com/littlecodersh/ItChat/issues/618 | [] | 1049451037 | 3 |
davidsandberg/facenet | computer-vision | 1,147 | Why can embedding be splited into anchor、positive、negative? | I can't understand the principle of why can embedding be splited into anchor、positive、negative?
I know the embedding is from the network, but I want to know the structure of the data set.
Thanks. | open | 2020-03-31T08:35:28Z | 2022-08-05T01:57:01Z | https://github.com/davidsandberg/facenet/issues/1147 | [] | JasonChenhx | 1 |
SYSTRAN/faster-whisper | deep-learning | 1,021 | audio_split example | Hey guys, right now Im splitting my audio into channels using ffmpeg and numpy, after that I send to `BatchedInferencePipeline.Transcribe` for transcription.
But I was looking at `transcribe.py` class and found a method named `audio_split`. Does it do the same process of separating audio into channels? Cant find any... | closed | 2024-09-24T14:07:40Z | 2024-10-30T13:57:47Z | https://github.com/SYSTRAN/faster-whisper/issues/1021 | [] | Evilmaax | 2 |
NVIDIA/pix2pixHD | computer-vision | 215 | RuntimeError: Expected object of scalar type Byte but got scalar type Bool for argument #2 'other' in call to _th_or | 
How can I fix it? | open | 2020-08-31T07:51:39Z | 2020-09-02T06:54:55Z | https://github.com/NVIDIA/pix2pixHD/issues/215 | [] | yeomja99 | 1 |
pyeve/eve | flask | 944 | Is there a way to avoid count operation with pagination enabled? | In MongoDB, a count operation on a query with a filter is very, very slow even with an index on the filtered fields. I would like to be able to disable the "_meta.total" calculation but still keep the pagination enabled.
I know I wont be able to calculate the total amount of pages but I prefer this instead of having... | closed | 2016-12-01T23:20:59Z | 2016-12-19T02:19:51Z | https://github.com/pyeve/eve/issues/944 | [
"enhancement",
"wip"
] | dvddarias | 10 |
recommenders-team/recommenders | deep-learning | 2,012 | [FEATURE] Alternative to scrapbook to execute notebooks programmatically for tests | ### Description
<!--- Describe your expected feature in detail -->
Scrapbook is not being developed anymore, and it doesn't support Python 3.10 (See https://github.com/recommenders-team/recommenders/pull/1988#issuecomment-1712425248)
### Expected behavior with the suggested feature
<!--- For example: -->
<!... | closed | 2023-10-08T09:49:53Z | 2023-12-23T08:11:01Z | https://github.com/recommenders-team/recommenders/issues/2012 | [
"enhancement"
] | miguelgfierro | 5 |
JaidedAI/EasyOCR | machine-learning | 702 | module 'cv2' has no attribute 'imdecode' | I can't useing easyocr to read text in image , img = cv2.imdecode(nparr, cv2.IMREAD_COLOR)
AttributeError: module 'cv2' has no attribute 'imdecode' | open | 2022-04-07T12:56:38Z | 2022-05-14T03:27:04Z | https://github.com/JaidedAI/EasyOCR/issues/702 | [] | yourstar9 | 4 |
aio-libs/aiopg | sqlalchemy | 86 | Cannot make db -> python value conversion working with custom SA columns | The definition:
``` python
import logging
import sqlalchemy.types as types
from enum import Enum as PythonEnum
log = logging.getLogger(__name__)
class PythonMappedEnum(types.TypeDecorator):
""" Implements mapping between Postgres' Enums and Python Enums.
"""
impl = types.Enum
def __init__(self, pyth... | closed | 2015-11-08T19:19:03Z | 2016-11-25T22:36:46Z | https://github.com/aio-libs/aiopg/issues/86 | [] | avanov | 10 |
lanpa/tensorboardX | numpy | 668 | draw NaN with triangle | Today when there are NaN or Inf values, it draw as 0.
In Tensorboard, NaN or Inf are draw as Triangle [Link](https://github.com/tensorflow/tensorboard/pull/4461)
I wish to help but don't know where.
Thanks, Roni | open | 2022-06-14T10:20:51Z | 2022-06-14T10:20:51Z | https://github.com/lanpa/tensorboardX/issues/668 | [] | ronigober | 0 |
lazyprogrammer/machine_learning_examples | data-science | 81 | rl/monte_carlo.py - "iterative_policy_evaluation" doesn't exist! | "iterative_policy_evaluation" in the mentioned file must be changed to "iterative_policy_evaluation_deterministic" (or probabilistic). | closed | 2021-09-24T11:57:25Z | 2022-04-04T20:42:52Z | https://github.com/lazyprogrammer/machine_learning_examples/issues/81 | [] | MJamshidnejad | 1 |
xorbitsai/xorbits | numpy | 731 | BUG: too many open files | ### Describe the bug
I'm process a very large file (25G, each line with max 100,000 long str), I'm using dedup function, it gives out this error
### To Reproduce
To help us to reproduce this bug, please provide information below:
Your Python version: 3.10
The version of Xorbits you use: 0.6.3
Versions of cruc... | open | 2023-10-03T10:29:49Z | 2024-12-16T01:52:35Z | https://github.com/xorbitsai/xorbits/issues/731 | [
"bug"
] | charliedream1 | 6 |
graphdeco-inria/gaussian-splatting | computer-vision | 1,137 | RAM | I meeting an question
start it run quickly,but up to 70% running slowly
why???
my RAM 88GB (8+16+32+32),GPU 3070TI
The memory limit has been reached, and I can only run up to 12GB of memory

![微信图片_202501082137... | open | 2025-01-08T13:38:02Z | 2025-01-10T23:39:17Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/1137 | [] | chais-xp | 1 |
InstaPy/InstaPy | automation | 6,003 | Implementation of follow strategy | Is it possible to follow one person and unfollow one instead of running through the entire follow loop?
Right now my script will `follow by likers` and then unfollow users from 4 days ago. It’ll do +100 and then -100. So my following count is jumping up and down by 100.
Anyway to make it +1, -1?
I don’t want ... | open | 2021-01-03T22:43:00Z | 2021-07-21T03:19:16Z | https://github.com/InstaPy/InstaPy/issues/6003 | [
"wontfix"
] | Ardy000 | 4 |
apify/crawlee-python | web-scraping | 350 | Reconsider crawler inheritance | Currently, we have the following inheritance chains:
- `BasicCrawler` -> `HttpCrawler`
- `BasicCrawler` -> `BeautifulSoupCrawler`
- `BasicCrawler` -> `PlaywrightCrawler`
- `BasicCrawler` -> `ParselCrawler` (#348 )
This is an intentional difference from the JS version, where
- `BrowserCrawler` is a common ance... | closed | 2024-07-23T21:59:34Z | 2024-12-09T09:51:47Z | https://github.com/apify/crawlee-python/issues/350 | [
"t-tooling",
"debt",
"v0.5"
] | janbuchar | 5 |
Avaiga/taipy | data-visualization | 1,685 | [BUG] Investigate Azure issue | ### What would you like to share or ask?
From a user feedback:
We’re having some odd issues with Taipy App deployment. The Taipy App uses the Taipy framework and has an external connection (i.e., Azure Cosmos).
1. Create WebApp and Deploy Taipy App using Azure CLI
a. Create WebApp resource and Deploy T... | open | 2024-08-20T10:39:43Z | 2025-02-07T13:33:25Z | https://github.com/Avaiga/taipy/issues/1685 | [
"🖧 Devops",
"💥Malfunction",
"🆘 Help wanted",
"🟧 Priority: High"
] | FlorianJacta | 0 |
gradio-app/gradio | deep-learning | 10,609 | install_gradio.bat Fails with "pip_required is not installed" Due to Incorrect Subroutine Handling in helpers.bat | ### Describe the bug
Running script like `scripts\install_gradio.bat` on Windows throws an error:
```
ERROR: Value for default option cannot be empty.
Type "WHERE /?" for usage.
is not installed on the computer...
The system cannot find the batch label specified - pip_required
```
This is because the scripts load `s... | closed | 2025-02-17T15:47:41Z | 2025-02-18T01:11:28Z | https://github.com/gradio-app/gradio/issues/10609 | [
"bug"
] | BilHim | 0 |
deeppavlov/DeepPavlov | tensorflow | 964 | Regarding Spelling Error model | Thanks for amazing toolkit :) Can you please share your views on below questions
1. How does **correct_prior** & **incorrect_prior** calculation done in Error model ?
2. How do we incorporate "**count**" with incorrect-correct pair e.g. if training data is in form of (intended_word, observed_word, count).
3. Is th... | closed | 2019-08-09T11:21:11Z | 2020-05-11T06:53:39Z | https://github.com/deeppavlov/DeepPavlov/issues/964 | [] | smilenrhyme | 26 |
pytorch/pytorch | machine-learning | 149,824 | flex_attention raises error at compile | ### 🐛 Describe the bug
I'm trying to accelerate WindowAttention with flex_attention.
However, when the window size equals 8, it raises an error when compiling.
Please refer to this [code](https://github.com/dslisleedh/ESC/blob/main/scripts/compare_attn.py)
```bash
python compare_attn.py --h 64 --w 64 --window_size ... | open | 2025-03-23T08:55:51Z | 2025-03-24T18:46:43Z | https://github.com/pytorch/pytorch/issues/149824 | [
"oncall: pt2"
] | dslisleedh | 0 |
marcomusy/vedo | numpy | 839 | Colored PLY file gets seeming random colors applied when using k3d backend. | When I display this .ply file using the vtk interface it works fine, ie solid colored meshes. When I use the k3d backend I get multi-colored meshes.

here is the notebook code.
```
from vedo import Me... | open | 2023-03-24T08:34:40Z | 2023-03-24T19:33:08Z | https://github.com/marcomusy/vedo/issues/839 | [
"long-term"
] | odinsbane | 1 |
marcomusy/vedo | numpy | 838 | .getCellArray('labels') | After the mesh loading when I try to use the attribute getGetArray('labels') it gives me the following error:
AttributeError Traceback (most recent call last)
/tmp/ipykernel_101534/645426849.py in <module>
----> 1 mesh.getCellArray("labels")
AttributeError: 'Mesh' object has no attribut... | closed | 2023-03-23T15:50:57Z | 2023-03-24T19:33:32Z | https://github.com/marcomusy/vedo/issues/838 | [] | giuliarubiu | 3 |
deepset-ai/haystack | machine-learning | 8,734 | Google Vertex ChatGenerator - support for Tool | This might also be a good opportunity for refactoring.
We should investigate if it makes sense to use the [new Google Gen AI SDK](https://cloud.google.com/vertex-ai/generative-ai/docs/sdks/overview), that provides a unified interface to Gemini 2.0 through both the Gemini Developer API and the Gemini API on Vertex AI.
... | closed | 2025-01-16T14:10:18Z | 2025-01-31T11:56:58Z | https://github.com/deepset-ai/haystack/issues/8734 | [
"P1"
] | anakin87 | 0 |
X-PLUG/MobileAgent | automation | 33 | GroundingDINO报错:BoxAnnotator.annotate() got an unexpected keyword argument 'labels' | python 3.10的环境,这个错误有人遇到吗? | closed | 2024-07-16T02:14:48Z | 2024-07-16T02:32:22Z | https://github.com/X-PLUG/MobileAgent/issues/33 | [] | zqxuturbo | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.