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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
sinaptik-ai/pandas-ai | pandas | 768 | Huggingface Interface Endpoints | Hi, I wanted to ask if it was possible to use Huggingface Interface Endpoints and if so where to set the token.
Can you give me details?
Thanks | closed | 2023-11-21T15:26:18Z | 2024-06-01T00:20:54Z | https://github.com/sinaptik-ai/pandas-ai/issues/768 | [] | emanueleparini | 11 |
AirtestProject/Airtest | automation | 825 | 启动pocoserver 的时候总是报多线程错误 | mkdir: cannot create directory ‘upload.dir’: File exists
[06:09:41][DEBUG]<airtest.core.android.adb> /usr/local/lib/python3.6/dist-packages/airtest/core/android/static/adb/linux/adb devices
[06:09:41][DEBUG]<airtest.core.android.adb> /usr/local/lib/python3.6/dist-packages/airtest/core/android/static/adb/linux/adb dev... | open | 2020-11-05T03:02:31Z | 2020-11-05T03:02:31Z | https://github.com/AirtestProject/Airtest/issues/825 | [] | xiaojunliu19 | 0 |
nolar/kopf | asyncio | 682 | Kopf requires aiohttp>=3 | ## Long story short
When I install kopf, I get aiohttp 2.x.x which does not support the ssl kwarg in the aiohttp.TCPConnector constructor.
According to the docs this kwarg is introduced in aiohttp version 3.0, so maybe kopf should require this a a minimal version.
My workaround was to specify aiohttp 3.7.3 manuall... | open | 2021-02-13T22:36:46Z | 2021-02-13T22:36:46Z | https://github.com/nolar/kopf/issues/682 | [
"bug"
] | dhensen | 0 |
thtrieu/darkflow | tensorflow | 1,058 | Installation problem: env: python\r No such file or directory | I am using Mac.
I git cloned the repository and installed using 'pip3 install .'
However whenever I run 'flow' or './flow', there is an error message:
"env: python\r: No such file or directory"
Any clues on how to solve this? | open | 2019-07-09T07:08:18Z | 2019-07-09T07:08:18Z | https://github.com/thtrieu/darkflow/issues/1058 | [] | sleung852 | 0 |
chiphuyen/stanford-tensorflow-tutorials | nlp | 148 | huber loss equation in eager execution | Hi, I was going through the assignments and realised that the huber loss equation was multiplied by two here:
https://github.com/chiphuyen/stanford-tensorflow-tutorials/blob/51e53daaa2a32cfe7a1966f060b28dbbd081791c/examples/04_linreg_eager.py#L43
Any reason for that? | open | 2019-09-29T15:14:54Z | 2019-09-29T15:14:54Z | https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/148 | [] | fsilavong | 0 |
ExpDev07/coronavirus-tracker-api | fastapi | 307 | Question | Maybe this is just me being stupid but why is it that upon using the API for total recovered it actively pops up as 0 almost as though its not in total time? | closed | 2020-04-29T10:55:06Z | 2020-04-29T11:30:10Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/307 | [
"bug",
"duplicate"
] | IfYouWouldStop | 1 |
recommenders-team/recommenders | machine-learning | 1,670 | [ASK] The docstring explanation for `LibffmConverter` | ### Description
Hello Dev Team,
In the docstring of `LibffmConverter`:
https://github.com/microsoft/recommenders/blob/fe215e9babf8f7caba025a83059445362cff0006/recommenders/datasets/pandas_df_utils.py#L112
I'm wondering if this line would be the following one instead:
```
i.e. `<field_index>:<field_feature_i... | closed | 2022-03-11T00:09:05Z | 2022-05-06T08:05:29Z | https://github.com/recommenders-team/recommenders/issues/1670 | [
"help wanted"
] | Tony-Feng | 2 |
davidsandberg/facenet | computer-vision | 747 | No such file or directory: data/pairs.txt | I was a bignner of facenet
and when i done the 6th step: Run the test of Validate on LFW.
it came out a warnning that:
No such file or directory: data/pairs.txt
how to solve it? | open | 2018-05-15T13:05:00Z | 2018-05-29T13:02:37Z | https://github.com/davidsandberg/facenet/issues/747 | [] | tangdouzi | 1 |
vi3k6i5/flashtext | nlp | 120 | Chinese and Arabic words | I tried to train the flashtext model with the words from the language Chinese and Arabic.
After I train in the keyword_processor the Chinese word : '早上好' is converted to '"早业好"'
I want to know , what is that you are using to convert '早上好' into '早业好'.
I want to train the flashtext to extract the keyword... | closed | 2020-12-19T14:38:25Z | 2020-12-21T05:24:46Z | https://github.com/vi3k6i5/flashtext/issues/120 | [] | RohanNayaks | 0 |
oegedijk/explainerdashboard | plotly | 73 | Issue with shap='deep' using tensorflow | Hello,
I tried the following scenario using an ANN with the latest Tensorflow and the shap='deep (https://github.com/aprimera/explainerdashboard).
However I get the following error:
Traceback (most recent call last):
File "explainer.py", line 92, in <module>
shap='deep',
File "C:\ProgramData\Anacond... | closed | 2021-01-27T09:50:08Z | 2021-06-27T20:04:08Z | https://github.com/oegedijk/explainerdashboard/issues/73 | [] | aprimera | 2 |
widgetti/solara | flask | 966 | Error with pytest-playwright 0.6 | Minimal reproducer:
```
python -m venv clean
source clean/bin/activate
pip install solara[pytest]
```
then create ``test.py`` with:
```python
def test_basic(page_session):
pass
```
And run the tests with:
```
pytest test.py
```
this fails with:
```
@pytest.fixture(scope="session")... | closed | 2025-01-10T12:59:56Z | 2025-01-16T10:08:00Z | https://github.com/widgetti/solara/issues/966 | [] | astrofrog | 1 |
modelscope/data-juicer | data-visualization | 487 | Checkpointer support for Ray-Mode | ### Search before continuing 先搜索,再继续
- [X] I have searched the Data-Juicer issues and found no similar feature requests. 我已经搜索了 Data-Juicer 的 issue 列表但是没有发现类似的功能需求。
### Description 描述
Currently, the [dj_ckpt_manager](https://github.com/modelscope/data-juicer/blob/main/data_juicer/utils/ckpt_utils.py#L7) and ... | open | 2024-11-12T11:59:27Z | 2024-11-14T06:52:27Z | https://github.com/modelscope/data-juicer/issues/487 | [
"enhancement"
] | yxdyc | 1 |
amisadmin/fastapi-amis-admin | sqlalchemy | 149 | Setup id at runtime? | educate event system in amis, but this require id, I do:
```python
class TriggerAdminPage(admin.ModelAdmin):
.
.
.
async def get_form_item(
self, request: Request, modelfield: ModelField, action: CrudEnum
) -> Union[FormItem, SchemaNode, None]:
item = await super().get_form_item(req... | closed | 2023-12-12T22:06:35Z | 2023-12-20T12:59:34Z | https://github.com/amisadmin/fastapi-amis-admin/issues/149 | [] | MatsiukMykola | 6 |
falconry/falcon | api | 2,310 | Finalize `cibuildwheel` tooling | The cibuildwheel gate is almost ready to rock 🤘.
However, minor cleanup is still needed before we can get 4.0.0a1 out the door in one click:
- [x] ~~Disable or remove the old wheels workflow~~ :arrow_right: deferred to #2311.
- [x] Publish at least `sdist` to the release page (do we really need to also upload a... | closed | 2024-08-28T21:33:28Z | 2024-08-30T10:37:08Z | https://github.com/falconry/falcon/issues/2310 | [
"maintenance"
] | vytas7 | 0 |
scikit-learn/scikit-learn | machine-learning | 30,935 | The default token pattern in CountVectorizer breaks Indic sentences into non-sensical tokens | ### Describe the bug
The default `token_pattern` in `CountVectorizer` is `r"(?u)\b\w\w+\b"` which tokenizes Indic texts in a wrong way - breaks whitespace tokenized words into multiple chunks and even omits several valid characters. The resulting vocabulary doesn't make any sense !
Is this the expected behaviour?
Sa... | open | 2025-03-03T13:55:23Z | 2025-03-06T11:49:56Z | https://github.com/scikit-learn/scikit-learn/issues/30935 | [
"Bug"
] | skesiraju | 3 |
deepfakes/faceswap | machine-learning | 1,227 | Training mode error with Dlight faxeswap gui ubuntu 22.04 |
**Describe the bug**
Error when start training with Dlight
Setting Faceswap backend to NVIDIA
05/29/2022 21:10:09 INFO Log level set to: INFO
05/29/2022 21:10:10 INFO Model A Directory: '/home/cedric/LAB/faceswap/workspace/faceAdst' (1305 images)
05/29/2022 21:10:10 INFO Model B Directory: '/hom... | closed | 2022-05-29T19:18:06Z | 2022-05-29T21:32:29Z | https://github.com/deepfakes/faceswap/issues/1227 | [] | gravitydeep | 1 |
ets-labs/python-dependency-injector | asyncio | 805 | can't install on Macbook M2 apple silicon | **python version** : 3.10.14
**OS: macOS** : 14.4.1
**dependency-injector**: 4.41.0
i want to install this library on my machine but i am getting this error
```bash
(venv) ➜ microservices git:(main) ✗ pip install dependency-injector
Collecting dependency-injector
Downloading dependency-injector-4.41.0.tar... | closed | 2024-07-26T08:49:30Z | 2024-12-10T14:03:31Z | https://github.com/ets-labs/python-dependency-injector/issues/805 | [
"bug"
] | alm0ra | 3 |
labmlai/annotated_deep_learning_paper_implementations | pytorch | 263 | LORA | An implementation of LORA and other tuning techniques would be nice. | open | 2024-07-13T17:29:05Z | 2024-07-31T13:42:12Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/263 | [] | erlebach | 2 |
modoboa/modoboa | django | 2,474 | Installation on Rocky Linux not possible | Installer says:
Traceback (most recent call last):
File "./run.py", line 13, in <module>
from modoboa_installer import package
File "/root/modoboa-installer/modoboa_installer/package.py", line 121, in <module>
backend = get_backend()
File "/root/modoboa-installer/modoboa_installer/package.py", lin... | closed | 2022-03-11T07:53:13Z | 2022-03-25T08:15:01Z | https://github.com/modoboa/modoboa/issues/2474 | [] | 42deluxe | 1 |
autogluon/autogluon | data-science | 4,186 | NeuralNetTorch Hyperparameter Tuning Fails with URI Scheme Error in PyArrow | Bug Report Checklist
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
[V] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
[X] I confirmed bug exists on the latest mainline of AutoGluon via source i... | closed | 2024-05-09T08:54:45Z | 2024-05-28T19:57:54Z | https://github.com/autogluon/autogluon/issues/4186 | [
"bug",
"module: tabular"
] | giladrubin1 | 1 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,523 | [Bug]: Webui Infotext settings not working correctly | ### What happened?
I added options in settings to remove all adetailer infotext to have a simple and clean infotext but adetailer info continue to be saved in infotext. I don't know if this bug is limited to adetailer or exist in all extensions.
### Steps to reproduce the problem
Add what you don't want in inf... | open | 2024-04-15T08:12:25Z | 2024-04-15T08:24:36Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15523 | [
"bug-report"
] | ema7569 | 0 |
developmentseed/lonboard | data-visualization | 282 | Warn on more than 255 (256?) layers | deck picking will stop after 255 layers. Note that each parquet chunk is rendered as one layer. I hit this when testing rendering all of california msft buildings! 11M buildings | open | 2023-12-01T22:12:09Z | 2024-03-14T01:12:51Z | https://github.com/developmentseed/lonboard/issues/282 | [] | kylebarron | 2 |
huggingface/transformers | machine-learning | 36,295 | [Bugs] RuntimeError: No CUDA GPUs are available in transformers v4.48.0 or above when running Ray RLHF example | ### System Info
- `transformers` version: 4.48.0
- Platform: Linux-3.10.0-1127.el7.x86_64-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.27.1
- Safetensors version: 0.5.2
- Accelerate version: 1.0.1
- Accelerate config: not found
- PyTorch version (GPU?): 2.5.1+cu124 (True)
- Tensorflow ... | open | 2025-02-20T07:58:49Z | 2025-03-22T08:03:03Z | https://github.com/huggingface/transformers/issues/36295 | [
"bug"
] | ArthurinRUC | 3 |
littlecodersh/ItChat | api | 786 | 可能不是issue | 您好,使用您的itchat正在学习python,程序非常棒,调用很多,需要一个个去尝试,按照文档注册了一个真的isAt的tuling机器人反馈,但是经常会收到UnboundLocalError的报错,不是很明白是哪里有问题导致,忘能指导一下,谢谢
以下是demo.py
```
@itchat.msg_register
def tuling_reply(msg):
defaultReply = 'I received: ' + msg['Text']
reply = get_response(msg['Text'])
return reply or defaultReply
@itcha... | open | 2019-01-24T10:21:11Z | 2019-06-20T19:35:14Z | https://github.com/littlecodersh/ItChat/issues/786 | [] | rilyuuj | 2 |
collerek/ormar | pydantic | 295 | ManyToMany Relations generate a warning about a table having no fields | **Describe the bug**
When using an M2M field between two tables, Ormar produces a warning that the generated join table has no fields. The exact warning shown below was produced using the example from the [Many To Many docs](https://collerek.github.io/ormar/relations/many-to-many/).
```
WARNING:root:Table posts_ca... | closed | 2021-08-02T16:06:31Z | 2021-08-06T14:12:05Z | https://github.com/collerek/ormar/issues/295 | [
"bug"
] | etimberg | 2 |
jupyter/nbviewer | jupyter | 506 | Restore Scrolling Slides. Again. | It's #433, #439 all over again. My selective memory prevents me from noticing non-scrolling slides as a bug.
This somehow got broken again likely when we moved over to jupyter with #493.
See [this comment](https://github.com/jupyter/nbviewer/issues/466#issuecomment-142063405)
| closed | 2015-09-21T19:33:15Z | 2015-10-18T05:29:29Z | https://github.com/jupyter/nbviewer/issues/506 | [] | bollwyvl | 3 |
google-research/bert | tensorflow | 439 | Clarification of document for BookCorpus | "We treat every Wikipedia article as a single document." was confirmed by @jacobdevlin-google at https://github.com/google-research/bert/issues/39
However, it is still unclear for BookCorpus. I found similar question around (https://github.com/google-research/bert/issues/155#issuecomment-448119175) but there is like... | open | 2019-02-15T09:15:29Z | 2019-02-15T09:15:29Z | https://github.com/google-research/bert/issues/439 | [] | yoquankara | 0 |
Miserlou/Zappa | flask | 1,348 | Automatically create Lambda and ApiGateway Cloudwatch alarms (Using a config?) | Lambda and ApiGateway have a lot of alarms that can be configured. For production Lambdas it is required (at least in our org) to have some basic alarms such as on Lambda timeouts, ApiGateway 4xx and 5xx and Lambda errors. Automating this using Zappa makes a lot of sense to me, although there are a lot of way to config... | open | 2018-01-11T13:10:49Z | 2018-05-23T09:53:25Z | https://github.com/Miserlou/Zappa/issues/1348 | [
"feature-request",
"low-priority"
] | Sveder | 4 |
pydantic/pydantic-settings | pydantic | 191 | Add support for reading configuration from .json files | I was wondering if it would be possible to read the data from `.json` file similarly like from Dotenv (.env) files.
It would be beneficial - as you don't need to write your own logic on how to read the file and pass it to the **Settings** object.
I would expect it in the way that you define your Settings class (i... | closed | 2023-11-21T12:01:23Z | 2023-11-23T19:12:32Z | https://github.com/pydantic/pydantic-settings/issues/191 | [
"unconfirmed"
] | JakubPluta | 2 |
MagicStack/asyncpg | asyncio | 352 | Is it possible to specify multi hosts dsn for connection pool? | Is it possible to connect to several hosts (one master and replicas) from ConnectionPool (interface like libpq provides)?
I mean the following: https://www.postgresql.org/docs/current/static/libpq-connect.html
```
# Read sessions
postgresql://host1:123,host2:456/somedb?target_session_attrs=any
# Read-write ses... | open | 2018-08-29T10:22:13Z | 2025-03-06T10:44:36Z | https://github.com/MagicStack/asyncpg/issues/352 | [] | alvassin | 19 |
tensorly/tensorly | numpy | 124 | Non_Negative_Parafac non-start error | I'm using the non_negative_parafac function to decompose 3way data tensors of Mass Spectrometry data with approximate dimensions of (15x40x7000).
The function usually works just fine, but for certain numbers of factors (~13) for certain data tensors, I get an error where the iterations never begin, so I see nothing... | closed | 2019-08-02T21:07:05Z | 2019-08-06T16:26:18Z | https://github.com/tensorly/tensorly/issues/124 | [] | WesLudwig | 2 |
pydata/pandas-datareader | pandas | 817 | Simple question about documentation | Why isn't the yahoo finance API listed in the Data Readers [list](https://pandas-datareader.readthedocs.io/en/latest/readers/index.html), but it is available as get_data_yahoo()? Will the get_data_yahoo() function be deprecated in future versions? | closed | 2020-08-26T18:10:43Z | 2021-07-13T10:24:48Z | https://github.com/pydata/pandas-datareader/issues/817 | [
"Good First Issue"
] | Psychotechnopath | 3 |
BayesWitnesses/m2cgen | scikit-learn | 187 | Code generated for XGBoost models return error scores when feature input include zero which result in xgboost "missing" | I’m try using m2cgen to generate js code for XGBoost model,but find that if the feature input include zero,the result which calculate by generated js has a big difference with the result which predicted by model. For example, if the feature input is [0.4444,0.55555,0.3545,0.22333],the result which calculate by generate... | closed | 2020-03-27T12:08:07Z | 2020-04-07T16:49:44Z | https://github.com/BayesWitnesses/m2cgen/issues/187 | [] | crystaldan | 2 |
davidteather/TikTok-Api | api | 212 | [Errno 12] Cannot Allocate Memory | Hi.
I wanted to get trending tiktok videos on a shared python host. but it couldn't because of memory allocation problem. As soon as it starts the program I get the error.I wanted to know how to handle it.
```
from TikTokApi import TikTokApi
apt = TikTokApi()
.
.
.
whlie trendings >0:
tr = api.trendi... | closed | 2020-08-11T12:45:10Z | 2020-08-24T19:19:48Z | https://github.com/davidteather/TikTok-Api/issues/212 | [
"bug"
] | hamedwaezi01-zz | 3 |
Kanaries/pygwalker | plotly | 577 | It is possible to run pygwalker from Pycharm??? | Hi, Can I use pygwalker from Pycharm or is mandatory to be in a notebook?
Thanks! | closed | 2024-06-12T10:09:37Z | 2025-03-04T09:25:42Z | https://github.com/Kanaries/pygwalker/issues/577 | [
"enhancement",
"P2"
] | ihouses | 3 |
jmcarpenter2/swifter | pandas | 2 | Error when import library | When I try to import swifter as: `import swifter`
I got this kind of error:
`File "/home/lap00379/venv/local/lib/python2.7/site-packages/swifter/swifter.py", line 27
apply(myfunc, *args, **kwargs, axis=1, meta=meta).compute(get=get)
^
SyntaxError: invalid syntax`
I'm using... | closed | 2018-05-09T06:26:43Z | 2018-11-14T14:08:36Z | https://github.com/jmcarpenter2/swifter/issues/2 | [] | Tranquangdai | 3 |
Yorko/mlcourse.ai | matplotlib | 22 | Решение вопроса 5.11 не стабильно | Даже при выставленных random_state параметрах, best_score лучшей модели отличается от вариантов в ответах.
Подтверждено запуском несколькими участниками.
Возможно влияют конкретные версии пакетов на расчеты.
Могу приложить ipynb, на котором воспроизводится. | closed | 2017-04-03T08:43:37Z | 2017-04-03T08:52:22Z | https://github.com/Yorko/mlcourse.ai/issues/22 | [] | coodix | 2 |
LAION-AI/Open-Assistant | machine-learning | 3,009 | Backend support for moderator message search functionality | For data collection | closed | 2023-05-02T08:40:52Z | 2023-05-26T21:28:47Z | https://github.com/LAION-AI/Open-Assistant/issues/3009 | [
"backend"
] | olliestanley | 0 |
plotly/dash-component-boilerplate | dash | 2 | Warning, 'label' is marked as required but its value is undefined. | I got this warning, and to fix it I added 'label' and 'id' keys to the App's initial `state`. | open | 2018-08-12T19:26:38Z | 2018-08-12T19:26:38Z | https://github.com/plotly/dash-component-boilerplate/issues/2 | [] | zackstout | 0 |
nolar/kopf | asyncio | 403 | [archival placeholder] | This is a placeholder for later issues/prs archival.
It is needed now to reserve the initial issue numbers before going with actual development (PRs), so that later these placeholders could be populated with actual archived issues & prs with proper intra-repo cross-linking preserved... | closed | 2020-08-18T20:05:43Z | 2020-08-18T20:05:44Z | https://github.com/nolar/kopf/issues/403 | [
"archive"
] | kopf-archiver[bot] | 0 |
xlwings/xlwings | automation | 2,111 | Trying to mass assign using multiple ranges | #### OS (e.g. Windows 10 or macOS Sierra)
Windows 11
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
xlwings 0.28.5
python 3.11
Excel 2021 pro
#### Describe your issue (incl. Traceback!)
I'm trying to mass assign multiple ranges but when trying to use value I'm only getting t... | closed | 2022-12-03T10:28:11Z | 2023-01-18T19:23:04Z | https://github.com/xlwings/xlwings/issues/2111 | [] | farinidan | 1 |
fastapi/sqlmodel | fastapi | 313 | How to Initialise & Populate a Postgres Database with Circular ForeignKeys? | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | open | 2022-04-25T10:16:57Z | 2022-08-17T03:55:54Z | https://github.com/fastapi/sqlmodel/issues/313 | [
"question"
] | AyrtonB | 2 |
davidsandberg/facenet | tensorflow | 843 | AttributeError: module 'facenet' has no attribute 'store_revision_info' | hi, I run C:\Users\shend\Anaconda3>python c:\facenet\src\align\align_dataset_mtcnn.py c:\lfw c:\imagenes
but a I have this error:
Traceback (most recent call last):
File "c:\facenet\src\align\align_dataset_mtcnn.py", line 160, in <module>
main(parse_arguments(sys.argv[1:]))
File "c:\facenet\src\align\... | open | 2018-08-08T23:18:42Z | 2019-02-13T14:37:13Z | https://github.com/davidsandberg/facenet/issues/843 | [] | shendrysu | 2 |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 89 | how to get driver pid | `driver.service.process.pid` is not working
Can you tell me how to get PID of the driver? | closed | 2023-10-19T08:59:33Z | 2023-10-19T09:59:28Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/89 | [] | gouravkumar99 | 0 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 499 | 指令精调后出现胡言乱语和好多感叹号 | ### 详细描述问题

训练脚本
lr=1e-4
lora_rank=8
lora_alpha=32
lora_trainable="q_proj,v_proj,k_proj,o_proj,gate_proj,down_proj,up_proj"
modules_to_save="embed_tokens,lm_head"
lora_dropout=0.05
pretrained_model="... | closed | 2023-06-02T11:45:08Z | 2023-06-19T22:02:34Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/499 | [
"stale"
] | alanbeen | 9 |
ultralytics/yolov5 | pytorch | 13,144 | How to increase FPS camera capture inside the Raspberry Pi 4B 8GB with best.onnx model | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Detection
### Bug
Hi, i am currently trying to make traffic sign detection and recognition by using the YOLOv5 Pytorch with Yolov5s model. I am usi... | open | 2024-06-27T21:16:08Z | 2024-10-20T19:49:02Z | https://github.com/ultralytics/yolov5/issues/13144 | [
"bug",
"Stale"
] | Killuagg | 13 |
tensorpack/tensorpack | tensorflow | 1,086 | The actual usage of the quantized DoReFa weights | Previously response to a closed topic so post a new issue.
I am wondering if there are any float tensors in the actual dorefa quantized network. Once the quantized weights are trained, we could either fixed-point them with the activation values and do fixed-point calculations or only do the fixed-point convolution ... | closed | 2019-02-19T12:22:53Z | 2019-03-01T21:51:35Z | https://github.com/tensorpack/tensorpack/issues/1086 | [
"examples"
] | asjmasjm | 14 |
davidsandberg/facenet | computer-vision | 347 | How to debug the two models,20170511-185253 and 20170512-110547?? | As the title, how to debug these two models, it is difficult for me to understand the meaning of the downloaded model? What is the process? Thx | closed | 2017-06-22T08:22:02Z | 2017-07-15T15:25:30Z | https://github.com/davidsandberg/facenet/issues/347 | [] | YjDai | 2 |
keras-team/autokeras | tensorflow | 1,215 | "checkpoint not found" error in the "structured_data_classification" example | ### Bug Description
I was trying to run the "structured_data_classification" example with the newly released version 1.0.3, but encountered this "checkpoint not found" error
### Bug Reproduction
Code for reproducing the bug:
train_file_path = "data/train.csv"
test_file_path = "data/eval.csv"
x_train_df =... | closed | 2020-06-26T19:00:50Z | 2020-07-29T23:31:20Z | https://github.com/keras-team/autokeras/issues/1215 | [
"bug report",
"pinned"
] | chenmin1968 | 14 |
charlesq34/pointnet | tensorflow | 67 | OSError: raw write() returned invalid length 42 (should have been between 0 and 21) | Hello.
Pointnet was executed using python2.7, cuDNN5.1, CUDA8.0 under Windows 10 64bit.
The Error has been happened as follow.
Let me know how to solve it.
(tensorflow) C:\WORK\pointnet-master>python train.py
'cp' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ ファイルとして認識されていません。
'cp' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ... | closed | 2017-12-22T14:47:47Z | 2017-12-27T07:57:30Z | https://github.com/charlesq34/pointnet/issues/67 | [] | yoshiyama | 1 |
aidlearning/AidLearning-FrameWork | jupyter | 93 | After a while it is constantly stuck on the Loading screen |
After using AID for a while (like just running the examples) the Desktop will reboot to the animated Loading screen and get stuck there. Continuously playing the animations. The only way to fix this is closing the AID desktop and relaunching the app.
This is a very new device – Note 10+, 1TB of storage. Nothing ... | closed | 2020-03-12T18:57:14Z | 2020-07-29T01:11:24Z | https://github.com/aidlearning/AidLearning-FrameWork/issues/93 | [] | adamhill | 2 |
marcomusy/vedo | numpy | 333 | creating subplots | Hi @marcomusy ,
I would like to create a figure with subplots (please check below)

generally, I would do
plt = Plotter(shape=(3,2))
However, I am not sure how to place single figure in the first co... | closed | 2021-03-05T12:53:49Z | 2021-03-05T16:31:44Z | https://github.com/marcomusy/vedo/issues/333 | [] | DeepaMahm | 1 |
tqdm/tqdm | pandas | 1,023 | [Jupyter Lab] visual output bug in nested for loops | - [X] I have marked all applicable categories:
+ [x] exception-raising bug
+ [X] visual output bug
+ [x] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
+ [x] new feature request
- [X]... | open | 2020-08-23T07:26:36Z | 2023-05-11T07:10:53Z | https://github.com/tqdm/tqdm/issues/1023 | [] | hongshaoyang | 7 |
plotly/dash | flask | 3,211 | [BUG] Version 3.0.0rc3 - Default Dropdown Value Bug | When selecting another option from the dropdown that is not the default option, it changes normally, but when returning to the default option, it does not switch back to it.
It is possible to see in the video that "Tratar + Ignorar" was the default option and after I change that, I can't switch back to it.
https://git... | closed | 2025-03-11T21:35:25Z | 2025-03-12T12:49:33Z | https://github.com/plotly/dash/issues/3211 | [] | xiforivia | 0 |
custom-components/pyscript | jupyter | 352 | app : config type TypeError: string indices must be integers | Could you help please I'm going crazy it's my first app with pyscript .
the state_trigger is ok but when want to use the app I get an error for config :
<2022-05-29 03:36:56 INFO (MainThread) [custom_components.pyscript.global_ctx] Reloaded /config/pyscript/currentgen.py
2022-05-29 03:36:56 INFO (MainThread) [cust... | closed | 2022-05-29T02:57:35Z | 2022-05-30T01:43:02Z | https://github.com/custom-components/pyscript/issues/352 | [] | kabcasa | 2 |
vllm-project/vllm | pytorch | 15,105 | [Bug]: Extremely slow inference + big waste of memory on 0.8.0 | ### Your current environment
2xRTX3090 32GB RAM
Driver Version: 570.124.04
nvcc --version:
```
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Thu_Mar_28_02:18:24_PDT_2024
Cuda compilation tools, release 12.4, V12.4.131
Build cuda_12.4.r12.4/compiler.34097967_0
```
### 🐛 ... | closed | 2025-03-19T07:36:31Z | 2025-03-20T03:56:36Z | https://github.com/vllm-project/vllm/issues/15105 | [
"bug"
] | AlexBefest | 10 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,541 | WHy is there no latest_net_G.pth in checkpoints folder? | When I train my own custom dataset, I am getting this error: FileNotFoundError: [Errno 2] No such file or directory: './checkpoints/flir_v2ir/latest_net_G.pth'. Any ideas?
This is the full error message:
Traceback (most recent call last):
File "train.py", line 34, in <module>
model.setup(opt) ... | open | 2023-02-06T17:36:56Z | 2023-02-10T14:16:44Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1541 | [] | jcgit786 | 1 |
ranaroussi/yfinance | pandas | 1,557 | code from quickstart is not working properly | I am referring to the code that is displayed under the Quick Start section of the module. It doesn't seems to work with version 0.2.20 with the following error
yfinance failed to decrypt Yahoo data response
for the following attribute:
#msft.shares
#msft.income_stmt
#msft.quarterly_income_stmt
#msft.balance... | closed | 2023-06-10T10:16:53Z | 2023-06-24T18:10:13Z | https://github.com/ranaroussi/yfinance/issues/1557 | [] | lcrmorin | 3 |
2noise/ChatTTS | python | 630 | S | closed | 2024-07-25T08:47:12Z | 2024-07-27T16:27:22Z | https://github.com/2noise/ChatTTS/issues/630 | [
"invalid"
] | MantleGuy12 | 0 | |
hzwer/ECCV2022-RIFE | computer-vision | 161 | Performance of v3 model | I'm not sure if v3 model can beat v2.4 model because the scale hypermeter is very sensitive after v3 model.
Anyone can help to test some hard cases? | closed | 2021-05-15T09:28:57Z | 2021-05-17T06:53:38Z | https://github.com/hzwer/ECCV2022-RIFE/issues/161 | [] | hzwer | 4 |
microsoft/nni | tensorflow | 5,009 | Experiment can not run(Waiting). And I can not refresh the web after the first time I open it. Some experiments would fail because of 'placementConstraint: { type: 'None', gpus: [] }'. | **Describe the issue**:
Experiment can not run(Waiting). And I can not refresh the web after the first time I open it. Some experiments would fail because of 'placementConstraint: { type: 'None', gpus: [] }'.
**Environment**:
- NNI version: 2.6.1
- Training service (local|remote|pai|aml|etc): local
- Client OS... | closed | 2022-07-21T07:10:12Z | 2022-07-23T04:41:02Z | https://github.com/microsoft/nni/issues/5009 | [] | JimmyMa99 | 10 |
Anjok07/ultimatevocalremovergui | pytorch | 1,770 | i am facing this issue please read the body | Last Error Received:
Process: MDX-Net
If this error persists, please contact the developers with the error details.
Raw Error Details:
RuntimeException: "[ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Non-zero status code returned while running BatchNormalization node. Name:'BatchNormalization_28' Status Message: bad... | open | 2025-03-10T06:50:31Z | 2025-03-10T06:50:31Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1770 | [] | Draxie232 | 0 |
biolab/orange3 | numpy | 6,713 | AttributeError: module 'Orange.widgets.gui' has no attribute 'WebviewWidge | orange 3.3
orange-text 1.15.0
OS linux mint victoria
run it with the "python3 -m Orange.canvas" command
Expected behavior
It's suposed to create a worcloud from a corpus file.
Actual behavior
when run it appears an error message: 'Orange.widgets.gui' has no attribute 'WebviewWidget'.
Steps to reproduc... | closed | 2024-01-24T02:00:14Z | 2025-01-12T22:29:29Z | https://github.com/biolab/orange3/issues/6713 | [
"snack"
] | JoaoGabrielTN | 19 |
modin-project/modin | data-science | 7,298 | BUG: conda install modin-all isn't installing modin-ray or ray | ### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i... | closed | 2024-06-03T15:09:10Z | 2024-06-05T10:02:48Z | https://github.com/modin-project/modin/issues/7298 | [
"bug 🦗",
"Triage 🩹"
] | RomainROCH | 16 |
keras-team/keras | pytorch | 20,108 | Bug in `keras.src.saving.saving_lib._save_model_to_dir` | `tf.keras.__version__` -> "3.4.1"
If model is already saved then method call by `keras.src.models.model.Model.save` call `keras.src.saving.saving_lib._save_model_to_dir`, if model is already saved then `asset_store = DiskIOStore(assert_dirpath, mode="w")` ([Line - 178](https://github.com/keras-team/keras/blob/maste... | closed | 2024-08-10T13:12:49Z | 2024-08-15T05:33:26Z | https://github.com/keras-team/keras/issues/20108 | [
"stat:awaiting response from contributor",
"type:Bug"
] | MegaCreater | 6 |
autokey/autokey | automation | 157 | Does not work with Rofi | ## Classification:
Bug
## Reproducibility:
Always
## Summary
I use a launcher program called [rofi](https://github.com/DaveDavenport/rofi). I use autokey phrases to map arrow keys to hyper + hjkl (I modified the us layout file to have capslock as the hyper key). When I open to rofi window to run a program, aut... | closed | 2018-06-18T11:07:54Z | 2022-10-02T06:51:29Z | https://github.com/autokey/autokey/issues/157 | [
"wontfix",
"upstream bug",
"autokey triggers"
] | snippins | 7 |
tqdm/tqdm | jupyter | 779 | fix broken url link to awesome-python | Hi, the url link to awesome-python repo in the index README is not working because of the unwanted trailing `)`.
https://github.com/tqdm/tqdm/pull/778 | closed | 2019-07-19T10:15:30Z | 2019-08-08T16:33:32Z | https://github.com/tqdm/tqdm/issues/779 | [
"question/docs ‽",
"to-merge ↰"
] | cheng10 | 1 |
xuebinqin/U-2-Net | computer-vision | 251 | For smooth loss func advise | SInce I tried BCE loss for a while, the loss struggle around 0.03. I thought the BCE is not that suitable for smooth labeled training. As for lots of dataset, gts are labeled in [0-1] including DUTS-TR you used. So isn't it better to use mse loss, even KL Divergence as the loss function instead of BCE? Or convert it to... | open | 2021-08-27T13:08:51Z | 2022-02-14T17:07:12Z | https://github.com/xuebinqin/U-2-Net/issues/251 | [] | Sparknzz | 1 |
tensorpack/tensorpack | tensorflow | 1,155 | Stuck on Pre-filling StagingArea | Settings:
Tensorflow 1.9.0
Cuda 9.0
Tensorpack 0.8.9
I use the official training code (alexnet-dorefa.py), but stuck on Pre-filling StagingArea. When I change the `SyncMultiGPUTrainerReplicated` -> `SyncMultiGPUTrainerParameterServer`, the training works. Can anyone provide some suggestions? I have tried to chang... | closed | 2019-04-18T10:09:29Z | 2019-04-18T13:26:05Z | https://github.com/tensorpack/tensorpack/issues/1155 | [] | snownus | 2 |
deeppavlov/DeepPavlov | tensorflow | 1,557 | 👩💻📞 DeepPavlov Community Call #15 | Всем привет,
Мы решили не нарушать наших традиций и спустя небольшой перерыв вновь собираемся встретиться с вами на Community Call, ведь нам есть что рассказать! В этом месяце Community Call пройдет только на **русском языке.**
Предстоящий звонок мы посвятим [Dialog Flow Framework](https://github.com/deepmipt/d... | closed | 2022-04-21T12:29:19Z | 2022-05-26T12:44:49Z | https://github.com/deeppavlov/DeepPavlov/issues/1557 | [
"discussion"
] | PolinaMrdv | 0 |
sinaptik-ai/pandas-ai | pandas | 1,136 | SSL in MySQLConnector | ### 🚀 The feature
Hi @gventuri ,
We are using pandasai connectors to connect to mysql in our production environment.
And the MySQL connection we have is SSL enabled.
However we see that in pandasai connectors we are not able to connect to SSL
### Motivation, pitch
MySQL Connection - SSL
### Alternat... | closed | 2024-04-25T07:52:50Z | 2024-08-05T16:05:17Z | https://github.com/sinaptik-ai/pandas-ai/issues/1136 | [] | shwetabhattad-TU | 1 |
OpenGeoscience/geonotebook | jupyter | 107 | RasterData name should defer to reader | https://github.com/OpenGeoscience/geonotebook/blob/master/geonotebook/wrappers/raster.py#L169-L170 | open | 2017-03-14T16:18:22Z | 2017-03-14T16:18:22Z | https://github.com/OpenGeoscience/geonotebook/issues/107 | [] | kotfic | 0 |
hzwer/ECCV2022-RIFE | computer-vision | 49 | 关于flow_gt于loss_dis | 作者您好,我有点疑问。
在loss代码中,根据权重, loss_cons应该是论文中的loss_dis吧?
for i in range(3):
loss_cons += self.epe(flow_list[i], flow_gt[:, :2], 1)
loss_cons += self.epe(-flow_list[i], flow_gt[:, 2:4], 1)
:
a = 'a'
b = 'b'
c = 'c'
class MyModel(db.Model):
# ...
selected_choice = db.Column(db.Enum(Choices), nullable=False)
class MyModelSchema(ModelSchema):
class Meta:
model = MyModel
fields = ['selected_choice']
```
The `MyModelSchema` end up h... | closed | 2016-02-22T15:54:13Z | 2016-11-10T18:39:03Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/58 | [] | frol | 2 |
mirumee/ariadne | graphql | 1,039 | Incorrect typing for values on EnumType.__init__() | Ariadne 0.18.0 has updated the `EnumType` class in a way that causes the `values` argument of `__init__()` to become typed, but the typing is incorrect:
```
def __init__(
self, name: str, values: Union[Dict[str, Any], enum.Enum, enum.IntEnum]
) -> None:
```
should be:
```
def __init__(... | closed | 2023-02-21T17:21:07Z | 2023-02-22T10:29:22Z | https://github.com/mirumee/ariadne/issues/1039 | [
"bug",
"help wanted"
] | markedwards | 4 |
supabase/supabase-py | fastapi | 790 | Cannot get past this empty error | # Bug report
## Describe the bug
Trying to execute a simple select query using Python 3.12 or 3.9. I cannot get past this error.
## To Reproduce
```python
Python 3.12.3 (main, Apr 9 2024, 08:09:14) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
Type "help", "copyright", "credits" or "license" for more infor... | closed | 2024-05-05T22:36:32Z | 2024-05-22T20:24:19Z | https://github.com/supabase/supabase-py/issues/790 | [
"invalid"
] | heymarkreeves | 1 |
piskvorky/gensim | data-science | 3,094 | IndexError related to self.vectors_lockf in KeyedVectors.intersect_word2vec_format() in 4.0+ | Both lines containing `vectors_lockf` variable should be:
```python
self.vectors_lockf = lockf
```
Current (4.0.0) version is:
```python
self.vectors_lockf[self.get_index(word)] = lockf
```
And this gives us IndexError trying to make `intersect_word2vec_format()` | open | 2021-03-29T05:05:38Z | 2022-06-08T11:33:09Z | https://github.com/piskvorky/gensim/issues/3094 | [
"bug"
] | notonlyvandalzzz | 7 |
KaiyangZhou/deep-person-reid | computer-vision | 254 | Can you release model zoo configs? | closed | 2019-11-07T07:10:54Z | 2019-11-08T07:25:54Z | https://github.com/KaiyangZhou/deep-person-reid/issues/254 | [] | moyans | 3 | |
pandas-dev/pandas | pandas | 60,861 | BUG: Poor GroupBy Performance with ArrowDtype(...) wrapped types | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | open | 2025-02-05T20:53:50Z | 2025-02-10T14:19:38Z | https://github.com/pandas-dev/pandas/issues/60861 | [
"Bug",
"Dtype Conversions",
"Needs Discussion",
"Arrow"
] | kzvezdarov | 13 |
davidsandberg/facenet | computer-vision | 856 | Can't compile faceneten with tfcompile | I'm using tfcompile with this description file:
```
feed {
id { node_name: "input" }
shape {
dim { size: 1 }
dim { size: 3 }
dim { size: 160 }
dim { size: 160 }
}
}
fetch {
id { node_name: "embeddings" }
}
```
`INVALID ARGUMENTS: Unable to functionalize control flow in gra... | closed | 2018-08-24T18:13:46Z | 2019-12-09T10:31:20Z | https://github.com/davidsandberg/facenet/issues/856 | [] | dbezhetskov | 0 |
iperov/DeepFaceLab | deep-learning | 5,628 | Does an Intel arc a750 or 770 work on deepfacelab? | As the title states does this program work with an Intel arc a750 or 770. I was going to upgrade my computer so I can move over to saehd, and get much faster iterations. Whilst looking at graphics cards I noticed the A770 was cheaper and performed better than an RTX 3060. But I read a couple reviews saying that it does... | open | 2023-02-16T04:12:19Z | 2023-06-08T23:07:00Z | https://github.com/iperov/DeepFaceLab/issues/5628 | [] | bwppphillip | 4 |
biolab/orange3 | numpy | 6,976 | Group By: add straightforward possiblility to do aggregations over all records | <!--
Thanks for taking the time to submit a feature request!
For the best chance at our team considering your request, please answer the following questions to the best of your ability.
-->
**What's your use case?**
**What's your proposed solution?**
Sometimes it is useful to have several aggregations of selec... | open | 2025-01-02T15:54:33Z | 2025-01-13T09:47:36Z | https://github.com/biolab/orange3/issues/6976 | [
"meal"
] | wvdvegte | 5 |
MagicStack/asyncpg | asyncio | 826 | Large Object support | Are there any plans to have direct support for large objects for efficient streaming of data?
My use case: my webapp supports uploads of binary data files. These files are stored with TOAST (bytea) which is fine: these files are not directly downloaded via the app, and even if they were, we're talking 10s of MB, so... | open | 2021-09-10T17:35:13Z | 2021-11-07T21:44:25Z | https://github.com/MagicStack/asyncpg/issues/826 | [] | al-dpopowich | 1 |
jofpin/trape | flask | 125 | code 400, message Bad request syntax | I got this message. pls help my problem.
_
| |_ ____ ____ ____ ____
| _) / ___) _ | _ \ / _ )
| |__| | ( ( | | | | ( (/ /
\___)_| \_||_| ||_/ \____)
|_| 2018 by Jose Pino (@jofpin)
-----------------------------------------------
People tracker... | open | 2018-12-16T06:26:40Z | 2018-12-16T06:27:30Z | https://github.com/jofpin/trape/issues/125 | [] | aungsoehein | 0 |
aio-libs/aiomysql | sqlalchemy | 94 | Allow pulling down MetaData via reflection | Is there a way to pull down Table data with the aiomysql.sa API? When I try either of the following I get an error.
`meta = MetaData()`
`yield from meta.reflect(bind=engine)`
or
`meta = MetaData()`
`Table('test_table', meta, autoload=True, autoload_with=engine)`
File "/anaconda/envs/asap/lib/python3.5/asyncio/base... | closed | 2016-08-10T13:25:33Z | 2016-08-10T14:11:41Z | https://github.com/aio-libs/aiomysql/issues/94 | [] | tkram01 | 2 |
littlecodersh/ItChat | api | 52 | centos 6.5命令行下,输出二维码直接退出 | 一下两种都试了
1. itchat.auto_login( False , 'itchati.pkl', True )
2. itchat.auto_login( False , 'itchati.pkl', 2 )
输出内容:
Failed to get QR Code, please restart the program
| closed | 2016-07-29T07:15:48Z | 2016-07-31T03:08:43Z | https://github.com/littlecodersh/ItChat/issues/52 | [
"question"
] | codebean | 1 |
plotly/dash | data-science | 2,505 | [BUG] Error on hot-reload with client-side callbacks | **Describe your context**
Error raises on hot-reload when there is a client-side callback. Browser has to be reloaded then
```
dash 2.9.2
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
```
**Describe the bug**
... | closed | 2023-04-13T10:59:32Z | 2023-04-13T13:26:14Z | https://github.com/plotly/dash/issues/2505 | [] | esalehim | 1 |
aws/aws-sdk-pandas | pandas | 2,542 | empty parquets are not accessible while using `chunked=INTEGER` in `s3.read_parquet` | Hello! I am using `awswrangler` to read a dataset from a specific parquet folder on s3, so `s3.read_parquet` is very useful.
Currently, I need to read the dataset in chunks while having control of how many lines every chunk has, and for that reason I use the argument `chunked` with an integer instead of a bool. How... | closed | 2023-12-04T21:21:12Z | 2024-01-31T14:35:42Z | https://github.com/aws/aws-sdk-pandas/issues/2542 | [
"question"
] | milena-andreuzo | 4 |
Kanaries/pygwalker | plotly | 371 | can i customize the dashboard? | Hi,
i want to display pygwalker dashboard.But
- with less buttons in the control pannel (up)
- with default values for plot type, x-axis,y-axis
- put control pannel (up) in the right
Can i do any of this?
thanks | open | 2023-12-23T07:29:35Z | 2024-06-06T12:10:38Z | https://github.com/Kanaries/pygwalker/issues/371 | [] | iuiu34 | 2 |
wkentaro/labelme | deep-learning | 1,221 | 赣 字用工具读取会报错。 | ### Provide environment information
赣 字用工具读取会报错。
### What OS are you using?
赣 字用工具读取会报错。
### Describe the Bug
赣 字用工具读取会报错。
### Expected Behavior
_No response_
### To Reproduce
_No response_ | closed | 2022-11-29T10:14:36Z | 2022-12-12T01:40:23Z | https://github.com/wkentaro/labelme/issues/1221 | [
"issue::bug"
] | raymondwm | 0 |
sqlalchemy/sqlalchemy | sqlalchemy | 11,053 | Using hybrid_property is select statements raise typing errors | ### Ensure stubs packages are not installed
- [X] No sqlalchemy stub packages is installed (both `sqlalchemy-stubs` and `sqlalchemy2-stubs` are not compatible with v2)
### Verify if the api is typed
- [X] The api is not in a module listed in [#6810](https://github.com/sqlalchemy/sqlalchemy/issues/6810) so it should ... | closed | 2024-02-24T07:35:58Z | 2024-02-24T09:01:27Z | https://github.com/sqlalchemy/sqlalchemy/issues/11053 | [
"typing"
] | imeckr | 1 |
gunthercox/ChatterBot | machine-learning | 2,245 | Changing the input method to voice | Hi, a total newbie in here.
I'm trying to get the chatbot to recognize voice inputs, but all that it returns is a None.
I read that you can create a input adapter, but i don't have any idea from where to start. It's all in portuguese, if is confusing i can change it to english.
My code until now is:
c... | closed | 2022-04-10T12:46:02Z | 2022-04-11T09:41:12Z | https://github.com/gunthercox/ChatterBot/issues/2245 | [] | NoronhaT | 0 |
falconry/falcon | api | 1,999 | `parse_query_string()`: change default value of `csv` to False | Some url encoders don't encode comma to %2C
And in such cases, the Falcon Query parser creates an array instead of a string.
If you have a query string "ABC,ABC" instead of "ABC%2CABC" then if you try to fetch if using
`msg = falcon.uri.parse_query_string(req.query_string).get("message")`
then msg would b... | closed | 2022-01-01T09:07:51Z | 2023-12-26T16:51:02Z | https://github.com/falconry/falcon/issues/1999 | [
"breaking-change",
"question"
] | tahseenjamal | 1 |
pytest-dev/pytest-django | pytest | 1,075 | Capture messages from Django messages framework | Similar to how pytest shows the captured stdout and log calls, it would be amazing to get the messages from the [Django messages framework](https://docs.djangoproject.com/en/4.2/ref/contrib/messages/). I'm not sure wether this is realistically doable, but I imagine something like the following:
```
----------------... | closed | 2023-10-10T13:30:56Z | 2023-10-10T19:38:34Z | https://github.com/pytest-dev/pytest-django/issues/1075 | [] | timobrembeck | 1 |
ets-labs/python-dependency-injector | asyncio | 383 | Check if required container dependencies are provided, aka containers.check_dependencies(instance) | Need to implement a checker of container required dependencies.
Ok -- very good. Yes -- I was already trying to do what you suggested with overrides. Now with the defaults on the individual Dependency its cleaner. Checking dependencies would be nice, but I guess that by design you are able to provide them "increment... | closed | 2021-01-30T00:19:51Z | 2021-02-15T19:23:28Z | https://github.com/ets-labs/python-dependency-injector/issues/383 | [
"feature"
] | rmk135 | 2 |
pytest-dev/pytest-xdist | pytest | 876 | What's the reason for ensuring 2 tests per node? | https://github.com/pytest-dev/pytest-xdist/blob/master/src/xdist/scheduler/load.py#L266
The comment doesn't seem to explain why we can't always do round robin. | closed | 2023-02-10T23:36:28Z | 2023-03-01T19:55:39Z | https://github.com/pytest-dev/pytest-xdist/issues/876 | [] | PrincipalsOffice | 10 |
graphql-python/graphene | graphql | 707 | DataLoader pattern with SQL parent/child foreign key relationships | closed | 2018-04-06T00:41:13Z | 2018-04-06T00:41:17Z | https://github.com/graphql-python/graphene/issues/707 | [] | bwells | 0 | |
huggingface/transformers | python | 36,564 | Add support for StableAdamW optimizer in Trainer | ### Feature request
StableAdamW is an optimizer first introduced in [Stable and low-precision training for large-scale vision-language models](https://arxiv.org/pdf/2304.13013), an AdamW and AdaFactor hybrid optimizer, leading to more stable training. Most notably, however, it has been used in the [modernBERT paper](h... | open | 2025-03-05T15:14:19Z | 2025-03-06T10:38:17Z | https://github.com/huggingface/transformers/issues/36564 | [
"Feature request"
] | capemox | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.