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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
httpie/cli | python | 935 | Refactor client.py | Me and @kbanc were working on #932 and we found the `client.py` file a bit hard to go through and thought we could refactor it to look a bit like the `sessions.py`: there would be a `Client` class and all the logic for preparing and sending the requests would be done from this file.
The idea is pretty rough but @jak... | closed | 2020-06-18T20:35:25Z | 2021-12-28T12:04:41Z | https://github.com/httpie/cli/issues/935 | [] | gmelodie | 3 |
vitalik/django-ninja | pydantic | 981 | Model validation | Add validation logic from models to pydantic
- max_length for charfireld
- smallintegerfield
- decimalfield decimal_palces
| open | 2023-12-05T11:01:13Z | 2024-01-01T13:32:49Z | https://github.com/vitalik/django-ninja/issues/981 | [] | vitalik | 0 |
Avaiga/taipy | automation | 2,014 | [🐛 BUG] taipy 4.0 scenario multiple reruns | ### What went wrong? 🤔
Taipy 4.0 multiple times it is rerunning and the whole process is 10x slower now
### Steps to Reproduce Issue
```python
import taipy as tp
from taipy.gui import Gui
from src.config.config import *
from taipy import Config
from src.pages.root import *
from src.constants import *
if __name__... | open | 2024-10-10T16:04:47Z | 2025-03-11T09:06:33Z | https://github.com/Avaiga/taipy/issues/2014 | [
"🖰 GUI",
"💥Malfunction",
"🟧 Priority: High",
"🔒 Staff only",
"🥶Waiting for contributor"
] | sumanth-tccc | 7 |
gradio-app/gradio | data-science | 10,318 | Image component omit comma on the file name | ### Describe the bug
while set Image component as type='filepath', and drag image to the component, found the temp filename have omitted the comma on the original file name. It's may be a issue while the file name carried some information, for example coordinates.
### Have you searched existing issues? 🔎
- [X] I h... | open | 2025-01-09T02:08:16Z | 2025-03-10T13:47:02Z | https://github.com/gradio-app/gradio/issues/10318 | [
"bug"
] | CNgg | 1 |
AirtestProject/Airtest | automation | 273 | When you enter text(text("Hello"))), the text is entered into the app player as an empty space. | Remove any following parts if does not have details about
**Describe the bug**
When you enter text(text("Hello"))), the text is entered into the app player as an empty space.
app player: nox (https://kr.bignox.com/)
```
paste traceback here
```
**To Reproduce**
Steps to reproduce the behavior:
1. Go to... | closed | 2019-02-15T06:15:59Z | 2019-02-21T04:25:09Z | https://github.com/AirtestProject/Airtest/issues/273 | [] | JJunM | 2 |
modelscope/data-juicer | streamlit | 519 | Undefined symbol when running video_captioning_from_summarizer_mapper | Raise undefined symbol of fused_layer_norm_cuda.cpython when loading the T5 model in video_captioning_from_summarizer_mapper:
ImportError: /usr/local/lib/python3.10/dist-packages/fused_layer_norm_cuda.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN2at4_ops19empty_memory_format4callEN3c108ArrayRefINS2_6SymIntE... | closed | 2024-12-24T03:33:39Z | 2024-12-24T03:36:25Z | https://github.com/modelscope/data-juicer/issues/519 | [] | BeachWang | 0 |
deepset-ai/haystack | nlp | 8,450 | Extracting global information about a Document | One idea that came to mind that the LLMMetadataExtractor doesn't yet quite solve how to handle extracting global information about a Document (at least not elegantly).
For example, let's say I want to extract the title from a really long PDF (e.g. more than 200 pages) and store this title in all future chunks I crea... | closed | 2024-10-11T08:15:01Z | 2024-11-23T13:22:24Z | https://github.com/deepset-ai/haystack/issues/8450 | [] | davidsbatista | 0 |
jmcnamara/XlsxWriter | pandas | 792 | Possible bug: Inserted Images are warped when using worksheet.set_column(...,cell_format=...) | Title: Possible bug: Inserted Images are warped when using worksheet.set_column(...,cell_format=...)
Hi,
I am using XlsxWriter to insert row and column formatting automatically (and it does) but when using the `set_column(...)` feature a side effect occurs in which inserted images are warped.
I am using Python... | closed | 2021-03-03T13:21:05Z | 2021-03-03T13:37:49Z | https://github.com/jmcnamara/XlsxWriter/issues/792 | [] | IntegralWorks | 1 |
home-assistant/core | python | 140,899 | SmartThings Integration - can't control stage level for scent diffuser device | ### The problem
I can't control stage level for scent diffuser device.
You can see the device details on my.smartthings.com as below.
The stage level value are Stage1, Stage2, Stage3.

### What version of Home Assistant Core ... | closed | 2025-03-19T00:42:09Z | 2025-03-19T15:21:34Z | https://github.com/home-assistant/core/issues/140899 | [
"integration: smartthings"
] | limitless00net | 2 |
miguelgrinberg/Flask-Migrate | flask | 255 | flask-migrate sqlalchemy.exc.NoReferencedColumnError: | Hello,
I have been getting this error when I try to migrate my schema with any sort of changes. Here is a section of my models.py
```
class Dataset(db.Model):
DatasetID = db.Column(db.Integer, primary_key = True)
SampleID = db.Column(db.String(50), db.ForeignKey('sample.SampleID', onupdate="cascade",... | closed | 2019-02-19T19:32:42Z | 2019-02-19T19:40:15Z | https://github.com/miguelgrinberg/Flask-Migrate/issues/255 | [] | nvteja | 1 |
HumanSignal/labelImg | deep-learning | 384 | No module resources | Hi
I try to execute labelImg.py but I get the following error:
File "labelImg.py", line 29, in <module>
import resources
ImportError: No module named resources.
Regards
| closed | 2018-10-27T18:56:29Z | 2018-11-11T05:21:39Z | https://github.com/HumanSignal/labelImg/issues/384 | [] | jessiffmm | 2 |
tensorlayer/TensorLayer | tensorflow | 935 | DropoutLayer raising error | ### New Issue Checklist
- [x] I have read the [Contribution Guidelines](https://github.com/tensorlayer/tensorlayer/blob/master/CONTRIBUTING.md)
- [x] I searched for [existing GitHub issues](https://github.com/tensorlayer/tensorlayer/issues)
### Issue Description
When I use dropout layer, the code raise error ... | closed | 2019-02-14T14:13:15Z | 2019-02-14T14:23:08Z | https://github.com/tensorlayer/TensorLayer/issues/935 | [] | online-translation | 0 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 133 | 运行13B模型时报错:expected [5120 x 49953], got [5120 x 49952] | chinese-llama-lora-7b已经成功合并运行了,用同样的步骤测试13b的模型时,到了最后一步运行模型时报了以下错误:
```
main: seed = 1681268819
llama.cpp: loading model from ./models_cn/13B/ggml-model-q4_0.bin
llama_model_load_internal: format = ggjt v1 (latest)
llama_model_load_internal: n_vocab = 49953
llama_model_load_internal: n_ctx = 512
llama_... | closed | 2023-04-12T03:29:26Z | 2023-04-22T07:49:53Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/133 | [] | Leo4zhou | 10 |
httpie/cli | python | 643 | [suggestion] Friendly Content-Length representation | I'm not sure how this would work in terms of making clear what was actually sent by the server and what has been marked up by httpie, but it would be nice to have a "friendly" representation of the content length in base two units so output along the lines of `http --headers ...` could be more easily understood at a gl... | closed | 2017-12-24T23:12:06Z | 2017-12-28T15:42:03Z | https://github.com/httpie/cli/issues/643 | [] | mqudsi | 1 |
HumanSignal/labelImg | deep-learning | 612 | [Feature request] | Hi tzutalin!
Thanks for the amazing tool! - I am trying to detect workstation seats on an office floor plan. That means I have sometimes 200-300 label boxes on one image. It would be amazing if there was a way to select and copy paste multiple boxes!
Thank you! | open | 2020-06-28T19:00:29Z | 2020-06-28T19:00:29Z | https://github.com/HumanSignal/labelImg/issues/612 | [] | philippds | 0 |
gevent/gevent | asyncio | 1,514 | RecursionError: maximum recursion depth exceeded while calling a Python object | * gevent version: but i added 1.2.x to my pacake dependency
>>> import gevent; print(gevent.__version__)
1.1.2
>>>
* Python version: 3.6.10
* Operating System: Linux
when i am trying to create a client in python 3.x it fails with the following error, but works fine with no issue in python2.7
File "/home/kam... | closed | 2020-01-16T23:35:54Z | 2020-01-18T17:14:38Z | https://github.com/gevent/gevent/issues/1514 | [
"Type: Question"
] | vkkamidi | 1 |
slackapi/python-slack-sdk | asyncio | 1,297 | Building user_auth_blocks with slack_sdk.models class objects for chat.unfurl API call fails | In [`WebClient.chat_unfurl`](https://github.com/slackapi/python-slack-sdk/blob/5f800c15a8172bc40c20b29d8473bf28bffbd666/slack_sdk/web/client.py#L2118), the `user_auth_blocks` parameter is typed as `Optional[Union[str, Sequence[Union[Dict, Block]]]] = None`. However, it doesn't actually accept `Sequence[Block]`. It seem... | closed | 2022-11-12T01:37:03Z | 2022-11-16T00:56:30Z | https://github.com/slackapi/python-slack-sdk/issues/1297 | [
"bug",
"web-client",
"Version: 3x"
] | injust | 1 |
davidsandberg/facenet | tensorflow | 465 | Training is taking a lot of time | Im trying to train with a lot of images.
Training takes a lot of time.
Following s my output,
```
INFO:__main__:Processing iteration 15000 batch of size: 50
INFO:__main__:Created 2234450 embeddings
INFO:__main__:Training Classifier
```
Is it really training? because Im seeing this for the past 6 hours | closed | 2017-09-22T01:57:44Z | 2017-10-21T10:23:59Z | https://github.com/davidsandberg/facenet/issues/465 | [] | Zumbalamambo | 1 |
DistrictDataLabs/yellowbrick | scikit-learn | 906 | User cannot set color for FrequencyVisualizer | **Describe the bug**
The `FrequencyVisualizer` [takes a `color` parameter](https://github.com/DistrictDataLabs/yellowbrick/blob/develop/yellowbrick/text/freqdist.py#L129), but it doesn't actually know what to do with it!
**To Reproduce**
```python
from yellowbrick.text import FreqDistVisualizer
from yellowbric... | closed | 2019-07-02T22:22:48Z | 2019-07-19T20:56:36Z | https://github.com/DistrictDataLabs/yellowbrick/issues/906 | [
"type: bug"
] | rebeccabilbro | 1 |
fastapi/sqlmodel | pydantic | 140 | How do I use UUIDs as the Primary key (Postgres DB) | ### 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] I al... | closed | 2021-10-19T23:32:53Z | 2021-12-10T14:29:16Z | https://github.com/fastapi/sqlmodel/issues/140 | [
"question"
] | chris-haste | 8 |
sktime/sktime | data-science | 7,521 | [DOC] Section Navigation Improvement | #### Describe the issue linked to the documentation
The Section Navigation could be improved with more subheadings, especially around the Notebook Examples.

#### Suggest a potential alternative/fix
I think the documentati... | open | 2024-12-13T20:24:34Z | 2025-01-17T19:56:36Z | https://github.com/sktime/sktime/issues/7521 | [
"documentation"
] | RobotPsychologist | 4 |
thunlp/OpenPrompt | nlp | 322 | pcl_loss | Prototypical Verbalizer for Prompt-based Few-shot Tuning | Prototypical Contrastive Learning | 在读了贵作[Prototypical Verbalizer for Prompt-based Few-shot Tuning](https://aclanthology.org/2022.acl-long.483.pdf) 是个很好的文章,但是我比较好奇代码是怎么实现的,然后我需要定位到程序的运行入口在哪里,我找了半天,感觉是在项目的`experiments/cli.py`这个[[文件](https://github.com/thunlp/OpenPrompt/blob/f6fb080ef755c37c01b7959e7560d007049510e8/experiments/cli.py#L42)]中。而这个文件是需要读取配置文件的... | open | 2024-11-26T12:25:04Z | 2024-11-26T12:25:04Z | https://github.com/thunlp/OpenPrompt/issues/322 | [] | Charon-HN | 0 |
miguelgrinberg/python-socketio | asyncio | 373 | Sanic worker with python-socketio crashes when the client does a hot-reload | Hi,
I’m using python-socketio with Sanic, and having a client (front-end) running ReactJS (using [react-boilerplate](https://github.com/react-boilerplate/react-boilerplate)).
The Sanic app sometimes crashes when the client performs a hot-reload (when the ReactJS process auto-restarts in `dev` environment to updat... | closed | 2019-11-01T17:39:40Z | 2019-11-03T15:04:11Z | https://github.com/miguelgrinberg/python-socketio/issues/373 | [
"question"
] | snguyenthanh | 2 |
airtai/faststream | asyncio | 1,228 | Feature: Features for the RPC mod | **Two cases of rpc mods for producer.**
1) If None is returned from the consume function, I would like the publish function to return None instead of an empty byte string.
2) I would like to be able to put pydantic model on publish with rpc=True so that the RPC response is automatically validated.
```python
#... | open | 2024-02-15T10:40:52Z | 2024-08-21T19:15:53Z | https://github.com/airtai/faststream/issues/1228 | [
"enhancement",
"Core"
] | maxim-f1 | 2 |
fastapi/sqlmodel | pydantic | 243 | SQLAlchemy Error on Many To Many Relationship | ### 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] I al... | closed | 2022-02-13T12:24:27Z | 2022-02-14T15:36:19Z | https://github.com/fastapi/sqlmodel/issues/243 | [
"question"
] | niftytyro | 3 |
fbdesignpro/sweetviz | pandas | 119 | Use html correlation heatmap (Associations) instead of picture. | If we have more than 100 features, no label is clear in current correlation map.
<img width="680" alt="image" src="https://user-images.githubusercontent.com/8296331/169457422-aeaa68c9-b444-45a8-b8ea-2ce02d675a94.png">
But if we create heatmap by seaborn or just pandas, user can zoom html to see characters clearly... | open | 2022-05-20T05:35:43Z | 2023-10-04T13:01:11Z | https://github.com/fbdesignpro/sweetviz/issues/119 | [
"feature request"
] | PaleNeutron | 0 |
mage-ai/mage-ai | data-science | 5,559 | [BUG] Memory leak in mage app | ### Mage version
v0.9.74
### Describe the bug
We have upgraded 2 weeks ago our Mage instance to v0.9.74, from that moment we have seeing "weird" issues. The first problem we see is that there seems to be a memory leak in this version that I don't know if you are aware of. This screenshot shows the memory over 10 day... | open | 2024-11-13T11:13:22Z | 2025-02-25T09:17:12Z | https://github.com/mage-ai/mage-ai/issues/5559 | [
"bug"
] | edulodgify | 5 |
Morizeyao/GPT2-Chinese | nlp | 251 | 下载的model怎么继续训练 有人知道吗 告知一下 | 如题 | open | 2022-08-12T09:40:20Z | 2023-02-16T01:47:59Z | https://github.com/Morizeyao/GPT2-Chinese/issues/251 | [] | b95595 | 2 |
apache/airflow | data-science | 48,184 | Asset is not created when called inside Metadata | ### Apache Airflow version
main (development)
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
**API server:**
File "/usr/local/lib/python3.9/site-packages/starlette/routing.py", line 76, in app
await wrap_app_handling_exceptions(app, request)(scope, receive, send)
File... | open | 2025-03-24T09:39:35Z | 2025-03-24T13:02:48Z | https://github.com/apache/airflow/issues/48184 | [
"kind:bug",
"priority:high",
"area:core",
"area:datasets",
"affected_version:3.0.0beta"
] | atul-astronomer | 0 |
vaexio/vaex | data-science | 2,276 | [General Question / Potential Bug Report] Groupby operation on Large Dataset | Hi Vaex team! Firstly I want to say a big thank you for actively maintaining this project, it appears very promising!
I'm new to Vaex and I've been adopting Vaex for processing and computing statistics on larger datasets. As such I'm not sure whether my usecase is indeed a bug or whether there's something in the doc... | closed | 2022-11-18T21:48:44Z | 2022-12-02T18:43:09Z | https://github.com/vaexio/vaex/issues/2276 | [] | armandgurgu23 | 7 |
jupyter/nbgrader | jupyter | 1,433 | Re: customising nbgrader release_assignment for large classes | Hi ,
**My use-case**: I teach engineering mechanics in a large class with about 300-odd first year undergraduate students. The entire module is being run with jupyterhub+nbgrader (4 assignments that make up 100% of the grade).
**My problem**: In theory this works great but cheating/plagiarism is laborious/time co... | open | 2021-04-14T19:14:58Z | 2023-08-09T21:37:32Z | https://github.com/jupyter/nbgrader/issues/1433 | [
"enhancement"
] | angadhn | 4 |
explosion/spaCy | machine-learning | 11,989 | Square brackets are still not tokenized properly |
## How to reproduce the behaviour
I found https://github.com/explosion/spaCy/issues/1144, which says it's fixed, but the same problem persists.
```python
>>> import spacy
>>> nlp = spacy.blank("en")
>>> print(' '.join([w.text for w in nlp('descent.[citation needed]fault')]))
descent.[citation needed]fault... | closed | 2022-12-18T23:39:21Z | 2022-12-19T17:20:40Z | https://github.com/explosion/spaCy/issues/11989 | [
"lang / en",
"feat / tokenizer"
] | neongreen | 2 |
aminalaee/sqladmin | asyncio | 401 | Using exclude lists breaks detail view ordering | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
When getting rid of the exclude columns the `set` difference is used, which breaks the original ordering
https://github.com/aminalaee/sqladmin/bl... | closed | 2022-12-24T20:16:25Z | 2023-01-05T07:59:21Z | https://github.com/aminalaee/sqladmin/issues/401 | [] | TarasKuzyo | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 625 | AttributeError: module 'numba' has no attribute 'jit' | I couldn't run. Having the following error:
AttributeError: module 'numba' has no attribute 'jit' | closed | 2021-01-10T23:21:33Z | 2021-01-14T11:21:58Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/625 | [] | atillayurtseven | 18 |
keras-team/keras | data-science | 20,375 | Conv2D with Torch Creates Wrong Shape | While trying to move from Keras 2 to Keras 3 with PyTorch, I ran into a problem in my model where a Conv2D layer outputs a shape wider in one dimension and shorter in another. It behaves appropriately when using the Tensorflow backend.
A reproducing gist is [here](https://gist.github.com/i418c/73c6e18f18eaac3fac9c9... | closed | 2024-10-18T00:47:47Z | 2024-11-22T02:05:36Z | https://github.com/keras-team/keras/issues/20375 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug",
"backend:torch"
] | i418c | 4 |
dynaconf/dynaconf | flask | 883 | [CI] Skip tests if changes are made only to docs/ folder | When a PR includes only changes to docs/ folder the whole CI for tests must be skipped, the only workflow required would be the netlify preview build
example https://github.com/dynaconf/dynaconf/pull/882
To solve this we need to explore on how to skip workflows conditionally and use git diff to list all the chang... | closed | 2023-03-09T18:35:03Z | 2023-03-12T01:43:26Z | https://github.com/dynaconf/dynaconf/issues/883 | [
"Not a Bug",
"RFC"
] | rochacbruno | 1 |
modin-project/modin | data-science | 7,367 | df.max()/min() on 1 column df leads to "could not broadcast input array from shape (6,) into shape (5,)" what from parquet loaded with ray | I am still trying to reliably save and load from parquet, but running into new problems.
It seams most of my problems are windows related, as on Linux the experience is a lot less painful.
While atempting to get managable .parquet chunks, I used a partition column.
But modin.read_parquet does not support parti... | closed | 2024-08-12T16:11:22Z | 2024-09-19T11:28:18Z | https://github.com/modin-project/modin/issues/7367 | [
"question ❓",
"Triage 🩹"
] | Liquidmasl | 1 |
modin-project/modin | pandas | 7,468 | FEAT: Add progress bar for engine switch | **Is your feature request related to a problem? Please describe.**
When `DataFrame.set_backend` is called, a progress bar should display switch progress. | closed | 2025-03-18T21:36:13Z | 2025-03-20T22:02:24Z | https://github.com/modin-project/modin/issues/7468 | [
"new feature/request 💬",
"Interfaces and abstractions"
] | sfc-gh-joshi | 0 |
dgtlmoon/changedetection.io | web-scraping | 2,098 | Browser Steps - 'Response' object is not subscriptable | **Describe the bug**
A clear and concise description of what the bug is.
When using Browser Steps, I get the error `'Response' object is not subscriptable` from the browser.
ChangeDetection logs show:
```
Starting connection with playwright
Starting connection with playwright - done
24.1.30.104,172.22.0.1... | closed | 2024-01-10T19:02:18Z | 2024-01-10T22:37:54Z | https://github.com/dgtlmoon/changedetection.io/issues/2098 | [
"triage"
] | mrnoisytiger | 0 |
pytest-dev/pytest-cov | pytest | 497 | mock pymysql in function but effect in other module | # Summary
when i mock pymysql conn error with use [@pytest.fixture(autouse=True)]
it did successed with pytest the py file
but other py file get failed with pytest-cov
with use pytest-cov,
at last, i find the mock_conn_error method is not only effected in one test class, sometime also effect in other module.
m... | closed | 2021-09-27T02:26:44Z | 2021-10-26T07:33:06Z | https://github.com/pytest-dev/pytest-cov/issues/497 | [] | vekee | 2 |
PablocFonseca/streamlit-aggrid | streamlit | 19 | Format numbers with comma separating thousands | I'd like to display large numbers with comma separating thousands.
At first I assumed I could get this done with the Custom styling injecting JsCode on components front end.
I have this for example:

a... | closed | 2021-04-16T21:50:39Z | 2021-04-17T18:02:58Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/19 | [] | EcosystemEnergy | 1 |
dunossauro/fastapi-do-zero | pydantic | 202 | Suporte a fonte Opendyslexic | Algumas alterações para isso foram feitas no [commit](https://github.com/dunossauro/fastapi-do-zero/commit/afbc68586c523e33a0f3a7884bb6079697f83dbc)
Voltei atrás nesse [commit](https://github.com/dunossauro/fastapi-do-zero/commit/4868db090324bab45b6f04dd5e0e0df2bc671b07) Até ver o pdf gerado (o que eu erroneamente n... | closed | 2024-07-16T19:36:38Z | 2024-07-30T19:33:36Z | https://github.com/dunossauro/fastapi-do-zero/issues/202 | [] | dunossauro | 0 |
microsoft/nni | data-science | 5,026 | frameworkcontroller reuseMode | **Describe the issue**: How to set 'reuseMode=false'? It seems that when reuseMode is true, the code in reusable is executed, and when reuseMode is false, the code in kubernetes is executed.

If the code i... | open | 2022-07-27T07:35:42Z | 2022-08-01T02:43:38Z | https://github.com/microsoft/nni/issues/5026 | [
"question",
"user raised",
"Framework Support"
] | N-Kingsley | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,837 | Add cookies to nodriver from httpx or requests | The documentation specifies how to use nodriver cookies in other libraries like requests. Could someone explain how to do the reverse process? That is, we obtain cookies from httpx or requests and load them into the nodriver browser. I have looked at the classes in core/browser.py and have not been able to load cookies... | closed | 2024-04-21T08:51:46Z | 2024-04-23T18:51:57Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1837 | [] | phaeton1199 | 2 |
docarray/docarray | pydantic | 1,301 | Fix broken Hubble DocStore tests | The Document -> Doc refactor broke the DocStore hubble tests: https://github.com/docarray/docarray/pull/1293/commits/70fde35b4800d3b024df7824588d5591c8ec025a
We should look into getting these back online. | closed | 2023-03-29T07:07:22Z | 2023-05-04T13:44:39Z | https://github.com/docarray/docarray/issues/1301 | [] | Jackmin801 | 3 |
NVIDIA/pix2pixHD | computer-vision | 305 | Is there a way i can use the loss log text file to get a tensorboard after training? I dont want to retrain the model for the tensorboard. | Is there a way i can use the loss log text file to get a tensorboard after training? I dont want to retrain the model for the tensorboard.
_Originally posted by @maximusron in https://github.com/NVIDIA/pix2pixHD/issues/205#issuecomment-993815519_ | open | 2022-06-14T15:05:40Z | 2022-06-14T15:05:40Z | https://github.com/NVIDIA/pix2pixHD/issues/305 | [] | Ghaleb-alnakhlani | 0 |
kizniche/Mycodo | automation | 1,413 | Custom input module for the Pimeroni Automation HAT with TDS sensor | I have made a module that can interface with the Pimeroni Automation HAT's ADC#4 input. This module reads the input voltage and converts that into an EC measurement with the mS/cm unit. This module allows the user to input a custom conversion factor in the input GUI, this way the module can be used with any generic EC/... | open | 2025-03-23T10:07:09Z | 2025-03-23T10:07:09Z | https://github.com/kizniche/Mycodo/issues/1413 | [] | HanFarJR | 0 |
junyanz/iGAN | computer-vision | 23 | Versions of Theano and Cudnn that are supported | I am working in Windows. Could you tell the version of Theano and cudnn that the code will work on. ? | closed | 2018-04-24T09:40:52Z | 2018-05-02T05:39:20Z | https://github.com/junyanz/iGAN/issues/23 | [] | srutisiva | 1 |
pallets-eco/flask-sqlalchemy | flask | 482 | Make it easy to parse a Pagination object to dict | Being able to easely parse a Pagination object to dict would make it much more "ajax" friendly. | closed | 2017-03-04T02:20:39Z | 2022-09-18T18:10:06Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/482 | [
"pagination"
] | italomaia | 9 |
jazzband/django-oauth-toolkit | django | 923 | follow-up to #906 | @dag18e @n2ygk I think we added some things here that are not really needed:
1) AFAIK .filter() can't raise DoesNotExist
2) L412 casts the Queryset to a list and then slicing, I do no think this is needed and this slows down things a bit
I feel these things should be addressed in a follow up PR
_Originally post... | closed | 2021-02-08T16:44:04Z | 2021-03-12T09:20:14Z | https://github.com/jazzband/django-oauth-toolkit/issues/923 | [
"enhancement"
] | n2ygk | 6 |
coqui-ai/TTS | pytorch | 3,019 | [Bug] TypeError: 'NoneType' object is not subscriptable | ### Describe the bug
Traceback (most recent call last):
File "G:\TTS\script.py", line 15, in <module>
tts.tts_to_file(text="Hello world!", speaker=tts.speakers[0], language=tts.languages[0], file_path="output.wav")
TypeError: 'NoneType' object is not subscriptable
### To Reproduce
I took an example from the... | closed | 2023-09-30T18:03:02Z | 2023-10-16T10:04:04Z | https://github.com/coqui-ai/TTS/issues/3019 | [
"bug"
] | bropines | 6 |
chatanywhere/GPT_API_free | api | 299 | your secretKey is not configure |
<img width="229" alt="Snipaste_2024-09-25_13-32-13" src="https://github.com/user-attachments/assets/9059269c-0f42-4d69-b178-ceffa4cd4cc8">
**Describe the bug 描述bug**
A clear and concise description of what the bug is.
<img width="229" alt="Snipaste_2024-09-25_13-32-13" src="https://github.com/user-attachments/as... | open | 2024-09-25T05:32:54Z | 2024-09-26T14:40:22Z | https://github.com/chatanywhere/GPT_API_free/issues/299 | [] | Luciou-gy | 2 |
dask/dask | numpy | 11,281 | Ensure that array-shuffle with range-like full indexer is a no-op | Assume
```
arr = da.from_array(...)
arr.shuffle(indexer)
```
where the flattened indexer is basically
```
list(range(0, len(are))
```
where the sub-lists also match the chunk structure
This should be a no-op. This is unlikely to be triggered in Dask, but xarray adds a shuffle as well and ``arr.shuff... | closed | 2024-08-07T19:22:55Z | 2024-08-13T10:51:34Z | https://github.com/dask/dask/issues/11281 | [
"array"
] | phofl | 0 |
holoviz/panel | matplotlib | 7,390 | bokeh.core.serialization.SerializationError: can't serialize | I'm on panel==1.5.2 and playing with Mermaid.js. Mermaid allows providing an initial configuration. For example a `theme`.
Instead of providing a `theme` parameter on the `MermaidDiagram` I would like to provide a `config` parameter exposing the various configuration options. But when I do I get a `SerializationErro... | open | 2024-10-11T16:37:12Z | 2024-10-11T17:10:22Z | https://github.com/holoviz/panel/issues/7390 | [
"TRIAGE"
] | MarcSkovMadsen | 0 |
dynaconf/dynaconf | fastapi | 733 | [RFC] Allow multiple envvar prefixes. was: Switch env with additional env variables | I am wondering whether it exists some simple method to switch the env label with additional env variables.
I am writing a SDK for TencentCloud. I want to the environment variables in the runtime of function computing. A environment variable, `"TENCENTCLOUD_RUNTIME"="SCF" `, can be used to identify the environment. I... | open | 2022-04-01T08:37:02Z | 2022-09-21T15:33:19Z | https://github.com/dynaconf/dynaconf/issues/733 | [
"question",
"RFC"
] | Guo-Zhang | 2 |
slackapi/bolt-python | fastapi | 470 | `slack_bolt` socket mode connection eventually fails at `connect()` | I am running a slack application in socket mode. While initiating the slack app websocket connection using `connect()`, I am handling an error event on the app by passing the error handler to `SocketModeHandler`. I now see the socket connections are inconsistent and eventually fail with below log messages.
### Repro... | closed | 2021-09-20T21:08:08Z | 2021-09-23T22:29:24Z | https://github.com/slackapi/bolt-python/issues/470 | [
"question",
"area:adapter",
"need info"
] | 0bprashanthc | 6 |
huggingface/datasets | computer-vision | 7,006 | CI is broken after ruff-0.5.0: E721 | After ruff-0.5.0 release (https://github.com/astral-sh/ruff/releases/tag/0.5.0), our CI is broken due to E721 rule.
See: https://github.com/huggingface/datasets/actions/runs/9707641618/job/26793170961?pr=6983
> src/datasets/features/features.py:844:12: E721 Use `is` and `is not` for type comparisons, or `isinstanc... | closed | 2024-06-28T05:03:28Z | 2024-06-28T05:25:18Z | https://github.com/huggingface/datasets/issues/7006 | [
"maintenance"
] | albertvillanova | 0 |
microsoft/MMdnn | tensorflow | 522 | Pytorch Emitter has not supported operator [PRelu] | Platform (like ubuntu 16.04/win10):
centos
Python version:
2.7
Source framework with version (like Tensorflow 1.4.1 with GPU):
caffe
Destination framework with version (like CNTK 2.3 with GPU):
pytorch0.4
I convert caffe model to IR successfully, error happens when I tried to convert IR to pytorch code:
Pyto... | open | 2018-12-11T13:21:08Z | 2019-05-14T00:49:17Z | https://github.com/microsoft/MMdnn/issues/522 | [
"enhancement"
] | inkzk | 4 |
miguelgrinberg/python-socketio | asyncio | 84 | transports was set up 'websocket',show 'error during WebSocket handshake: Unexpected response code: 400' | i use sanic 0.41
python3.5 | closed | 2017-03-15T05:02:04Z | 2017-03-23T02:21:56Z | https://github.com/miguelgrinberg/python-socketio/issues/84 | [
"invalid"
] | larryclean | 10 |
wandb/wandb | data-science | 8,919 | [Q]: Train large model with LoRA and PP using One Single Sweep agent | ### Ask your question
we have a scenario to train large model shareded across 8gpus in the same node using sweep config with LoRa and PP,
so is it possible to use only one sweep agent to train entire model. if this is doable, if so, how can archive using sweep.
Note: we tried with sweep agent and accelerate, it do... | closed | 2024-11-19T23:20:50Z | 2024-11-26T10:08:55Z | https://github.com/wandb/wandb/issues/8919 | [
"ty:question",
"c:sweeps"
] | rajeshitshoulders | 3 |
iperov/DeepFaceLab | machine-learning | 613 | when i try to merge SAEHD, my computer is off. | when i try to merge SAEHD, change merge option.
and shift + / , my computer down.
how can i fix ?? | closed | 2020-02-08T15:48:50Z | 2020-02-10T00:31:27Z | https://github.com/iperov/DeepFaceLab/issues/613 | [] | lhw5348 | 2 |
voxel51/fiftyone | data-science | 5,583 | [BUG] Label mapping error when using Grounding-DINO for object detection | ### Describe the problem
I was using `Grounding-DINO` model for an object detection task. The model works well when only one input class is provided. However, when I specify multiple input classes, the labels in outputs seem to be mapped incorrectly.
### Code to reproduce issue
```python
import fiftyone.zoo as foz
... | open | 2025-03-14T16:32:00Z | 2025-03-14T16:32:07Z | https://github.com/voxel51/fiftyone/issues/5583 | [
"bug"
] | yumixx | 0 |
MagicStack/asyncpg | asyncio | 646 | timestamp string literals not allowed in parameterized queries | Lets say I have a table like this:
CREATE TABLE public.instrument (
listing timestamptz NULL
)
And this query:
await conn.execute(
"INSERT INTO public.instrument (listing) VALUES ($1)",
"2020-09-11T08:00:00.000Z"
)
I get this error:
asyncpg.exceptions.Data... | closed | 2020-10-29T16:50:33Z | 2020-10-29T17:27:27Z | https://github.com/MagicStack/asyncpg/issues/646 | [] | andersea | 5 |
nuvic/flask_for_startups | pytest | 2 | Typo in validator attribute | The `required` attribute is spelled wrong.
https://github.com/nuvic/flask_for_startups/blob/01b9d4a53055b4294645ed79bbc24c319eb75322/app/utils/validators.py#L27 | closed | 2022-05-22T04:34:31Z | 2022-05-22T15:28:05Z | https://github.com/nuvic/flask_for_startups/issues/2 | [] | niccolomineo | 1 |
microsoft/nni | machine-learning | 5,743 | # get parameters from tuner RECEIVED_PARAMS = nni.get_next_parameter() | **Describe the issue**:
# get parameters from tuner
RECEIVED_PARAMS = nni.get_next_parameter()
return {},is nan;
How to obtain the best parameters from the training results
example:https://github.com/microsoft/nni/tree/master/examples/trials/sklearn/classification
Thanks!
**Environment**:
- NNI ve... | open | 2024-02-12T17:00:32Z | 2024-02-12T17:00:32Z | https://github.com/microsoft/nni/issues/5743 | [] | whao159107 | 0 |
ageitgey/face_recognition | machine-learning | 1,336 | How can I improve the recognition speed? |
### Description
I tried the demo of
Recognize faces in live video using your webcam - Simple / Slower Version (Requires OpenCV to be installed)
and
Recognize faces in live video using your webcam - Faster Version (Requires OpenCV to be installed)
Both of which worked well and able to recognize the faces.
... | open | 2021-06-30T03:06:28Z | 2021-07-27T13:36:54Z | https://github.com/ageitgey/face_recognition/issues/1336 | [] | JackJWWong | 2 |
deepspeedai/DeepSpeed | deep-learning | 6,714 | [BUG] pipeline parallelism+fp16+moe isn't working | **Describe the bug**
My model use deepspeed `PipelineModule(num_stages=4)` split into 4 parts, and my `deepspeed.moe.layer.MoE` is only set in the pipeline stage1 layer. When my model `train_batch`, the program will get stuck, the specific issue occurs in FP16_Optimizer step.
**Here is our deepspeed config**
```
{
... | open | 2024-11-05T12:39:37Z | 2024-11-27T19:56:11Z | https://github.com/deepspeedai/DeepSpeed/issues/6714 | [] | NeferpitouS3 | 5 |
deepspeedai/DeepSpeed | deep-learning | 5,787 | [REQUEST]How to set Ulysses in deepspeed config json? | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | open | 2024-07-22T09:14:21Z | 2024-10-30T08:05:30Z | https://github.com/deepspeedai/DeepSpeed/issues/5787 | [
"enhancement"
] | xs1997zju | 2 |
0b01001001/spectree | pydantic | 158 | How to use spectry with aiohttp | closed | 2021-07-12T09:36:33Z | 2021-07-12T09:41:27Z | https://github.com/0b01001001/spectree/issues/158 | [] | RysnikM | 1 | |
graphdeco-inria/gaussian-splatting | computer-vision | 582 | What is the meaning of `add_densification_stats `? | https://github.com/graphdeco-inria/gaussian-splatting/blob/2eee0e26d2d5fd00ec462df47752223952f6bf4e/scene/gaussian_model.py#L405-L407
A little confused about the `xyz_gradient_accum` and `viewspace_point_tensor` variable. What's the meaning of `xyz_gradient_accum`? And I think `xyz` is in world space, but viewspace_... | closed | 2023-12-29T06:39:00Z | 2024-09-10T06:37:20Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/582 | [] | elenacliu | 3 |
PokemonGoF/PokemonGo-Bot | automation | 5,923 | Unrecognized MoveSrt | The bot says me to create an issue to report this bug:
```
2017-02-19 05:16:56] [ Pokemon] [ERROR] Unexpected moveset [Bug Bite, Swift] for #165 Ledyba, please update info in pokemon.json and create issue/PR
[2017-02-19 05:16:56] [ Pokemon] [ERROR] Unexpected moveset [Feint Attack, Drill Peck] for #198 Murkrow, pl... | closed | 2017-02-19T10:20:00Z | 2017-02-19T10:21:35Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5923 | [] | barreeeiroo | 1 |
ccxt/ccxt | api | 25,300 | ccxt.pro loadMarkets() request error in electron | ### Operating System
macOS \ Electron
### Programming Languages
JavaScript
### CCXT Version
4.4.60
### Description
_No response_
### Code
```js
const { pro } = require('ccxt');
const { okx } = pro;
async function initExchange() {
const exchange = new okx({
httpProxy: 'http://127.0.0.1:7890',
wsPr... | closed | 2025-02-18T03:05:57Z | 2025-02-21T08:16:45Z | https://github.com/ccxt/ccxt/issues/25300 | [] | maxmeng93 | 6 |
labmlai/annotated_deep_learning_paper_implementations | pytorch | 178 | Unable to run In-paint images script |
I'm unable to run the "in_paint.py" script. It is throwing the following error: Could anyone please help me with it?
`RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 6 but got size 5 for tensor number 1 in the list.` | closed | 2023-04-19T08:13:50Z | 2023-04-25T12:03:36Z | https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/178 | [] | Vikramank | 1 |
cvat-ai/cvat | tensorflow | 8,461 | cvat secondary development | ### 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/)
### Is your feature request related to a problem? Please describe.
May I ask if cvat can be used for local secondary development under Windows 10?... | closed | 2024-09-20T15:57:48Z | 2024-09-23T06:37:33Z | https://github.com/cvat-ai/cvat/issues/8461 | [
"enhancement"
] | zhanghaihangandliuli | 1 |
mouredev/Hello-Python | fastapi | 470 | 2025最新腾龙公司注册账号游戏网址 | 该app的下载过程非常简单,用户只需在官网下载并安装应用,即可轻松注册并开始体验平台的各种功能。下载过程无需任何繁琐的步骤,并且应用支持多种设备兼容,让每位玩家都能快速上手专营:真人百家乐♠️ 🐯牛牛🐮
24小时🕐手机电脑同步同步无限上下分💰诚招代理
存取款:USDT,人民币,缅币,
大额无忧只汇干净安全款只做生意长久,
澳门AG游戏公司注册官网【376838.com】
复制到浏览器打开注册下载APP登录
澳门AG游戏游戏【体育游戏
飞机🤜(@lc15688)
开户联系在线客服微信:zdn200 微信:xiaolu460570
.
If it hasn't been reported, please create a new issue.
Please do not use bug reports to request new features.
--... | closed | 2024-09-25T12:29:52Z | 2024-09-25T16:14:13Z | https://github.com/freqtrade/freqtrade/issues/10707 | [
"Question",
"Non-spot"
] | isonex | 2 |
vitalik/django-ninja | pydantic | 927 | [BUG] foreign key with or without `_id` | **Describe the bug**
The same foreign key field serializer result changes (with or without `_id` ) when another api is added.
**Versions (please complete the following information):**
- Python version: 3.11.1
- Django version: 4.2.5
- Django-Ninja version: 0.22.2
- Pydantic version: 1.10.12
The minim... | open | 2023-11-17T02:35:03Z | 2025-01-10T05:34:55Z | https://github.com/vitalik/django-ninja/issues/927 | [] | sigma-plus | 4 |
marshmallow-code/apispec | rest-api | 344 | Error in documentation about contributing | Hello,
In page https://apispec.readthedocs.io/en/stable/contributing.html , documentation indicate Following command:
$ pip install -r dev-requirements.txt
But there is no more `dev-requirements.txt` file.
| closed | 2018-11-13T13:17:23Z | 2018-11-13T20:49:35Z | https://github.com/marshmallow-code/apispec/issues/344 | [] | buxx | 2 |
CPJKU/madmom | numpy | 210 | TypeError when loading 24bit .wav files | `scipy` < 0.16 does not raise a `ValueError` for .wav files with 24 bit depth, thus `numpy`fails to mmap the data and raises a `TypeError`.
Possible solutions:
- require `scipy` > 0.16
- catch the `TypeError` in line [457 of madmom.audio.signal](https://github.com/CPJKU/madmom/blob/master/madmom/audio/signal.py#L457) ... | closed | 2016-08-31T08:00:08Z | 2017-03-02T08:10:59Z | https://github.com/CPJKU/madmom/issues/210 | [] | superbock | 0 |
jacobgil/pytorch-grad-cam | computer-vision | 96 | FP16 support | Hello,
If the model's parameters and input tensor are of type torch.float16 there is an error occurred:
```
/site-packages/pytorch_grad_cam/base_cam.py in forward(self, input_tensor, target_category, eigen_smooth)
81 result = []
82 for img in cam:
---> 83 img = cv2.resize(i... | closed | 2021-06-01T06:51:44Z | 2021-07-09T14:18:49Z | https://github.com/jacobgil/pytorch-grad-cam/issues/96 | [] | Animatory | 0 |
open-mmlab/mmdetection | pytorch | 11,512 | How to get the current training epoch in a custom loss function, as this parameter is needed in the loss calculation | open | 2024-03-04T10:46:41Z | 2024-03-04T10:46:57Z | https://github.com/open-mmlab/mmdetection/issues/11512 | [] | jstacer1 | 0 | |
google-deepmind/sonnet | tensorflow | 272 | Laplace smoothing for EMA codebook update | Hi,
I understand that to calculate the normalized weights for the embeddings we divide by the Laplace smoothed cluster sizes as seen in the code [here](https://github.com/google-deepmind/sonnet/blob/v2/sonnet/src/nets/vqvae.py).
However, for the embeddings whose cluster sizes are zero, the Laplace smoothing rep... | open | 2023-11-15T06:11:19Z | 2023-11-15T06:11:19Z | https://github.com/google-deepmind/sonnet/issues/272 | [] | VaishnaviSPatil | 0 |
MagicStack/asyncpg | asyncio | 333 | greenplum->copy_records_to_table support needed | * **asyncpg version**:0.17.0
* **Greenplum version**:5.7
* **Python version**:3.7
* **Platform**:Windows 10/windows 10 WSL
* **Do you use pgbouncer?**:no
* **Did you install asyncpg with pip?**:yes
* **If you built asyncpg locally, which version of Cython did you use?**:n/a
* **Can the issue be reproduced under ... | open | 2018-07-30T13:40:31Z | 2024-01-13T07:56:33Z | https://github.com/MagicStack/asyncpg/issues/333 | [] | HuangKaibo2017 | 1 |
KaiyangZhou/deep-person-reid | computer-vision | 503 | help needed urgent please | i used **feature extractor** from torchreid with model '**mudeep**' it gave 4096 tensor of 2 images each ,i want to compare that to tensor so i used compute_distance_matrix from **distance.py** but it gave me error of '**tensor dimension 2 need** ' as i am new to tensor **how should i proceed with comparing two images... | open | 2022-05-10T17:28:58Z | 2022-05-10T17:28:58Z | https://github.com/KaiyangZhou/deep-person-reid/issues/503 | [] | luciferstar66 | 0 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,848 | spam | ### 技术交流
``
| closed | 2025-02-17T03:50:01Z | 2025-02-17T12:44:45Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16848 | [] | RobinYang11 | 1 |
gunthercox/ChatterBot | machine-learning | 1,458 | ImportError: No module named storage | Hello Team,
I am getting below issue.
**Traceback (most recent call last):
File "test1.py", line 1, in <module>
from chatterbot import ChatBot
File "/opt/PythonLibs/ChatterBot/chatterbot/__init__.py", line 4, in <module>
from .chatterbot import ChatBot
File "/opt/PythonLibs/ChatterBot/chatterbot/ch... | closed | 2018-10-16T08:14:51Z | 2020-01-18T18:16:32Z | https://github.com/gunthercox/ChatterBot/issues/1458 | [
"answered"
] | dilip90 | 16 |
dgtlmoon/changedetection.io | web-scraping | 1,944 | [feature] Add a new processor plugin for "whois" information | Now that #1941 makes everything cleaner, we can go back to solving pluggable 'processors', a new one could be "whois" plugin
https://github.com/richardpenman/whois
this would just take the domain-name from the URL and pass it to the whois-processor, probably these should live as separate pypi packages
`changed... | open | 2023-11-07T18:04:12Z | 2024-07-10T11:24:17Z | https://github.com/dgtlmoon/changedetection.io/issues/1944 | [
"enhancement",
"plugin-candidate"
] | dgtlmoon | 1 |
fastapi-users/fastapi-users | asyncio | 510 | Problem get user | module 'fastapi_users' has no attribute 'current_user'
user: User = Depends(fastapi_users.current_user())
fastapi-users 5.1.0 | closed | 2021-02-17T18:55:52Z | 2021-02-19T20:02:32Z | https://github.com/fastapi-users/fastapi-users/issues/510 | [] | ScrimForever | 5 |
huggingface/datasets | tensorflow | 7,033 | `from_generator` does not allow to specify the split name | ### Describe the bug
I'm building train, dev, and test using `from_generator`; however, in all three cases, the logger prints `Generating train split:`
It's not possible to change the split name since it seems to be hardcoded: https://github.com/huggingface/datasets/blob/main/src/datasets/packaged_modules/generator/g... | closed | 2024-07-09T07:47:58Z | 2024-07-26T12:56:16Z | https://github.com/huggingface/datasets/issues/7033 | [] | pminervini | 2 |
lundberg/respx | pytest | 277 | Incompatibility with httpx 0.28.0 | When upgrading httpx from 0.27.2 to 0.28.0, the mocks that were previously correctly detected as mocked, stop being considered as so and raise an `AllMockedAssertionError`. | closed | 2024-11-29T07:30:54Z | 2024-12-19T22:16:49Z | https://github.com/lundberg/respx/issues/277 | [] | PriOliveira | 4 |
pyro-ppl/numpyro | numpy | 1,522 | Example: Predator-Prey Model gives weird results when using num_chains > 2 | Hello, I just tried the example, [Example: Predator-Prey Model](https://num.pyro.ai/en/latest/examples/ode.html), with `adapt_step_size=False` and `num_chains=2`.
Also, I added the lines to enable multiple draws on the CPU.
```
numpyro.set_host_device_count(8)
print(jax.local_device_count())
```
When I plot t... | closed | 2023-01-06T08:03:58Z | 2023-01-07T04:24:27Z | https://github.com/pyro-ppl/numpyro/issues/1522 | [
"question"
] | Sangwon91 | 2 |
Lightning-AI/pytorch-lightning | data-science | 19,907 | I think it's deadly necessary to add docs or tutorials for handling the case when We return multiple loaders in test_dataloaders() method? I think it | ### 📚 Documentation
I know that LightningDataModule supports return multiple dataloaders ,like list of dataloaders, or dict of dataloaders in LightningDataModule. But how to handle the test in LightningModule?
We always need print respective information of the computation upon each test_loader, and save the figs d... | open | 2024-05-25T11:01:27Z | 2024-05-25T11:01:48Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19907 | [
"docs",
"needs triage"
] | onbigion13 | 0 |
aio-libs/aiomysql | asyncio | 311 | import errror | 

I got import errror when run aiomysql, but it seems I already have pymysql installed.
| closed | 2018-07-06T03:09:42Z | 2018-07-06T20:20:09Z | https://github.com/aio-libs/aiomysql/issues/311 | [] | hanke0 | 3 |
fastapi/sqlmodel | sqlalchemy | 507 | Relationship from Model Data and inheritance | ### 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-11-23T11:20:44Z | 2022-11-24T10:47:39Z | https://github.com/fastapi/sqlmodel/issues/507 | [
"question"
] | Franksign | 3 |
babysor/MockingBird | deep-learning | 670 | 开始使用CPU训练 现在该如何改用GPU训练 尝试各种办法都不行 | Using model: Tacotron
Using device: cpu | closed | 2022-07-21T15:34:15Z | 2022-07-27T09:57:28Z | https://github.com/babysor/MockingBird/issues/670 | [] | b95595 | 1 |
zalandoresearch/fashion-mnist | computer-vision | 186 | Benchmark: MLP 4x25 hidden layers, 88% in 100 epochs | ERROR: type should be string, got "https://github.com/jklw10/dnns-from-scratch-in-zig/tree/benchmark-submission\r\n\r\nSimply create the folder ``data/mnist-fashion/`` extract the datasets into it,\r\nRun with ``zig build run -Doptimize=ReleaseFast`` \r\nZig version ``0.14.0-dev.1860+2e2927735``\r\n(Might run with 0.13.0)\r\n\r\nThe same setup is able to get to 97.2% on mnist number set. (different configuration, likely overfit) (98% with 4x100 neuron hidden layers)\r\n\r\nWhat's wacky about it:\r\nWeights are forcibly normalized (and adjusted):\r\n ``(grads[i]-avg(grads)) / (max(grads)-min(grads)) * (2-(2/inputSize))`` \r\nFradients are forcibly normalized (and adjusted) ``norm(weight) * (1+(2/inputSize))``\r\nFradients are biased to move the weight towards that weight's EMA:\r\n grads[i] / abs(ema[i]) + abs(grads[i] -EMA[i]-Weight[i])\r\nForward pass uses ``sign(weight) * sqrt(weight*ema)`` in place of weight\r\n\r\nSome of this is slightly off, please read \r\nhttps://github.com/jklw10/dnns-from-scratch-in-zig/blob/benchmark-submission/src/layerGrok.zig#L259\r\nto see the full context. Hopefully it's human readable enough.\r\n\r\nThis score probably isn't the maximum I can gain, just the fastest to test in an afternoon. Should I update here or just make a new issue in case I gain a higher score? (4x100 hidden neurons achieved 89%)" | open | 2024-10-30T17:36:37Z | 2024-10-31T16:52:55Z | https://github.com/zalandoresearch/fashion-mnist/issues/186 | [] | jklw10 | 0 |
tfranzel/drf-spectacular | rest-api | 924 | Using custom pagination with APIView | **Describe the bug**
Within an APIView, when returning a manually generated paginated response, there are no clear ways to merge the pagination schema with the child serializer
**To Reproduce**
```python
class StdPagination(PageNumberPagination):
def get_paginated_response(self, data):
return Re... | closed | 2023-01-24T16:52:44Z | 2023-01-25T10:54:58Z | https://github.com/tfranzel/drf-spectacular/issues/924 | [] | VaZark | 4 |
mlflow/mlflow | machine-learning | 15,073 | [DOC] Quickstart tutorial on how to use mlflow with uv | ### Willingness to contribute
Yes. I would be willing to contribute a document fix with guidance from the MLflow community.
### URL(s) with the issue
1. It will likely be a brand new tutorial page in [Getting Started with MLflow](https://mlflow.org/docs/latest/getting-started/)
2. It's possible that some wording sho... | open | 2025-03-23T12:10:12Z | 2025-03-24T04:51:39Z | https://github.com/mlflow/mlflow/issues/15073 | [
"area/docs"
] | jaceklaskowski | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.