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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
sloria/TextBlob | nlp | 33 | Default feature extractor for NaiveBayesianClassifier marks all features as False | I'm trying to use the NaiveBayesianClassifier to classify some text, as below:
``` python
train = [('CARD PAYMENT TO ASDA SUPERSTORE ON ', 'Supermarket'),
('MONTHLY ACCOUNT FEE', 'Bill'),
('CARD PAYMENT TO SAINSBURYS SMKT GBP RATE GBP ON ', 'Supermarket'),
('CARD PAYMENT TO ORDNANCE SURVEY GBP RATE GBP ON ', 'Eating O... | closed | 2013-09-29T15:37:50Z | 2013-09-29T21:20:28Z | https://github.com/sloria/TextBlob/issues/33 | [
"bug"
] | robintw | 1 |
twopirllc/pandas-ta | pandas | 432 | MACD is not working | macd = ta.macd(data['close'], fast=12, slow=26, signal=9, talib=True, offset=None)
Output is missing | closed | 2021-11-16T20:19:00Z | 2021-11-23T22:26:16Z | https://github.com/twopirllc/pandas-ta/issues/432 | [
"good first issue",
"question"
] | graphicgeared | 3 |
ufoym/deepo | tensorflow | 44 | About the caffe2.detectron | Hi@ufoym Did the deepo:caffe2 include the Detectron module? I didn't find it after i pull this images. | closed | 2018-06-18T05:45:11Z | 2018-06-26T03:40:25Z | https://github.com/ufoym/deepo/issues/44 | [] | Hsintao | 1 |
microsoft/nni | deep-learning | 5,248 | how to add channel constriction in the pruning config | Hi, I've look through the docs and could not find how to set in the pruning config(suppose we use l1-norm-pruner) so that remained convs have channel number that is divisible by a certain number, say 8.
Thanks. | open | 2022-11-26T14:33:13Z | 2022-11-29T03:14:53Z | https://github.com/microsoft/nni/issues/5248 | [] | RunningLeon | 4 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 593 | Encoder's embeds _loss becomes NaN | Hi, I gave a try training the Encoder on my dataset (which is much smaller - around 500 speakers) to see how the model behaves. However, at nearly step 25,000, I encountered an error:
``
ValueError: Input contains NaN, infinity or a value too large for dtype('float32').
``
Does anyone know what is the error he... | closed | 2020-11-13T02:09:54Z | 2021-02-23T13:39:45Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/593 | [] | tranctan | 4 |
psf/requests | python | 6,087 | Python3.6 - requests exceptions SSLError | Please refer to our [Stack Overflow tag](https://stackoverflow.com/questions/tagged/python-requests) for guidance.
Hi,
I am having a problem with python3 script, that uses requests to perform API Get Request.
The problem is that the communication should go through proxy, i had similar issue using python3.6 -m ... | closed | 2022-03-16T09:41:05Z | 2023-03-21T00:03:14Z | https://github.com/psf/requests/issues/6087 | [] | MrSled | 4 |
StackStorm/st2 | automation | 6,219 | Unable to install packs that has .git file in it | I was trying to install the packs that are there on the github, but on installing it is showing me this error:
result:
errors:
- message: Execution failed. See result for details.
result:
exit_code: 1
result: None
stderr: "Traceback (most recent call last):
File "/opt/stackstorm/st2/... | closed | 2024-07-09T05:39:48Z | 2024-07-09T12:42:18Z | https://github.com/StackStorm/st2/issues/6219 | [] | anshul-axl | 2 |
django-import-export/django-import-export | django | 1,396 | Documentation for customizing admin forms is out-of-date / unclear | The documentation describes how to [customize the import forms](https://django-import-export.readthedocs.io/en/latest/getting_started.html#customize-admin-import-forms). The example shows how you can add an `author` field, but it doesn't make it clear what the purpose of this is, and that you have to provide any filte... | closed | 2022-02-18T17:19:22Z | 2024-07-24T15:34:13Z | https://github.com/django-import-export/django-import-export/issues/1396 | [
"docs",
"good first issue"
] | matthewhegarty | 5 |
koxudaxi/datamodel-code-generator | fastapi | 1,427 | since v0.16.0 `--use-default` is broken when `allOf` is present | **Describe the bug**
In v0.15.0 `--use-default` works as expected. Since `v0.16.0`, this is only the case when no `allOf` is present in the schema.
**To Reproduce**
Example schema:
```json
{
"type": "object",
"title": "Item",
"allOf": [{
"title": "Entity",
"type": "obje... | closed | 2023-07-16T06:21:05Z | 2024-05-11T05:28:23Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1427 | [
"bug"
] | simontaurus | 2 |
jadore801120/attention-is-all-you-need-pytorch | nlp | 142 | About Layernorm | I think there is a problem in your code about using layer_norm.
In the forword function of MultiHeadAttention, you just layer norm the q vector at the begining of the function. I think you should layer norm (residual + attention(q,k,v,mask))(just ignoring the feed forword and dropout) | closed | 2020-02-23T11:00:04Z | 2020-06-07T14:35:53Z | https://github.com/jadore801120/attention-is-all-you-need-pytorch/issues/142 | [] | BUCTwangkun | 2 |
2noise/ChatTTS | python | 197 | 长文本请教 |
以前没接触过这种项目,想请教一下,刚开始放了网上随便找了点文本,发现文本处理后随机出现字符
猜想是文本太长了或者有特殊字符,然后做了一下字符处理和分段处理,想问一下这样分段处理速度如何评判,个人感觉很慢
用例为550字符长度,处理总时间为11min左右
<img width="1647" alt="Snipaste_2024-06-02_20-50-38" src="https://github.com/2noise/ChatTTS/assets/50728459/9bd7d046-27ca-452a-a0a7-5e4308167826">
| closed | 2024-06-02T12:59:02Z | 2024-07-19T04:01:38Z | https://github.com/2noise/ChatTTS/issues/197 | [
"stale"
] | Oliver-Lief | 3 |
pykaldi/pykaldi | numpy | 7 | Use Cmake for building extension modules | Building pykaldi takes a long time since we can not parallelize the build using setuptools. Also our current build system does not detect the changes in some dependencies like the C++ headers in pykaldi source tree. Building pykaldi will become much worse as the code base grows. We should try and see if we can build th... | closed | 2017-07-24T23:37:35Z | 2017-08-01T15:27:09Z | https://github.com/pykaldi/pykaldi/issues/7 | [] | dogancan | 0 |
piskvorky/gensim | nlp | 3,244 | Self provided normalization function is not used. | https://github.com/RaRe-Technologies/gensim/blob/5bec27767ad40712e8912d53a896cb2282c33880/gensim/models/tfidfmodel.py#L525
`self.normalize = matutils.unitvec` does not allow users to use self-defined normalization function. | open | 2021-10-05T23:00:33Z | 2021-10-06T22:35:27Z | https://github.com/piskvorky/gensim/issues/3244 | [] | cosmozhang | 3 |
huggingface/transformers | pytorch | 36,875 | Qwen2-VL-7B-Instruct shape error when using TP=4 | ### System Info
- `transformers` version: 4.49.0
- Platform: Linux-5.4.250-2-velinux1u1-amd64-x86_64-with-glibc2.31
- Python version: 3.10.15
- Huggingface_hub version: 0.29.2
- Safetensors version: 0.5.3
- Accelerate version: 1.4.0
- Accelerate config: not found
- DeepSpeed version: 0.16.3
- PyTorch version (GPU?)... | open | 2025-03-21T07:03:27Z | 2025-03-21T09:02:17Z | https://github.com/huggingface/transformers/issues/36875 | [
"bug"
] | KimmiShi | 2 |
vitalik/django-ninja | pydantic | 1,095 | Creating data with POST request | I have a model in that a field takes ManyToManyField with reference to a Model. It throws an error, can't bulk assign the data, and suggests to use `.set(data)`. is there any other way to create the data?
```
PrimaryModel:
id = UUIDField(primary_key=True, editable=False)
actors = ManyToManyField(Actor, blan... | closed | 2024-02-23T14:36:18Z | 2024-02-24T16:17:35Z | https://github.com/vitalik/django-ninja/issues/1095 | [] | Harshav0423 | 2 |
igorbenav/fastcrud | pydantic | 197 | [BUG] Pagination does not work properly | **Describe the bug or question**
Pagination in EndpointCreator will produce inconsistent results, as there is no ordering applied together with the offset and limit.
Postgres explanation on why we need order by when doing pagination: https://www.postgresql.org/docs/current/queries-limit.html
**To Reproduce**
--
**D... | open | 2025-02-06T11:29:53Z | 2025-02-07T22:33:04Z | https://github.com/igorbenav/fastcrud/issues/197 | [
"bug",
"enhancement",
"Automatic Endpoint"
] | Simon128 | 6 |
psf/requests | python | 6,536 | Requests are blocked by cloudflare inside docker | Hello to all, i need some help here
I have a code where i need to post a URL to get the autorization of the cookies and then i get this cookies and do another request in the website
It's a goverment thing, and i really need some help
When i use this script on my computer i can use it normally but when i upload... | closed | 2023-09-24T10:30:26Z | 2023-09-24T10:42:03Z | https://github.com/psf/requests/issues/6536 | [] | GabrielYudenich | 1 |
cvat-ai/cvat | computer-vision | 9,000 | How can I import two different annotations files to a single task? | I wanna import segmentations masks in the format "Segmentation Mask 1.1" but I also want to import bounding boxes in the COCO format. If i import one after the other, the second one overwrites the first one. | closed | 2025-01-27T18:25:49Z | 2025-01-28T09:09:11Z | https://github.com/cvat-ai/cvat/issues/9000 | [] | beatrizpinheiro | 1 |
vitalik/django-ninja | rest-api | 398 | schema_extra in Config class from schema | Greetings, I am loading an example inside the schema configuration class and it does not appear in the autodocumentation (OpenAPI).
```python
class Config:
schema_extra = {
"examples": [
{
"type": "Car"
}
]
}
```
but in the documentation it ap... | closed | 2022-03-18T23:39:12Z | 2022-03-19T14:46:03Z | https://github.com/vitalik/django-ninja/issues/398 | [] | facundopadilla | 2 |
labmlai/annotated_deep_learning_paper_implementations | machine-learning | 241 | Wrong Image Scale in DDPM | The [torchvision.transforms.ToTensor](https://pytorch.org/vision/master/generated/torchvision.transforms.ToTensor.html) scale images from range **(0, 255)** to range **(0.0, 1.0)**, but in original paper, it should be scaled to range **(-1.0, 1.0)**. | open | 2024-02-10T04:17:31Z | 2025-03-16T07:00:26Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/241 | [] | ww-rm | 4 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,354 | Edit signup enabling manual activation of tenants | This ticket is to keep track of the changes needed in order to edit the signup module enabling manual activation of tenants.
This feature is consider valuable to make it possible to collect users interest in running a whistleblowing project without enabling immediately the requested platform and postponing the activ... | open | 2023-02-23T16:12:40Z | 2023-04-20T19:34:12Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3354 | [
"T: Enhancement",
"C: Client",
"C: Backend"
] | evilaliv3 | 0 |
holoviz/panel | jupyter | 7,298 | pn.chat.WebLLM module | With the release of Panel's integration of JSComponent and ability to couple with [WebLLM](https://panel.holoviz.org/pyodide/webllm), I believe that, Panel has a great opportunity to distinguish itself from other dashboarding libraries besides its amazing integration with interactive plotting (HoloViews) by leveraging ... | closed | 2024-09-18T23:05:19Z | 2025-01-20T19:36:43Z | https://github.com/holoviz/panel/issues/7298 | [
"type: feature",
"type: discussion"
] | ahuang11 | 4 |
horovod/horovod | tensorflow | 3,791 | error: 'ncclCommGetAsyncError' was not declared in this scope whem pip install horovod | **Environment:**
1. Framework: PyTorch
2. Framework version:
3. Horovod version:0.26.1
4. MPI version:
5. CUDA version: 11.1
6. NCCL version: nccl-local-repo-rhel7-2.8.4-cuda11.1-1.0-1.x86_64.rpm
7. Python version: 3.8
8. Spark / PySpark version:
9. Ray version:
10. OS and version: CentOS 7.6
11. GCC version... | open | 2022-12-06T12:32:36Z | 2022-12-07T07:38:06Z | https://github.com/horovod/horovod/issues/3791 | [
"bug"
] | DRosemei | 1 |
JaidedAI/EasyOCR | machine-learning | 729 | Own Detection Modell | Hi,
I am trying to train my own text detection modell on pictures with the following format:

... | open | 2022-05-18T19:40:27Z | 2022-08-09T11:28:29Z | https://github.com/JaidedAI/EasyOCR/issues/729 | [] | Schubert-Tom | 1 |
Tinche/aiofiles | asyncio | 167 | Async os.walk attempted solution | Async adapted version of os.walk, it'll only do "topdown" walking.
Feel free to add it in if it makes sense~
```
import os
import aiofiles.os
async def _walk(top, onerror, followlinks):
dirs = []
nondirs = []
walk_dirs = []
# We may not have read permission for top, in which case we can... | open | 2023-06-10T02:45:52Z | 2024-05-09T23:52:33Z | https://github.com/Tinche/aiofiles/issues/167 | [] | BeRT2me | 1 |
django-cms/django-cms | django | 7,258 | [BUG] | <!--
Please fill in each section below, otherwise, your issue will be closed.
This info allows django CMS maintainers to diagnose (and fix!) your issue
as quickly as possible.
-->
## Description
running djangocms is stopped because of "ModuleNotFoundError: No module named 'pytz'" after start
## Steps to re... | closed | 2022-03-03T14:09:28Z | 2022-03-04T19:07:49Z | https://github.com/django-cms/django-cms/issues/7258 | [] | michalnik | 5 |
jina-ai/serve | machine-learning | 5,453 | patch Otel to allow new protobuf to be used | closed | 2022-11-25T13:14:39Z | 2022-12-15T17:35:18Z | https://github.com/jina-ai/serve/issues/5453 | [] | JoanFM | 0 | |
ckan/ckan | api | 7,963 | Dataset search view returns inconsistent Errors | ## CKAN version
master
## Describe the bug
Our current dataset search view is not consistent nor clear on the error handling of Solr. It is also not well documented so it is difficult to improve without understanding the Solr interface and its errors.
Some search results return just an "Error" message and the... | open | 2023-12-06T10:10:30Z | 2024-01-30T21:54:52Z | https://github.com/ckan/ckan/issues/7963 | [
"UX",
"Good for Contribution"
] | pdelboca | 1 |
google-research/bert | nlp | 832 | TRAINED_CLASSIFIER | if TRAINED_CLASSIFIER ==BERT_BASE_DIR, what happens? Does it ok? | open | 2019-08-30T12:07:42Z | 2019-08-30T12:07:42Z | https://github.com/google-research/bert/issues/832 | [] | SuMeng123 | 0 |
StackStorm/st2 | automation | 5,885 | Action Stuck in Scheduled & Running | I have installed Stackstorm 3.7 previously using Stackstorm HA Helm Chart
Stackstorm run fine for the first month, however recently there is hoard of automation kicking in and causing bunch of Action stuck in running / scheduled for few days

