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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
widgetti/solara | jupyter | 965 | Issue with custom_exceptions and astropy | The following demonstrates the issue:
```python
python -m venv clean
source clean/bin/activate
pip install solara[pytest] astropy
echo 'import astropy' > test.py
pytest test.py
```
the output is:
```
______________________________________________________________________________ ERROR collecting test.py ... | closed | 2025-01-10T12:41:37Z | 2025-01-29T13:53:15Z | https://github.com/widgetti/solara/issues/965 | [] | astrofrog | 2 |
alteryx/featuretools | data-science | 1,865 | Update to support pandas 1.4.0 | The max pandas version has been restricted due to test failures that were introduced with version 1.4.0 of pandas. We should update to support this new version of pandas. Note, this will also require dropping support for Python 3.7, as pandas 1.4.0 no longer supports Python 3.7. | closed | 2022-01-24T15:20:17Z | 2022-02-09T15:05:11Z | https://github.com/alteryx/featuretools/issues/1865 | [] | thehomebrewnerd | 2 |
ipython/ipython | jupyter | 14,372 | Run magic on module fails with debug flag (`%run -d -m my_module`) | <!-- This is the repository for IPython command line, if you can try to make sure this question/bug/feature belong here and not on one of the Jupyter repositories.
If it's a generic Python/Jupyter question, try other forums or discourse.jupyter.org.
If you are unsure, it's ok to post here, though, there are few ... | open | 2024-03-21T12:18:57Z | 2024-10-24T20:28:04Z | https://github.com/ipython/ipython/issues/14372 | [] | carschandler | 2 |
davidsandberg/facenet | computer-vision | 1,164 | TypeError: Cannot create initializer for non-floating point type. | Trying to train with the Cassia Webface dataset. with the following command:
`python src/train_tripletloss.py --logs_base_dir ~/logs/facenet/ --models_base_dir ./Models/new/ --data_dir ./Dataset/processed --image_size 160 --lfw_dir ./lfw --optimizer RMSPROP --learning_rate 0.01 --weight_decay 1e-4 --max_nrof_epochs ... | closed | 2020-07-21T00:21:10Z | 2023-11-03T10:31:47Z | https://github.com/davidsandberg/facenet/issues/1164 | [] | Asif1405 | 3 |
ckan/ckan | api | 8,560 | Patch releases December 2024 | This is an issue to track progress on the patch releases scheduled for **11th December 2024** (2.10.6 and 2.11.1)
[Full docs](http://docs.ckan.org/en/latest/contributing/release-process.html)
### Preparing
* [x] [Backports](https://github.com/ckan/ckan/labels/Backport%20dev-v2.11)
* [x] Security issues
* [x]... | closed | 2024-12-02T14:29:03Z | 2024-12-11T12:54:43Z | https://github.com/ckan/ckan/issues/8560 | [
"Releases"
] | amercader | 1 |
proplot-dev/proplot | data-visualization | 267 | Error in some geographic plots | ### Description
Some basic geographic plots cannot be plotted with proplot 0.7.
Originally, I found that some values are not covered by the automatic colorbar levels in geographic plots. Some large values are not colored unless `vmin` and `vmax` are explicitly defined. I couldn't reproduce this error in a simple ... | closed | 2021-08-05T21:26:40Z | 2021-08-18T20:45:18Z | https://github.com/proplot-dev/proplot/issues/267 | [
"bug"
] | kinyatoride | 1 |
coqui-ai/TTS | deep-learning | 3,000 | [Bug] AttributeError: 'VoiceBpeTokenizer' object has no attribute 'preprocess' | ### Describe the bug
When I execute the hugging face demo (https://huggingface.co/spaces/Olivier-Truong/XTTS_V1_CPU_working) on my local pc it loads the model fine and it opens a web gui on localhost. However, when I select an audio and type some text and click on the submit button to start the voice cloning process... | closed | 2023-09-26T16:29:01Z | 2023-09-28T09:55:33Z | https://github.com/coqui-ai/TTS/issues/3000 | [
"bug"
] | Lenos500 | 3 |
sunscrapers/djoser | rest-api | 646 | Is there a way to customize HTTP Response Content (More Specifically, Code)? | For Password Reset, `POST http://localhost:8000/auth/users/reset_password/`,
1. First of all, the response header doesn't seem to tell me whether user is already registered or not. Of course the password reset link only gets send to the ones who are registered, but is there some other way to automatically tell if u... | closed | 2022-01-08T00:38:44Z | 2022-01-12T22:52:44Z | https://github.com/sunscrapers/djoser/issues/646 | [] | anonymousDog12 | 4 |
gevent/gevent | asyncio | 1,434 | AttributeError: '_wrefsocket' object has no attribute 'read' | * gevent version: 0.4.15
* Python version: Python 3.6.4
* Operating System: Windows 10 Home x64
### Description:
I'm trying to listen to a socket, created from the socket class in gevent.socket. This works fine with small payloads, yet breaks for large ones, which would at first leave me to believe this is an e... | closed | 2019-06-30T03:35:56Z | 2019-06-30T12:38:43Z | https://github.com/gevent/gevent/issues/1434 | [
"Type: Question"
] | Zwork101 | 2 |
qubvel-org/segmentation_models.pytorch | computer-vision | 138 | Related paper? | do you have any research paper written on this library?i want to write a paper where my experiments are based on this library but i don't know how to cite your models? | closed | 2020-02-03T07:42:20Z | 2020-02-06T15:24:42Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/138 | [
"question"
] | mobassir94 | 1 |
openapi-generators/openapi-python-client | rest-api | 1,030 | Duplicate key in Enum when using both lowercase and uppercase strings | **Describe the bug**
enums are case-sensitive in OpenAPI spec[[1](https://stackoverflow.com/questions/60772786/case-insensitive-string-parameter-in-schema-of-openapi)] but the openapi generator does not treat them that way. When I try to use both lowercase and uppercase values in enum like so:
```
components:
... | open | 2024-04-18T18:13:02Z | 2024-04-18T18:13:02Z | https://github.com/openapi-generators/openapi-python-client/issues/1030 | [] | siddhsql | 0 |
pytest-dev/pytest-cov | pytest | 14 | TypeError: %d format: a number is required, not NoneType | I get this exception.
Versions:
pytest==2.5.2
pytest-cov==1.7.0
Python 2.7.3
Please tell me, if you need further information to solve this.
Thank you
```
Traceback (most recent call last):
File "/localhome/foo_vums_dtg/bin/py.test", line 9, in <module>
load_entry_point('pytest==2.5.2', 'console_scripts', 'py... | closed | 2014-07-14T09:43:36Z | 2014-08-15T12:47:56Z | https://github.com/pytest-dev/pytest-cov/issues/14 | [
"invalid"
] | guettli | 2 |
albumentations-team/albumentations | deep-learning | 2,059 | [Documentation] Doc on mapping from torchaudio to Albumentations | Was told that noone is using Albumentation in the audio community, although all transforms from torchaudio exist in Albumentations, although may have different names.
Need document / blog post. | open | 2024-11-05T22:47:38Z | 2024-11-05T22:54:54Z | https://github.com/albumentations-team/albumentations/issues/2059 | [
"good first issue",
"documentation"
] | ternaus | 0 |
widgetti/solara | jupyter | 1,004 | Having problem with `use_change` | I am trying to build a python console on the web using Solara but having problems with implementing `use_change` correctly.
Here is my python file:
```python
from typing import Callable, List, Tuple, cast
import ipyvue
import solara
import sys
import io
import code
from solara.components.input import use_change
clas... | closed | 2025-02-15T08:17:58Z | 2025-03-17T22:32:15Z | https://github.com/widgetti/solara/issues/1004 | [] | Sahil-Chhoker | 2 |
matplotlib/matplotlib | data-science | 29,131 | [Bug]: Automated test failing | ### Bug summary
One of the tests in the automated suite has been failing during PRs since this morning: https://github.com/matplotlib/matplotlib/actions/workflows/tests.yml
Tests #25844 and on
### Code for reproduction
```Python
=========================== short test summary info ============================
FAIL... | closed | 2024-11-13T01:57:33Z | 2024-11-13T02:24:39Z | https://github.com/matplotlib/matplotlib/issues/29131 | [
"status: duplicate"
] | NGWi | 2 |
d2l-ai/d2l-en | computer-vision | 1,722 | Batch Normalization with batch size of 1. | In 7.5.1: "Note that if we tried to apply batch normalization with minibatches of size 1, we would not be able to learn anything. That is because after subtracting the means, each hidden unit would take value 0!".
I think, a hidden unit wouldn't take value 0, since we compute means and variances axis(channel)-wise a... | open | 2021-04-14T22:00:40Z | 2021-04-14T22:00:40Z | https://github.com/d2l-ai/d2l-en/issues/1722 | [] | bsuleymanov | 0 |
deepfakes/faceswap | deep-learning | 582 | ERROR :Caught exception in child process: 14128 | GUI Extract error
### GUI log
Loading...
01/08/2019 21:48:29 INFO Log level set to: INFO
01/08/2019 21:48:31 INFO Output Directory: F:\Python\faceswap-master\output
01/08/2019 21:48:31 INFO Input Video: F:\Python\faceswap-master\input\1.mp4
01/08/2019 21:48:31 INFO Loading Detect from Mtcnn ... | closed | 2019-01-08T14:19:09Z | 2019-01-11T07:49:28Z | https://github.com/deepfakes/faceswap/issues/582 | [] | dream80 | 3 |
miguelgrinberg/Flask-SocketIO | flask | 800 | ws http |
Excuse me, does flask socket.io support ws protocol? | closed | 2018-09-25T07:25:08Z | 2018-09-30T02:19:29Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/800 | [
"question"
] | zhangatao | 9 |
mljar/mercury | data-visualization | 466 | importError DLL (cryptography) when running demos | I have python v3.9.
I installed Mercury (using pip) on Windows10, on a dedicated env.
When running demo examples, I have an importError (cryptography python module) message.
Could you please help what's wrong ?

