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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
dnouri/nolearn | scikit-learn | 181 | Trying to use Lasagne **tags when creating a Neural Network | I'm currently trying to set the "trainable=False" on the base layer class for the neural network I am setting up using Lasagne (http://lasagne.readthedocs.org/en/latest/modules/layers/base.html). When I try and pass it as a parameter when I setup my neural net, I get the following error:
TypeError: Failed to instanti... | closed | 2015-11-23T03:17:30Z | 2016-01-21T22:26:58Z | https://github.com/dnouri/nolearn/issues/181 | [] | caleytown | 4 |
cleanlab/cleanlab | data-science | 403 | color_sentence fails in tutorial notebook | <!-- Briefly summarize the issue. -->
In the notebook, `display_issues` highlights all token issues with a call to `color_sentence`:
https://github.com/cleanlab/cleanlab/blob/1a239922fe195d2a6104d6dc3552d53da16380ce/docs/source/tutorials/token_classification.ipynb?short_path=2ebceca#L369-L379
One of the exampl... | closed | 2022-09-06T10:51:14Z | 2022-09-06T16:29:01Z | https://github.com/cleanlab/cleanlab/issues/403 | [
"bug"
] | elisno | 2 |
Yorko/mlcourse.ai | plotly | 345 | /assignments_demo/assignment04_habr_popularity_ridge.ipynb - Опечатка в тексте задания | "Инициализируйте DictVectorizer с параметрами по умолчанию.
Примените метод fit_transform к X_train['title'] и метод transform к X_valid['title'] и X_test['title']"
Скорее всего здесь опечатка: должно быть X_train[feats], X_valid[feats], X_test[feats] | closed | 2018-07-19T10:19:13Z | 2018-08-04T16:07:08Z | https://github.com/Yorko/mlcourse.ai/issues/345 | [
"minor_fix"
] | pavel-petkun | 1 |
ydataai/ydata-profiling | jupyter | 1,498 | Getting requirements to build wheel did not run successfully.( ydata- profiling 4.6 error) | ### Current Behaviour
I was installing ydata-profiling from my files and I have this error
### Expected Behaviour
it should dowloaded
### Data Description
.
### Code that reproduces the bug
```Python
C:\Users\Usuario>pip install "C:\Users\Usuario\Downloads\ydata-profiling-develop"
Processing c:\users\usuario\do... | open | 2023-11-12T20:10:07Z | 2023-12-04T19:31:44Z | https://github.com/ydataai/ydata-profiling/issues/1498 | [
"information requested ❔"
] | luch3x | 1 |
pydantic/pydantic-ai | pydantic | 129 | How can one cache the tool calls? | open | 2024-12-03T12:27:48Z | 2025-01-24T14:30:56Z | https://github.com/pydantic/pydantic-ai/issues/129 | [
"Feature request",
"caching"
] | pedroallenrevez | 5 | |
d2l-ai/d2l-en | deep-learning | 2,107 | Evaluation results of DenseNet TF look wrong | http://preview.d2l.ai.s3-website-us-west-2.amazonaws.com/d2l-en/master/chapter_convolutional-modern/densenet.html

l | closed | 2022-04-21T00:58:48Z | 2022-12-15T23:56:03Z | https://github.com/d2l-ai/d2l-en/issues/2107 | [] | astonzhang | 2 |
sqlalchemy/alembic | sqlalchemy | 1,482 | command.upgrade(alembic_cfg, "head") never returns and blocks the process indefinitely. | **Bug Description**:
Running `command.upgrade(alembic_cfg, "head")` never returns and blocks the process indefinitely.
**Expected Behavior**:
The process should complete and return, either successfully or with a failure.
**To Reproduce**:
```python
def run_migrations():
try:
logger.info("Startin... | closed | 2024-06-01T07:51:15Z | 2024-06-01T08:06:26Z | https://github.com/sqlalchemy/alembic/issues/1482 | [] | oefterdal | 0 |
strawberry-graphql/strawberry-django | graphql | 315 | Add strawberry django auth implementation to doc | ## Add Strawberry DJango Auth tutorials in the doc
## Description
Its would be helpful to add the tutorial for [Django Auth implementation](https://github.com/nrbnlulu/strawberry-django-auth) to [/guide/authentication](https://strawberry-graphql.github.io/strawberry-graphql-django/guide/authentication/).
Its wou... | open | 2023-07-19T10:40:18Z | 2025-03-20T15:57:15Z | https://github.com/strawberry-graphql/strawberry-django/issues/315 | [
"documentation",
"help wanted"
] | Skyquek | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,058 | Different account names for 2FA codes depending on how it is invoked | Hi!
We are facing issues with the MFA setup, and cannot get it to work properly.
We have tried two different scenarios: 1 - User selects MFA voluntarily from account, 2 - System enforces MFA
Scenario 1
If enforcement of MFA not is demanded by admin, the user can select the option from the user settings. A ... | closed | 2021-09-29T07:52:42Z | 2021-09-30T15:55:09Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3058 | [] | schris-dk | 8 |
baoliay2008/lccn_predictor | pydantic | 77 | Select and deselect question on graph | Please add option to select or deselect a question in the graph such that it zooms in ontothe selected questions.
This way we look at the individual graphs, because usually the q4 has less AC's so we cant look at its graph in detail.
For example, If we deselect the q1,q2,q3 the contest graph will be focused on q4 and... | open | 2024-06-22T17:54:59Z | 2024-11-03T06:32:09Z | https://github.com/baoliay2008/lccn_predictor/issues/77 | [
"enhancement"
] | 21Cash | 1 |
praw-dev/praw | api | 2,012 | Add ability to instantiate praw with access_token | ### Describe the solution you'd like
Currently, we can instantiate Reddit instance with the `refresh_token`, but for when you need to handle potentially multiple users/accounts (such as in a web application), or when you need to run praw stuff in an isolated context (e.g. in a worker as part of a job - we cannot 'pers... | closed | 2024-01-09T23:53:16Z | 2024-07-01T12:31:08Z | https://github.com/praw-dev/praw/issues/2012 | [
"Stale",
"Auto-closed - Stale"
] | JaneJeon | 13 |
PokemonGoF/PokemonGo-Bot | automation | 5,441 | No module named UpdateLiveInventory | ### Expected Behavior
<!-- Tell us what you expect to happen -->
Submit pull request
### Actual Behavior
<!-- Tell us what is happening -->
Getting this error....although I did not touch anything to do with UpdateLiveInventory
### Your FULL config.json (remove your username, password, gmapkey and any other private ... | closed | 2016-09-14T00:08:14Z | 2016-09-14T00:23:32Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5441 | [] | javajohnHub | 3 |
zappa/Zappa | django | 1,000 | AttributeError: 'Template' object has no attribute 'add_description' | Error deploy
self.cf_template.add_description("Automatically generated with Zappa")
AttributeError: 'Template' object has no attribute 'add_description'
| closed | 2021-07-06T18:29:10Z | 2021-11-08T10:14:26Z | https://github.com/zappa/Zappa/issues/1000 | [] | MayaraMacielMatos | 23 |
onnx/onnx | deep-learning | 6,736 | Security risk around auto_update_doc.yml Github Action | ## Security Risk Description
I believe there is potential security risk of auto_update_doc.yml. The PR is executed on `pull_request_target` with [contents:write](https://github.com/onnx/onnx/blob/3d5acaf3e23ae8db7ac01b8cfedb17b8817121f4/.github/workflows/auto_update_doc.yml#L22) and the only gating mechanism is the au... | closed | 2025-02-27T23:15:44Z | 2025-03-23T19:47:04Z | https://github.com/onnx/onnx/issues/6736 | [
"vulnerability"
] | mshudrak | 11 |
tensorpack/tensorpack | tensorflow | 1,351 | tracing the GPU memory usage | Hi Yuxin, I'm training the FCOS model using Tensorpack. The following is some logging infos.