print("ipywidgets:", ipywidgets.__version__)
print("matplotlib:", matplotlib.__version__)
ipympl: 0.9.3
ipywidgets: 8.1.5
matplotlib: 3.10.0
%matplotlib widget
import matplotlib.pyplot as plt
fig, ax ... | closed | 2025-02-04T18:10:10Z | 2025-02-04T18:36:00Z | https://github.com/matplotlib/matplotlib/issues/29578 | [
"status: duplicate",
"backend: ipympl"
] | GanshengT | 1 |
adap/flower | scikit-learn | 4,317 | bug in flwr/common/config.py when replacing config args using --run_config | ### Describe the bug
flwr --run_config XXX won't work, the script still uses default args in pyporject.toml
line 185 in flwr/simulation/run_simulation.py:
`override_config = parse_config_args(
[args.run_config] if args.run_config else args.run_config
)`
- in parse_config_args(), the overrd... | closed | 2024-10-10T07:56:53Z | 2024-10-10T19:44:15Z | https://github.com/adap/flower/issues/4317 | [
"bug"
] | xiliguguagua | 5 |
Miserlou/Zappa | django | 1,934 | zappa update errors in docker container with AWS profile/env vars | <!--- Provide a general summary of the issue in the Title above -->
`zappa update dev `in docker container errors:
`Warning! Couldn't get function prop-scrape-serverless-dev in ap-southeast-2 - have you deployed yet?`
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a b... | open | 2019-09-30T19:57:31Z | 2020-06-25T16:28:26Z | https://github.com/Miserlou/Zappa/issues/1934 | [] | SmileSydney | 5 |
ethanopp/fitly | plotly | 24 | Issues connecting to Strava | I set up a new app in Strava and filled in user_id and secret in `settings.ini` but I have a hard time pulling Strava data. Docker logs show that the connection is indeed established, I can see API requests on Strava app's page, but Fitly doesn't display any info from Strava. Some of the logs:
```
fitly | Unable to ... | open | 2023-08-20T03:28:45Z | 2025-03-11T18:33:51Z | https://github.com/ethanopp/fitly/issues/24 | [] | 0x09AF | 1 |
pydata/bottleneck | numpy | 128 | Preparing to release bottleneck 1.1.0 | I am getting ready to release bottleneck 1.1.0. The only thing left to do is testing.
@toobaz, I made some changes to setup.py after your PR. Is bottleneck 1.1.0 ready for Debian?
@cgohlke, I don't dare release bottleneck 1.1.0 without testing on windows. Can you test it?
@shoyer, I bet most people who use bottlenec... | closed | 2016-06-20T20:05:24Z | 2016-06-30T18:43:37Z | https://github.com/pydata/bottleneck/issues/128 | [] | kwgoodman | 9 |
rthalley/dnspython | asyncio | 496 | Invalid Canonical Representation Format for SRV Records | [RFC 4034 defines in Sec. 6.2 item 3](https://tools.ietf.org/html/rfc4034#section-6.2) that for record types NS, MD, MF, CNAME, SOA, MB, MG, MR, PTR, HINFO, MINFO, MX, HINFO, RP, AFSDB, RT, SIG, PX, NXT, NAPTR, KX, SRV, DNAME, A6, RRSIG, or NSEC, "all uppercase US-ASCII letters in the DNS names contained within the RDA... | closed | 2020-06-01T13:41:42Z | 2020-06-01T15:26:27Z | https://github.com/rthalley/dnspython/issues/496 | [
"Bug",
"Fixed"
] | nils-wisiol | 8 |
wkentaro/labelme | deep-learning | 1,206 | labelme | ### Provide environment information
(labelme) C:\Users\s\Desktop\example>python labelme2voc.py images target --labels labels.txt
Creating dataset: target
class_names: ('_background_', 'SAT', 'VAT', 'Muscle', 'Bone', 'Gas', 'Intestine')
Saved class_names: target\class_names.txt
Generating dataset from: images\A004.... | closed | 2022-10-29T15:42:04Z | 2023-07-10T07:29:20Z | https://github.com/wkentaro/labelme/issues/1206 | [
"status: wip-by-author"
] | she-666 | 7 |
tensorflow/tensor2tensor | machine-learning | 1,609 | Tensor2Tensor Model-Based Reinforcement Learning - Rainbow hyperparameters used | For the (great) paper Model Based Reinforcement Learning for Atari which I believe is represented by [this](https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/rl) part of the repo - **does anyone know where in the repo can I find the tuned hyperparameters used for the Rainbow model comparison?**
| open | 2019-06-21T08:37:13Z | 2019-06-21T08:37:28Z | https://github.com/tensorflow/tensor2tensor/issues/1609 | [] | p-christ | 0 |
slackapi/bolt-python | fastapi | 298 | Timepicker integration | Hey! Just a short question. I know that timepicker in beta stage, but is it possible to use it via slack-bolt? I gave it a try, but slack denies my attempt to use it. And also i enabled beta features on my app website. Is there a workaround for it? Many thanks
slack-bolt 1.4.4
#### Python runtime version
3.7.4
... | closed | 2021-04-20T07:22:44Z | 2021-04-20T08:15:38Z | https://github.com/slackapi/bolt-python/issues/298 | [
"question"
] | tomeszmh | 5 |
pyg-team/pytorch_geometric | deep-learning | 9,311 | MoleculeNet's BBBP dataset incorrectly batched | ### 🐛 Describe the bug
While batching the BBBP dataset, there is one graph that is not associated with any node. This causes a discrepancy in the number of graph labels in the batch and output shape of the downstream model. This affects loss calculations and a shape mismatched is observed.
Minimal code for reprodu... | closed | 2024-05-11T20:01:44Z | 2024-05-13T13:31:43Z | https://github.com/pyg-team/pytorch_geometric/issues/9311 | [
"bug"
] | apurvakokate | 1 |
encode/httpx | asyncio | 2,492 | Refactor test cases that import from private namespace. | We have some test cases that import from private namespace inside `httpx`.
This is clearly a code-smell, because our test cases *ought* to be tests against our public API, rather than testing implementation details. Perhaps there's some cases where it's a necessary hack, but... perhaps not?
It'd be worthwhile rev... | open | 2022-12-06T11:18:31Z | 2024-10-07T00:42:15Z | https://github.com/encode/httpx/issues/2492 | [
"refactor"
] | tomchristie | 5 |
streamlit/streamlit | data-science | 10,307 | Support copy/pasting files into `st.chat_input` | ### 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
We'll soon launch file upload support for `st.chat_input`. This lets you manually upload a file from your mac... | open | 2025-01-31T16:52:43Z | 2025-02-21T00:59:14Z | https://github.com/streamlit/streamlit/issues/10307 | [
"type:enhancement",
"feature:st.chat_input"
] | sfc-gh-jrieke | 6 |
hankcs/HanLP | nlp | 714 | 时间识别不准确,CheckDateElements中的规则存在问题 | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2017-12-12T11:16:02Z | 2020-01-01T10:51:26Z | https://github.com/hankcs/HanLP/issues/714 | [
"ignored"
] | laobaicai | 1 |
django-import-export/django-import-export | django | 1,547 | XSS vulnerability in HTML export | **Describe the bug**
Triggering a HTML export with a model that has javascript code in one of its fields results in the unsanitized JS code to be present in the HTML export file, resulting in a potential XSS vector attack.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. ... | closed | 2023-02-17T09:54:28Z | 2023-02-21T19:02:44Z | https://github.com/django-import-export/django-import-export/issues/1547 | [
"bug"
] | samupl | 0 |
scikit-optimize/scikit-optimize | scikit-learn | 388 | skopt.plots in 1-dimension | I'm working on simple examples with optimization with respect to a single variable.
Both
```
from skopt.plots import plot_evaluations
from skopt.plots import plot_objective
```
seem to fail if I'm only optimizing wrt a single variable
```
/Users/cranmer/anaconda/lib/python3.5/site-packages/skopt/plots.py in ... | closed | 2017-06-06T01:47:45Z | 2020-02-28T10:35:57Z | https://github.com/scikit-optimize/scikit-optimize/issues/388 | [
"Bug",
"API",
"Easy"
] | cranmer | 9 |
ray-project/ray | python | 51,348 | Release test map_groups.few_groups (sort_shuffle_pull_based) failed | Release test **map_groups.few_groups (sort_shuffle_pull_based)** failed. See https://buildkite.com/ray-project/release/builds/35758#0195916e-c0ca-44a7-9bdb-92c6d6035682 for more details.
Managed by OSS Test Policy | closed | 2025-03-13T22:07:26Z | 2025-03-14T22:58:40Z | https://github.com/ray-project/ray/issues/51348 | [
"bug",
"P0",
"triage",
"data",
"release-test",
"jailed-test",
"ray-test-bot",
"weekly-release-blocker",
"stability"
] | can-anyscale | 3 |
MentatInnovations/datastream.io | jupyter | 36 | Google Colab | Hey man, great package, if there is a way to get this to run on Google Colab, it would be very much appreciated. I have been struggling to convert it so that I can add it to the awesome google colab repo.
Thanks.
Derek | open | 2019-12-05T20:17:58Z | 2019-12-05T20:17:58Z | https://github.com/MentatInnovations/datastream.io/issues/36 | [] | firmai | 0 |
scrapy/scrapy | python | 5,954 | test_utf16 fails on big-endian architectures | Found by running tests on Debian s390x:
```
/tmp/autopkgtest-lxc.k2eym0yr/downtmp/autopkgtest_tmp/tests/test_http_response.py:174: in _assert_response_values
self.assertEqual(response.body, body_bytes)
E AssertionError: b'\xff\xfeh\x00i\x00' != b'\xfe\xff\x00h\x00i'
``` | open | 2023-06-19T10:56:53Z | 2025-01-10T12:50:54Z | https://github.com/scrapy/scrapy/issues/5954 | [
"bug",
"help wanted",
"CI"
] | wRAR | 3 |
dsdanielpark/Bard-API | nlp | 286 | How can automaticly get cookies value in no gui servers? | How can automaticly get cookies value in no gui servers?
i need use automatic get tokens in no gui server like pythonanywhere.com | closed | 2024-02-22T14:54:23Z | 2024-02-23T13:05:50Z | https://github.com/dsdanielpark/Bard-API/issues/286 | [] | Usercodersystem | 2 |
aiortc/aiortc | asyncio | 690 | Is there any example to transfer the video from cam to stun server (p2p)? | the webcam example looks like to use the browser js webrtc api to connect the stun iceserver
i have not found any example for aiortc to send stun server
| closed | 2022-04-13T09:09:25Z | 2022-04-14T12:55:45Z | https://github.com/aiortc/aiortc/issues/690 | [] | diybl | 2 |
marcomusy/vedo | numpy | 439 | example can not run | when i try run the example, it does not work.
who can tell me the reason?
And i have install it.
<img width="879" alt="22" src="https://user-images.githubusercontent.com/60449974/128636366-bbdbf1f3-e36f-43d0-ae55-d2abb38d7c4d.png">
| closed | 2021-08-08T14:56:37Z | 2021-08-10T11:12:15Z | https://github.com/marcomusy/vedo/issues/439 | [] | subenyu | 7 |
gunthercox/ChatterBot | machine-learning | 1,536 | Corpus categorization | Hi all,
my question is related to the logic used by ChatterBot when processing multiple corpora. More specifically I made a chatbot to use in a company internal e-learning system: when a user asks a question about the behaviour of a specific software, the bot should provide the specific response.
This is the use ca... | closed | 2018-12-19T12:29:07Z | 2019-10-23T08:09:59Z | https://github.com/gunthercox/ChatterBot/issues/1536 | [] | ghost | 4 |
huggingface/diffusers | deep-learning | 11,023 | Getting blur images on playground v2.5 model when used with 'lpw_stable_diffusion_xl' custom pipeline | ### Describe the bug
I am getting blurred images on playground v2.5 model when used with 'lpw_stable_diffusion_xl'. I see Playground v2.5 uses the same architecture as SD-XL.
Please help me fix this @sayakpaul @hlky
Thank you!
### Reproduction
from diffusers import DiffusionPipeline, StableDiffusionPipeline
import... | open | 2025-03-10T20:03:35Z | 2025-03-11T20:50:24Z | https://github.com/huggingface/diffusers/issues/11023 | [
"bug"
] | kotlasaicharan | 5 |
jupyter-incubator/sparkmagic | jupyter | 103 | Error when visualizing empty dataframe | Steps to reproduce:
1. `%sql SHOW TABLES` or `%hive SHOW TABLES` when there are no tables (i.e. the result dataframe is empty).
2. The data viz widget pops up. Switch from "table" to any of the other chart styles.
3. You get an exception. This except doesn't go away even if you switch back to the table graph type... | closed | 2016-01-07T19:49:11Z | 2016-01-08T19:30:43Z | https://github.com/jupyter-incubator/sparkmagic/issues/103 | [
"kind:bug"
] | msftristew | 1 |
onnx/onnx | machine-learning | 5,901 | numpy_helper.to_array modifies TensorProto on big endian systems | # Bug Report
### Is the issue related to model conversion?
Yes, but debugged to an issue within ONNX
### Describe the bug
Using tf2onnx to export a TF model to ONNX, some items were byteswapped incorrectly. Tracing of the code showed that the TensorProto holding the value had the correct contents, but at some p... | closed | 2024-02-02T16:49:39Z | 2024-02-02T23:49:18Z | https://github.com/onnx/onnx/issues/5901 | [
"bug"
] | tehbone | 2 |
sigmavirus24/github3.py | rest-api | 707 | Consider replacing requests with urllib3 | See also https://github.com/kennethreitz/requests/issues/4069
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/45635123-consider-replacing-requests-with-urllib3?utm_campaign=plugin&utm_content=tracker%2F183477&utm_medium=issues&utm_source=github)** W... | open | 2017-05-27T12:53:56Z | 2018-12-17T13:27:31Z | https://github.com/sigmavirus24/github3.py/issues/707 | [] | sigmavirus24 | 3 |
huggingface/datasets | tensorflow | 6,441 | Trouble Loading a Gated Dataset For User with Granted Permission | ### Describe the bug
I have granted permissions to several users to access a gated huggingface dataset. The users accepted the invite and when trying to load the dataset using their access token they get
`FileNotFoundError: Couldn't find a dataset script at .....` . Also when they try to click the url link for the d... | closed | 2023-11-21T19:24:36Z | 2023-12-13T08:27:16Z | https://github.com/huggingface/datasets/issues/6441 | [] | e-trop | 3 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,328 | [Bug]: can't find the preprocess Tab | ### Checklist
- [ ] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [x] The issue exists in the current version of the webui
- [x] The issue has not been reported ... | open | 2024-03-19T21:50:40Z | 2024-03-21T04:23:24Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15328 | [
"bug-report"
] | Moineau54 | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 696 | Continuing training with niter_decay | Hello!
Since I have a limited uptime for GPU, I'm training my model in sequences of 15 epochs, each time saving the weights and loading them and continuing the training. I have trained 100 epochs with fixed learning rate (niter), but now I would like to be able to separate the training of the next 100 epochs with de... | closed | 2019-07-09T10:23:00Z | 2019-07-17T11:35:43Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/696 | [] | ibro45 | 2 |
coqui-ai/TTS | pytorch | 3,398 | correctly reading | I tried it with the following expression
$\int_{b}^{a} f(x) dx = F(b)-F(a)$
Result was terrible and included some sort of jungle scream, it should have read :
"the riemann integral from a to b of f of x with respect to x is equal to the difference between the antiderivative evaluated at the upper limit and th... | closed | 2023-12-11T00:04:17Z | 2023-12-12T11:36:23Z | https://github.com/coqui-ai/TTS/issues/3398 | [
"feature request"
] | scronge | 1 |
pytest-dev/pytest-cov | pytest | 557 | pytest-cov is incompatible with pytest-xdist 3.x due to injection of rsync option | # Summary
See https://github.com/pytest-dev/pytest-xdist/issues/825#issuecomment-1292306864 which reports a deprecation option related to rsyncdir(s) options. This breaks the builds for anyone that run with warnings-as-errors.
## Code
https://github.com/pytest-dev/pytest-cov/blob/f7fced579e36b72b57e14768026467... | closed | 2022-10-26T17:40:46Z | 2024-03-13T06:50:24Z | https://github.com/pytest-dev/pytest-cov/issues/557 | [] | ssbarnea | 11 |
JaidedAI/EasyOCR | deep-learning | 692 | ocr not reading word by word | Hi how to configure the easyocr to print the text word by word with the coordinates | open | 2022-03-23T11:40:28Z | 2022-04-04T10:30:56Z | https://github.com/JaidedAI/EasyOCR/issues/692 | [] | sreebalaji2418 | 1 |
dropbox/PyHive | sqlalchemy | 272 | thrift.transport.TTransport.TTransportException: failed to resolve sockaddr for host | from pyhive import hive
conn = hive.Connection(host="host", username="hive",auth="NOSASL",port=10000)
cur = conn.cursor()
Bu kodu yazdım. **Bu hatayı aldım: thrift.transport.TTransport.TTransportException: host için sockaddr çözümlenemedi**. Kütüphane, tweepy, pyhive kullanıyorum
pure-sasl==0.6.1
PyHive==0.6.1
... | open | 2019-03-15T06:19:06Z | 2019-03-15T06:19:06Z | https://github.com/dropbox/PyHive/issues/272 | [] | OguzKircicek | 0 |
ultralytics/yolov5 | pytorch | 12,585 | train the picture without the target | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
When yolov5 training, how to train the picture without the target, there is an empty txt ... | closed | 2024-01-05T12:01:47Z | 2024-02-17T00:20:07Z | https://github.com/ultralytics/yolov5/issues/12585 | [
"question",
"Stale"
] | ZhaoMonica | 4 |
tflearn/tflearn | tensorflow | 688 | Does build_hdf5_image_dataset support 'tif' images? | I got this error while creating hdf5 dataset from folder
File "model.py", line 442, in <module>
m.fileupload_train()
File "model.py", line 84, in fileupload_train
normalize=True, files_extension=['.tif', '.jpg'])
File "/usr/local/lib/python3.5/dist-packages/tflearn/data_utils.py", line 414, in build_... | open | 2017-03-30T03:22:04Z | 2017-03-30T03:22:04Z | https://github.com/tflearn/tflearn/issues/688 | [] | iandecks45 | 0 |
gunthercox/ChatterBot | machine-learning | 1,789 | Blacklist words | First of all very good project, well done to the creator.
How do I create blacklist (banned) words,
and respond with a specific phrase each time (e.g. That isn't acceptable, stop or conversation over)
thanks | closed | 2019-08-02T13:12:12Z | 2025-02-19T12:49:06Z | https://github.com/gunthercox/ChatterBot/issues/1789 | [] | ayo-dami | 3 |
BeanieODM/beanie | asyncio | 501 | [BUG] Migration is stuck even though all the documents have been transformed | **Describe the bug**
Currently, one of our collections has around 60k documents. Running a migration to add one field to all the documents through the iterative migration results in the migration process being stuck. It even ran for 30 minutes but was still stuck. But what was interesting was that all the documents in... | closed | 2023-03-13T22:02:41Z | 2023-04-27T02:21:18Z | https://github.com/BeanieODM/beanie/issues/501 | [
"Stale"
] | prabhumarappan | 5 |
hyperspy/hyperspy | data-visualization | 3,491 | Personalized ROI | I extracted, from a previous analysis, the coordinates of pixels belonging to a cluster. I want, now, to analyze the signal of those pixels in an EELS hypermap. I use the function inav to extract the pixels from the map and I add them to a list. It appears in that format:
[dask.array<getitem, shape=(1782,), dtype=floa... | closed | 2025-02-10T14:03:41Z | 2025-02-10T17:13:17Z | https://github.com/hyperspy/hyperspy/issues/3491 | [] | andreacicconardi94 | 1 |
mirumee/ariadne | api | 211 | Recommended way to wrap mutation in a transaction | What is the recommended way of wrapping a mutation in a transaction? I can think of 2 alternatives:
1. Create a middleware that detects if it is at the top of the mutation; if so, manage the transaction, otherwise pass through doing nothing.
2. Create a custom `graphql.ExecutionContext` that overrides the `execute_op... | closed | 2019-07-05T09:04:46Z | 2019-07-05T10:04:25Z | https://github.com/mirumee/ariadne/issues/211 | [] | alexchamberlain | 5 |
autogluon/autogluon | computer-vision | 3,904 | Issue with RandomForestMSE Running Over Time Limit | I've been using AutoGluon without any problems for a while. Recently, after I added some more columns to my dataset, I ran into a problem with the RandomForestMSE model. I had set the model to run for 14 hours using 20 CPUs and 1 GPU at full capacity, but it didn't finish even after waiting another 5 hours.
I tried ... | closed | 2024-02-06T03:43:40Z | 2025-01-08T19:36:07Z | https://github.com/autogluon/autogluon/issues/3904 | [
"module: tabular",
"bug: unconfirmed",
"Needs Triage"
] | sideshot | 1 |
aws/aws-sdk-pandas | pandas | 2,319 | IAM Authentication for RDS | My company is migrating away from having permanent credentials for RDS instances. Instead, they are considering using IAM Authentication to generate passwords, with `aws rds generate-db-auth-token` or something similar.
Before this, what I did was take credentials (which are hosted in AWS Parameter Store, we don't u... | closed | 2023-06-04T17:48:15Z | 2023-06-06T03:01:27Z | https://github.com/aws/aws-sdk-pandas/issues/2319 | [
"question"
] | m1hawkgsm | 2 |
plotly/dash-table | plotly | 723 | Header row overlaps Dropdown when fixed_rows is set | Hi all,
Here's a minimal example:
```python
import dash
import dash_core_components as dcc
import dash_html_components as html
import dash_table
app = dash.Dash(__name__, eager_loading=True)
app.layout = html.Div([
# Note that "one" isn't visible because the table header overlaps it
dcc.Dropdo... | open | 2020-03-18T15:29:29Z | 2021-11-01T16:31:50Z | https://github.com/plotly/dash-table/issues/723 | [] | kasparthommen | 5 |
onnx/onnxmltools | scikit-learn | 592 | How to write entirely new converter | We have GBM models written in C# using our proprietary algorithms and was wondering if it is possible to convert these to ONNX?
These models do not use any traditional framework as they are entirely written inhouse.
What would be required to write a converter for these? I cannot seem to find documentation on the... | closed | 2022-10-20T10:19:25Z | 2022-11-07T06:21:21Z | https://github.com/onnx/onnxmltools/issues/592 | [] | camer314 | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 931 | error test.py |
Hello.
I am working on pix2pix by creating my custom data.
In the middle of the process, I tried to test only the weight pulled.
Therefore, when test.py was configured by executing test data in the format 'facades', the following error occurred.
How can I solve it?
Thank you.
dataset [AlignedDataset] was crea... | closed | 2020-02-25T08:27:28Z | 2020-02-25T08:30:51Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/931 | [] | kimtaehyeong | 1 |
collerek/ormar | pydantic | 1,391 | `load_all()`/`select_related()` pydantic validation errors for ormar.JSON() field type | **Describe the bug**
When running `load_all()` or `select_related()` on model with foreign model with ormar.JSON() field, we see a pydantic validation error.
**To Reproduce**
```python
import asyncio
import databases
import ormar
import sqlalchemy
DATABASE_URL = "sqlite:///db.sqlite"
base_ormar_config = ... | open | 2024-08-03T15:31:06Z | 2025-01-08T15:37:57Z | https://github.com/collerek/ormar/issues/1391 | [
"bug"
] | dingxuanyao | 3 |
ymcui/Chinese-BERT-wwm | tensorflow | 232 | RoBERTa-wwm-ext-large ft的时候loss飞了 | lr:2e-5
batch_size:16

| closed | 2023-04-15T00:07:47Z | 2023-05-18T23:30:30Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/232 | [
"stale"
] | fword | 2 |
qubvel-org/segmentation_models.pytorch | computer-vision | 167 | Could someone share an example of multiclass segmentation? | Hi
I tried before but always failed in multi-class segmentation, the predicted mask is always empty. Could someone share an example of multi-class segmentation?
Thank you very much! | closed | 2020-03-13T07:00:53Z | 2022-02-04T07:34:47Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/167 | [
"Stale"
] | zhongqiu1245 | 8 |
alteryx/featuretools | data-science | 2,125 | Design doc for integration with SQL | - As a user of Featuretools, I want to create an EntitySet from a SQL database.
- An Entityset in Featuretools is like a database. It contains data type and relationships.
- For this issue, let's create a design doc. | closed | 2022-06-21T16:00:32Z | 2022-07-29T20:19:45Z | https://github.com/alteryx/featuretools/issues/2125 | [] | gsheni | 1 |
skypilot-org/skypilot | data-science | 4,140 | [Example] Make `rdvz` work with multi-node SkyPilot clusters | <!-- Describe the bug report / feature request here -->
rdvz fail to work with SkyPilot multi-node cluster (probably on k8s).
https://github.com/stas00/ml-engineering/blob/master/network/benchmarks/all_reduce_bench.py
<!-- If relevant, fill in versioning info to help us troubleshoot -->
_Version & Commit in... | open | 2024-10-22T07:06:57Z | 2024-12-19T23:08:34Z | https://github.com/skypilot-org/skypilot/issues/4140 | [
"P0"
] | Michaelvll | 1 |
FlareSolverr/FlareSolverr | api | 518 | [mteamtp] (updating) The cookies provided by FlareSolverr are not valid | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-09-20T11:04:49Z | 2022-09-21T03:22:54Z | https://github.com/FlareSolverr/FlareSolverr/issues/518 | [
"more information needed"
] | yjiawqgj | 4 |
sinaptik-ai/pandas-ai | data-science | 993 | File exists error when creating a `SmartDataframe` object | ### System Info
OS version: Ubuntu 20.04.6 LTS
Python version: 3.11.8
The current version of `pandasai` being used: 2.0.3
### 🐛 Describe the bug
Here is the code (simple flask API) that I'm using right now:
```python
# Route to get all books
@app.route('/run', methods=['POST'])
def run_pandasai():
data... | closed | 2024-03-04T15:06:35Z | 2024-03-07T18:54:46Z | https://github.com/sinaptik-ai/pandas-ai/issues/993 | [
"wontfix"
] | araghuvanshi-systango | 2 |
automl/auto-sklearn | scikit-learn | 965 | ConvergenceWarning while trainning | Hello,
auto-sklearn works great for my. But during training I often get messages like this:
```
/usr/local/lib/python3.6/dist-packages/sklearn/linear_model/_stochastic_gradient.py:557: ConvergenceWarning: Maximum number of iteration reached before convergence. Consider increasing max_iter to improve the fit.
Co... | open | 2020-09-26T15:41:57Z | 2021-11-17T10:50:02Z | https://github.com/automl/auto-sklearn/issues/965 | [
"enhancement"
] | medphisiker | 3 |
drivendataorg/erdantic | pydantic | 83 | Incompatible with Pydantic V2 | GitHub Actions workflow [tests #285](https://github.com/drivendataorg/erdantic/actions/runs/5433724070) failed.
Event: schedule
Branch: [main](https://github.com/drivendataorg/erdantic/tree/main)
Commit: [c094337c79029d3d6cc530748b5fb80a46d58ab0](https://github.com/drivendataorg/erdantic/commit/c094337c79029d3d6cc5307... | closed | 2023-07-02T00:07:12Z | 2025-03-11T13:32:14Z | https://github.com/drivendataorg/erdantic/issues/83 | [
"build failed"
] | github-actions[bot] | 1 |
ijl/orjson | numpy | 548 | orjson 3.10.15 release breaks installs due to missing dependency | Your most-recent release 3.10.15 just broke the installation procedure of OneTrainer and probably other software projects:
```
ollecting orjson>=3.2.1 (from fastapi[all]>=0.94.0->runpod==1.7.4->-r requirements-global.txt (line 45))
Using cached orjson-3.10.15.tar.gz (5.3 MB)
Installing build dependencies ... done
... | closed | 2025-01-18T16:49:26Z | 2025-01-18T18:18:52Z | https://github.com/ijl/orjson/issues/548 | [] | dxqbYD | 11 |
Avaiga/taipy | data-visualization | 1,608 | [🐛 BUG] Submit button unactive after data node lock | ### What went wrong? 🤔
When using a data node viewer and scenario viewer, editing the data node will lock the scenario and finishing the edition should unblock the possibility to submit the scenario.
However, the "Submit" button is still grey and inactive even it the edition has been done. Refreshing the scenari... | closed | 2024-07-30T10:05:20Z | 2024-10-03T13:37:32Z | https://github.com/Avaiga/taipy/issues/1608 | [
"Core",
"🖰 GUI",
"💥Malfunction",
"🟧 Priority: High"
] | FlorianJacta | 7 |
matterport/Mask_RCNN | tensorflow | 2,470 | How do I improve the mask prediction by Mask RCNN? | The bounding box and class prediction are okay but the masks are not. However, masks for the small objects are okay compared to large objects. The story is similar for other images as well. Here's my configurations:
RPN_ANCHOR_SCALES = (16, 32, 64, 128, 256)
TRAIN_ROIS_PER_IMAGE = 64
MAX_GT_INSTANCES = 50
P... | open | 2021-01-28T15:49:32Z | 2021-01-28T15:49:32Z | https://github.com/matterport/Mask_RCNN/issues/2470 | [] | BishwaBS | 0 |
tensorflow/tensor2tensor | machine-learning | 1,739 | t2t-decoder regression predictions | ### Description
I have several regression-based tasks that involve inferring a single scalar value from a block of text. I've created a new Problem class Text2RegressionProblem that's analogous to the existing Text2ClassProblem, but for problems where the output is a single scalar. I'm able to successfully train mod... | closed | 2019-11-07T22:58:12Z | 2019-11-14T21:46:07Z | https://github.com/tensorflow/tensor2tensor/issues/1739 | [] | gabegrand | 2 |
autogluon/autogluon | scikit-learn | 4,322 | feature importance all shows 0 under timerseries models | The following models are trained based on Autogluon Timeseries:
'Chronos':{'model_path': 'base'},
"DeepAR":{},
"DLinear":{},
"PatchTST":{},
"SimpleFeedForward":{},
"RecursiveTabular":{},
"DirectTabular":{},
"AutoETS":{},
... | closed | 2024-07-14T12:34:07Z | 2025-01-30T16:15:24Z | https://github.com/autogluon/autogluon/issues/4322 | [] | luochixq | 2 |
yeongpin/cursor-free-vip | automation | 71 | 遇到问题了 | 你好是这样的,原来注册好之后,他官方显示的是150和无限
然而,我用了一次之后
他就变成:
50 / 无限了
这是什么情况? | closed | 2025-02-16T13:28:38Z | 2025-02-19T07:09:32Z | https://github.com/yeongpin/cursor-free-vip/issues/71 | [] | duoduo666 | 8 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,540 | Color Discrepancies in Facial Restoration with ADetailer[Bug]: | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [X] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | open | 2024-10-08T08:42:53Z | 2024-10-23T02:33:10Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16540 | [
"bug-report"
] | guodong1994 | 1 |
tqdm/tqdm | jupyter | 1,270 | Cannot append elements to shell array while using tqdm | - [ ] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [ ] visual output bug
+ [x] Command-line unintentional behaviour
- [x] I have visited the [source website], and in particular
read the [known issues]
- [x] I have searched through the [issue tracker] for duplicates
- [x] I... | open | 2021-11-02T12:26:51Z | 2021-11-02T12:26:51Z | https://github.com/tqdm/tqdm/issues/1270 | [] | jakob1379 | 0 |
marcomusy/vedo | numpy | 1,187 | 2D images become non-pickable after changing cmap | Hi, I found a strange thing when running the spline_draw example.
Below is the officially provided code (vedo\examples\advanced\spline_draw.py) which works fine.

