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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
facebookresearch/fairseq | pytorch | 5,439 | nllb 3.3B translate from Chinese to Japanese got: () () () () () () () () () () () () () | **nllb 3.3B** translate from Chinese to Japanese got: () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () ) () () ) () () ) () () () () () () () () () () () () ()
**source_text:** 哈哈哈哈哈 说的什么玩意儿呀 这个声音太尖了 耳朵有点受不了哎
**trans... | open | 2024-02-07T08:05:52Z | 2024-02-07T08:05:52Z | https://github.com/facebookresearch/fairseq/issues/5439 | [
"bug",
"needs triage"
] | micronetboy | 0 |
ydataai/ydata-profiling | data-science | 1,280 | 179 Broken Links Found on Docs Pages | ### Current Behaviour
Found 179 broken links across 123 docs pages
### Expected Behaviour
200 OK
### Data Description
[1](https://github.com/ydataai/pandas-profiling/actions/workflows/tests.yml)
[2](https://github.com/ydataai/pandas-profiling/releases)
[3](https://github.com/ydataai/pandas-profiling/blob/maste... | open | 2023-03-10T00:54:53Z | 2023-03-13T21:49:40Z | https://github.com/ydataai/ydata-profiling/issues/1280 | [
"information requested ❔"
] | k3agan | 0 |
nvbn/thefuck | python | 1,372 | App just hangs when invoking | `thefuck` just hangs and does nothing when trying to use.
The output of `thefuck --version` (something like `The Fuck 3.1 using Python
3.5.0 and Bash 4.4.12(1)-release`):
```
➜ ~ fuck -v
The Fuck 3.32 using Python 3.11.2 and ZSH 5.8.1
```
Your system (Debian 7, ArchLinux, Windows, etc.):
```
Ubuntu 22... | open | 2023-04-11T15:41:04Z | 2025-01-18T04:51:15Z | https://github.com/nvbn/thefuck/issues/1372 | [] | cquick01 | 4 |
sktime/pytorch-forecasting | pandas | 1,707 | [MNT] numpy 2 compatible release | Hi,
In August numpy 2 support was added in #1599, but this hasn't been released to pypi yet - 1.1.1 came out in September.
Please could a version of pytorch-forecasting be released with that change in?
Thanks,
Tom | closed | 2024-11-01T08:04:07Z | 2024-11-19T17:29:44Z | https://github.com/sktime/pytorch-forecasting/issues/1707 | [
"maintenance",
"release"
] | tmct | 4 |
pbugnion/gmaps | jupyter | 304 | Adding text, for instance driving distance on directions | Hello and thank you for an awesome package!
Does anyone know of any ways of adding text / textbox to a specific longitude latitude?
Any pointers welcome, I have been looking into the symbols functionality, but that seems limited to drawing contours & lines :) | open | 2019-05-22T14:31:25Z | 2019-05-28T15:57:22Z | https://github.com/pbugnion/gmaps/issues/304 | [] | Twizzledrizzle | 1 |
apachecn/ailearning | scikit-learn | 468 | ApacheCN - Ml 第三届选举 (2019-01-01) | 大家有 *想继续留任* 或者 *想自我推荐* 的管理员,可以回复自己在群的:QQ + 昵称 + 擅长点
我们会进行选择,要求:(任意一个就行 《本次选 top10》)
1. 会装逼
2. 技术叼
3. 想法多
4. 热心肠
5. 话多,但是会有内涵的开车
6. 问题多
---
期待你的加入,试用期2个月
| closed | 2018-11-26T05:59:35Z | 2022-05-30T18:13:09Z | https://github.com/apachecn/ailearning/issues/468 | [
"Gitalk",
"cc1b7ee73a7a74b956648cb82d672c1e"
] | jiangzhonglian | 5 |
paperless-ngx/paperless-ngx | machine-learning | 7,406 | [BUG] Same as already closed bug report | ### Description
As in https://github.com/paperless-ngx/paperless-ngx/issues/776
I have exactly the same problem, but it's a monthly recuring PDF I get, which should be automatically proccesed.
It's a credit card bill from barclay card germany.
My installation is installed on proxmox with ttecks lxc paperless scri... | closed | 2024-08-07T06:23:58Z | 2024-09-07T03:03:52Z | https://github.com/paperless-ngx/paperless-ngx/issues/7406 | [
"duplicate",
"not a bug"
] | Stephan-4711 | 3 |
tensorlayer/TensorLayer | tensorflow | 229 | DCGAN running error: An error ocurred while starting the kernel | I try to run the DCGAN sample code(https://github.com/zsdonghao/tensorlayer) and meet a error at line 125:
_`errG, _ = sess.run([g_loss, g_optim], feed_dict={z: batch_z})`_
The error message on red background is
_"`An error ocurred while starting the kernel`"_
Among these error message there is a passage:
_... | closed | 2017-11-05T10:06:20Z | 2018-02-14T03:31:00Z | https://github.com/tensorlayer/TensorLayer/issues/229 | [] | wqnow | 1 |
python-gino/gino | sqlalchemy | 56 | Error when create record in Sanic | * GINO version: 0.5.0
* Python version: 3.6.2
* Operating System: Ubuntu 14.04
### Description
Error to create record in Sanic after upgraded to version 0.5.0
### What I Did
```
@bp.post('/users')
async def add_new_user(request):
new_obj = request.json #dict
u = await User.create(**new_obj)
... | closed | 2017-09-05T09:07:48Z | 2017-09-06T02:10:59Z | https://github.com/python-gino/gino/issues/56 | [
"question",
"wontfix"
] | jonahfang | 10 |
JoshuaC215/agent-service-toolkit | streamlit | 88 | Runtime Crash need help. |
```
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/Users/huangdon/Documents/AgentCenter/.venv/lib/python3.10/site-packages/starlette/responses.py", line 265, in __call__
await wrap(partial(self.listen_for_disconnect, receive))
File "/Users/huangdon/Documents/AgentCent... | closed | 2024-11-13T08:32:04Z | 2024-11-15T16:28:42Z | https://github.com/JoshuaC215/agent-service-toolkit/issues/88 | [] | doncat99 | 5 |
HIT-SCIR/ltp | nlp | 520 | ltp = LTP()时报错 | 
为啥会报这个错误呢? | closed | 2021-06-28T08:36:26Z | 2023-02-05T17:17:13Z | https://github.com/HIT-SCIR/ltp/issues/520 | [] | chenjie97 | 13 |
jupyter-book/jupyter-book | jupyter | 2,180 | Warn users about PDF builds changing the non-PDF HTML build | Thanks for the awesome work in this project! I noticed that when using `jupyter-book build mybookname/ --builder pdfhtml` that the HTML build is also changed to display all content on a single HTML page. In my scenario I built the HTML content, then built the PDF as a way to reference the content from a link on the sam... | open | 2024-07-26T21:06:50Z | 2024-07-26T21:07:07Z | https://github.com/jupyter-book/jupyter-book/issues/2180 | [] | d33bs | 0 |
httpie/cli | api | 903 | Can order between JSON and files be controlled in multipart form? | I'm wondering if the order between JSON fields and file attachments can be controlled.
I need to test my api by having files come before JSON data in the stream. It seems that httpie always sends JSON first and then files. | closed | 2020-04-24T11:36:08Z | 2020-09-28T12:08:12Z | https://github.com/httpie/cli/issues/903 | [] | msageryd | 5 |
Textualize/rich | python | 3,619 | Simple nested progress bars | I was wondering if there were any current efforts to support nested for loops like how `tqdm` does? Using `track` throws an error: `rich.errors.LiveError: Only one live display may be active at once`.
I quickly hacked together the following `tqdm_track` function to showcase the functionality that would be convenient f... | open | 2025-01-26T01:02:54Z | 2025-03-03T02:37:30Z | https://github.com/Textualize/rich/issues/3619 | [] | Sourish07 | 2 |
NullArray/AutoSploit | automation | 492 | Unhandled Exception (38bb28ff2) | Autosploit version: `3.0`
OS information: `Linux-4.19.0-kali1-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Running context: `autosploit.py`
Error meesage: `global name 'Except' is not defined`
Error traceback:
```
Traceback (most recent call):
File "/root/Downloads/Auto_Sploit/autosploit/main.py", line 113, in ma... | closed | 2019-02-19T14:25:57Z | 2019-03-03T03:30:31Z | https://github.com/NullArray/AutoSploit/issues/492 | [] | AutosploitReporter | 0 |
recommenders-team/recommenders | machine-learning | 2,141 | Is the 'mrr_score' implementation correct? | Hi,
I was recently using the ```mrr_score``` implementation ([link](https://github.com/recommenders-team/recommenders/blob/4f86e4785337d455aa3cb7e8920c3fab9a2a0140/recommenders/models/deeprec/deeprec_utils.py#L447)):
```
def mrr_score(y_true, y_score):
"""Computing mrr score metric.
Args:
y... | open | 2024-08-10T23:10:39Z | 2024-08-12T14:57:50Z | https://github.com/recommenders-team/recommenders/issues/2141 | [
"enhancement"
] | johanneskruse | 1 |
ionelmc/pytest-benchmark | pytest | 193 | machine_info['cpu'] become always unknown | Because dependnecy py-cpuinfo v6.0.0 changed API
https://github.com/workhorsy/py-cpuinfo/pull/123/files
`machine_info['cpu']['brand']` `machine_info['cpu']['vendor_id']` and `machine_info['cpu']['hardware']` become always `unknown` value.
Here is the citation from py-cpuinfo/README.md
Raw Fields
-----
The... | closed | 2021-02-18T04:55:33Z | 2021-03-11T18:48:39Z | https://github.com/ionelmc/pytest-benchmark/issues/193 | [] | miurahr | 8 |
facebookresearch/fairseq | pytorch | 5,369 | Error when running fairseq data2vec example | ## 🐛 Bug
```
Traceback (most recent call last):
File "/home/odin/dev/nlp-swe/swedish_nlp_datasets/fairseq/fairseq_cli/hydra_train.py", line 10, in <module>
import hydra
File "/home/odin/.pyenv/versions/fairseq/lib/python3.11/site-packages/hydra/__init__.py", line 5, in <module>
from hydra import ut... | open | 2023-11-06T21:20:05Z | 2023-11-27T23:50:20Z | https://github.com/facebookresearch/fairseq/issues/5369 | [
"bug",
"needs triage"
] | FilipAndersson245 | 1 |
joouha/euporie | jupyter | 38 | Command palette takes a long time to load | I'm on the `dev` branch, and Fedora Workstation 36 with Python 3.10.7.
```
$ jupyter --version
Selected Jupyter core packages...
IPython : 8.5.0
ipykernel : 6.15.3
ipywidgets : 8.0.2
jupyter_client : 7.3.5
jupyter_core : 4.11.1
jupyter_server : 1.18.0
jupyterlab : 3.4.8
... | closed | 2022-10-15T18:09:15Z | 2022-11-30T11:35:39Z | https://github.com/joouha/euporie/issues/38 | [] | raffaem | 2 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,311 | [Bug]: fetch-pack: unexpected disconnect while reading sideband packet | ### Checklist
- [X] 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 before... | open | 2024-03-18T20:14:58Z | 2024-04-17T15:16:14Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15311 | [
"bug-report"
] | Kerzemann | 2 |
thp/urlwatch | automation | 51 | Warn when user has POSIX locale and suggest using UTF-8 instead | If the system locale is set to POSIX (or C), then some features won't work properly. Suggest to the user that they set the environment to UTF-8 (or fallback to UTF-8 in any case?).
| closed | 2016-02-16T15:06:31Z | 2020-07-10T13:00:39Z | https://github.com/thp/urlwatch/issues/51 | [] | thp | 2 |
dask/dask | pandas | 11,730 | cupy: `__setitem__` with int array index fails when chunked | `x.__setitem__(idx, )`, where x is a dask array with cupy meta and idx is a dask array of integers, returns incorrect results when there are multiple chunks:
```python
def test_setitem_1d():
x = cupy.arange(10)
idx = cupy.asarray([2, 3])
dx = da.from_array(x.copy(), chunks=(5,))
x[idx,] = -1
dx[da... | open | 2025-02-07T11:46:23Z | 2025-03-17T02:05:02Z | https://github.com/dask/dask/issues/11730 | [
"needs attention",
"needs triage"
] | crusaderky | 1 |
falconry/falcon | api | 2,363 | Fix Firefox E2E CI gate | It seems that something has got broken recently, so we had to disable these E2E tests on Firefox.
Was it Firefox 131.0, or anything in SeleniumBase? Or simply an issue with a new default GitHub Actions Ubuntu image?
You can find an example of a failed CI run here: https://github.com/falconry/falcon/actions/runs/112... | open | 2024-10-09T16:39:27Z | 2025-03-18T20:19:01Z | https://github.com/falconry/falcon/issues/2363 | [
"needs contributor",
"maintenance"
] | vytas7 | 8 |
tensorflow/tensor2tensor | deep-learning | 1,653 | problem with downloading data (t2t-datagen) for English to Spanish ( translate_enes_wmt32k) | ### Description
Hello! Thanks for adding en-es module and making it available!
I have ran into an issue when I tried to download data using 't2t-datagen' command.
It seems the data for translate_enes_wmt32k is not downloaded when using t2t-datagen command.
It works when i use translate_ende_wmt32k.
Some... | open | 2019-08-08T07:36:29Z | 2019-09-02T22:45:40Z | https://github.com/tensorflow/tensor2tensor/issues/1653 | [] | iamyihwa | 4 |
huggingface/transformers | deep-learning | 36,379 | Add EVEv2 : an Encoder-free VLM | ### Model description
Hi,
EVEv2 is an encoder-free VLM that achieves great results in its category.
It is based on Qwen2.
If no one is already working on this, I'd like to take this as an opportunity to get more familiar with VLM's
### Open source status
- [x] The model implementation is available
- [x] The model w... | open | 2025-02-24T21:00:58Z | 2025-03-04T09:04:14Z | https://github.com/huggingface/transformers/issues/36379 | [
"New model"
] | sbucaille | 2 |
deepspeedai/DeepSpeed | deep-learning | 6,955 | [REQUEST] FPDT backward test | Hi, I am testing FPDT feature with unit test under tests/unit/sequence_parallelism/test_ulysses.py. It seems no backward test, only the forward test. Could you please consider adding a backward test? Thanks! | open | 2025-01-16T06:42:47Z | 2025-01-21T18:18:16Z | https://github.com/deepspeedai/DeepSpeed/issues/6955 | [
"enhancement"
] | YizhouZ | 4 |
nolar/kopf | asyncio | 903 | Can adopt be used for objected created in a different namespace their owner? | ### Keywords
adopt
### Problem
I have a controller which lives in a namespace and created objects in a different namespace. I would like to make sure that these objects get automatically deleted when the owner is removed too. But as the owner and its children live in different namespaces, it seems this doesn't work?... | closed | 2022-03-08T13:36:30Z | 2022-03-10T12:54:55Z | https://github.com/nolar/kopf/issues/903 | [
"question"
] | Lawouach | 2 |
keras-rl/keras-rl | tensorflow | 304 | how to implement A2C based DDPG? | i tired to transfer this code into A2C algorithm and i firstly changed the actor‘s loss just like
the shoot blow:

but i got that error soon:
 for tensor subclassing and the [example](https://pytorch.org/docs/stable/generated/torch... | open | 2025-03-22T00:49:20Z | 2025-03-24T18:34:12Z | https://github.com/pytorch/pytorch/issues/149788 | [
"triaged",
"tensor subclass",
"module: functorch"
] | hchau630 | 4 |
mirumee/ariadne | graphql | 1,000 | Using middlewares with ASGI GraphQL as documented doesn't work | Adding Middlewares to ASGI GraphQL as documented in https://ariadnegraphql.org/docs/middleware#custom-middleware-example doesn't work.
This is the example from docs at the time of writing this issue:
```python
from ariadne.asgi import GraphQL
from ariadne.asgi.handlers import GraphQLHTTPHandler
from graphql im... | closed | 2022-12-21T14:08:08Z | 2023-01-20T11:35:47Z | https://github.com/mirumee/ariadne/issues/1000 | [
"bug",
"docs"
] | blazewicz | 2 |
Miserlou/Zappa | django | 1,563 | update/deploy fails deployment check on non-WSGI application | ## Context
When doing `zappa depoy` or `zappa update` I receive an error like this:
```
Error: Warning! Status check on the deployed lambda failed. A GET request to '/' yielded a 500 response code.
```
From the server I can get the following traceback:
```
[1531440426124] 'NoneType' object is not callable
[15... | open | 2018-07-13T00:24:08Z | 2020-06-18T23:20:52Z | https://github.com/Miserlou/Zappa/issues/1563 | [] | jwkvam | 3 |
pydantic/pydantic-ai | pydantic | 647 | choose provider when using service aggregators like Openrouter | For the same model, Openrouter ofter got different providers and depending on provider the context could be 8K or 131K, so the ability to choose the actual provider when using OpenAI API with Openrouter is important.
Does anyone know how I can specify it? Thanks
https://openrouter.ai/docs/requests | closed | 2025-01-09T00:39:36Z | 2025-01-09T16:20:39Z | https://github.com/pydantic/pydantic-ai/issues/647 | [
"model settings"
] | kuatroka | 3 |
flasgger/flasgger | rest-api | 112 | YAML Configuration | I am new to **flasgger** and was going through the repo and some examples. I need to make a POST request handler config file. Below mentioned link has a POST request and fits my use-case perfectly.
Could you please help me out with it's YAML Config file
http://flasgger-rochacbruno.rhcloud.com/apidocs/index.html | closed | 2017-06-19T07:23:09Z | 2017-06-25T14:38:18Z | https://github.com/flasgger/flasgger/issues/112 | [] | prakhar21 | 1 |
coqui-ai/TTS | pytorch | 2,568 | [Feature request] Need the list of TTS model that with supported languages for example russian | closed | 2023-05-01T09:54:40Z | 2023-05-01T09:59:48Z | https://github.com/coqui-ai/TTS/issues/2568 | [
"feature request"
] | Diyago | 1 | |
automagica/automagica | automation | 16 | How to extract data from pdf files? | Thinking of invoice data capture. | closed | 2018-08-06T14:05:03Z | 2018-08-10T06:24:52Z | https://github.com/automagica/automagica/issues/16 | [] | Ernesto-Valdes | 2 |
jmcarpenter2/swifter | pandas | 136 | Can't use swifter with huggingface/datasets | Depdendency chains:
* swifter -> modin -> pyarrow<0.16
* datasets -> pyarrow>=0.17
Is it possible to make the `modin` dependency optional? | closed | 2020-10-21T15:52:26Z | 2022-07-07T17:05:13Z | https://github.com/jmcarpenter2/swifter/issues/136 | [] | scribu | 2 |
tensorflow/tensor2tensor | machine-learning | 1,181 | AttributeError: 'HParams' object has no attribute 'modality' | I’m just trying to run the example in the readme at https://github.com/MostafaDehghani/bAbI-T2T but it’s giving the error. How can we fix that? Thank you.
```
t2t-trainer \
--t2t_usr_dir=~/bAbI-T2T/t2t_usr_dir \
--tmp_dir=~/babi_data/tmp \
--data_dir=~/babi_data/data \
--output_dir=~/babi_data/output \... | closed | 2018-10-30T23:52:38Z | 2018-11-01T13:09:13Z | https://github.com/tensorflow/tensor2tensor/issues/1181 | [] | artabc | 0 |
darrenburns/posting | rest-api | 48 | Request body is saved in a non human-readable format when it contains special characters | Hello and thank you for creating this tool, it looks very promising! The overall experience has been good so far, but I did notice an issue that's a bit inconvenient.
I've created a `POST` request which contains letters with diacritics in the body, such as this one:
```json
{
"Hello": "There",
"Hi": "Čau"
... | closed | 2024-07-19T08:54:53Z | 2024-07-19T20:02:11Z | https://github.com/darrenburns/posting/issues/48 | [] | MilanVasko | 0 |
luispedro/mahotas | numpy | 96 | Zernike moments - Getting wiered values after above 20 degree | Trying to extract ZM from two images and compare them with opencv norm function to measure similarity,
It works well for below 20 Degree but it doesn't capture detail information of images so for some images i am getting wrong similarity.
I tried to increase Degree to 60 Degree and found out that same image from ... | open | 2018-07-09T10:46:35Z | 2022-12-08T08:36:55Z | https://github.com/luispedro/mahotas/issues/96 | [] | sanctusin | 5 |
dask/dask | scikit-learn | 11,406 | unable to compute dataframe after sorting |
**Describe the issue**:
unable to compute dataframe after sorting
**Minimal Complete Verifiable Example**:
```python
import time
async with Client(asynchronous=True) as client:
print(client)
df = dd.read_csv('train.csv',dtype={'Alley': 'object',
'PoolQC': 'object'})
print(df.npartitions)... | closed | 2024-09-23T23:23:08Z | 2024-10-10T17:02:47Z | https://github.com/dask/dask/issues/11406 | [
"needs info"
] | Cognitus-Stuti | 2 |
openapi-generators/openapi-python-client | fastapi | 538 | Bug on parsing config.yml file | We upgrade the version from 0.10.5 to 0.10.7
While we trying to generate a client with a config file the process failed
`openapi-python-client generate --url=http://localhost:8000/latest/openapi.json --config=config.yml`
```
Usage: openapi-python-client generate [OPTIONS]
Error: Invalid value: Unable to pars... | closed | 2021-11-16T14:53:24Z | 2021-12-16T01:35:36Z | https://github.com/openapi-generators/openapi-python-client/issues/538 | [
"🐞bug"
] | motybz | 6 |
PaddlePaddle/models | nlp | 4,784 | CycleGAN预测时argparse的部分参数无效 | ### 在AI Studio运行
- 截图(无法运行)


 -------with this code raise error:
**Please check the system service:Can't load plugin: sqlalchemy.dialects:clickhouse.**
... | closed | 2022-06-13T09:45:58Z | 2022-11-05T11:31:46Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/179 | [] | flyly0755 | 4 |
pydantic/pydantic-ai | pydantic | 275 | Is it possible to activate json_mode when using openai? | I couldn't find info in the docs regarding openai's json_mode. Is it possible to activate it when using openai as the model for an agent?
Thanks! | closed | 2024-12-16T16:28:21Z | 2024-12-31T14:06:35Z | https://github.com/pydantic/pydantic-ai/issues/275 | [
"question",
"Stale"
] | arjuna-dev | 4 |
modelscope/modelscope | nlp | 1,274 | 公司网络策略无法访问外网,请问是否支持内网私服代理下载模型? | closed | 2025-03-19T08:12:52Z | 2025-03-19T12:22:11Z | https://github.com/modelscope/modelscope/issues/1274 | [] | iliuxudong | 0 | |
keras-team/keras | pytorch | 20,381 | UnboundLocalError: cannot access local variable 'weights_store' where it is not associated with a value | ```
System: Ubuntu 22.04.5 LTS on WSL 2
CUDA Version: 12.7
Driver Version: 565.90
tf_nightly 2.19.0.dev20241017
keras-nightly 3.6.0.dev2024101603
```
Hi! I want to interfere with a `tensorflow` and `keras` ytained model but I get this error I cannot find anywhere:
```
(sbb_... | closed | 2024-10-18T18:08:11Z | 2025-03-05T03:49:08Z | https://github.com/keras-team/keras/issues/20381 | [
"type:Bug"
] | johnlockejrr | 4 |
s3rius/FastAPI-template | graphql | 97 | Add loguru logging | Loguru is an easy to use and configure logger.
I would be super nice to have it in a template. | closed | 2022-07-05T20:40:35Z | 2022-07-07T17:48:46Z | https://github.com/s3rius/FastAPI-template/issues/97 | [] | s3rius | 0 |
aeon-toolkit/aeon | scikit-learn | 2,681 | [ENH] Improve `_check_params` method in `_k_means.py` and `_k_medoids.py` | ### Describe the feature or idea you want to propose
Right now there is no `else` condition in the `_check_params` function if the self.init is a string.
```python
def _check_params(self, X: np.ndarray) -> None:
self._random_state = check_random_state(self.random_state)
if isinstance(self.init, str):... | open | 2025-03-23T15:19:20Z | 2025-03-23T15:21:43Z | https://github.com/aeon-toolkit/aeon/issues/2681 | [
"enhancement",
"clustering"
] | tanishy7777 | 0 |
ading2210/poe-api | graphql | 194 | 10 free message per day | Hello, in your README.md you wrote
"Note that, on free accounts, Claude+ (a2_2) has a limit of 3 messages per day and GPT-4 (beaver) has a limit of 1 message per day. Claude-instant-100k (c2_100k) is completely inaccessible for free accounts. For all the other chatbots, **there seems to be a rate limit of 10 messag... | closed | 2023-07-24T16:08:21Z | 2023-07-26T09:34:01Z | https://github.com/ading2210/poe-api/issues/194 | [
"question"
] | RamyGomaa | 24 |
piskvorky/gensim | data-science | 2,848 | Consider: dropping custom SaveLoad in favor of Pickle v.5 or joblib.dump? | [PEP 574](https://www.python.org/dev/peps/pep-0574/) defines pickle-version-5, which supports alternate serialization of things like large numpy arrays. It's natively available in Python 3.8, with a PyPI backport [pickle5](https://pypi.org/project/pickle5/) that works in 3.5, 3.6, and 3.7.
I'm not yet certain it a... | open | 2020-05-26T16:28:49Z | 2021-03-11T08:07:17Z | https://github.com/piskvorky/gensim/issues/2848 | [
"difficulty hard",
"breaks backward-compatibility",
"housekeeping"
] | gojomo | 2 |
slackapi/python-slack-sdk | asyncio | 980 | API document hosting | I started working on API document generation in Bolt for Python project: https://github.com/slackapi/bolt-python/pull/263
We may want to add the similar one in this project too. To use the same library for webpage generation, we need to update some docstring to use Google style, not reStructuredText markup. Currentl... | closed | 2021-03-20T00:26:45Z | 2021-03-24T07:13:10Z | https://github.com/slackapi/python-slack-sdk/issues/980 | [
"docs",
"rtm-client",
"web-client",
"Version: 3x",
"oauth",
"socket-mode",
"scim-client",
"audit-logs-client"
] | seratch | 0 |
explosion/spaCy | data-science | 13,668 | Python 3.12 support in conda | <!-- NOTE: For questions or install related issues, please open a Discussion instead. -->
Hi Team, we are trying to support AutoGluon in Python 3.12 on Conda, but `spaCy`, as one of our dependencies, does not seem to support python 3.12 on Conda yet. Do you have recent plans to add it? Your assistance is much apprecia... | open | 2024-10-18T15:30:19Z | 2025-01-20T10:34:44Z | https://github.com/explosion/spaCy/issues/13668 | [] | suzhoum | 1 |
vitalik/django-ninja | pydantic | 1,350 | [BUG] Using PGVector's VectorField while using ModelSchema's causes an error | **Describe the bug**
I have a django-ninja app, which is fully working and operational. Some of my schemas are based on `ModelSchema` for convinience.
Today, I tried adding to an abstract class the `pgvector.django.VectorField` and when trying to `makemigrations` the command fails with a traceback that indicates that... | closed | 2024-12-05T11:40:43Z | 2024-12-06T17:01:33Z | https://github.com/vitalik/django-ninja/issues/1350 | [] | eliorc | 2 |
litestar-org/litestar | asyncio | 3,020 | Enhancement: Allow customizing `HTTPException` content in OpenAPI spec | ### Summary
How `HTTPException`s get into OpenAPI spec is done is in https://github.com/litestar-org/litestar/blob/14759558cf231c61049fdd5b65a39eccb8841616/litestar/_openapi/responses.py#L280-L285
The fields written (`status_code`, `detail`, `extra`) is hard-coded there.
Allow generating the schema from a call... | open | 2024-01-24T09:53:23Z | 2025-03-20T15:54:22Z | https://github.com/litestar-org/litestar/issues/3020 | [
"Enhancement"
] | tuukkamustonen | 1 |
RomelTorres/alpha_vantage | pandas | 63 | Add request timeout argument | Hello Romel,
The api calls have no request timeout set, and alpha vantage tends to timeout or cease to function on the weekends, my programs running every minute get stuck.
I would like the possibility to set a timeout for all calls, and in any case i would at least set the default to a reasonnable 30 or 60s instead ... | closed | 2018-04-22T06:46:23Z | 2018-06-13T14:23:27Z | https://github.com/RomelTorres/alpha_vantage/issues/63 | [] | ecourreges | 4 |
mwaskom/seaborn | data-visualization | 3,650 | Doubts about using two types of graphics to draw simultaneously | When I use two different functions to plot, using the same data, different functions result in different graphs. May I ask why? Thank you in advance!I use seaborn 0.13
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
import seaborn.objects as so
sns.set('paper','ticks... | closed | 2024-03-09T08:43:19Z | 2024-03-09T16:48:33Z | https://github.com/mwaskom/seaborn/issues/3650 | [] | z626093820 | 2 |
matplotlib/mplfinance | matplotlib | 217 | OHLC Bar Coloring - Not based on Increasing / Decreasing Bars | I am running a BackTest to simulate equity from a given trading strategy. We are using MPLFinance to plot the OHLC Bars of the stock we are trading. Our project requires OHLC Bars to be colored based on the trade taken at a given index. For example, if the strategy recommends a Buy order at market open, we would lik... | open | 2020-07-16T18:15:14Z | 2023-04-11T07:09:42Z | https://github.com/matplotlib/mplfinance/issues/217 | [
"enhancement",
"question"
] | crossjbeer | 2 |
HIT-SCIR/ltp | nlp | 309 | 关于对古文的支持 | 您好,今天看到了这个,感觉是个很有意思的东西。作为一个在古文行业从业的程序员,想问下,这个对古文的效果怎么样?如果能对古文支持,感觉会有很大作用。 | closed | 2018-05-28T08:24:32Z | 2020-06-25T11:19:47Z | https://github.com/HIT-SCIR/ltp/issues/309 | [] | JvCrystal | 1 |
thtrieu/darkflow | tensorflow | 920 | Inconsistent prediction for the tiny-yolo-voc-1c.meta file | I have trained the model for 18000 steps (around 4000 epochs) for 125 images with error rate 0.0000003487 .I got the meta file in ckpt folder. But when i try to predict with the image(image from training dataset),it did not predict the output as expected and also upon running multiple times it producing the inconsiste... | open | 2018-10-13T10:58:40Z | 2018-10-13T10:58:40Z | https://github.com/thtrieu/darkflow/issues/920 | [] | balajimasilamai | 0 |
mljar/mercury | data-visualization | 330 | Set widget value from code | Please consider a new feature of setting a widget value from code. The example use case might be a set of buttons that after click set default values for other widgets. | open | 2023-07-03T11:28:09Z | 2023-07-03T11:28:09Z | https://github.com/mljar/mercury/issues/330 | [] | pplonski | 0 |
tensorlayer/TensorLayer | tensorflow | 1,051 | Need new feature: model visualization | The function "plot_model" in keras.until which will plot a graph of the model and save it to a file is really useful, especially when you want to look at the model you just built or when you are not sure about the i/o shape of a layer.
The graph of the model is also very nice(maybe?) and it can make the beginners of ... | closed | 2019-12-09T16:44:39Z | 2021-01-06T01:45:23Z | https://github.com/tensorlayer/TensorLayer/issues/1051 | [
"help_wanted"
] | costrice | 6 |
scikit-image/scikit-image | computer-vision | 7,449 | Explore optimization of `remove_objects_by_distance` with sparse.coo_matrix | As suggested by @jni in https://github.com/scikit-image/scikit-image/pull/4165#discussion_r1635901391, it might be possible to update `skimage.morphology.remove_objects_by_distance` by constructing a coo matrix and its csr matrix mapping to efficiently remove objects. Investigate! | open | 2024-06-19T12:46:39Z | 2025-01-10T02:40:32Z | https://github.com/scikit-image/scikit-image/issues/7449 | [
":chart_with_upwards_trend: type: Performance",
":question: Needs info",
":sleeping: Dormant"
] | lagru | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 695 | PixelDiscriminator should not use bias in Convolution layer with BatchNorm layer | In `PixelDiscriminator` in `network.py`, the code about `use_bias` is incorrect.
The correct code should be same as the one in `NLayerDiscriminator`.
```python
if type(norm_layer) == functools.partial: # no need to use bias as BatchNorm2d has affine parameters
use_bias = norm_layer.func != ... | closed | 2019-07-09T08:09:35Z | 2019-07-09T18:08:53Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/695 | [] | kevinptt0323 | 1 |
TencentARC/GFPGAN | pytorch | 16 | landmark | 请问下,预训练里面的landmark里面的眼睛,嘴巴的三个坐标分别代表什么,我想在自己训练集上训练,所以要重新生成这个landmark,谢谢 | closed | 2021-07-09T07:55:30Z | 2021-07-21T02:25:52Z | https://github.com/TencentARC/GFPGAN/issues/16 | [] | ZZFanya-DWR | 2 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 652 | 训练权重问题 | 作者好,我是按照您的讲解进行的代码训练,数据集也是用的DUTS官方数据集,为什么每次训练保存的权重都是504M
| closed | 2022-10-04T07:15:45Z | 2022-10-08T13:56:12Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/652 | [] | Zrs1171757736 | 1 |
simple-login/app | flask | 1,535 | Disposition-Notification-To header and expires headers are lost | ## Prerequisites
- [X] I have searched open and closed issues to make sure that the bug has not yet been reported.
## Bug report
**Describe the bug**
When asking for return receipt in Thunderbird, i never receive it (it seems Disposition-Notification-To header is lost, same for header expires)
**Expected beh... | open | 2023-01-15T10:33:13Z | 2023-01-15T10:33:13Z | https://github.com/simple-login/app/issues/1535 | [] | cool59 | 0 |
d2l-ai/d2l-en | pytorch | 2,502 | An Unneeded Semicolon and an Advise in Chapter 3.2.1 | 
#### In the picture, there's a semicolon at the end of line 2 which doesn't need to be used in python.
#### Besides, in special conditions, d2l couldn't display the diagram. Adding some code would fix it:
#### `d2l.plt.sh... | closed | 2023-05-28T10:15:16Z | 2023-05-29T22:02:59Z | https://github.com/d2l-ai/d2l-en/issues/2502 | [
"question"
] | Cwulaek | 1 |
sinaptik-ai/pandas-ai | pandas | 1,444 | Safety check implemented incorrectly | ### System Info
OS version: Latest MacOS
Python version: 3.9
The current version of pandasai being used: 2.4.0
### 🐛 Describe the bug
The [current safety check](https://github.com/Sinaptik-AI/pandas-ai/blob/b809841a26d0b71a91d20a65bfcdb0a61e97beea/pandasai/safe_libs/base_restricted_module.py#L8) seems to be check... | closed | 2024-12-03T23:15:57Z | 2025-03-21T12:57:29Z | https://github.com/sinaptik-ai/pandas-ai/issues/1444 | [
"bug"
] | rhiever | 7 |
HumanSignal/labelImg | deep-learning | 354 | Addind text caption to every image | Hello,
Thank you for this great app.
I want to use this to label some images that need a caption to help the annotator.
My folder structure is like this :
|---- folder 1
| ||-- img1.png
| ||-- img2.png
| ||-- caption.txt
|----folder 2
| ||-- img3.png
| ||-- img4.png
| ... | open | 2018-08-17T09:58:51Z | 2018-11-12T18:38:40Z | https://github.com/HumanSignal/labelImg/issues/354 | [] | alexattia | 1 |
newpanjing/simpleui | django | 432 | None | 开发支持太差,本来想帮忙改下代码,算了,就这样。 | closed | 2022-04-10T16:37:45Z | 2022-04-11T03:46:46Z | https://github.com/newpanjing/simpleui/issues/432 | [
"bug"
] | 954-Ivory | 0 |
autogluon/autogluon | scikit-learn | 4,057 | [BUG] Error crash Ray Dashboard On Kaggle Notebook (Preset : best_quality_hpo) | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [x] I confirmed bug exists on the latest mainline of AutoGluon via s... | closed | 2024-04-06T13:28:44Z | 2024-11-26T17:03:24Z | https://github.com/autogluon/autogluon/issues/4057 | [
"bug: unconfirmed",
"env: kaggle",
"Needs Triage",
"module: multimodal"
] | rizal-mujahiddan69 | 1 |
gradio-app/gradio | data-visualization | 10,825 | Import error when using load_chat | ### Describe the bug
Seems like [this import](https://github.com/gradio-app/gradio/blob/ca2e4c86ce7ddd34577ab199dd0a26ccacfea321/gradio/external.py#L807) should be `from gradio.chat_interface import ChatInterface` instead. I hit import errors otherwise. I'm pretty much just following the one-liner from https://www.gra... | closed | 2025-03-17T20:50:34Z | 2025-03-17T22:28:10Z | https://github.com/gradio-app/gradio/issues/10825 | [
"bug"
] | william-mistral | 0 |
ultralytics/ultralytics | python | 18,821 | Yolo Segmentation Inference Time | ### 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
I wonder about the infrence times Im seeing.
from ultralytics import YOLO
... | open | 2025-01-22T10:17:30Z | 2025-01-22T14:37:10Z | https://github.com/ultralytics/ultralytics/issues/18821 | [
"question",
"segment"
] | dk-teknologisk-mlnn | 5 |
noirbizarre/flask-restplus | api | 320 | Easy sorting | When specifying multiple arguments for an API, in the swagger based documentation, the order in which the arguments appear on the page seems pretty much non-deterministic, confusing the readers (consistently with how dictionaries work - mind that I tried to specify these via OrderedCollections, to no avail).
I am gu... | open | 2017-09-04T00:30:03Z | 2017-09-04T01:09:37Z | https://github.com/noirbizarre/flask-restplus/issues/320 | [] | brezniczky | 0 |
Esri/arcgis-python-api | jupyter | 1,542 | Update website landing and overview pages | * Update the landing page (See [Issue 1993](https://github.com/ArcGIS/geosaurus/issues/1993)):
* add text highlighting workflows to supplement the _story_ of the api
* add direct link to the [Overview of the ArcGIS API for Python](https://developers.arcgis.com/python/guide/overview-of-the-arcgis-api-for-python/) ... | closed | 2023-05-01T18:12:19Z | 2023-05-02T14:40:23Z | https://github.com/Esri/arcgis-python-api/issues/1542 | [
"enhancement",
"documentation"
] | jyaistMap | 0 |
pytest-dev/pytest-django | pytest | 320 | remove support of unsupported django versions in next release. [ideally lower then 1.8] | will be happy to work on the issue and send PR
| closed | 2016-03-09T06:40:40Z | 2016-06-24T12:31:25Z | https://github.com/pytest-dev/pytest-django/issues/320 | [] | auvipy | 5 |
NullArray/AutoSploit | automation | 943 | Divided by zero exception319 | Error: Attempted to divide by zero.319 | closed | 2019-04-19T16:03:38Z | 2019-04-19T16:35:36Z | https://github.com/NullArray/AutoSploit/issues/943 | [] | AutosploitReporter | 0 |
xorbitsai/xorbits | numpy | 396 | BUG: Redundant process holds cuda memory in local cluster by xorbits.init | Note that the issue tracker is NOT the place for general support. For
discussions about development, questions about usage, or any general questions,
contact us on https://discuss.xorbits.io/.
Reproduce:
```python
import xorbits
xorbits.init(cuda_devices=[0])
```
Then
```bash
nvidia-smi
```
<img width=... | closed | 2023-04-20T09:21:31Z | 2023-04-26T04:43:36Z | https://github.com/xorbitsai/xorbits/issues/396 | [
"bug",
"gpu"
] | ChengjieLi28 | 1 |
modin-project/modin | data-science | 7,081 | `test___invert__` failed due to different exception messages | Looks like a similar problem:
* test___or__
* test___xor__ | open | 2024-03-13T10:49:41Z | 2024-03-13T12:06:42Z | https://github.com/modin-project/modin/issues/7081 | [
"bug 🦗",
"pandas concordance 🐼",
"P2"
] | anmyachev | 0 |
deezer/spleeter | deep-learning | 86 | [Bug] std::bad_alloc and core dumped | <!-- PLEASE READ THIS CAREFULLY :
- Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed
- First check FAQ from wiki to see if your problem is not already known
-->
## Description
Run results in `std::bad_alloc` and core dump.
```
... | closed | 2019-11-13T17:16:59Z | 2020-01-13T13:10:36Z | https://github.com/deezer/spleeter/issues/86 | [
"bug",
"invalid"
] | abetusk | 7 |
littlecodersh/ItChat | api | 955 | 有关itchat.run()运行后的停止问题 | Instructions = input('请输入你的指令')
if '开启自动回复' in Instructions:
if AuthReply == True:
print('无需重复开启')
else:
AuthReply = True
@itchat.msg_register('Text')
def text_reply(msg):
# message:取出msg里面的文本消息
message = msg['Text'... | open | 2021-12-01T15:46:11Z | 2021-12-01T15:46:11Z | https://github.com/littlecodersh/ItChat/issues/955 | [] | zycn0910 | 0 |
tensorlayer/TensorLayer | tensorflow | 224 | How does only using tensorlayer convert ckpt to npz? | I'm looking for the way about to convert ckpt to npz.
I have founded this page http://tensorlayer.readthedocs.io/en/latest/modules/files.html.
I think if we use tensorlayer, we can convert its format.
I try running blow code.
```
with tf.Session() as sess:
ckpt = tf.train.get_checkpoint_state(FLAGS.train_di... | closed | 2017-10-30T07:34:51Z | 2017-11-01T01:01:38Z | https://github.com/tensorlayer/TensorLayer/issues/224 | [] | MatsumotoHiroko | 2 |
davidsandberg/facenet | tensorflow | 601 | How does the det1.npy、det2.npy、det3.npy file generate | @davidsandberg Hello, what does the way of det1.npy、det2.npy、det3.npy file generate
thanks!!
| open | 2018-01-04T06:31:34Z | 2018-03-01T02:06:14Z | https://github.com/davidsandberg/facenet/issues/601 | [] | beijinggao | 5 |
ned2/slapdash | plotly | 26 | Spinners don't seem to be working | Needs more investigation | closed | 2019-08-09T15:03:41Z | 2022-10-19T13:15:24Z | https://github.com/ned2/slapdash/issues/26 | [] | ned2 | 1 |
twelvedata/twelvedata-python | matplotlib | 59 | td.get_earnings_calendar() Response Problems | Hello,
I'm running the following command and receiving unexpected results.
In the date column the following extra characters appear:
%!(EXTRA string=)2023-01-16
Another example:
%!(EXTRA float64=5.71)2022-01-13
And this appears on the last row of the data:
%!(EXTRA string=),,,,,,,,,,
Please as... | closed | 2023-01-16T22:09:53Z | 2023-01-31T16:00:51Z | https://github.com/twelvedata/twelvedata-python/issues/59 | [] | majikbyte | 3 |
lux-org/lux | pandas | 68 | VisList properties overidden upon `refresh_source` initialization | When properties are specified in the Vis and fed inside the VisList, the refresh_source goes through the parser, validator and compiler. At the compiler stage, the Vis properties gets overridden by the automatically determined values. We should tolerate specified `title`, `mark` and other Vis properties to override the... | closed | 2020-08-20T11:59:07Z | 2020-08-25T10:25:01Z | https://github.com/lux-org/lux/issues/68 | [
"bug",
"priority",
"test"
] | dorisjlee | 3 |
graphql-python/graphene-sqlalchemy | graphql | 314 | Question: How to not using relay pagination? | Relay pagination is nice, but sometimes, I just want to have a simple list backref. I know it will not exceed more than 10 elements in the list. so pagination just added a layer of extra work and no benefits.
Is there a way to disable relay pagination? | closed | 2021-07-30T16:16:30Z | 2023-02-25T00:48:51Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/314 | [
"question"
] | shaozi | 6 |
raphaelvallat/pingouin | pandas | 450 | Implementing Cohen's Dz for paired sample T-Test | Hallo Raphael,
first of - thanks for providing this great library.
I was wondering if you could implement the Cohen's Dz for paired samples. There are already some (closed) issues that your calculation of Cohen's D differs from other packages or from R and that you have good reasons to use the formula you are using... | open | 2024-11-28T14:08:34Z | 2024-12-14T12:24:24Z | https://github.com/raphaelvallat/pingouin/issues/450 | [
"feature request :construction:"
] | PibeChorro | 5 |
deepspeedai/DeepSpeed | machine-learning | 7,091 | [BUG]Does MoQ mode deprecated in DeepSpeed? I run with MoQ config, but no quantization found in log | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**ds_report output**
Please run `ds_... | closed | 2025-02-28T01:19:34Z | 2025-02-28T01:19:55Z | https://github.com/deepspeedai/DeepSpeed/issues/7091 | [
"bug",
"training"
] | dujifeng | 0 |
fastapi/sqlmodel | fastapi | 359 | Specifying one-to-many relationships explicitly without foreign keys | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | closed | 2022-06-09T06:58:03Z | 2023-08-17T15:51:19Z | https://github.com/fastapi/sqlmodel/issues/359 | [
"question"
] | achie27 | 2 |
KaiyangZhou/deep-person-reid | computer-vision | 212 | Incredibly low CMC scores - possible test set config issue | So I'm using my own dataset (configuration below). The dataset is configured similar to MARS and consists of pig identities (hence the name). I have tried both training with my dataset from scratch and by training with MARS then using transfer learning to train on my PigMARS. However, the results are *insanely* low, li... | closed | 2019-07-25T16:10:20Z | 2019-08-12T20:56:43Z | https://github.com/KaiyangZhou/deep-person-reid/issues/212 | [] | JakeCowton | 7 |
opengeos/leafmap | streamlit | 611 | Leafmap and streamlit cannot use interactive vector tools to obtain coordinate values | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version:0.18.8
- Python version:3.9.16
- Operating System:windows
### Description
Leafmap and streamlit cannot use the interactive vector tool to obtain coordinate values. The possible reason i... | closed | 2023-11-16T13:56:04Z | 2023-11-19T01:03:57Z | https://github.com/opengeos/leafmap/issues/611 | [
"bug"
] | CraibYun | 1 |
QuivrHQ/quivr | api | 3,436 | Improve test in quivr-core for megaparse | We could have a mock of the API using `httpx.Transport` to mock responses and errors from megaparse API. So we can tests how quivr_core respond to each scenario. (TODO: create a ticket for this) — Amine | closed | 2024-10-31T10:57:13Z | 2025-01-08T11:20:51Z | https://github.com/QuivrHQ/quivr/issues/3436 | [
"improvement"
] | chloedia | 1 |
neuml/txtai | nlp | 101 | Add vector method for sentence-transformers | Currently, setting modelhub to false enables the sentence-transformers library. But sentence-transformers now supports directly loading from the Hugging Face Model Hub which is confusing.
The modelhub parameter should be removed in favor of setting the vector method = "sentence-transformers" to enable using the sen... | closed | 2021-08-17T15:31:06Z | 2021-08-17T16:03:19Z | https://github.com/neuml/txtai/issues/101 | [] | davidmezzetti | 0 |
PeterL1n/BackgroundMattingV2 | computer-vision | 203 | train_refine.py运行一段时间过后就会卡死不动 | 
跑着跑着就卡死不动了。显卡利用率100%,一直卡死。需要手动关闭进程。 | open | 2023-07-14T06:58:45Z | 2024-06-13T05:13:57Z | https://github.com/PeterL1n/BackgroundMattingV2/issues/203 | [] | davislee546 | 2 |
saulpw/visidata | pandas | 1,889 | paste-after: TypeError: 'NoneType' object is not reversible | If you start VisiData 2.11 in a folder and press `p`, you get this error:
```
Traceback (most recent call last):
File "/home/ramrachum/.local/lib/python3.10/site-packages/visidata/basesheet.py", line 187, in execCommand
escaped = super().execCommand2(cmd, vdglobals=vdglobals)
File "/home/ramrachum/.l... | closed | 2023-05-06T09:29:12Z | 2023-05-07T06:19:57Z | https://github.com/saulpw/visidata/issues/1889 | [
"bug",
"fixed"
] | cool-RR | 2 |
saulpw/visidata | pandas | 2,553 | Add color to current cursor cell for easier tracking | I added the following as soon as it was helpfully suggested to me. I recently had cause to use visidata without my .visidatarc and was surprised the the current cell is still hard to track. Suggestion: add better row, column, and cell highlighting out of the box.
```
# Xterm Color Numbers https://www.ditig.com/256-... | closed | 2024-10-09T20:41:26Z | 2024-10-12T01:24:23Z | https://github.com/saulpw/visidata/issues/2553 | [
"wishlist",
"wish granted"
] | reagle | 2 |
jupyterhub/repo2docker | jupyter | 932 | the legacy buildpack can still be used in "binder" or ".binder" folders | In https://github.com/jupyter/repo2docker/pull/829 the legacy buildpack (`LegacyBinderDockerBuildPack`) is removed, but actually it can still be used in binder config folder, because `detect` method only checks the Dockerfile at the root:
https://github.com/jupyter/repo2docker/blob/8bbced7ded5a21b581f1f3846ffc9f8794... | open | 2020-07-23T07:49:10Z | 2020-08-10T09:53:17Z | https://github.com/jupyterhub/repo2docker/issues/932 | [] | bitnik | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.