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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
polakowo/vectorbt | data-visualization | 195 | Constant Position Sizing | Hi great package! I wondered whether it is it possible to have constant position size of 100$ to prevent compounding metrics and to interpret total profits in percents? Thanks for suggestions. | closed | 2021-07-16T01:06:56Z | 2024-03-16T09:29:36Z | https://github.com/polakowo/vectorbt/issues/195 | [] | systats | 4 |
plotly/plotly.py | plotly | 4,172 | Sunburst figures not aggregating custom_data for parents with >1 leaf | Consider the following Sunburst figure:
```
import pandas as pd
import plotly.express as px
data = [
["A", "1", 200.0, 20.0],
["A", "2", 100.0, 10.0],
["A", "3", 350.0, 35.0],
["B", "1", 500.0, 50.0],
["C", "1", 20.0, 2.0],
["C", "2", 50.0, 5.0],
]
columns = ["Category Group", "Cat... | open | 2023-04-22T07:18:28Z | 2024-08-12T20:53:06Z | https://github.com/plotly/plotly.py/issues/4172 | [
"bug",
"P3"
] | DoubleGremlin181 | 0 |
Sentdex/socialsentiment | plotly | 14 | Sentiment analysis for tweets written in other language | Hi! First of all, thanks for your amazing work!
I would like to share my work based on this great repository, I made sentiment analysis dashboards from **Portuguese language**, check it out! You are able to change the language.
- https://github.com/Alro10/twitter-sentiment-live
Cheers. | open | 2019-07-30T01:39:49Z | 2019-07-30T01:39:49Z | https://github.com/Sentdex/socialsentiment/issues/14 | [] | Alro10 | 0 |
explosion/spaCy | machine-learning | 12,788 | A | <!-- Describe the problem or suggestion here. If you've found a mistake and you know the answer, feel free to submit a pull request straight away: https://github.com/explosion/spaCy/pulls -->
## Which page or section is this issue related to?
<!-- Please include the URL and/or source. --> | closed | 2023-07-04T15:02:21Z | 2023-08-04T00:02:20Z | https://github.com/explosion/spaCy/issues/12788 | [
"invalid"
] | 4158794031 | 1 |
microsoft/qlib | deep-learning | 1,763 | 这里更新信号时报错,参数改为0可以取到 | https://github.com/microsoft/qlib/blob/39f88daaa7b78fdb6b2a10ce6518b6bf154f225c/qlib/workflow/online/manager.py#L280 | open | 2024-03-18T04:22:37Z | 2024-05-28T12:37:46Z | https://github.com/microsoft/qlib/issues/1763 | [] | chenli90s | 1 |
StratoDem/sd-material-ui | dash | 47 | Port Popover to Dash component | http://www.material-ui.com/#/components/popover | closed | 2018-01-25T21:46:30Z | 2018-08-30T20:57:51Z | https://github.com/StratoDem/sd-material-ui/issues/47 | [
"Tech: JS",
"Tech: Single Component"
] | mjclawar | 0 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,192 | ost vram | closed | 2023-04-14T22:03:24Z | 2023-04-14T22:03:41Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1192 | [] | jhuebner79 | 0 | |
mitmproxy/mitmproxy | python | 6,211 | AssertionError: `self.quic` | ```
[12:13:19.702][[::1]:54450] client connect
[12:13:19.703][[::1]:54450] >> Start({})
[12:13:19.703][[::1]:54450] >> Start({})
[12:13:19.703][[::1]:54450] >> DataReceived(client, b'Z"8X\xd1\xbe\xf3\xdf\xe3it\x82\xef\x89s\xb4\x84\x0b\xe6\xd3\xac]\x97\x9c\x18\xdb\xd6kP\xd9')
[12:13:19.703][[::1]:54450] ... | closed | 2023-06-27T10:22:34Z | 2025-02-16T20:59:04Z | https://github.com/mitmproxy/mitmproxy/issues/6211 | [
"kind/bug",
"area/protocols",
"nlnet"
] | mhils | 0 |
piskvorky/gensim | data-science | 3,371 | Topic coherence decreasing with increasing number of topics | Hello,
I am a bit consufed that all of the topic coherence metrics are decreasing with increasing numbers of topics. Especially that I get the highest coherence scores for only one topic. I have attached a picture of my graph and my code. Any help is appreciated!