But when I changed the pic cmap to binary_r, I could no long... | closed | 2024-09-03T22:10:32Z | 2025-01-30T13:39:56Z | https://github.com/marcomusy/vedo/issues/1187 | [
"bug"
] | sudmat | 2 |
mwaskom/seaborn | data-visualization | 3,382 | sns.scatterplot | **_**hello,sir!
i find a question,When I customized the color range, I found through Searbon that it didn't follow my custom colors,the legend shows color is wrong
codeing:
merged_df1= pd.read_csv("C:\\Users\\Administrator\\Desktop\\data.csv")
plt.figure(figsize=(8.5, 8))
thresholds = [5,50,100,200]
colors = ['d... | closed | 2023-06-12T09:33:48Z | 2023-06-12T12:36:22Z | https://github.com/mwaskom/seaborn/issues/3382 | [] | gavinjzg | 2 |
horovod/horovod | deep-learning | 4,013 | Error install horovod with python 3.11.5 on macOS 11.3.1 | **Environment:**
1. Framework: TensorFlow
2. Framework version: 2.12.0
3. Horovod version: v0.28.1
4. MPI version:
5. CUDA version:
6. NCCL version:
7. Python version: 3.11.5
8. Spark / PySpark version:
9. Ray version: 2.9.0
10. OS and version: macOS 11.3.1
11. GCC version: 9.5.0
12. CMake version: 3.28.1
... | open | 2023-12-22T10:36:38Z | 2023-12-22T10:36:38Z | https://github.com/horovod/horovod/issues/4013 | [
"bug"
] | DriverSong | 0 |
ScrapeGraphAI/Scrapegraph-ai | machine-learning | 109 | Add verbosity flag to remove print statements | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The print statements make the outputs too verbose - it would be useful to optionally disable them using a flag
**Describe the solution you'd like**
A cl... | closed | 2024-04-29T19:48:45Z | 2024-04-30T15:00:16Z | https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/109 | [
"enhancement"
] | 0xj7r | 2 |
strawberry-graphql/strawberry | graphql | 3,413 | Surprising FIFO behaviour of lifecycle hooks | ## Describe the (maybe) Bug
I'm surprised that various lifecycle hooks (`on_operation`, `on_parse`, `on_validate`, `on_execute`) are completed in a FIFO fashion, rather than LIFO.
I would expect that if we're wrapping an operation with `on_operation` with 2 extension the following will happen (LIFO):
* First e... | closed | 2024-03-19T15:27:12Z | 2025-03-20T15:56:37Z | https://github.com/strawberry-graphql/strawberry/issues/3413 | [
"bug"
] | kkom | 2 |
tensorpack/tensorpack | tensorflow | 857 | model without input source. | Hi,
My model does not require input dataflow, All I need - to tick the steps.
How can I implement this? | closed | 2018-08-08T12:23:44Z | 2018-08-14T21:56:08Z | https://github.com/tensorpack/tensorpack/issues/857 | [
"usage"
] | mikeun | 1 |
jupyter-book/jupyter-book | jupyter | 1,940 | Issue on page /publish/gh-pages.html | In section on Github Actions - The example YAML refers to Master this needs to be changed to Main to reflect Github changes made to branch naming conventions. Needed for correct execution of workflow. | open | 2023-02-24T13:41:55Z | 2023-09-30T12:12:28Z | https://github.com/jupyter-book/jupyter-book/issues/1940 | [] | mfernandes61 | 2 |
automl/auto-sklearn | scikit-learn | 1,365 | `AutoML::fit_ensemble` with `ensemble_size =0` causes crash | It seems there is no validation on `fit_ensemble` when ensemble size is `0`, causing an issue to appear as seen in #1327 | closed | 2022-01-10T10:57:58Z | 2022-03-07T21:10:23Z | https://github.com/automl/auto-sklearn/issues/1365 | [
"Good first issue",
"maintenance"
] | eddiebergman | 4 |
clovaai/donut | computer-vision | 212 | No answer in docVQA | I tried the inference of docVQA, but I don't get any answers. There is only question in output. | open | 2023-06-14T13:22:58Z | 2023-06-14T13:22:58Z | https://github.com/clovaai/donut/issues/212 | [] | GingL | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.