| open | 2024-09-15T12:43:24Z | 2024-10-15T14:04:38Z | https://github.com/mljar/mercury/issues/466 | [] | yvanblanchard | 4 |
davidsandberg/facenet | tensorflow | 532 | how to update the model to recognize the 3D face like Apple faceid | how to update the model to recognize the 3D face like Apple faceid? thanks | closed | 2017-11-16T03:09:21Z | 2018-04-01T21:10:46Z | https://github.com/davidsandberg/facenet/issues/532 | [] | xiaochongs | 0 |
miguelgrinberg/Flask-Migrate | flask | 233 | stuck: cannot migrate, upgrade or downgrade etc | After making a minor change to my models (added last_seen column), running flask db migrate was not working. After some googling I found a couple people who said deleting the alembic_version table from their db helped, so I tried that.
It didn't work, and now when I try to run **flask db migrate** I receive the fol... | closed | 2018-10-11T05:42:05Z | 2022-05-16T18:22:07Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/233 | [] | aherzfeld | 4 |
lanpa/tensorboardX | numpy | 113 | RuntimeError: getTracingState: Assertion `var_state == state` failed. | Hi @lanpa , thanks for this amazing tool. I'm trying to use add_graph in my own project, where I met some problems.
My version is pytorch==0.3.1 and tensorboard==1.6.0.
Here is the error message:
```python
---------------------------------------------------------------------------
RuntimeError ... | closed | 2018-03-25T08:56:34Z | 2018-05-08T17:16:32Z | https://github.com/lanpa/tensorboardX/issues/113 | [
"onnx"
] | Xeaver | 1 |
plotly/dash-bio | dash | 385 | Sequence Viewer app doesn't save selection/coverage data due to dcc.Loading component | To fix: Remove the wrapping `dcc.Loading` from the `SequenceViewer` component in `app_sequence_viewer.py`. | closed | 2019-07-03T15:53:41Z | 2019-07-12T14:12:25Z | https://github.com/plotly/dash-bio/issues/385 | [] | shammamah-zz | 0 |
miguelgrinberg/microblog | flask | 214 | Chapter 4: Database (v0.4) - How to convert SQL result into JSON format variable? | Hi Miguel, I copied the Chapter 4 zip file and added some code in `/microblog-0.4/app/routes.py` file.
https://github.com/miguelgrinberg/microblog/archive/v0.4.zip
How can I convert my SQL result **userz99** `User.query.all()` into a JSON format variable?
**routes.py**
```
from flask import render_template, fl... | closed | 2020-03-06T19:50:47Z | 2020-03-30T13:22:38Z | https://github.com/miguelgrinberg/microblog/issues/214 | [
"question"
] | mrbiggleswirth | 5 |
OpenBB-finance/OpenBB | python | 6,903 | [🕹️] Copilot for Terminal Code Side-QUuest | ### What side quest or challenge are you solving?
Copilot for Terminal
### Points
300 - 750
### Description
Create a custom copilot that integrates a new language model (e.g., Cohere, Llama3.2, etc.) into OpenBB's Terminal.
### Provide proof that you've completed the task
... | closed | 2024-10-28T15:21:45Z | 2024-10-30T20:54:33Z | https://github.com/OpenBB-finance/OpenBB/issues/6903 | [] | FloatinggOnion | 7 |
OFA-Sys/Chinese-CLIP | computer-vision | 75 | No module named 'torch._C._distributed_rpc'; 'torch._C' is not a packageModuleNotFoundError | 请问微调代码可以在Windows操作系统上实现么?我在Windows操作系统上调试的时候出现torch的问题,这是因为linux和Windows上torch有差别的原因么? | closed | 2023-03-26T07:15:45Z | 2023-06-04T09:20:06Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/75 | [] | yourfathermyson | 1 |
tartiflette/tartiflette | graphql | 284 | GraphiQL JS error with tartiflette 1.0RC1 | I've been testing the tartiflette RC1 (https://github.com/tartiflette/tartiflette/pull/272) with tartiflette-aiohttp and noticed that GraphiQL crashes with this error:
```
GraphQLError: Syntax Error: Expected <EOF>, found Name "longer"
at syntaxError (https://cdn.jsdelivr.net/npm/graphiql@0.12.0/graphiql.js:23... | closed | 2019-09-03T08:09:16Z | 2019-09-11T14:51:26Z | https://github.com/tartiflette/tartiflette/issues/284 | [
"bug"
] | aljinovic | 2 |
timkpaine/lantern | plotly | 170 | can use other library for emails? | https://github.com/lavr/python-emails | closed | 2018-07-25T19:09:10Z | 2018-08-07T14:13:40Z | https://github.com/timkpaine/lantern/issues/170 | [
"feature",
"question"
] | timkpaine | 1 |
donnemartin/data-science-ipython-notebooks | scikit-learn | 11 | Add simplified Spark installation instructions from the repo: https://github.com/donnemartin/dev-setup | Mac users can benefit from a much simplified installation method thanks to Homebrew.
| closed | 2015-07-21T11:39:23Z | 2015-08-20T10:47:44Z | https://github.com/donnemartin/data-science-ipython-notebooks/issues/11 | [
"enhancement"
] | donnemartin | 1 |
google-deepmind/graph_nets | tensorflow | 144 | Performance issue in /graph_nets/tests (by P3) | Hello! I've found a performance issue in /graph_nets/tests/utils_tf_test.py: `with tf.Session() as sess`[(here)](https://github.com/deepmind/graph_nets/blob/64771dff0d74ca8e77b1f1dcd5a7d26634356d61/graph_nets/tests/utils_tf_test.py#L587) is repeatedly called in the loop `for graph_dict in self.graphs_dicts_in`[(here)](... | closed | 2021-08-25T10:27:10Z | 2021-12-14T11:06:36Z | https://github.com/google-deepmind/graph_nets/issues/144 | [] | DLPerf | 2 |
gradio-app/gradio | python | 10,066 | login to server failed: tls: failed to verify certificate: x509: certificate has expired or is not yet valid | ### Describe the bug
Since yesterday, I have been facing the issue of gradio not launching properly. It keeps printing this error and displays unexpected ui.
`Running Gradio in a Colab notebook requires sharing enabled. Automatically setting `share=True` (you can turn this off by setting `share=False` in `launch()` e... | closed | 2024-11-28T12:52:56Z | 2024-11-28T14:14:39Z | https://github.com/gradio-app/gradio/issues/10066 | [
"bug"
] | hasanshahid5678 | 2 |
betodealmeida/shillelagh | sqlalchemy | 194 | Don't log warning for "Couldn't load adapter" if adapter isn't specified | Currently I get a bunch of warnings like:
```
Couldn't load adapter datasetteapi = shillelagh.adapters.api.datasette:DatasetteAPI
```
even though I am explicitly passing in a list of adapters and not specifying that adapter.
These warnings should be printed only if the adapter is in the `adapters` list / there i... | closed | 2022-03-10T19:06:13Z | 2022-03-10T23:27:26Z | https://github.com/betodealmeida/shillelagh/issues/194 | [
"bug",
"help wanted",
"good first issue"
] | cancan101 | 1 |
python-gino/gino | asyncio | 350 | Rollback nested transactions | * Gino 0.7.5:
* Python 3.6:
* asyncpg version:
* asyncpg 0.17.0:
* PostgreSQL version:
I have TestCase in this test case, I want rollback all after each test.
For it, I use manual transaction in setUpAsync
```
self.conn = await db.acquire()
self.trans = await self.conn.transaction()
```
... | closed | 2018-09-27T14:58:35Z | 2018-10-23T09:20:33Z | https://github.com/python-gino/gino/issues/350 | [
"question"
] | Deniallugo | 3 |
vimalloc/flask-jwt-extended | flask | 44 | Accessing get_jwt_identity() in another decorator. | Hey, really like the library. Very useful!
I want to use the identity from the JWT in another decorator.
Currently I have (details left out, but you get the gist):
```
@app.Route('/api/,,,'. methods=['GET']
@jwt_required
@service_supported(str(get_jwt_identity()), "SERVICE")
def method1():
pass
```
... | closed | 2017-05-20T12:46:49Z | 2017-05-20T17:41:23Z | https://github.com/vimalloc/flask-jwt-extended/issues/44 | [] | genie137 | 2 |
freqtrade/freqtrade | python | 11,012 | Use same data with multiple bots | * Operating system: Kubuntu
* Python Version: 3.12.3 (`python -V`)
* CCXT version: 4.3.68
* * Freqtrade Version: 2024.8-dev
## Your question
I have multiple bots running on one PC and the config file is identical but the strategies are different but they use the same time frames
My question is:
Can bot 2 ... | closed | 2024-12-01T23:10:47Z | 2024-12-02T15:01:32Z | https://github.com/freqtrade/freqtrade/issues/11012 | [
"Question"
] | Mohammad699 | 7 |
TencentARC/GFPGAN | deep-learning | 277 | 新训练数据的eye_mouth_landmarks要如何生成 | FFHQ中带眼镜的数据较少,想加入一部分戴眼镜的图片来训练,那该图片对应的eye_mouth_landmarks要如何生成? | open | 2022-09-30T09:29:02Z | 2022-10-08T07:21:29Z | https://github.com/TencentARC/GFPGAN/issues/277 | [] | nnmaitian | 1 |
lexiforest/curl_cffi | web-scraping | 77 | Content-type header | There's a bug on the `content-type` header that it doesn't override if you add it on your headers but it duplicates instead unlike, for example, the `user-agent` header. I don't know on other content-types but I only tested it in `requests.AsyncSession` with `content-type:application/json` | closed | 2023-07-08T11:34:08Z | 2023-11-02T11:40:48Z | https://github.com/lexiforest/curl_cffi/issues/77 | [] | mafuyuuu1 | 9 |
plotly/dash | plotly | 2,718 | [BUG] use Patch to append children,but init ui disappear |