I am using Anaconda and Jupyter notebook. I trie... | closed | 2019-08-22T13:43:49Z | 2019-08-22T15:38:48Z | https://github.com/microsoft/nlp-recipes/issues/348 | [
"bug"
] | kehuangms | 0 |
tortoise/tortoise-orm | asyncio | 951 | an iso8601.iso8601.ParseError at DatetimeField when field no data | ### model
```python
class BaseModel(Model):
id = fields.BigIntField(pk=True)
created_at = fields.DatetimeField(auto_now_add=True, null=False)
updated_at = fields.DatetimeField(auto_now=True, null=False)
is_delete = fields.BooleanField(null=False, default=False)
class User(BaseModel, ModelMixi... | closed | 2021-10-11T14:57:42Z | 2021-10-11T15:11:14Z | https://github.com/tortoise/tortoise-orm/issues/951 | [] | panla | 2 |
skforecast/skforecast | scikit-learn | 228 | In `grid_search_forecaster` and `backtesting_forecaster`, does the algorithm use lagged real value or lagged predicted value? | I have split my data into training, validation, and test set. However, while the documentation says in recursive multi-step forecasting, the lagged values came from predicted values ([link](https://joaquinamatrodrigo.github.io/skforecast/0.4.3/quick-start/introduction-forecasting.html)), and not from the actual values ... | closed | 2022-08-26T23:48:56Z | 2022-08-28T05:50:07Z | https://github.com/skforecast/skforecast/issues/228 | [
"question"
] | kaionwong | 2 |
xinntao/Real-ESRGAN | pytorch | 743 | ESRGAN Model training ( RRDB_ESRGAN_x4.pth) | I want to train a model with my own dataset but I am getting some error .
My options file is as attached:
the error I am getting is :
Traceback (most recent call last):
File "C:\Users\CAE\Desktop\MY GAN\Real-ESRGAN-master\realesrgan\train.py", line 11, in <module>
train_pipeline(root_path)
File "C:\... | open | 2024-01-20T09:06:45Z | 2024-05-18T16:49:55Z | https://github.com/xinntao/Real-ESRGAN/issues/743 | [] | durrani88 | 2 |
waditu/tushare | pandas | 1,511 | 具有上海中期期货有限公司账号后,如何获取期权和期货的tick数据 | 在期货期权TICK数据文档中提到:数据归属上海中期期货有限公司,具备该公司交易账号才可以获取。
如何使用tushare及期货公司账号获取相关tick数据? | open | 2021-02-07T09:54:47Z | 2021-02-07T09:54:47Z | https://github.com/waditu/tushare/issues/1511 | [] | DrShuaiguo | 0 |
alyssaq/face_morpher | numpy | 41 | stasm erro | Hi Alyssa,
I am trying to use the averager but I get the following error (MacOS 10.13.5 with python3.6.3):
Traceback (most recent call last):
File "/Users/orangelewis/Spider/test.py", line 3, in <module>
import stasm
File "/Users/orangelewis/djiangoTest/lib/python3.6/site-packages/stasm/__init__.py", lin... | open | 2018-06-28T17:26:27Z | 2018-07-10T18:31:51Z | https://github.com/alyssaq/face_morpher/issues/41 | [] | orangelewis | 3 |
dynaconf/dynaconf | flask | 851 | [bug] dynaconf is not installable in venvs without setuptools | ### Bug description
`dynaconf` doesn't define any dependencies (due to vendoring), but that's not really true, because there is one runtime dependency - `pkg_resources` distributed with `setuptools`:
https://github.com/dynaconf/dynaconf/blob/0439bf836f1a22e96e4c71d388c2e68fd9b70425/dynaconf/contrib/flask_dynaconf.p... | closed | 2023-01-04T05:50:32Z | 2023-07-13T19:11:05Z | https://github.com/dynaconf/dynaconf/issues/851 | [
"bug",
"HIGH"
] | jaklan | 2 |
feature-engine/feature_engine | scikit-learn | 252 | 1-2 minute videos showing how to use a class in youtube | Would these be useful? | open | 2021-04-22T09:07:07Z | 2021-05-01T07:34:01Z | https://github.com/feature-engine/feature_engine/issues/252 | [
"docs"
] | solegalli | 0 |
scrapy/scrapy | python | 6,583 | `scrapy.utils.url.parse_url()` duplicates `w3lib.url.parse_url()` | `scrapy.utils.url` imports `w3lib.url.*` but since 2016 (w3lib 1.15.0) both have `parse_url()`, and with the same implemenation. So we can drop the Scrapy one now. Related: #2186, #4577 | closed | 2024-12-14T08:24:18Z | 2024-12-18T06:50:45Z | https://github.com/scrapy/scrapy/issues/6583 | [
"enhancement",
"cleanup"
] | wRAR | 0 |
jupyter/nbgrader | jupyter | 1,844 | Student's solution with `input()` passes "Validate", but fails on "Autograde" | ### Steps to reproduce the actual behavior
For example, give students this assignment (I'll omit the description as it is self-explanatory):
```python
def count_digits(n, d):
### BEGIN SOLUTION
n = abs(n)
return str(n).count(str(d))
### END SOLUTION
```
Let's assume just one simple public... | open | 2023-11-01T12:35:29Z | 2024-03-25T13:29:57Z | https://github.com/jupyter/nbgrader/issues/1844 | [
"UX/UI"
] | lahwaacz | 1 |
pallets-eco/flask-sqlalchemy | flask | 712 | Should flask_sqlalchemy.Model.__init__ be overrideable? | I have some custom types (json-encoded lists/dicts), but working with newly-created instances of models that include those types can be awkward. I end up needing to pepper code that deals with those models with a bunch of boilerplate like the following:
```
if instance.field is None:
instance.field = []
inst... | closed | 2019-04-11T19:11:37Z | 2020-12-05T20:37:20Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/712 | [] | rascalking | 3 |
healthchecks/healthchecks | django | 302 | Feature Request: Add integration to run local shell/python scripts | @cuu508 thank you once again for this amazing tool. I have been playing around with it a lot and am almost ready to deploy the self hosted version to prod.
I love the numerous tools with which we can integrate this app.
In our org though, we use `snmp-traps` for alerting and I was wondering if you can add an inte... | closed | 2019-11-19T14:46:44Z | 2019-11-22T10:22:00Z | https://github.com/healthchecks/healthchecks/issues/302 | [] | gganeshan | 7 |
holoviz/panel | jupyter | 7,350 | WebLLM source code link not valid | In the app gallery https://panel.holoviz.org/gallery/index.html the WebLLM ChatInterface points to
https://panel.holoviz.org/gallery/index.html#WebLLM
It should point to
https://panel.holoviz.org/gallery/webllm.html
I tried to find the cause but could not. Some code creates this.
 under `projects`. Development is stagnant from last year, with Milestone 3 being the core implementation not tackled yet.