It seems there are some bad GPU memory allocation somewhere. Is it possible to ... | closed | 2019-10-22T13:43:07Z | 2019-10-22T23:00:32Z | https://github.com/tensorpack/tensorpack/issues/1351 | [
"unrelated"
] | Remember2018 | 2 |
jazzband/django-oauth-toolkit | django | 974 | Add project to django packages | Hi,
I've tried to add your project to https://djangopackages.org/grids/g/oidc/ as it looks like it supports opendID connect.
I hope I did well, I've marked it as a "provider"

Have a good day! | closed | 2021-05-04T10:00:20Z | 2021-10-23T01:10:35Z | https://github.com/jazzband/django-oauth-toolkit/issues/974 | [
"question"
] | HugoDelval | 0 |
miguelgrinberg/python-socketio | asyncio | 811 | Packets with binary are encoded with the wrong packet type when using msgpack | **Describe the bug**
When using the msgpack serializer, packets that contain binary data are encoded as BINARY_EVENT or BINARY_ACK, however, the Javascript Socket.IO implementation does not use these types when using msgpack. Since msgpack can already efficiently transmit binary data, the binary data is inlined (which... | closed | 2021-10-26T03:15:53Z | 2021-10-27T23:29:44Z | https://github.com/miguelgrinberg/python-socketio/issues/811 | [
"bug"
] | ttarhan | 0 |
dmlc/gluon-cv | computer-vision | 1,400 | [Website] API ref gluoncv.model_zoo doesn't include ResNEXT | While GluonCV -> Model Zoo -> Classification shows ResNEXT: https://gluon-cv.mxnet.io/model_zoo/classification.html
API reference guide, doesn't include `resnext` in
```
gluoncv.model_zoo.get_model()
```
https://gluon-cv.mxnet.io/api/model_zoo.html#gluoncv-model-zoo-get-model | closed | 2020-08-04T17:32:28Z | 2020-09-07T21:52:05Z | https://github.com/dmlc/gluon-cv/issues/1400 | [] | ChaiBapchya | 1 |
pallets/quart | asyncio | 125 | Quart OIDC Keycloak | Hello,
I followed the link: https://github.com/pgjones/quart/issues/103 and found it is closed.
I am trying to get my Quart app working with flask_oidc_ext but it fails. Is it because there is no asyncio support for flask_oidc_ext? I use import quart.flask_patch but it does not help. Any help is greatly appre... | closed | 2021-05-04T23:23:11Z | 2022-07-05T01:58:53Z | https://github.com/pallets/quart/issues/125 | [] | git999-cmd | 3 |
python-gitlab/python-gitlab | api | 3,131 | Typing overloads for http_list and its callers | To finish the `list` / `terator` typing situation if possible before the next release, we could also add overloading to `http_list` and potentially its callers in our code (or migrate those to a full manager with a listmixin).
We currently still have over 20 occurrences, though maybe some of them could be refactored i... | open | 2025-02-12T23:28:43Z | 2025-02-26T15:54:00Z | https://github.com/python-gitlab/python-gitlab/issues/3131 | [] | nejch | 3 |
mitmproxy/mitmproxy | python | 6,686 | Switch from light only to dark only mode | #### Problem Description
Cf. #3886
#### Proposal
Add a dark mode like #3886 requested, but as a replacement instead of a complement to light mode, in order to solve this :
> Dark mode has constant maintenance cost if you don't want to let it perish, and I don't want to maintain that.
If dark is the only ... | closed | 2024-02-26T17:37:45Z | 2024-02-26T18:16:59Z | https://github.com/mitmproxy/mitmproxy/issues/6686 | [
"kind/feature"
] | KaKi87 | 1 |
liangliangyy/DjangoBlog | django | 52 | 将文章和页面分离出来 | closed | 2017-12-04T13:37:53Z | 2017-12-09T15:52:52Z | https://github.com/liangliangyy/DjangoBlog/issues/52 | [] | liangliangyy | 0 | |
liangliangyy/DjangoBlog | django | 749 | Hy | closed | 2024-12-17T19:32:22Z | 2024-12-25T09:56:29Z | https://github.com/liangliangyy/DjangoBlog/issues/749 | [] | ghost | 0 | |
lepture/authlib | django | 190 | oauth2.auth.encode_none() changes the body size but leaves content-length header set to the old size | **Describe the bug**
When using the HTTPX AsyncOAuth2Client with password grant, the httpx_client OAuth2ClientAuth.auth_flow() method modifies the body by adding the client_id, but it does not update the Content-Length header which has already been calculated. This causes an exception in the httpx h11 processing w... | closed | 2020-02-12T12:56:36Z | 2020-02-16T04:39:47Z | https://github.com/lepture/authlib/issues/190 | [
"bug"
] | bobh66 | 0 |
ets-labs/python-dependency-injector | flask | 23 | Implement JointJS graph renderer | Example:
- http://www.jointjs.com/demos/umlcd
AutoLayout:
- http://www.daviddurman.com/automatic-graph-layout-with-jointjs-and-dagre.html
- http://jointjs.com/rappid/docs/layout/directedGraph
| closed | 2015-03-12T23:15:18Z | 2020-06-29T20:56:58Z | https://github.com/ets-labs/python-dependency-injector/issues/23 | [
"feature"
] | rmk135 | 1 |
ultralytics/yolov5 | machine-learning | 12,931 | polygon annotation to object detection | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
I want to run object detection with segmentation labeling data, but I got an error.
As f... | closed | 2024-04-17T07:31:16Z | 2024-05-28T00:21:51Z | https://github.com/ultralytics/yolov5/issues/12931 | [
"question",
"Stale"
] | Cho-Hong-Seok | 2 |
jupyter-book/jupyter-book | jupyter | 1,824 | Faulty call to _message_box in pdf.py | ### Describe the bug
**context**
When modifying the `_config.yml` file to include a custom `sphinx:config:latex_documents` list, the jupyter-book build command fails.
**expectation**
I expected a document to be generated.
**bug**
But instead, the build command returns the error message:
```console
File ".... | open | 2022-08-30T09:26:27Z | 2023-03-23T12:34:02Z | https://github.com/jupyter-book/jupyter-book/issues/1824 | [
"bug"
] | paulremo | 1 |
miguelgrinberg/Flask-SocketIO | flask | 1,947 | Weird behavior on AWS beanstalk deployment | I'm kinda running out of ideas and getting desperate at the same time ahah. I also don't know if this is the correct place but here it goes:
Trying to deploy a flask web-app using flask-socketio over a Docker AWS Beanstalk deployment. gevent is being used to serve the web app:
Note 1: The deployment used an AWS A... | closed | 2023-03-01T14:21:54Z | 2023-03-01T16:43:45Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1947 | [] | RodrigoNeves95 | 0 |
mitmproxy/pdoc | api | 226 | Data Descriptors aren't properly captured | #### Problem Description
When a class attribute is implemented as a data descriptor, pdoc doesn't seem to be able to capture its docstring correctly.
For instance, put the code below into a module called descriptor.py and run pdoc on it.
```python
class Descriptor():
def __init__(self, func):
self... | closed | 2021-02-24T22:23:51Z | 2021-02-25T12:08:02Z | https://github.com/mitmproxy/pdoc/issues/226 | [
"bug"
] | barbester | 3 |
cvat-ai/cvat | pytorch | 9,101 | [Question] Zooming/panning/annotating contextual images in sync with main image | Hello,
I'm working with tracking fairly small (close to point-source) objects across 2D frames.
- I would like to be able to have contextual images zoom and pan in sync with the zooming/panning I do in the main image, so that the same zoomed-in/panned view is maintained across the main image and the contextual images... | open | 2025-02-13T02:52:44Z | 2025-02-26T03:23:23Z | https://github.com/cvat-ai/cvat/issues/9101 | [
"enhancement"
] | jonvanveen | 3 |
babysor/MockingBird | deep-learning | 49 | 能出一个视频教程嘛 | 本人是一个小白,真的尝试去做了,好在一些安装下载配置别人有出教程,但不同人出的并不连贯,让我产生一种莫名其妙的感觉,很多东西在于细节,也许他所讲授的方法适用于这个特定的问题,但并不适用于项目,拜托了 | closed | 2021-08-26T05:44:37Z | 2021-12-26T03:37:25Z | https://github.com/babysor/MockingBird/issues/49 | [
"good first issue"
] | ffspig | 7 |
flasgger/flasgger | flask | 511 | More maintainers wanted | Responsibilities:
- ensure production-level code quality
- coordinate releases over pypi
- debug project for compatibility issues
Please reply to this issue to request to be added as a maintainer (prior pull requests will be considered) | open | 2021-12-16T02:08:55Z | 2023-04-24T20:31:34Z | https://github.com/flasgger/flasgger/issues/511 | [] | billyrrr | 14 |
nl8590687/ASRT_SpeechRecognition | tensorflow | 208 | data loader is so slow! Anyone can fix it? | open | 2020-07-31T05:56:53Z | 2020-07-31T05:56:53Z | https://github.com/nl8590687/ASRT_SpeechRecognition/issues/208 | [] | shawnthu | 0 | |
ultralytics/yolov5 | machine-learning | 12,668 | Roc graph and Auc graph using yolo5 | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
hi, i need a roc graph and auc but i cann't figure out how to draw it how to do it. I had... | closed | 2024-01-24T17:46:04Z | 2024-10-20T19:38:09Z | https://github.com/ultralytics/yolov5/issues/12668 | [
"question",
"Stale"
] | elavlo126 | 3 |
mirumee/ariadne | graphql | 1,208 | python_multipart deprecation use `import python_multipart` | Python_multipart package is throwing the following deprecation warning
```
/venv/lib/python3.12/site-packages/ariadne/__init__.py:15: in <module>
from .graphql import graphql, graphql_sync, subscribe
/venv/lib/python3.12/site-packages/ariadne/graphql.py:50: in <module>
from .validation.introspection_disabl... | closed | 2024-12-02T10:52:39Z | 2025-02-19T14:37:17Z | https://github.com/mirumee/ariadne/issues/1208 | [] | kevinvalk | 0 |
daleroberts/itermplot | matplotlib | 4 | Bpython support | Bpython seems to do something funny to the `stdout` that corrupts the terminal escape characters. Is there a workaround? | open | 2017-01-13T20:37:37Z | 2017-08-10T12:31:47Z | https://github.com/daleroberts/itermplot/issues/4 | [
"enhancement",
"help wanted"
] | daleroberts | 1 |
laughingman7743/PyAthena | sqlalchemy | 559 | How to connect using VPC endpoint? | Athena allows for the use of VPC endpoints to improve security: https://docs.aws.amazon.com/athena/latest/ug/interface-vpc-endpoint.html. How can I use this library when connecting to such endpoints (i.e. VPC_Endpoint_ID.athena.Region.vpce.amazonaws.com)? | closed | 2024-11-18T16:15:18Z | 2024-11-19T14:34:02Z | https://github.com/laughingman7743/PyAthena/issues/559 | [] | mrcolumbia | 6 |
huggingface/pytorch-image-models | pytorch | 1,167 | [BUG] train error | hi,
I try to use timm to train my own dataset, I make them as the imagenet struct, but I found the train loss don't decrease, I don't know if I do something wrong, my train script is like this
sh ./distributed_train.sh 4 ./data --model swin_small_patch4_window7_224 -b 54 --class-map ./data/class_map.txt --sched co... | closed | 2022-03-10T02:26:48Z | 2022-03-11T02:47:30Z | https://github.com/huggingface/pytorch-image-models/issues/1167 | [
"bug"
] | 523997931 | 1 |
vllm-project/vllm | pytorch | 14,599 | [Usage]: python -m vllm.entrypoints.openai.api_server --model models/QwQ-32B --served-model-name QwQ-32B --max-model-len=2048 --dtype=bflo at16 --quantization=bitsandbytes --load_format=bitsandbytes | ### Your current environment
我想在模型加载时量化部署,我用了这条命令启服务:python -m vllm.entrypoints.openai.api_server --model models/QwQ-32B --served-model-name QwQ-32B --max-model-len=2048 --dtype=bflo
at16 --quantization=bitsandbytes --load_format=bitsandbytes 是成功的,但我不知道是都为INT4的量化
### How would you like to use vllm
我想在模型加载时量化部署,我用了... | closed | 2025-03-11T05:45:36Z | 2025-03-24T09:33:49Z | https://github.com/vllm-project/vllm/issues/14599 | [
"usage"
] | longglecc | 3 |
vitalik/django-ninja | pydantic | 347 | Inheritance with ModelSchema? | I have two similar `ModelSchema` and to avoid useless repetition, I'd like to use an abstract ModelSchema to group common fields.
I didn't find a mention of this in [this page](https://django-ninja.rest-framework.com/tutorial/django-pydantic/) so I don't know if:
1) it's possible and documented somewhere else
1) it'... | open | 2022-02-04T16:02:39Z | 2024-07-18T13:51:15Z | https://github.com/vitalik/django-ninja/issues/347 | [] | ddahan | 9 |
ymcui/Chinese-BERT-wwm | tensorflow | 177 | rbt4没有使用mlm继续预训练微调吗 | 在自己的语料上
rbt4 mlm准确率0.06
roberta mlm准确率0.54+ | closed | 2021-03-22T08:34:42Z | 2021-03-30T09:32:32Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/177 | [
"stale"
] | SysuCharon | 2 |
onnx/onnx | tensorflow | 6,476 | [Feature request] please add onnx model opset version downgrade (v19 -> v18) support | ### System information
1.12.0 ~ 1.16.1
### What is the problem that this feature solves?
Some 3rd-party infer model frameworks(like rknn / ascend) don't support high version opset when transform onnx model to local model framework, so I need to downgrade it.
` functionality in RESTPlus to return an error and it returns everything properly. However, I get this mess in my console:
``` python
--------------------------------------------------------------------------------
ERROR in app [/home/user/API/venv/lib/python3.5/site-packages/flask/app.py:1587]:
... | open | 2016-10-25T17:15:41Z | 2018-09-27T11:40:34Z | https://github.com/noirbizarre/flask-restplus/issues/212 | [
"enhancement"
] | RPiAwesomeness | 3 |
OWASP/Nettacker | automation | 239 | [Medium] Multiple logical bugs within header_xss module | The `header_xss` module, contains the following on line 34:
```
r = requests.head(host)
for header in r.headers:
headers_xss[header] = payloads_xss
req = requests.post(host, headers=headers_xss)
if payloads_xss.lower() in req.text.lower():
return True
... | closed | 2020-03-25T06:29:55Z | 2021-02-02T21:35:16Z | https://github.com/OWASP/Nettacker/issues/239 | [
"bug"
] | 0xInfection | 0 |
man-group/arctic | pandas | 61 | a bug in _ndarray_store.py in windows? | Hi all, maybe there was a bug in _ndarray_store
use pandas dataframe
```
index = pd.date_range('1/1/2010', periods=8, tz=mktz())
df = pd.DataFrame(np.random.randn(8, 3), index=index, columns=list('abc'))
arctic = Arctic('localhost')
arctic.initialize_library('nasdaq')
store_db = arctic.get_library('nasdaq')
store_db.... | closed | 2015-12-18T14:14:27Z | 2015-12-30T10:27:01Z | https://github.com/man-group/arctic/issues/61 | [] | testmana2 | 2 |
koxudaxi/datamodel-code-generator | pydantic | 1,955 | Casts `default` values of type `number` (scientific notation) to `str` | **Describe the bug**
Bug in parsing `number` in scientific notation
**To Reproduce**
Example schema:
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"test": {
"type": "number",
"title": "Test",
"des... | open | 2024-05-11T16:03:39Z | 2024-05-11T16:03:39Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1955 | [] | maximilian-tech | 0 |
davidsandberg/facenet | tensorflow | 753 | problem with Pre-trained model VGG2. | Hey, I am facing this issue when using the pre-trained model of VGG2.
/home/anju/.virtualenvs/dl4cv2/lib/python3.5/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(floa... | closed | 2018-05-19T13:20:42Z | 2018-09-25T10:04:09Z | https://github.com/davidsandberg/facenet/issues/753 | [] | rashmisgh | 10 |
the0demiurge/ShadowSocksShare | flask | 15 | 发现一个免费ss网站 | http://shadowsocksph.space/
被墙了,用socks代理能访问。 | closed | 2017-11-04T05:53:04Z | 2018-01-18T06:14:52Z | https://github.com/the0demiurge/ShadowSocksShare/issues/15 | [
"资源分享"
] | zebradonna | 8 |
xlwings/xlwings | automation | 1,922 | when i use xlwings write in excel. the yyyy-mm-dd become yyyy/mm/dd, How do I set it up so it doesn't happen | #### OS (e.g. Windows 10 or macOS Sierra)
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
#### Describe your issue (incl. Traceback!)
```python
# Your traceback here
```
#### Include a minimal code sample to reproduce the issue (and attach a sample workbook if required!)... | closed | 2022-05-24T12:34:24Z | 2022-05-29T08:54:35Z | https://github.com/xlwings/xlwings/issues/1922 | [] | niuhongbin1 | 4 |
huggingface/transformers | python | 36,334 | Some of test/utils tests fail being invalidated by tests/utils/test_import_utils.py::test_clear_import_cache | With:
* https://github.com/huggingface/transformers/commit/547911e727fffa06052fcd35776c1df115ec32ed
On:
* Nvidia A10
* Intel Data Center GPU Max (PVC)
Test defined in [tests/utils/test_import_utils.py](https://github.com/huggingface/transformers/blob/main/tests/utils/test_import_utils.py) seems to invalidate the stat... | closed | 2025-02-21T19:50:07Z | 2025-03-24T09:56:26Z | https://github.com/huggingface/transformers/issues/36334 | [] | dvrogozh | 4 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 803 | Screens like statistics(how many jobs applied, how many got response) help users to track their job search. | closed | 2024-11-11T01:20:15Z | 2024-12-04T02:06:13Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/803 | [
"enhancement",
"stale"
] | surapuramakhil | 2 | |
modelscope/modelscope | nlp | 643 | Video-to-Video model finetuning | Hi, I'm trying to finetune the `damo/Video-to-Video` model. But after a couple of iteration my results degenerate to noise.
Could you please take a look and see if the following alignes with your training process.
I'm initializing the `unet`, `vae` and `text encoder` unsing the official weights.
```
model_ms = V... | closed | 2023-11-14T08:25:04Z | 2024-06-23T01:53:37Z | https://github.com/modelscope/modelscope/issues/643 | [
"Stale"
] | hpoghos | 9 |
ultralytics/ultralytics | pytorch | 19,490 | Turn off early stopping for first "n" epochs | ### 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
When I am finetuning a model, the loss is initially very low. After that, it... | open | 2025-03-02T04:14:37Z | 2025-03-02T21:01:42Z | https://github.com/ultralytics/ultralytics/issues/19490 | [
"question"
] | chinge55 | 2 |
glumpy/glumpy | numpy | 28 | Problems with Texture2D | Hi!
Trying to install glumpy and try it on a Mac Pro with Yosemite and macports. I have two, probably related issues. When I import glumpy, I get the following warning:
In [2]: import glumpy
[w] Cannot set error on copy on GPU copy
Then when I run any of the more complex examples, I get the following errors:
run vo... | closed | 2015-03-12T22:09:21Z | 2015-03-20T16:36:02Z | https://github.com/glumpy/glumpy/issues/28 | [] | brorfred | 6 |
jupyter/nbgrader | jupyter | 1,411 | Unpining depency on nbconvert 5.6.1? | ### `nbgrader --version`
0.7 dev
### Issue
nbgrader is pinning an old version of nbconvert (5.6.1).
https://github.com/jupyter/nbgrader/blob/f5729fb2b6638ea2c6f9b0f9226a0dd7c8cb2ad5/setup.py#L94
Is this a strong dependency? Could it be lifted to allow for nbgrader 6 which
was released in August 2020?
... | closed | 2021-02-09T16:04:35Z | 2021-03-19T08:01:37Z | https://github.com/jupyter/nbgrader/issues/1411 | [
"bug",
"duplicate"
] | nthiery | 6 |
serengil/deepface | machine-learning | 768 | please find exception stacktrace - using arcface as model | ```
return DeepFace.find(img_path=img_path, db_path=config.tdes_images_location, align=align,
File "/home/akhil/PycharmProjects/TDES-analytics/venv/lib/python3.10/site-packages/deepface/DeepFace.py", line 488, in find
img_objs = functions.extract_faces(
File "/home/akhil/PycharmProjects/TDES-analytics/ve... | closed | 2023-06-03T19:17:18Z | 2023-10-15T21:32:30Z | https://github.com/serengil/deepface/issues/768 | [
"question"
] | surapuramakhil | 3 |
PokeAPI/pokeapi | graphql | 499 | giratina is not a pokemon? | 
| closed | 2020-06-03T05:04:32Z | 2020-06-03T05:15:38Z | https://github.com/PokeAPI/pokeapi/issues/499 | [] | FirezTheGreat | 1 |
3b1b/manim | python | 1,224 | Text object bug with size=0.5 | I used latest Manim from master branch on Windows 10. [Both fonts](https://fonts.google.com/?query=open+sans).
[Demo.zip](https://github.com/3b1b/manim/files/5210715/Demo.zip)
`size=1`:

`size=0.5`:
![im... | open | 2020-09-11T17:34:59Z | 2020-09-11T17:41:50Z | https://github.com/3b1b/manim/issues/1224 | [] | qo4on | 0 |
huggingface/datasets | tensorflow | 6,495 | Newline characters don't behave as expected when calling dataset.info | ### System Info
- `transformers` version: 4.32.1
- Platform: Windows-10-10.0.19045-SP0
- Python version: 3.11.5
- Huggingface_hub version: 0.15.1
- Safetensors version: 0.3.2
- Accelerate version: not installed
- Accelerate config: not found
- PyTorch version (GPU?): 2.1.1+cpu (False)
- Tensorflow version (GPU... | open | 2023-12-12T23:07:51Z | 2023-12-13T13:24:22Z | https://github.com/huggingface/datasets/issues/6495 | [] | gerald-wrona | 0 |
autogluon/autogluon | data-science | 3,808 | score_tests are all negative | Hi AutoGluon team,
Thanks for making this AutoGluon for us to use. I heard AutoGluon at a conference in New Orleans this week.
However, I ran some of my data with the code in Colab. It ran well, however, the score_test values are all negative (see below link)
https://colab.research.google.com/drive/1QznEsKdz8... | closed | 2023-12-12T06:03:17Z | 2023-12-16T17:53:41Z | https://github.com/autogluon/autogluon/issues/3808 | [] | FeiyangBai | 6 |
aidlearning/AidLearning-FrameWork | jupyter | 16 | performance degradation after running overnight | I run your face recognition application on my android tablet overnight and the app becomes quite slow (you can see video refresh on the screen quite slow). I can see a couple frames/sec at the beginning.
Are you aware of this issue?
| closed | 2019-05-22T05:01:32Z | 2020-08-03T09:10:32Z | https://github.com/aidlearning/AidLearning-FrameWork/issues/16 | [] | kaishijeng | 6 |
xonsh/xonsh | data-science | 4,773 | Create None file | A file called None is being generated
## xonfig
<details>
```
$ xonfig
+------------------+----------------------+
| xonsh | 0.11.0 |
| Python | 3.10.4 |
| PLY | 3.11 |
| have readline | True |
| prompt tool... | closed | 2022-04-21T17:52:26Z | 2022-07-18T18:45:09Z | https://github.com/xonsh/xonsh/issues/4773 | [
"good first issue",
"history",
"history-json"
] | ericktucto | 2 |
BeanieODM/beanie | pydantic | 851 | [BUG] (docs) migrations *have* to specify a `-db` argument, even if it's included in the db string? | The docs at https://beanie-odm.dev/tutorial/migrations/ show a few different invocations for the `migrate` command. In some the `db` name is included in the url string only, in others it's passed explicitly to the `-db` argument - after a bunch of debugging, it seems like only passing it in the uri string doesn't work... | closed | 2024-02-05T11:27:13Z | 2024-08-27T07:24:55Z | https://github.com/BeanieODM/beanie/issues/851 | [
"bug"
] | ldorigo | 1 |
deepspeedai/DeepSpeed | deep-learning | 7,129 | [REQUEST] Is there any plan to support deepseek v3's MOE structure | I like the training of transformers+deepspeed very much. After reading the content of deepspeed MOE, I want to see if deepseek v3 can be supported through deepspeed. It seems that there is still a long way to run. Is there a plan? | open | 2025-03-11T03:36:42Z | 2025-03-11T16:25:34Z | https://github.com/deepspeedai/DeepSpeed/issues/7129 | [
"enhancement"
] | glowwormX | 0 |
ploomber/ploomber | jupyter | 217 | Support for env when using DAGSpec.auto_load | closed | 2020-08-10T19:09:19Z | 2020-10-03T19:57:36Z | https://github.com/ploomber/ploomber/issues/217 | [] | edublancas | 0 | |
xonsh/xonsh | data-science | 5,008 | Escape character doesn't sent correctly to execution system | # «`\;`» impossible to send in a command line.
## xonsh version and config.
```bash
$ xonsh -V
xonsh/0.13.3
$ cat ~/.xonshrc
#$XONSH_COLOR_STYLE = 'material'
$XONSH_COLOR_STYLE = 'fruity'
$PROMPT = '{env_name}{BOLD_GREEN}{user}@{hostname}{BOLD_BLUE}: {cwd}{branch_color}{curr_branch: {}}{RESET} {RED}{last_... | closed | 2022-12-08T10:54:17Z | 2022-12-08T18:46:22Z | https://github.com/xonsh/xonsh/issues/5008 | [] | orencio | 2 |
biolab/orange3 | numpy | 6,173 | Feature Statistics - open issues | <!--
If something's not right with Orange, fill out the bug report template at:
https://github.com/biolab/orange3/issues/new?assignees=&labels=bug+report&template=bug_report.md&title=
If you have an idea for a new feature, fill out the feature request template at:
https://github.com/biolab/orange3/issues/new?assi... | closed | 2022-10-14T13:50:34Z | 2023-02-23T11:00:15Z | https://github.com/biolab/orange3/issues/6173 | [
"wish",
"snack"
] | lanzagar | 2 |
Lightning-AI/pytorch-lightning | data-science | 19,956 | ValueError: range() arg 3 must not be zero - Need to Identify the Root Cause | ### Bug description
I am encountering a `ValueError: range() arg 3 must not be zero` while processing video frames in batches. The relevant code section is provided below.
### What version are you seeing the problem on?
v2.0
### How to reproduce the bug
```python
## Code Snippet
### Definition of the... | closed | 2024-06-07T13:18:25Z | 2024-06-17T07:07:33Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19956 | [
"bug",
"needs triage",
"ver: 2.0.x"
] | YuyaWake | 1 |
SALib/SALib | numpy | 181 | Interpratation S_conf | HelloTogether
I have a following question to the Interpretation of S_conf.
I made an Sobol sensitivity analysis with three variables. The results are good. It looks like I have almost no interaction.
Now the S_i value and the S_i_conf value are ok as well as the S_T and the S_T_conf value. But there is only a sma... | closed | 2017-12-22T13:53:16Z | 2019-11-07T22:51:39Z | https://github.com/SALib/SALib/issues/181 | [
"question_interpretation"
] | GemsHSLU | 6 |
tfranzel/drf-spectacular | rest-api | 763 | authorization type changes using drf spectacular library | Hi Team,
Actually using drf spectacular library we are generating one schema file in which by default authorization is coming as
tokenAuth:
type: http
scheme: bearer
bearerFormat: Token
but we want a authorization type as 'API Key' so is there is any way to change the authorization type us... | closed | 2022-07-04T04:10:41Z | 2022-07-14T07:40:22Z | https://github.com/tfranzel/drf-spectacular/issues/763 | [] | shubhambajad | 4 |
QingdaoU/OnlineJudge | django | 338 | fps导入失败! | 在提交issue之前请
- 认真阅读文档 http://docs.onlinejudge.me/#/
- 搜索和查看历史issues
- 安全类问题请不要在 GitHub 上公布,请发送邮件到 `admin@qduoj.com`,根据漏洞危害程度发送红包感谢。
然后提交issue请写清楚下列事项
- 进行什么操作的时候遇到了什么问题,最好能有复现步骤
- 错误提示是什么,如果看不到错误提示,请去data文件夹查看相应log文件。大段的错误提示请包在代码块标记里面。
- 你尝试修复问题的操作
- 页面问题请写清浏览器版本,尽量有截图
环境:ubuntu18.04
... | open | 2020-11-15T15:52:46Z | 2022-12-09T06:29:06Z | https://github.com/QingdaoU/OnlineJudge/issues/338 | [] | FishZe | 4 |
deepfakes/faceswap | machine-learning | 794 | GPU Not working | ```shell
Loading...
07/15/2019 04:46:55 INFO Log level set to: INFO
07/15/2019 04:46:56 INFO Output Directory: C:\Users\LPDR\Desktop\cysd
07/15/2019 04:46:56 INFO Input Video: C:\Users\LPDR\Desktop\cysd-06.mp4
07/15/2019 04:46:56 INFO Loading Detect from Mtcnn plugin...
07/15/2019 04:46:56 INFO ... | closed | 2019-07-14T20:55:51Z | 2019-07-16T18:23:28Z | https://github.com/deepfakes/faceswap/issues/794 | [] | HyperSimon | 11 |
StratoDem/sd-material-ui | dash | 53 | Rename components to remove "SD" prefix | ### Description
Components should be renamed to drop the "SD" prefix, e.g., the `SDDropdown` should be renamed to just `Dropdown`.
This will require importing the base `material-ui` components with aliases, like
```js
import MuiDropdown from 'material-ui/Dropdown'; // vs import Dropdown from 'material-ui/Dropdow... | closed | 2018-01-26T15:13:20Z | 2018-01-26T19:11:14Z | https://github.com/StratoDem/sd-material-ui/issues/53 | [
"Priority: Medium",
"Tech: Architecture",
"Type: Maintenance",
"v2 release"
] | mjclawar | 1 |
matplotlib/matplotlib | data-visualization | 28,907 | [Bug]: completely freezes | ### Bug summary
"When using PyCharm (regardless of the version) in debug mode or starting matplotlib.pyplot.plot in the Python console, the process completely freezes, and I can only force it to end."
### Code for reproduction
```Python
import matplotlib
matplotlib.use('tkagg')
import matplotlib.pyplot as plt
imp... | closed | 2024-09-29T14:50:21Z | 2024-10-30T01:16:24Z | https://github.com/matplotlib/matplotlib/issues/28907 | [
"status: needs clarification"
] | name-used | 17 |
streamlit/streamlit | streamlit | 10,383 | Make st.toast appear/bring it to the front (stack order) when used in st.dialog | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
Not sure to place this as a feature request o... | open | 2025-02-12T20:19:16Z | 2025-02-13T12:10:54Z | https://github.com/streamlit/streamlit/issues/10383 | [
"type:enhancement",
"feature:st.toast",
"feature:st.dialog"
] | Socvest | 4 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,475 | [Feature Request]: Integrate --sd-webui-ar-plusplus | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Note that I also [requested this over at Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/586)
### One of the primary elements in ... | open | 2024-04-10T00:26:43Z | 2024-06-24T02:05:03Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15475 | [
"enhancement"
] | altoiddealer | 4 |
sanic-org/sanic | asyncio | 2,996 | Add Python 3.13 to CI Tests | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Can we be proactive and make sure that Sanic will be compatible with Python 3.13 when it's released in early Octob... | closed | 2024-09-04T23:57:14Z | 2024-12-31T13:37:39Z | https://github.com/sanic-org/sanic/issues/2996 | [
"feature request"
] | robd003 | 4 |
widgetti/solara | jupyter | 51 | Solara App running on VM is not reachable | Hi guys,
thanks for this great lib. I´ve already used it some time in jupyter notebooks and running apps on my local machine. However, I am not able to access apps running on my VM (oracle cloud). All I see is a "solara" spinner and the message "Loading app". I think it´s problem with my firewall configuration. Whi... | closed | 2023-03-24T19:10:40Z | 2023-03-27T20:49:00Z | https://github.com/widgetti/solara/issues/51 | [] | legout | 3 |
matplotlib/mplfinance | matplotlib | 337 | Is it possible to apply mpf styles to other matplotlib plots? | I would like to use the themes for other matplotlib plots. | closed | 2021-02-22T21:52:58Z | 2021-02-23T15:14:08Z | https://github.com/matplotlib/mplfinance/issues/337 | [
"question"
] | BlackArbsCEO | 2 |
amisadmin/fastapi-amis-admin | sqlalchemy | 144 | 307 Temporary Redirect loop | 默认代码安装,登陆root成功后, 307 Temporary Redirect死循环。日志如下:
```
2023-11-17 08:57:37,025 INFO sqlalchemy.engine.Engine [cached since 408.3s ago] (2,)
INFO: 15.204.16.79:9173 - "GET /auth/form/login?redirect=/admin/ HTTP/1.1" 307 Temporary Redirect
2023-11-17 08:57:37,037 INFO sqlalchemy.engine.Engine COMMIT
2023-11-17 08... | open | 2023-11-17T09:25:11Z | 2024-11-28T07:59:00Z | https://github.com/amisadmin/fastapi-amis-admin/issues/144 | [] | lifengmds | 6 |
jmcnamara/XlsxWriter | pandas | 749 | Failure when FIPS mode is enabled in the kernel due to MD5 being restricted | I am attempting to use XlsxWriter to generate Excel files on a Red Hat Enterprise Linux 7.8 machine with [FIPS mode](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sect-security_guide-federal_standards_and_regulations-federal_information_processing_standard) enabled. XlsxWr... | closed | 2020-09-17T23:58:12Z | 2020-09-18T22:37:21Z | https://github.com/jmcnamara/XlsxWriter/issues/749 | [
"feature request",
"under investigation"
] | quanterium | 5 |
python-visualization/folium | data-visualization | 1,395 | plugins.MarkerCluster - markers are not showned when tiles=None | **Describe the bug**
When using `MarkerCluster` plugin to add marker to a map, markers are not showned if I add `tiles=None` parameter to `folium.Map()`
**To Reproduce**
```python
import folium
from folium import plugins
coords = [[45.01, 3.05]]
texts = ["hello"]
m = folium.Map([45, 3], tiles=None)
plu... | closed | 2020-10-15T11:18:05Z | 2022-11-22T15:42:04Z | https://github.com/python-visualization/folium/issues/1395 | [] | brunetton | 3 |
xlwings/xlwings | automation | 2,005 | Sporadic 'NoneType' object has no attribute error | #### OS (e.g. Windows 10 or macOS Sierra)
Windows 10
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
xwlings-0.27.12
Python-3.8
Excel-Office365
#### Describe your issue (incl. Traceback!)
Thank you for the great work on this package, it is awesome!
I have a process tha... | closed | 2022-09-01T15:59:05Z | 2022-09-16T00:01:09Z | https://github.com/xlwings/xlwings/issues/2005 | [] | CollierKing | 4 |
viewflow/viewflow | django | 476 | Transition comparison error in `fsm/chart.py` | Hi,
I am working on a codebase that uses **FSM** in viewflow 2.9. I am now trying to add admin support for some manual transitions. It works fine on an individual object view, however it throws the following error on the list view.
`'<' not supported between instances of 'Transition' and 'Transition'`
The error seem... | open | 2025-01-18T02:01:23Z | 2025-02-25T08:38:56Z | https://github.com/viewflow/viewflow/issues/476 | [
"request/bug",
"dev/flow"
] | 100cube | 1 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 680 | More restrictive version lock of SQLAlchemy in setup.py | I just installed Flask-SQLAlchemy 2.1 today (part of an older code base) but it pulled down SQLAlchemy 1.3.0 which is brand new. SQLAlchemy 1.3.0 has a number of backwards incompatible changes with 1.2 and previous releases which is wreaking havoc in a code base.
A big one is:
_[sql] [bug] Fully removed the behav... | closed | 2019-03-05T22:15:07Z | 2020-12-05T20:37:38Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/680 | [] | nickjj | 8 |
xonsh/xonsh | data-science | 5,776 | history-json: Ctrl-d outside homedir throws JSONDecodeError | ## Current Behavior
Pressing ctrl-d in any directory other than ~ will throw a json decode error.
Edit:
Same goes for ctl-c
Traceback (if applicable):
<details>
```xsh
~/.config/hypr took 9s
@
Traceback (most recent call last):
File "/home/hplar/.local/share/pipx/venvs/xonsh/lib/python3.13/site-packag... | closed | 2025-01-14T08:19:38Z | 2025-01-15T17:41:58Z | https://github.com/xonsh/xonsh/issues/5776 | [
"history",
"history-json"
] | hplar | 5 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 786 | Number of Generator and How to increase gpu | Hi!
I have a question. I'm sorry if I had the same question in the past.
I want to increase the number of gpu to use, but even if I increase the option as follows, only one gpu is used.
--gpu_ids 0,1,2 --batch_size 24
I also want to increase the number of Generators, but I don't know how to increase them.
Could yo... | closed | 2019-10-10T15:23:06Z | 2019-10-11T04:04:56Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/786 | [] | Migita6 | 2 |
scikit-image/scikit-image | computer-vision | 6,860 | `measure.regionprops_table` with `properties=['centroid_weighted']` fails on images with >1 color channel. | ### Description:
Calling `skimage.measure.regionprops_table` with `properties=['centroid_weighted']` on an image with >1 color channel raises `ValueError: setting an array element with a sequence.` I expected to get a dictionary with keys `centroid_weighted-n-c` where `n` are the indices of the spatial dimensions and ... | closed | 2023-03-29T01:53:44Z | 2023-09-17T11:41:53Z | https://github.com/scikit-image/scikit-image/issues/6860 | [
":bug: Bug"
] | aslyon | 3 |
arogozhnikov/einops | numpy | 156 | tensorflow 1.13 | Could einops support tensorflow 1.13?
| closed | 2021-12-10T10:12:36Z | 2021-12-11T07:28:36Z | https://github.com/arogozhnikov/einops/issues/156 | [
"bug"
] | yunzqq | 1 |
tox-dev/tox | automation | 2,496 | requirement file updates aren't detected | Passing a requirements file to `deps` is really helpful; it would be great if updates to the requirements files were detected and a env recreate/install was triggered.
Version: 3.26.0
tox.ini
```ini
[testenv]
basepython = python3
install_command = pip3 install {opts} {packages}
deps = -r{toxinidir}/requireme... | closed | 2022-09-09T01:21:41Z | 2022-09-09T02:39:24Z | https://github.com/tox-dev/tox/issues/2496 | [
"feature:new"
] | gebhardtr | 1 |
PaddlePaddle/ERNIE | nlp | 742 | self.sp_model.Load(sp_model_path)报错, 把pathlib的路径转换成str就OK | https://github.com/PaddlePaddle/ERNIE/blob/develop/ernie/tokenizing_ernie.py#L272 | closed | 2021-09-13T09:22:17Z | 2021-11-23T08:13:12Z | https://github.com/PaddlePaddle/ERNIE/issues/742 | [
"wontfix"
] | jjxyai | 1 |
wger-project/wger | django | 1,028 | Swap Body weight with Nutrition in header. | ### Discussed in https://github.com/wger-project/wger/discussions/1027
<div type='discussions-op-text'>
<sup>Originally posted by **ImTheTom** May 2, 2022</sup>
Hey,
How would you feel about swapping the body weight drop down in the header with the nutrition drop down in the web app.
This would mean the h... | closed | 2022-05-02T09:47:59Z | 2022-05-09T15:15:07Z | https://github.com/wger-project/wger/issues/1028 | [] | rolandgeider | 0 |
onnx/onnxmltools | scikit-learn | 708 | convert_lightgbm incorrectly saves onnx format | Predictions change after saving to onnx and then loading the model again. See below, where I compare to saving an XGBoost model, which results in the same predictions after loading from ONNX format

 is calling! Whether it's your first PR or your 50th, you’re helping shape the future of open source. Help us build the most reliable and user-friendly computer vision library out there! 🌱
We recently realized that the `clas... | closed | 2024-10-03T19:21:08Z | 2024-10-11T15:51:28Z | https://github.com/roboflow/supervision/issues/1566 | [
"bug",
"help wanted",
"hacktoberfest"
] | LinasKo | 9 |
Lightning-AI/pytorch-lightning | machine-learning | 20,281 | `NeptuneCallback` produces lots of `X-coordinates (step) must be strictly increasing` errors | ### Bug description
When Optuna is run in parallel mode (`n_jobs=-1`), with `NeptuneCallback`, I get:
`[neptune] [error ] Error occurred during asynchronous operation processing: X-coordinates (step) must be strictly increasing for series attribute: trials/values. Invalid point: 0.0`
It's normal that during paralle... | open | 2024-09-14T11:49:28Z | 2024-09-28T23:45:22Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20281 | [
"bug",
"needs triage"
] | iirekm | 1 |
adbar/trafilatura | web-scraping | 782 | "Chinese dot" breaks the fingerprint method | Hi everyone,
I noticed that if this "chinese dot" is included in the fingerprint hash "。" then the hash is always "ffffffffffffffff"
```
from trafilatura.deduplication import content_fingerprint, Simhash
content_a = Simhash("""行政長官岑浩""")
print(Simhash("""行政長官岑浩""").to_hex()) # 13dd8c82d4634a48
print(Simhash("""欢迎与我... | closed | 2025-02-03T07:21:22Z | 2025-02-17T16:29:56Z | https://github.com/adbar/trafilatura/issues/782 | [
"enhancement"
] | reinoldus | 2 |
roboflow/supervision | computer-vision | 1,247 | Speed Estimator for Vehicle Tracking | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
Where and how do I specifically add the configurations for both "vehicles.mp4" and "vehicles-result.mp4" in the ultralytics script, "ultralytics... | closed | 2024-05-30T11:10:04Z | 2024-05-30T11:38:05Z | https://github.com/roboflow/supervision/issues/1247 | [
"question"
] | bthoma48 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.