the example code:
```py
from dash import Dash, html, Input, Output, Patch, callback
def init_ui():
ui = html.Div([
"init ui"
])
return ui
def add_ui():
ui = html.Div([
"add... | closed | 2023-12-24T13:08:35Z | 2023-12-25T09:49:45Z | https://github.com/plotly/dash/issues/2718 | [] | Liripo | 2 |
Gerapy/Gerapy | django | 101 | 配置生成新任务 | 通过,最新git clone下载gerapy,但是貌似不能实现通过配置创建新的任务。 | closed | 2019-03-12T05:42:44Z | 2019-11-20T19:46:24Z | https://github.com/Gerapy/Gerapy/issues/101 | [] | whyfunction | 1 |
rio-labs/rio | data-visualization | 189 | Verify That `project-files` in `rio.toml` Works as Intended | `rio.toml` allows specifying which files are part of the project, and which ones aren't. This is used for change detection / reloading. I've frequently seen Rio not reload even when it should, though I don't have a specific case available. Play around with this and see if it works as intended.
For example, does it r... | open | 2024-12-06T21:18:46Z | 2024-12-06T21:18:47Z | https://github.com/rio-labs/rio/issues/189 | [
"bug"
] | mad-moo | 0 |
healthchecks/healthchecks | django | 350 | TimeZone | Morning,
Maybe I'm being slightly dense but my timezone is now an hour out and it's causing my notifications to continually trigger.
I'm in the London BST timezone using docker to run the Healthchecks container.
How can I update my timezone or setup my system to not trigger the alerts when the timezones from c... | closed | 2020-04-01T07:17:24Z | 2020-04-06T09:18:20Z | https://github.com/healthchecks/healthchecks/issues/350 | [] | Rustymage | 9 |
mwaskom/seaborn | pandas | 3,627 | Performance Issue: Seaborn Lineplot Execution Time Discrepancy with and without Timezones | **Issue Description:**
Hello. I encountered a notable performance difference when using Seaborn's `lineplot` function to visualize time series data, particularly when comparing plots with and without timezones.
**Code and Observation:**
```python
import seaborn as sns
data = np.random.randn(n)
# Pr... | closed | 2024-01-30T06:45:52Z | 2024-02-10T19:38:29Z | https://github.com/mwaskom/seaborn/issues/3627 | [] | HarryCollins2 | 5 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,228 | Information about output on visdom? | Hello, I am a beginner of cycleGAN
I deploy my own dataset on cycleGAN
At runtime I found that there are 8 pictures on visdom
I would like to ask what rec_A, idt_B and rec_b, idt_A mean respectively ?
This is the instruction I used
python train.py --dataroot ./datasets/fishboat --name fishboat_cyclegan --mode... | closed | 2021-01-20T12:29:23Z | 2021-01-27T05:42:43Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1228 | [] | yenai3726 | 2 |
graphql-python/graphql-core | graphql | 106 | GraphQLError double wrapping returning result | I found out something confusing and wanted to know if maybe this could be a bug or if I'm missing something and this is an expected behavior.
This is my `example.py` file. It only has one resolver that raises an error.
```python
from graphql import (GraphQLSchema, GraphQLObjectType, GraphQLField, GraphQLString, ... | closed | 2020-09-04T15:14:41Z | 2021-02-08T19:44:59Z | https://github.com/graphql-python/graphql-core/issues/106 | [
"bug"
] | Checho3388 | 6 |
HIT-SCIR/ltp | nlp | 678 | 添加词之后出现的报错 | 对于ltp4.2.0,在使用add_words之后特殊情况下的报错。直觉上是添加了word(如‘abc')之后,输入类似”xabc“这样的词会出现这样的问题:
输入
```
ltp.add_words(['800000股'])
ltp.pipeline(['3800000股'], tasks=["cws", "pos"])
```
报错信息为KeyError
```
Traceback (most recent call last)
Cell In[57], line 1
----> 1 ltp.pipeline(['3800000股'], tas... | open | 2023-11-15T03:32:37Z | 2023-11-15T03:32:37Z | https://github.com/HIT-SCIR/ltp/issues/678 | [] | Jing-XING | 0 |
shibing624/text2vec | nlp | 155 | 是否支持ollama | - [ ] I checked to make sure that this is not a duplicate issue
### Describe the solution you'd like
目前部署不支持ollama ,部署难点比较大 | open | 2024-10-11T05:18:22Z | 2024-10-12T06:42:43Z | https://github.com/shibing624/text2vec/issues/155 | [
"enhancement"
] | smileyboy2019 | 1 |
huggingface/datasets | deep-learning | 7,142 | Specifying datatype when adding a column to a dataset. | ### Feature request
There should be a way to specify the datatype of a column in `datasets.add_column()`.
### Motivation
To specify a custom datatype, we have to use `datasets.add_column()` followed by `datasets.cast_column()` which is slow for large datasets. Another workaround is to pass a `numpy.array()` of desi... | closed | 2024-09-08T07:34:24Z | 2024-09-17T03:46:32Z | https://github.com/huggingface/datasets/issues/7142 | [
"enhancement"
] | varadhbhatnagar | 1 |
python-gitlab/python-gitlab | api | 3,001 | Support for Related Issues in Python-GitLab Merge Requests API | ## Description of the problem, including code/CLI snippet
According to the documentation on the [Merge requests API | GitLab](https://docs.gitlab.com/ee/api/merge_requests.html#list-issues-related-to-the-merge-request), it supports finding related issues through merge requests. However, I confirmed that the [Merge r... | closed | 2024-09-30T03:58:16Z | 2024-09-30T05:21:46Z | https://github.com/python-gitlab/python-gitlab/issues/3001 | [] | kkc-tonywu | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 644 | ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. | I have installed all of the requirements. I have installed the vs community extensions but I don't know what the issue is here. Tenserflow is 1.15.
Traceback (most recent call last):
File "C:\Users\iRazur\miniconda3\envs\voice-clone\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <mod... | closed | 2021-01-31T16:53:14Z | 2021-02-14T16:44:10Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/644 | [] | Fly-sudo | 3 |
uxlfoundation/scikit-learn-intelex | scikit-learn | 2,321 | Deprecation warnings when using patch_sklearn() | <!--
~ Copyright 2020 Intel Corporation
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable ... | open | 2025-02-19T08:28:49Z | 2025-02-21T09:06:40Z | https://github.com/uxlfoundation/scikit-learn-intelex/issues/2321 | [] | DavidCohen2 | 1 |
PaddlePaddle/PaddleHub | nlp | 2,313 | Enable Private Vulnerability Reporting in GitHub |
In your repository, we have found a bug that may require your attention. We do not want to disclose the details. Therefore, we request you to enable private vulnerability reporting in your repository.
### Sponsorship and Support:
This work is done by the security researchers from OpenRefactory and is supported by the... | closed | 2023-11-16T10:48:54Z | 2024-03-04T03:48:02Z | https://github.com/PaddlePaddle/PaddleHub/issues/2313 | [] | ZuhairORZaki | 0 |
serengil/deepface | machine-learning | 755 | Automatic download of shape_predictor_5_landmarks.dat file wouldn't work -> My solution | Apparently, the code that automatically downloads the shape_predictor_5_landmarks.dat file wouldn't work.
It was always stuck at `"shape_predictor_5_landmarks.dat" is going to be downloaded`. I executed the corresponding code separately and it said something about "content-type" but I could not figure out what it's ... | closed | 2023-05-15T17:56:43Z | 2023-05-15T18:00:49Z | https://github.com/serengil/deepface/issues/755 | [
"dependencies"
] | moerv9 | 1 |
automl/auto-sklearn | scikit-learn | 1,197 | [Request] Allow portfolio and selector models to be set through hyperparameters in ASKL2 | As per the title, it will be useful for ASKL2 to have a configurable `portfolio` and `policy selector`.
It's beneficial for research (avoiding 'cheating' through meta-learning in a benchmark) or for customization.
Issue opened on the request of @mfeurer | open | 2021-07-30T13:37:21Z | 2022-10-11T15:55:16Z | https://github.com/automl/auto-sklearn/issues/1197 | [
"enhancement"
] | PGijsbers | 4 |
aleju/imgaug | machine-learning | 52 | Unexpected determinism | Hi, I've got the following code:
```
def augment(im, y):
im_arr = np.array(im)
# See documentation for details regarding transformations: https://github.com/aleju/imgaug
fliplr_rate = 0.5
angle = 10
additive, contrast_norm = (45, 0.1)
gaussian_noise, dropout = (0.05, 0.01)
shear, ... | closed | 2017-08-06T15:52:04Z | 2017-08-07T09:02:39Z | https://github.com/aleju/imgaug/issues/52 | [] | itai-icx | 4 |
Ehco1996/django-sspanel | django | 364 | 添加isuee template | closed | 2020-08-02T12:11:05Z | 2020-08-02T23:24:19Z | https://github.com/Ehco1996/django-sspanel/issues/364 | [] | Ehco1996 | 0 | |
AirtestProject/Airtest | automation | 855 | 更新后获取ios元素定位特别慢 | code11.4 airtest1.2.6 ,ios手机获取元素巨慢,一直处于重新连接中,这种是我版本不匹配吗?之前用的xcode9和ios-tagent没更新前不会出现这猴子那个情况

| closed | 2021-01-20T08:44:58Z | 2021-02-21T03:52:42Z | https://github.com/AirtestProject/Airtest/issues/855 | [] | zuiqingfengyang | 2 |
yezz123/authx | pydantic | 254 | MongoDBBackend has no attribute client | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I already read and followed all the tutorial in the docs and didn't find an answer.
- [X] I already checked if it is not related to AuthX but to [Pydantic](https://github.com/samuelcolvin/pydantic).
- [X] I already checked if it is not related... | closed | 2022-07-09T05:44:40Z | 2022-09-09T15:50:43Z | https://github.com/yezz123/authx/issues/254 | [
"bug",
"question"
] | YogeshUpdhyay | 1 |
plotly/plotly.py | plotly | 4,475 | Shape labels missing/not showing | I have used Plotly 5.18.0 to create this Gantt chart to which I have added two rectangle shapes:

Both rectangles come with labels that are not being displayed, no matter how hard I try. `fig["layout"]["shapes"]` loo... | closed | 2024-01-04T12:53:31Z | 2024-07-11T22:16:38Z | https://github.com/plotly/plotly.py/issues/4475 | [] | johentsch | 4 |
jacobgil/pytorch-grad-cam | computer-vision | 116 | Tuple Index Out of Range | Hello, when I try to run the script bellow I get an IndexError: tuple index out of range and I am not quite sure why.
`from pytorch_grad_cam import GradCAM, ScoreCAM, GradCAMPlusPlus, AblationCAM, XGradCAM, EigenCAM
from pytorch_grad_cam.utils.image import show_cam_on_image
trans=transforms.ToTensor()
model ... | closed | 2021-07-21T18:51:07Z | 2021-07-23T19:20:58Z | https://github.com/jacobgil/pytorch-grad-cam/issues/116 | [] | juanpabloalfonzo | 2 |
autogluon/autogluon | computer-vision | 4,148 | [BUG] time_limit is displayd wrong in logs | **Describe the bug**
I've wanted run example from https://auto.gluon.ai/stable/tutorials/tabular/tabular-quick-start.html
with:
- `time_limit = 3600`
- `preset = "best"`
In logs `time_limit` is divided by 4 (900s instead of 3600s) which seems to me like a bug or not clear message
```
Beginning AutoGluon train... | closed | 2024-04-27T16:26:26Z | 2024-05-21T16:44:54Z | https://github.com/autogluon/autogluon/issues/4148 | [
"API & Doc",
"module: tabular"
] | mglowacki100 | 1 |
seleniumbase/SeleniumBase | pytest | 3,116 | Add a stealthier Recorder Mode (UC + Recorder) | ## Add a stealthier Recorder Mode (UC + Recorder)
Make it possible to create recordings in Stealth Mode / UC Mode.
Example:
```bash
sbase recorder --uc
```
(And then create recordings from there.)
Note that special UC Mode methods (such as `uc_gui_click_captcha()`, etc) will need to be added on afterwa... | closed | 2024-09-11T04:57:39Z | 2024-09-11T05:25:02Z | https://github.com/seleniumbase/SeleniumBase/issues/3116 | [
"enhancement",
"UC Mode / CDP Mode"
] | mdmintz | 1 |
gevent/gevent | asyncio | 1,675 | Issue with Greenlet 0.4.17 | * gevent version: 20.6.2
* Python version: Please be as specific as possible: "cPython 3.8.2"
* Operating System: Please be as specific as possible: "Ubuntu (Linux 8e4dd7170f65 5.4.0-47-generic #51-Ubuntu SMP Fri Sep 4 19:50:52 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux)"
### Description:
The last version of greenle... | closed | 2020-09-22T13:02:29Z | 2020-09-22T13:03:54Z | https://github.com/gevent/gevent/issues/1675 | [] | jkfran | 1 |
LAION-AI/Open-Assistant | python | 3,271 | create minimal tutorial on using a plugin | - [x] research and gather what is needed
- [ ] create a blog showing how to use plugins
- [x] graduate some of that content into a proper place in /docs | open | 2023-05-31T17:24:56Z | 2023-05-31T21:40:22Z | https://github.com/LAION-AI/Open-Assistant/issues/3271 | [
"documentation",
"plugins"
] | andrewm4894 | 1 |
noirbizarre/flask-restplus | flask | 293 | Using JSON Schema models | I'm trying to use a JSON schema to generate a model to be used with `marshal_with`. Here's my MWE:
```python
#!/usr/bin/env python3
from flask import Flask, Blueprint
from flask_restplus import Resource, Api, fields
import json
app = Flask(__name__)
blueprint = Blueprint("api", __name__)
api = Api(blueprint, ... | open | 2017-06-16T21:08:17Z | 2019-10-16T09:17:55Z | https://github.com/noirbizarre/flask-restplus/issues/293 | [] | langston-barrett | 16 |
pywinauto/pywinauto | automation | 1,066 | The same wrappers accessed in two different ways do not have the same parent. | ## Expected Behavior
The output should be:
```python
True
True
```
The first True is because wrapper_maximize_button1 == wrapper_maximize_button2
So I expect wrapper_maximize_button1.parent() == wrapper_maximize_button2.parent()
## Actual Behavior
The output is:
```python
True
False
```
False is the... | open | 2021-05-04T17:45:50Z | 2021-05-18T14:46:12Z | https://github.com/pywinauto/pywinauto/issues/1066 | [
"Priority-Low",
"need investigation"
] | beuaaa | 10 |
paperless-ngx/paperless-ngx | machine-learning | 7,361 | [BUG] Inconsisnt custom field value validation | ### Description
https://github.com/paperless-ngx/paperless-ngx/blob/2312eba5b6640419facb566cf1dc2becdc875850/src/documents/models.py#L886-L902
`CustomFieldInstance.value_*` are configured to have `.blank=False`. However, this is not enforced by [`CustomFieldInstanceSerializer.validate`](https://github.com/paperless-n... | closed | 2024-08-01T12:12:32Z | 2024-09-01T03:09:31Z | https://github.com/paperless-ngx/paperless-ngx/issues/7361 | [
"not a bug"
] | yichi-yang | 4 |
piskvorky/gensim | data-science | 3,352 | new word cannot be added to vocabulary by build_vocab | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that d... | closed | 2022-06-09T06:07:57Z | 2023-11-12T22:25:28Z | https://github.com/piskvorky/gensim/issues/3352 | [] | Atsuyoshi-Funahashi | 4 |
shaikhsajid1111/social-media-profile-scrapers | web-scraping | 14 | 'ProfilePage' None | I'm getting a
"'ProfilePage'
None"
return for all attempts.