EfficientDet not being part of the core package hinders the ability of users usin... | open | 2024-05-24T09:17:14Z | 2024-05-24T09:17:30Z | https://github.com/open-mmlab/mmdetection/issues/11740 | [] | davideboschetto | 0 |
sktime/sktime | scikit-learn | 7,100 | [BUG] `RecursiveReductionForecaster` fails for hierarchical data | **Describe the bug**
(Still experimental) `RecursiveReductionForecaster` fails for hierachical (i.e. with instances and time indexes) data with global approach. Returns: `TypeError: Cannot convert input [('xxx', Period('2017-02', 'M'))] of type <class 'tuple'> to Timestamp`
**To Reproduce**
Run tests for PR https:... | open | 2024-09-10T07:11:10Z | 2025-02-16T16:23:28Z | https://github.com/sktime/sktime/issues/7100 | [
"bug",
"module:forecasting"
] | bastisar | 7 |
coqui-ai/TTS | python | 3,478 | [Feature request] aur package | it would be great to get an aur package for arch. I can't install this after 3 hours of running into errors every thing I try. | closed | 2023-12-30T12:57:01Z | 2024-02-10T18:38:06Z | https://github.com/coqui-ai/TTS/issues/3478 | [
"wontfix",
"feature request"
] | ralyodio | 2 |
ultrafunkamsterdam/undetected-chromedriver | automation | 836 | not finding the website html Body | Hey guys,
Not sure it's an issue but I would still love to get some help.
So I was testing a simple find element by xpath on that website: https://2050706v2.onlineleasing.realpage.com/
but the element always wasn't found even tho it's a valid one, I then figured out selenium doesn't have access to that website's ... | open | 2022-10-12T12:36:44Z | 2023-12-22T23:45:40Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/836 | [] | orbar1 | 3 |
vitalik/django-ninja | django | 525 | Inferr Automatic Multipart Data | As per your documentations, when uploading files, I can see that you recommend, for uploading files, sending multipart data. Which I have always found hacky (in general in django). Because, given this model and the rest of the code... In order to do POST requests for creation, we need to separate, as per your docs, th... | open | 2022-08-11T18:19:25Z | 2022-08-14T08:15:39Z | https://github.com/vitalik/django-ninja/issues/525 | [] | martinlombana | 1 |
RobertCraigie/prisma-client-py | pydantic | 218 | Provide performance benchmarks | Currently our performance will not stack up well with other Python ORMs, however we can't work on improving performance without having a baseline to work from.
We should also provide context for these benchmarks by also benchmarking other ORMs. We should include:
- SQLAlchemy
- Django
- Pewee
- Pony ORM
- SQLObject
-... | open | 2022-01-12T00:31:31Z | 2022-03-10T17:22:53Z | https://github.com/RobertCraigie/prisma-client-py/issues/218 | [
"kind/improvement",
"topic: perf",
"level/advanced",
"priority/medium"
] | RobertCraigie | 3 |
deezer/spleeter | deep-learning | 725 | [Bug] sub processes are kept running even after separating is done and are re-created even after kill | - [X] I didn't find a similar issue already open.
- [X] I read the documentation (README AND Wiki)
- [X] I have installed FFMpeg
- [X] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
I am trying to use spleeter for vocal extrac... | open | 2022-02-06T23:39:45Z | 2022-05-21T11:43:06Z | https://github.com/deezer/spleeter/issues/725 | [
"bug",
"invalid"
] | CoryXie | 3 |
zappa/Zappa | flask | 485 | [Migrated] For Pillow, need to also delete 'PIL' | Originally from: https://github.com/Miserlou/Zappa/issues/1289 by [ceefour](https://github.com/ceefour)
Before you submit this PR, please make sure that you meet these criteria:
(yes, trivial change)
## Description
delete 'PIL' if package is Pillow
## GitHub Issues
See https://github.com/Miserlou/Zappa/is... | closed | 2021-02-20T08:35:31Z | 2022-07-16T07:26:22Z | https://github.com/zappa/Zappa/issues/485 | [
"needs-user-testing"
] | jneves | 1 |
floodsung/Deep-Learning-Papers-Reading-Roadmap | deep-learning | 46 | Charmap error while reading README | While opening the README.md, download.py gave me this:
`UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 33476: character maps to <undefined>`
In case someone has the same problem, you may fix it by changing line 73 to:
`with open('README.md', encoding="utf8") as readme:` | open | 2017-03-30T22:10:47Z | 2017-03-30T22:10:47Z | https://github.com/floodsung/Deep-Learning-Papers-Reading-Roadmap/issues/46 | [] | mendelson | 0 |
ultralytics/yolov5 | machine-learning | 13,265 | A Error which blast my mind.... | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
_No response_
### Bug
Tried onnx version 17 and version 12 still the same error