| open | 2022-10-10T13:50:05Z | 2022-10-10T13:50:05Z | https://github.com/shaikhsajid1111/social-media-profile-scrapers/issues/14 | [] | hamelcubsfan | 0 |
huggingface/datasets | pytorch | 6,564 | `Dataset.filter` missing `with_rank` parameter | ### Describe the bug
The issue shall be open: https://github.com/huggingface/datasets/issues/6435
When i try to pass `with_rank` to `Dataset.filter()`, i get this:
`Dataset.filter() got an unexpected keyword argument 'with_rank'`
### Steps to reproduce the bug
Run notebook:
https://colab.research.google.com... | closed | 2024-01-06T23:48:13Z | 2024-01-29T16:36:55Z | https://github.com/huggingface/datasets/issues/6564 | [] | kopyl | 2 |
Colin-b/pytest_httpx | pytest | 38 | async callback are not supported | When I register an async function as a callback to httpx_mock I get this error:
`TypeError: cannot unpack non-iterable coroutine object`
I suppose it's not awaited here:
https://github.com/Colin-b/pytest_httpx/blob/develop/pytest_httpx/_httpx_mock.py#L179
Is this a bug or am I using the library wrong?
Thanks... | closed | 2021-03-18T11:55:14Z | 2022-10-20T21:39:02Z | https://github.com/Colin-b/pytest_httpx/issues/38 | [
"question"
] | mkotsalainen | 4 |
aiogram/aiogram | asyncio | 566 | I suggest adding a new builtin filter | **Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
In my handlers I often use StorageDataFilter. It's similar as StateFilter and helps me to check storage data for current user and chat. Here are examples:
```python
dp = Dispatcher(bot)
# check if st... | closed | 2021-04-16T10:49:20Z | 2023-08-04T18:11:49Z | https://github.com/aiogram/aiogram/issues/566 | [
"new feature",
"under discussion"
] | LDmitriy7 | 3 |
klen/mixer | sqlalchemy | 127 | Please update Faker version due security issue | How to check:
```bash
$ pip install safety
$ safety check -r requirements.txt
╒══════════════════════════════════════════════════════════════════════════════╕
│ │
│ /$$$$$$ /$$ ... | closed | 2020-04-01T07:28:55Z | 2020-12-30T20:17:31Z | https://github.com/klen/mixer/issues/127 | [] | sirkonst | 1 |
cobrateam/splinter | automation | 391 | error: ChromeDriver executable needs to be available in the path | I downloaded chromedriver.zip
extracted chromedriver.exe into N:\
added N:\; to PATH.
I get above message from:
from splinter import Browser
b = Browser("chrome")
From a command prompt it works:
C:\Python33\Scripts>chromedriver
Starting ChromeDriver (v2.9.248315) on port 9515
| closed | 2015-04-18T23:03:19Z | 2018-08-27T00:55:49Z | https://github.com/cobrateam/splinter/issues/391 | [] | ghost | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,282 | Mypy: @declared_attr crash mypy when using "--follow-imports=silent" | ### Ensure stubs packages are not installed
- [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2)
### Verify if the api is typed
- [X] The api is not in a module listed in [#6810](https://github.com/sqlalchemy/sqlalchemy/issues/6810) so it should ... | open | 2023-08-25T17:16:55Z | 2024-02-26T14:18:44Z | https://github.com/sqlalchemy/sqlalchemy/issues/10282 | [
"bug",
"PRs (with tests!) welcome",
"SQLA mypy plugin"
] | k4nar | 5 |
ijl/orjson | numpy | 24 | Can not load exception class: {}.{}json.JSONDecodeError | I have some interesting situation with `orjson==2.0.6` in my project. I wasn't able to reproduce this issue outside of the project, it means there's probably some strange conflict with existing dependencies or environment. Clean module outside of the project but in the same venv and same imports works absolutely fine.
... | closed | 2019-08-01T17:32:38Z | 2019-08-01T19:31:49Z | https://github.com/ijl/orjson/issues/24 | [] | leobuskin | 2 |
ultralytics/ultralytics | computer-vision | 19,179 | train method, object detection rate & No detect on background(no object env) rather than box iou | ### 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
Hello,
I perform a video test using best.pt saved from the model I am train... | open | 2025-02-11T08:31:13Z | 2025-02-13T23:47:28Z | https://github.com/ultralytics/ultralytics/issues/19179 | [
"question"
] | yeonhyochoi | 3 |
tiangolo/uwsgi-nginx-flask-docker | flask | 111 | best approach to include custom supervisord.conf ? | Hello,
I've used this configured image before for a small project and it worked like a charm!
For a new project I'd like to include custom configuration for supervisord, looking through the baseimage dockerfile (
https://hub.docker.com/r/tiangolo/uwsgi-nginx) /,I found:
# Custom Supervisord config
> COPY super... | closed | 2018-11-23T11:59:54Z | 2019-01-01T19:51:41Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/111 | [] | AYEG | 7 |
modin-project/modin | pandas | 6,518 | BUG: converting string columns to interchange protocol changes values to NaN | ### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i... | closed | 2023-08-28T20:12:15Z | 2023-08-31T17:07:14Z | https://github.com/modin-project/modin/issues/6518 | [
"bug 🦗",
"Integration ➕➕",
"P1"
] | mvashishtha | 0 |
ray-project/ray | python | 51,379 | [Data] Ray read_tfrecords allow ray_remote_args configs | ### Description
For parquet reader, its possible to pass in additional Ray task configs via `ray_remote_args` as the doc suggested [here](https://docs.ray.io/en/latest/data/performance-tips.html#tuning-read-resources). However, such option is not available for the read_tfrecords loader.
### Use case
To fine-tune the... | open | 2025-03-14T19:40:34Z | 2025-03-18T17:11:57Z | https://github.com/ray-project/ray/issues/51379 | [
"enhancement",
"triage",
"data"
] | shaowei-su | 0 |
microsoft/unilm | nlp | 1,251 | [Kosmos-2] Will depth information be incorporated in the future? | Hi,
I wonder has anyone successfully incorporated Kosmos-2 with depth information? Will this be the future goal to make the model gain more spatial awareness?
Model I am using Kosmos-2
| open | 2023-08-11T21:56:39Z | 2023-08-21T03:13:46Z | https://github.com/microsoft/unilm/issues/1251 | [] | quantingxie | 2 |
hzwer/ECCV2022-RIFE | computer-vision | 336 | HDv3模型的复现 |
flow, mask, merged = self.flownet(torch.cat((imgs, gt), 1), scale=scale, training=training)
**loss_l1** = (merged[2] - gt).abs().mean()
**loss_smooth** = self.sobel(flow[2], flow[2]*0).mean()
# loss_vgg = self.vgg(merged[2], gt)
if training:
self.optimG.zero_grad()... | open | 2023-08-16T05:37:32Z | 2024-07-02T03:25:39Z | https://github.com/hzwer/ECCV2022-RIFE/issues/336 | [] | ZFU123456 | 5 |
httpie/cli | rest-api | 548 | Posting a form field string with spaces results in error | I'm currently trying to post to a form and the argument I'm trying to pass is a string with spaces in it.
```
$ http --form POST example.com name="John Smith"
```
But I keep getting this error back:
```
http: error: argument REQUEST_ITEM: "Smith" is not a valid value
```
I've seen this example on a coup... | closed | 2016-12-16T18:07:43Z | 2016-12-16T22:44:21Z | https://github.com/httpie/cli/issues/548 | [] | thornycrackers | 4 |
pyg-team/pytorch_geometric | pytorch | 9,395 | GPU out of memory caused by eval() mode in TGN | ### 🐛 Describe the bug
I encountered an out-of-memory (OOM) issue during the evaluation phase, whereas the training procedure runs without any problems. I have verified that the OOM issue is caused solely by the eval() function, which should not be the case.
To reproduce the bug more directly, I have prepared th... | closed | 2024-06-05T20:01:15Z | 2024-06-12T22:08:31Z | https://github.com/pyg-team/pytorch_geometric/issues/9395 | [
"bug"
] | Joney-Yf | 1 |
pytest-dev/pytest-xdist | pytest | 160 | Regression in pip test suite | We went from https://travis-ci.org/pypa/pip/jobs/241184675#L218 to https://travis-ci.org/pypa/pip/jobs/241509953#L218 and the only thing that changed was pytest-xdist going from 1.16.0 to 1.17.0.
<details>
```
+tox -- -m integration -n 8 --duration=5
[1mGLOB sdist-make: /home/travis/build/pypa/pip/setup.py[0m... | closed | 2017-06-10T19:39:36Z | 2017-06-10T19:51:24Z | https://github.com/pytest-dev/pytest-xdist/issues/160 | [] | xavfernandez | 4 |
flasgger/flasgger | rest-api | 259 | when will Flasgger 0.9.2 be released? | Hi there :)
Starting with Flasgger 0.9.2 you can specify external URL locations for loading the JavaScript and CSS for the Swagger and jQuery libraries loaded in the Flasgger default templates.
when will Flasgger 0.9.2 be released? | closed | 2018-11-13T18:46:50Z | 2018-11-15T02:38:32Z | https://github.com/flasgger/flasgger/issues/259 | [] | wobeng | 2 |
mljar/mercury | data-visualization | 13 | Add scrolling if many parameters in the sidebar | In the case of many widgets in the sidebar the Run and Donwload buttons are not available.
There should be some scroll available.

| closed | 2022-01-18T15:23:21Z | 2022-01-18T15:36:19Z | https://github.com/mljar/mercury/issues/13 | [] | pplonski | 0 |
netbox-community/netbox | django | 18,705 | Can never upgrade - Always migration errors. | ### Deployment Type
Self-hosted
### NetBox Version
4.1.10
### Python Version
3.11
### Steps to Reproduce
**Checkout latest release**
sudo git checkout v4.2.4
**Run upgrade script**
./upgrade.sh
### Expected Behavior
Successful upgrade to 4.2.4
### Observed Behavior
Error when running migrations. I have al... | closed | 2025-02-22T08:01:20Z | 2025-02-24T13:39:09Z | https://github.com/netbox-community/netbox/issues/18705 | [] | deanfourie1 | 0 |
TencentARC/GFPGAN | pytorch | 91 | 如何生成自己数据的landmark文件? | FFHQ_eye_mouth_landmarks_512.pth 这个是FFHQ的数据集的landmark,如果要训练自己的数据集,这个如何生成?比如用CeleBA 数据集 | open | 2021-11-02T09:29:29Z | 2022-08-31T09:18:06Z | https://github.com/TencentARC/GFPGAN/issues/91 | [] | alexliyang | 5 |
apify/crawlee-python | web-scraping | 705 | Make the AutoscaledPool log understandable | AutoscalePool periodically logs system load information in this function:
[AutoscaledPool._log_system_status](https://github.com/apify/crawlee-python/blob/07c138e07c8edb0fc3df58e5e39d3769bafe21ec/src/crawlee/_autoscaling/autoscaled_pool.py#L212)
This looks for example like this:
> 2024-11-06T15:11:50.471Z [crawlee... | open | 2024-11-18T09:25:04Z | 2024-11-18T09:25:47Z | https://github.com/apify/crawlee-python/issues/705 | [
"enhancement",
"t-tooling"
] | Pijukatel | 0 |
ploomber/ploomber | jupyter | 245 | Jupyter extension support when entry point is a directory | Via env variable | closed | 2020-09-11T21:26:56Z | 2020-09-14T20:56:14Z | https://github.com/ploomber/ploomber/issues/245 | [] | edublancas | 0 |
miguelgrinberg/Flask-SocketIO | flask | 1,046 | Using nginx reverse-proxy Js Client connects with Flask socketio but doesn't receive any messages | For some reason my Angular client connects with the backend server (apparently successfully) but it doens't receive any message. Neither direct messages nor broadcasted.
This problem was introduced after using Nginx configured as reverse-proxy for the backend. I followed the latest official documentation of flask so... | closed | 2019-08-23T14:22:24Z | 2025-03-08T15:34:54Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1046 | [
"question"
] | denisb411 | 14 |
jupyter-book/jupyter-book | jupyter | 2,093 | Update boilerplate code to use main branch by default instead of master | ### Context
Github's new default branch name is "main": https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches#about-the-default-branch
Same goes for Gitlab: https://docs.gitlab.com/ee/user/project/repository/branches/default.html... | open | 2023-12-27T17:59:27Z | 2023-12-27T17:59:56Z | https://github.com/jupyter-book/jupyter-book/issues/2093 | [
"enhancement"
] | topspinj | 1 |
serengil/deepface | machine-learning | 1,033 | Custom Model Position | Deepface has achieved 99% excellence, but cannot customize the location of model files. I think it is not very user-friendly for users with network issues。
` home = functions.get_deepface_home()
if os.path.isfile(home + "/.deepface/weights/openface_weights.h5") != True:
print("openface_weights.h5 wi... | closed | 2024-02-23T03:48:40Z | 2024-02-23T07:40:24Z | https://github.com/serengil/deepface/issues/1033 | [
"question"
] | 2310794041 | 1 |
wkentaro/labelme | deep-learning | 861 | Add a way to load a predefined list of labels for a project [Feature] | Never mind, I found the --labels command line argument does what I want | closed | 2021-04-28T02:59:57Z | 2022-06-25T04:43:50Z | https://github.com/wkentaro/labelme/issues/861 | [] | hqm | 1 |
microsoft/unilm | nlp | 1,587 | Kosmos 2.5 for Volta GPU | I'm on a Volta GPU, I'm aware that flash attention is not compatible with them but I've seen that the kosmos 2.5 requirements.txt contains "xformers", but I haven't seen any implementation in the kosmos 2.5 code. Do you plan to use xformers as a fallback when flash_attn is not installed? | open | 2024-06-25T07:57:33Z | 2024-06-26T10:10:08Z | https://github.com/microsoft/unilm/issues/1587 | [] | Borobo | 0 |
seleniumbase/SeleniumBase | pytest | 2,768 | Add the `--ee` option for regular tests and Recorder mode | ## Add the `--ee` option for regular tests and Recorder mode
For regular tests that run with `pytest`, if adding `--ee` as a `pytest` command-line option, this will allow you to skip the current test by pressing the `ESC` key from the web browser of the active test. (Note that the test will end at the next safe mome... | closed | 2024-05-13T01:36:38Z | 2024-05-13T04:57:40Z | https://github.com/seleniumbase/SeleniumBase/issues/2768 | [
"enhancement",
"documentation"
] | mdmintz | 1 |
graphdeco-inria/gaussian-splatting | computer-vision | 741 | Resetting max_radii2D in densification_postfix() seems to make no gaussians pruned in densify_and_prune(). | In function
```
def densify_and_prune(self, max_grad, min_opacity, extent, max_screen_size):
grads = self.xyz_gradient_accum / self.denom
grads[grads.isnan()] = 0.0
self.densify_and_clone(grads, max_grad, extent)
self.densify_and_split(grads, max_grad, extent)
prune_... | closed | 2024-04-07T11:58:43Z | 2024-04-19T01:25:41Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/741 | [] | StarSapph1re | 2 |
JaidedAI/EasyOCR | pytorch | 547 | minor bug when migrating from 1.4 to 1.4.1. | As stated in the 'What's new' section, in Version 1.4.1:
> Extend rotation_info argument to support all possible angle (thanksabde0103, see PR)
I run the detection and recognition on this specific [image](https://drive.google.com/file/d/1eSymuZlO1J4wib68RQ84_2exTZv2lii_/view?usp=sharing). As you can see in order to... | closed | 2021-09-23T08:17:13Z | 2021-10-06T08:41:29Z | https://github.com/JaidedAI/EasyOCR/issues/547 | [] | beecadox | 2 |
FujiwaraChoki/MoneyPrinterV2 | automation | 54 | Error: Generated Title is too long. Retrying... | I'm getting this error, please help me?

| closed | 2024-03-03T13:07:12Z | 2024-03-04T10:46:13Z | https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/54 | [] | alexdo83 | 1 |
Crinibus/scraper | web-scraping | 76 | Use plotly or something more prettier to visualize data | closed | 2020-09-28T21:11:40Z | 2020-11-14T23:43:30Z | https://github.com/Crinibus/scraper/issues/76 | [
"enhancement"
] | Crinibus | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.