It'd be happy to take this on if we get enough people wanting this feature | open | 2024-06-05T17:28:02Z | 2024-06-05T17:29:20Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1392 | [] | karlingen | 0 |
biolab/orange3 | pandas | 6,626 | How to enable beginner users to use external libraries
| I want to allow beginner users to use a Python script that incorporates an external library. Is it possible to provide this to the users without requiring them to write code?
| closed | 2023-11-04T23:40:19Z | 2023-11-08T09:18:48Z | https://github.com/biolab/orange3/issues/6626 | [] | tatsuya-takakuwa | 5 |
indico/indico | sqlalchemy | 6,255 | It's not possible to insert an image in an event's description using an external url | Hi all, @OmeGak ,
In the new 3.3 version of Indico, the CKEditorWidget has been replaced with TinyMCEWidget.
I noticed that in this new TinyMCEWidget widget, the constructor by default sets absolute_urls = False.
In an Event's description field it is now not possible to set an absolute path to images attached in the... | open | 2024-03-27T20:28:21Z | 2024-03-28T04:40:00Z | https://github.com/indico/indico/issues/6255 | [
"bug"
] | lecabori | 14 |
tqdm/tqdm | pandas | 1,030 | Having tqdm do nothing with a flag | This is an improvement request, if not the behavior is already implemented (I checked the readme and could not find help on this topic, but if I missed something, apologies, and can you show me where I could find doc / example of the feature?).
I quite often end up writing code like this:
```python
use_tqdm = Tr... | closed | 2020-09-09T13:12:09Z | 2020-09-09T13:39:10Z | https://github.com/tqdm/tqdm/issues/1030 | [
"invalid ⛔",
"question/docs ‽"
] | jerabaul29 | 1 |
davidteather/TikTok-Api | api | 259 | [FEATURE_REQUEST] - Get Comments By Video | closed | 2020-09-12T22:34:24Z | 2021-01-31T15:45:31Z | https://github.com/davidteather/TikTok-Api/issues/259 | [
"feature_request"
] | natallg | 4 | |
graphql-python/graphene | graphql | 773 | Anyway to implement introspection's `__InputValue.description`? | I'm using [graphdoc](https://github.com/2fd/graphdoc) to generate the document. What graphdoc output is something like this:
<img width="276" alt="screen shot 2018-06-19 at 02 18 25" src="https://user-images.githubusercontent.com/24715727/41554340-2c9dba20-7367-11e8-9598-37295dd4eef9.png">
graphdoc use graphql's ... | closed | 2018-06-18T18:34:20Z | 2018-06-27T01:07:25Z | https://github.com/graphql-python/graphene/issues/773 | [] | ocavue | 2 |
matplotlib/mplfinance | matplotlib | 454 | Custom Keymap Functions? | In matplotlib there's an rc file with all the keymap functions listed to use keyboard shortcuts for things like home, navigation, pan, zoom. (https://matplotlib.org/stable/tutorials/introductory/customizing.html)
In mplfinance I don't think there is such an rc file or at least I can't find it, read docs found nothin... | closed | 2021-10-14T18:39:23Z | 2021-12-15T23:15:27Z | https://github.com/matplotlib/mplfinance/issues/454 | [
"question"
] | rkb97 | 1 |
microsoft/unilm | nlp | 1,420 | The tanh activation function vqkd | **Describe**
Model I am using (BEiTv2):
I have noticed that both `encode_task_layer` and `decode_task_layer` adopt the `Tanh()` function as the activation. Why not using other activation function like `GELU()` or `RELU()`? Is there any rationale behind this?
Besides, is there any thought behind using standard norm... | open | 2024-01-04T08:28:40Z | 2024-01-05T10:27:44Z | https://github.com/microsoft/unilm/issues/1420 | [] | vateye | 1 |
python-gino/gino | asyncio | 691 | Does this work with postgis version 3? | Does this work with postgis version 3?
`db.gino.create_all()` created the tables but skipped the column `geom_point = db.Column(Geometry('POINT'), nullable=True)`.
I tried again, after dropping and re-creating the database.
Here is the stacktrace:
```
[2020-06-02 01:51:26 +0530] [111467] [INFO] Goin' Fast @ h... | closed | 2020-06-02T16:57:54Z | 2020-06-28T12:00:50Z | https://github.com/python-gino/gino/issues/691 | [
"bug"
] | nikhilpatil02 | 9 |
sinaptik-ai/pandas-ai | pandas | 971 | BigQuery Connector is not found | ### System Info
pandas-ai version 2 codespaces, window, chrome browser, python 3.10
### 🐛 Describe the bug
pandas-ai version 2 - you all need to add the following lines of code to the __init__.py in the connectors folder:
`"""
Connectors are used to connect to databases, external APIs, and other data sources.
... | closed | 2024-02-29T21:29:02Z | 2024-06-08T16:04:07Z | https://github.com/sinaptik-ai/pandas-ai/issues/971 | [] | marleyrosario | 0 |
mljar/mljar-supervised | scikit-learn | 265 | Setting a random_state has no effect since shuffle is False. This will raise an error in 0.24. You should leave random_state to its default (None), or set shuffle=True. | The warning message:
```
Setting a random_state has no effect since shuffle is False.
This will raise an error in 0.24.
You should leave random_state to its default (None), or set shuffle=True.
``` | closed | 2020-12-08T08:20:34Z | 2022-02-24T16:17:17Z | https://github.com/mljar/mljar-supervised/issues/265 | [
"bug"
] | pplonski | 5 |
tensorflow/tensor2tensor | deep-learning | 1,513 | Access intermediate operations In eager mode | ### Description
I am running the translate en-de task in eager mode. I have a trained model. After restoring from checkpoint, I hope to access the values of individual tensors for ex: **layer_0/self_attention/multihead_attention/combine_heads/combine_last_two_dimensions/Reshape:0**
With the Transformer model func... | open | 2019-03-22T05:48:58Z | 2019-03-22T05:55:10Z | https://github.com/tensorflow/tensor2tensor/issues/1513 | [] | ak-7 | 0 |
jmcnamara/XlsxWriter | pandas | 884 | feature request: Meaningful and unique return codes | ### Feature Request
At present the functions (I'm mainly focusing on write_x at present) return integer values, but there is an overlapping that does not allow to properly identify the error in case the generic write function is used.
This is not evident from the docs, since there is no overlapping there, but looki... | closed | 2022-06-30T12:59:38Z | 2022-07-13T10:38:01Z | https://github.com/jmcnamara/XlsxWriter/issues/884 | [
"feature request",
"medium term"
] | fra87 | 5 |
mljar/mljar-supervised | scikit-learn | 149 | Add Time Controller | I don't like the fact that `AutoML` class is huge right now. It will be nice to move time controlling code into a separate file: `mixins/TimeController.py` | closed | 2020-08-26T15:10:30Z | 2020-08-28T14:32:51Z | https://github.com/mljar/mljar-supervised/issues/149 | [
"refactor"
] | pplonski | 0 |
deepinsight/insightface | pytorch | 1,978 | problem with face parsing code!!! | can you explain how to run test.py.
pretrained weights do not load into the model | open | 2022-04-18T11:49:38Z | 2022-04-18T12:03:08Z | https://github.com/deepinsight/insightface/issues/1978 | [] | Erfun76 | 1 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 845 | inserting into postgres array string array but gettin char array? | ### Expected Behavior
Im trying to insert an array of phones into my User table.
```python
usuario = Usuario(pk_email = form.email.data, nome = form.nome.data, senha = form.senha.data, telefone=form.telefone.data)
try:
db.session.add(usuario)
db.session.commit()
```... | closed | 2020-06-18T02:22:45Z | 2020-12-05T19:58:23Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/845 | [] | marianadsalgueiro | 1 |
apachecn/ailearning | scikit-learn | 494 | Use print() function in both Python 2 and Python 3 | Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3. Flake8 finds 52 instances of __>> is invalid with print function__.
[flake8](http://flake8.pycqa.org) testing of https://github.com/apachecn/AiLearning on Python 3.7.1
$ __flake8 . ... | closed | 2019-04-18T08:38:45Z | 2019-04-28T02:50:01Z | https://github.com/apachecn/ailearning/issues/494 | [] | cclauss | 0 |
lexiforest/curl_cffi | web-scraping | 262 | libcurl-impersonate download should check for libcurl release version | Currently, libcurl-impersonate is downloaded into ~/.local on Linux, and the download is skipped if libcurl-impersonate.so already exists. This may be an issue if libcurl-impersonate is updated but the build runs on a system that already has an old library. | closed | 2024-03-03T12:05:15Z | 2024-03-06T13:45:22Z | https://github.com/lexiforest/curl_cffi/issues/262 | [
"bug"
] | bjia56 | 2 |
microsoft/nni | deep-learning | 5,558 | Need shape format support for predefined one shot search space | Describe the issue:
When I add the profiler as tutorial instructed below:
```python
dummy_input = torch.randn(1, 3, 32, 32)
profiler = NumParamsProfiler(model_space, dummy_input)
penalty = ExpectationProfilerPenalty(profiler, 500e3)
strategy = DartsStrategy(gradient_clip_val=5.0, penalty=penalty)
```
This erro... | open | 2023-05-12T22:16:56Z | 2023-05-25T11:28:20Z | https://github.com/microsoft/nni/issues/5558 | [] | dzk9528 | 9 |
cvat-ai/cvat | computer-vision | 8,797 | Started on Invalid date loop | ### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
in Export Dataset. YOLO 1.1
In progress it display "Started on Invalid date" to "Started on Dec 9th 24, 15:54" then back... | open | 2024-12-09T08:27:10Z | 2024-12-11T01:22:22Z | https://github.com/cvat-ai/cvat/issues/8797 | [
"bug"
] | Opeple0627 | 2 |
docarray/docarray | pydantic | 1,452 | add len on DocIndex | # Context
len(db) should return db.num_docs when db is a DocIndex | closed | 2023-04-25T07:44:09Z | 2023-04-25T18:17:51Z | https://github.com/docarray/docarray/issues/1452 | [
"good-first-issue"
] | samsja | 0 |
vastsa/FileCodeBox | fastapi | 13 | docker 的路径似乎不对 | 151 152 图片上传失败,153 正常了。 | closed | 2022-12-13T15:23:24Z | 2022-12-14T00:15:20Z | https://github.com/vastsa/FileCodeBox/issues/13 | [] | MerudaArashi | 2 |
yt-dlp/yt-dlp | python | 12,492 | Bilibili: Formats missing after passing cookies | ### Checklist
- [x] I'm reporting that yt-dlp is broken on a **supported** site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))
- [x] I've checked that all provided URLs are playable in a browser with the same IP and same... | open | 2025-02-27T16:09:38Z | 2025-03-03T20:09:52Z | https://github.com/yt-dlp/yt-dlp/issues/12492 | [
"account-needed",
"site-bug",
"triage"
] | PumpkinJui | 11 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 383 | /api/douyin/web/fetch_user_post_videos 中参数max_cursor 无效 | ***发生错误的平台?***
抖音
***发生错误的端点?***
docker api, latest image
***提交的输入值?***
params = {
"sec_user_id": user_id,
"max_cursor": (0 ~ 1724029371000)中尝试,
"count": (0 ~ 36)中尝试,
}
***是否有再次尝试?***
如:是,发生错误后24时间内错误依旧存在。
***你有查看本项目的自述文件或接口文档吗?***
如:有,并且很确定该问题是程序导致的。文档url: htt... | closed | 2024-05-09T02:16:59Z | 2024-05-09T09:53:27Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/383 | [
"BUG"
] | Yuze-Wang | 0 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 907 | Performance improvement via architectural change | What architectural change can be done to improve performance either on training side or on output? | open | 2021-11-25T16:23:42Z | 2021-11-25T16:23:42Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/907 | [] | Fzr2k | 0 |
joouha/euporie | jupyter | 43 | Cannot go left! | If I shift the cells to the right, then I cannot shift back to the left :(
See the video: https://youtu.be/VG_nabBuiew
| closed | 2022-11-30T12:51:27Z | 2022-12-05T18:31:48Z | https://github.com/joouha/euporie/issues/43 | [] | ghost | 4 |
mwaskom/seaborn | data-science | 3,756 | Use Arrow PyCapsule Interface instead of Dataframe Interchange Protocol | This is something I've chatted with @MarcoGorelli offline about. At the time it was implemented in seaborn, the Dataframe Interchange Protocol was the best option for exchanging dataframe-like data. However, since that was implemented in seaborn, the [PyArrow Capsule Interface](https://arrow.apache.org/docs/format/CDat... | closed | 2024-08-29T12:25:17Z | 2025-01-28T01:14:13Z | https://github.com/mwaskom/seaborn/issues/3756 | [] | WillAyd | 13 |
matplotlib/matplotlib | matplotlib | 29,699 | [ENH]: Add `zorder` (grid, scatter, line, etc) in `rcParams` | ### Problem
Hi!
I'm working on rcParams and I'd really like it to be possible to control the default zorder of certain elements. The more the better, but being able to control the zorder specifically for grid, lines, scatter and bars would be great!
Is that possible?
Also, I'm willing to open a PR for this as long ... | open | 2025-03-03T14:40:52Z | 2025-03-03T14:42:51Z | https://github.com/matplotlib/matplotlib/issues/29699 | [
"New feature"
] | JosephBARBIERDARNAL | 1 |
widgetti/solara | fastapi | 222 | API docs missing for Details | see https://github.com/widgetti/solara/issues/221
https://github.com/widgetti/solara/pull/185 is a good template of what it should look like | open | 2023-07-28T17:36:36Z | 2024-04-01T15:31:45Z | https://github.com/widgetti/solara/issues/222 | [
"documentation",
"good first issue",
"help wanted"
] | maartenbreddels | 1 |
graphql-python/graphene | graphql | 923 | How can I test output of graphene when error is thrown? | Resolver:
```
def resolve_entity(self, info, **kwargs):
id = kwargs.get('id')
if id is None:
raise GraphQLError('ID not provided')
try:
return Entity.objects.get(pk=id)
except Entity.DoesNotExist:
raise GraphQLError('Entity not found')
... | closed | 2019-03-16T17:43:18Z | 2022-05-20T13:00:14Z | https://github.com/graphql-python/graphene/issues/923 | [] | GasimGasimzada | 10 |
elliotgao2/toapi | flask | 24 | Encrypt URL. | We don't want the API users know any information about the source site.
Example:
```
http://127.0.0.1/adauoai1duaou/
The `/adauoai1duaou/` is an encrypted URL which means `/users/`
```
We should encrypt all the relative URLs in all items. Such as
```
{
'titile':'My Life',
'url':'/movie/2017/'
... | closed | 2017-12-06T12:20:57Z | 2017-12-08T09:31:27Z | https://github.com/elliotgao2/toapi/issues/24 | [
"enhancement",
"help wanted"
] | elliotgao2 | 1 |
modoboa/modoboa | django | 2,991 | Unable to edit identity | # Impacted versions
* OS Type: Debian
* OS Version: 11
* Database Type: As per install script
* Database version: As per install script
* Modoboa: As per install script
* installer used: Yes
* Webserver: As per install script
# Steps to reproduce
Log in as admin. Click on 'Identities', top bar. Click on ... | closed | 2023-05-02T14:59:55Z | 2023-05-02T15:02:51Z | https://github.com/modoboa/modoboa/issues/2991 | [] | NiccyB | 1 |
google-research/bert | tensorflow | 1,048 | For token embeddings, how do you get the shape 768 (Input format) from wordpiece integer ids? | open | 2020-04-04T04:14:23Z | 2020-04-04T04:14:23Z | https://github.com/google-research/bert/issues/1048 | [] | KartavyaKothari | 0 | |
ludwig-ai/ludwig | computer-vision | 3,427 | Bug: RuntimeError: Caught exception during model preprocessing: 'NoneType' object has no attribute 'IndexFlatL2' | **Describe the bug**
I am trying to run the LLM_few-shot example (https://github.com/ludwig-ai/ludwig/blob/master/examples/llm_few_shot_learning/simple_model_training.py) on google colab and getting the following error in the training stage.
`------------------------------------------------------------------------... | closed | 2023-06-01T11:57:21Z | 2024-10-13T22:32:13Z | https://github.com/ludwig-ai/ludwig/issues/3427 | [
"waiting for answer"
] | chayanray | 5 |
dropbox/sqlalchemy-stubs | sqlalchemy | 168 | `backref` relationships raise `has no attribute` | For example, the following code fails to validate:
```python
from sqlalchemy.orm import backref, relationship
from sqlalchemy.sql.schema import Column, ForeignKey
from sqlalchemy.sql.sqltypes import Integer
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()
class A(Base):
... | open | 2020-07-29T11:06:37Z | 2021-01-25T20:23:52Z | https://github.com/dropbox/sqlalchemy-stubs/issues/168 | [] | ojomio | 1 |
supabase/supabase-py | fastapi | 63 | Tutorial Request: FastAPI | There have been multiple requests for a FastAPI tutorial. For this task, we're looking for a tutorial or blogpost which showcases the use of `supabase` with FastAPI.
There are no restrictions on the type of tutorial and any number of people can take this issue up. This issue is open for creative exploration but feel... | closed | 2021-10-14T05:29:19Z | 2023-02-28T17:28:22Z | https://github.com/supabase/supabase-py/issues/63 | [
"documentation",
"good first issue"
] | J0 | 12 |
zappa/Zappa | django | 370 | [Migrated] zappa certify doesn't map domain name | Originally from: https://github.com/Miserlou/Zappa/issues/934 by [johey](https://github.com/johey)
Trying to follow the [Using Let's Encrypt with Zappa](https://github.com/Miserlou/Zappa/blob/master/docs/domain_with_free_ssl_dns.md) guide. All steps work fine without any error message. However, accessing the custom do... | closed | 2021-02-20T08:27:33Z | 2024-04-13T15:36:50Z | https://github.com/zappa/Zappa/issues/370 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
PokemonGoF/PokemonGo-Bot | automation | 5,603 | Bot crashes with new account after setting Starter Pokemon as Buddy | ### Expected Behavior
Complete Tutorial, set newly caught starter as buddy and continue with rest of bot
### Actual Behavior
Bot cashes with new account. Other accounts have no problem.
### Your FULL config.json (remove your username, password, gmapkey and any other private info)
{
"websocket_server": false,
... | closed | 2016-09-22T05:17:12Z | 2016-09-24T05:29:26Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5603 | [
"Bug"
] | MerlionRock | 1 |
plotly/dash | flask | 2,541 | [BUG] Inconsistent/buggy partial plot updates using Patch | **Example scenario / steps to reproduce:**
- App has several plots, all of which have the same x-axis coordinate units
- When one plot is rescaled (x-axis range modified, e.g. zoom in), all plots should rescale the same way
- Rather than rebuild each plot, we can now implement a callback using `Patch`. This way, t... | closed | 2023-05-25T01:16:45Z | 2024-07-24T17:08:29Z | https://github.com/plotly/dash/issues/2541 | [] | abehr | 2 |
TencentARC/GFPGAN | pytorch | 436 | about v1.4.(Add [V1.4 model], which produces slightly more details and better identity than V1.3.) | Can you disclose the training strategy for v1.4? I would like to know what is the difference from v1.3.
Very thanks! | open | 2023-08-30T07:02:17Z | 2023-08-30T07:02:17Z | https://github.com/TencentARC/GFPGAN/issues/436 | [] | ke0224 | 0 |
amdegroot/ssd.pytorch | computer-vision | 128 | Where did you get the original Caffe weights file -- ssd_300_VOC0712.pth? | @amdegroot What I got from original Caffe is VGG_VOC0712_SSD_300x300_iter_120000.caffemodel file.
So where did you get the original Caffe weights file -- ssd_300_VOC0712.pth? | closed | 2018-03-20T06:26:09Z | 2019-06-12T04:03:07Z | https://github.com/amdegroot/ssd.pytorch/issues/128 | [] | xiaozhi2015 | 3 |
MaartenGr/BERTopic | nlp | 1,138 | Using PaddleNLP for tokenization will stuck at clustering | [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) is a NLP framework from Baidu belonging to their PaddlePaddle ML family.
I tried using its word segmentation task for tokenization and it seems things always stuck at the clustering phase (default HDBScan) with no error reported.
```
pip install paddlenlp
`... | closed | 2023-03-30T15:52:21Z | 2023-05-05T02:46:23Z | https://github.com/MaartenGr/BERTopic/issues/1138 | [] | zxygentoo | 3 |
tortoise/tortoise-orm | asyncio | 958 | Is there a way to pass extra parameters to a signal? | When using signals when updating/creating/deleting a model, is there a way to pass extra parameters to the signals?
Let's say I have an app state of loaded `dataframes` that I would to be visible for the signals, how can I achieve this?
| closed | 2021-10-20T07:56:09Z | 2024-08-14T15:22:50Z | https://github.com/tortoise/tortoise-orm/issues/958 | [] | angel-langdon | 0 |
keras-team/keras | python | 20,243 | support for dictionary-type loss functions without explicitly declaring `None` | In previous versions of Keras, when providing a loss function as a dictionary for models with multiple outputs, the compileLoss function would automatically assign a default value for outputs without a defined loss. The relevant code was:
``` for name, yt, yp in zip(output_names, y_true, y_pred):
... | closed | 2024-09-09T20:33:19Z | 2024-09-27T16:55:47Z | https://github.com/keras-team/keras/issues/20243 | [
"stat:contributions welcome",
"type:feature"
] | WJiang0123 | 1 |
OpenInterpreter/open-interpreter | python | 1,206 | IPKernelApp Warning & Pydantic issue | ### Describe the bug
when attempting to run interpreter , I get these errors and then exits:
PS C:\Windows\System32> interpreter --verbose
C:\Program Files\Python311\Lib\site-packages\pydantic\_internal\_fields.py:151: UserWarning: Field "model_list" has conflict with protected namespace "model_".
You may be ab... | closed | 2024-04-14T11:43:28Z | 2024-04-16T06:49:16Z | https://github.com/OpenInterpreter/open-interpreter/issues/1206 | [] | SynTia-OI | 0 |
ckan/ckan | api | 8,380 | CKANEXT-APPROVALWORKFLOW INSTALLATION FAILURE | ## CKAN version
2.10.3
## Describe the bug
Application crashed when installing ckanext-approvalworkflow plugin.
```
Traceback (most recent call last):
File "/usr/lib/ckan/default/bin/ckan", line 8, in <module>
sys.exit(ckan())
File "/usr/lib/ckan/default/lib/python3.8/site-packages/click/core.py", lin... | closed | 2024-07-31T08:33:37Z | 2024-08-01T11:35:38Z | https://github.com/ckan/ckan/issues/8380 | [] | GokulVijayakumarRam | 1 |
hbldh/bleak | asyncio | 931 | Exception in read/write for pairable ble peripheral. | * bleak version:0.13.0
* Python version:3.10.5
* Operating System: windows10
* BlueZ version (`bluetoothctl -v`) in case of Linux:
### What I Did
I am trying to read and write properties using bleak library but not able to do.
The ble peripheral required pairing which required passkey.
Attached my code which... | open | 2022-08-10T10:20:59Z | 2023-07-19T15:08:44Z | https://github.com/hbldh/bleak/issues/931 | [
"Backend: WinRT",
"more info required"
] | kaushik8785 | 5 |
huggingface/datasets | tensorflow | 7,372 | Inconsistent Behavior Between `load_dataset` and `load_from_disk` When Loading Sharded Datasets | ### Description
I encountered an inconsistency in behavior between `load_dataset` and `load_from_disk` when loading sharded datasets. Here is a minimal example to reproduce the issue:
#### Code 1: Using `load_dataset`
```python
from datasets import Dataset, load_dataset
# First save with max_shard_size=10
Dataset.fr... | open | 2025-01-16T05:47:20Z | 2025-01-16T05:47:20Z | https://github.com/huggingface/datasets/issues/7372 | [] | gaohongkui | 0 |
jupyter-book/jupyter-book | jupyter | 2,105 | Unable to change pygments_style in _config.yml | Hello all
### Describe the bug
When I add to the `_config.yml` file
```
sphinx:
recursive_update: true
config:
pygments_style: pygments.styles.xcode.XcodeStyle
```
I expect the style "xcode" to be used to highlight syntax in code blocks
But instead code blocks are always colored the same way, w... | open | 2024-01-23T17:57:57Z | 2024-06-06T12:37:43Z | https://github.com/jupyter-book/jupyter-book/issues/2105 | [
"bug"
] | martinSDT | 3 |
apache/airflow | automation | 47,497 | AIP-38 | Connections Edit | ### Body
Alongside with #43703 a form needs to be available allowing to edit an existing connection.
This UI should build on top of #47496
### Committer
- [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. | closed | 2025-03-07T14:34:14Z | 2025-03-23T20:03:34Z | https://github.com/apache/airflow/issues/47497 | [
"kind:meta",
"area:UI"
] | jscheffl | 0 |
gradio-app/gradio | data-visualization | 10,746 | Cannot use drag and drop file upload if file suffix is written in CAPS | ### Describe the bug
We implemented a chat application with file upload. We added the file upload via:
```
SUPPORTED_FILES = [".txt"]
file_input = gr.File(
label="Upload files",
file_types=SUPPORTED_FILES,
file_count="multiple",
... | open | 2025-03-06T13:32:43Z | 2025-03-06T16:39:03Z | https://github.com/gradio-app/gradio/issues/10746 | [
"bug"
] | tosterloh | 1 |
tensorflow/tensor2tensor | machine-learning | 1,863 | MultiStep Optimizer | ### Description
Hi there,
I've been working on a project still in TF 1.4 (oh dear, I know! An attempt to turrn [this](https://github.com/jchwenger/gpt-2/tree/titan) into working multit-gpu code, perhaps the last thing I'll do with this before moving to another framework --_--", (yes, Trax for instance :D)), and w... | closed | 2020-10-28T11:21:16Z | 2020-10-29T23:32:53Z | https://github.com/tensorflow/tensor2tensor/issues/1863 | [] | jchwenger | 1 |
newpanjing/simpleui | django | 388 | layer对话框按钮,当全选数据时,点击按钮,获取到的 queryset 只有第一页的数据 | **layer对话框按钮,当全选数据时,点击按钮,获取到的 queryset 只有第一页的数据**
使用 layer对话框按钮,当全选数据时,点击按钮,获取到的 queryset 只有第一页的数据
**重现步骤**
** repeat step **
1.继承了 from simpleui.admin import AjaxAdmin 的 AjaxAdmin
2.在表的 admin 方法中 自定义了 adtion “batch_update_factor”, def batch_update_factor(self, request, queryset): pass
3.在 admin 管理页面全... | closed | 2021-06-22T07:36:01Z | 2021-07-21T03:26:51Z | https://github.com/newpanjing/simpleui/issues/388 | [
"bug"
] | Ronghefeng | 0 |
vitalik/django-ninja | django | 560 | OpenAPI Docs does not display example values of item when using pagination | When using pagination in view function, generated OpenAPI docs do not show example values of the `items` Schemas.
### Example API codes
```python
from ninja.pagination import paginate
@router.get("/test/list/", response=List[AssetHistorySchema])
def retrieve_list(request):
...
return schema_list
@... | open | 2022-09-08T03:19:11Z | 2022-09-08T03:21:31Z | https://github.com/vitalik/django-ninja/issues/560 | [] | esc5221 | 0 |
s3rius/FastAPI-template | asyncio | 73 | Failed tests on initilization and unreachable /w Docker-Compose | ```
python3 -m fastapi_template ✔ ccdemo 3.9.10
Project name: fatemplate
Project description: fatemplate
Removing resources for disabled feature Gitlab CI...
Removing resources for disabled featur... | closed | 2022-04-16T16:51:03Z | 2022-04-17T10:58:18Z | https://github.com/s3rius/FastAPI-template/issues/73 | [] | WP-LKL | 5 |
fbdesignpro/sweetviz | pandas | 167 | The data cannot be output in the original order | The data cannot be output in the original order, and it is forced to be sorted according to the amount of data from large to small
for example:

I want the data be sorted as the label order(00 01 02 03) , | open | 2024-01-18T04:51:45Z | 2024-02-17T03:10:56Z | https://github.com/fbdesignpro/sweetviz/issues/167 | [
"feature request"
] | Tangdanxu | 1 |
keras-team/keras | data-science | 20,109 | Value Error | ```python
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In[244], line 1
----> 1 training_history = Plant_Detector.fit(x= training_set, validation_data = validation_set, epochs = 10)
File ~\anaconda3\env... | closed | 2024-08-10T16:10:25Z | 2024-09-12T01:58:57Z | https://github.com/keras-team/keras/issues/20109 | [
"type:support",
"stat:awaiting response from contributor",
"stale"
] | LuvolwethuTokwe | 4 |
wkentaro/labelme | computer-vision | 918 | [QUESTION] Is there any way to customize imagePath? | Hi I'm trying to use labelme for image segmentation.
In original code, 'imagePath' in json file returns the name of the image file.
but I want it to be relative path of image file like 'home/blahblah/blah/blah/image.png'.
I tried to change ImagePath in label_file.py but it didn't work..
Is there any way to change i... | closed | 2021-09-23T07:58:40Z | 2021-10-20T09:30:51Z | https://github.com/wkentaro/labelme/issues/918 | [] | naeunhub | 3 |
kennethreitz/records | sqlalchemy | 80 | Not clear how to install drivers | This probably python/sql 101 for many people but when trying Records out, I received a message saying it didn't have a protocol handler for mysqldb. It's been a real struggle to understand that I need to install a driver, to find a suitable version and install it on a macbook (I gave up after several hours) and eventua... | open | 2016-09-09T08:42:39Z | 2018-04-28T22:10:47Z | https://github.com/kennethreitz/records/issues/80 | [
"enhancement",
"help wanted"
] | rogthedodge | 3 |
kizniche/Mycodo | automation | 515 | Dashbord does not show | ## Mycodo Issue Report:
- Specific Mycodo Version: 6.2.0
#### Problem Description
Please list: I was selecting the dashbord menu item, the live item works correctly. This was all working under 6.1.4,
### Errors
Something bad happened but it's probably not your fault. Letting the developers know about t... | closed | 2018-08-20T02:53:47Z | 2018-08-21T00:31:20Z | https://github.com/kizniche/Mycodo/issues/515 | [] | wflost | 3 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,649 | [Bug]: SDXL inpainting results in 'NansException' occurred with 1st settings. Error when VAE is present on MacOS | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | closed | 2024-04-28T09:27:16Z | 2024-07-16T14:29:11Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15649 | [
"bug-report"
] | chr1st0ph3rGG | 2 |
zappa/Zappa | flask | 613 | [Migrated] Bad link in README in Basic Usage > Initial Deployments | Originally from: https://github.com/Miserlou/Zappa/issues/1572 by [kjschiroo](https://github.com/kjschiroo)
<!--- Provide a general summary of the issue in the Title above -->
## Context
In [this section of the README](https://github.com/Miserlou/Zappa#initial-deployments) the link for "Using Custom AWS IAM Roles an... | closed | 2021-02-20T12:26:39Z | 2022-07-16T06:53:16Z | https://github.com/zappa/Zappa/issues/613 | [] | jneves | 1 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 283 | Ignoring llama-cpp-python: markers 'platform_system == "Windows"' don't match your environment | 感谢您使用Issue提问模板,请按照以下步骤提供相关信息。我们将优先处理信息相对完整的Issue,感谢您的配合。
*提示:将[ ]中填入x,表示打对钩。提问时删除上面这两行。请只保留符合的选项,删掉其他。*
### 详细描述问题
*请尽量具体地描述您遇到的问题。这将有助于我们更快速地定位问题所在。*
### 运行截图或log
*(如有必要)请提供文本log或者运行截图,以便我们更好地了解问题详情。*
### 必查项目
- [x] 问题类型:**(只保留你要问的)**
- 模型量化和部署问题(llama.cpp、text-generation-webui、LlamaChat)
... | closed | 2023-05-09T16:40:43Z | 2023-05-10T07:48:27Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/283 | [] | koaqiu | 2 |
ultralytics/yolov5 | machine-learning | 12,769 | Merge Yolov5 with LSTM for Human Activity Recognition task | ### 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
Hello! I want to know if it is possible to somehow merge Yolov5 with LSTM for Human Activ... | closed | 2024-02-27T13:14:54Z | 2024-10-20T19:40:28Z | https://github.com/ultralytics/yolov5/issues/12769 | [
"question",
"Stale"
] | alina15andreeva | 3 |
huggingface/datasets | tensorflow | 7,223 | Fallback to arrow defaults when loading dataset with custom features that aren't registered locally | ### Describe the bug
Datasets allows users to create and register custom features.
However if datasets are then pushed to the hub, this means that anyone calling load_dataset without registering the custom Features in the same way as the dataset creator will get an error message.
It would be nice to offer a fall... | open | 2024-10-12T16:08:20Z | 2024-10-12T16:08:20Z | https://github.com/huggingface/datasets/issues/7223 | [] | alex-hh | 0 |
deepset-ai/haystack | pytorch | 8,067 | docs: clean up docstrings of InMemoryEmbeddingRetriever | closed | 2024-07-24T11:01:57Z | 2024-07-25T11:24:01Z | https://github.com/deepset-ai/haystack/issues/8067 | [] | agnieszka-m | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.