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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pydantic/pydantic-ai | pydantic | 59 | Stricter docstring usage | We should support explicitly setting the format to use, and raising a warning/error if not all parameters are documented set either on the decorator or on Agent `__init__`. | closed | 2024-11-18T11:45:29Z | 2025-01-09T16:36:02Z | https://github.com/pydantic/pydantic-ai/issues/59 | [
"documentation"
] | samuelcolvin | 1 |
TencentARC/GFPGAN | deep-learning | 49 | will the degradation of real-esrgan replace into GFPGAN? | the degradation of real-esrgan is more complex than GFPGAN, if use it in GFPGAN will have a better reslut? | open | 2021-08-20T08:48:37Z | 2021-08-23T15:46:02Z | https://github.com/TencentARC/GFPGAN/issues/49 | [] | zhangyunming | 1 |
FactoryBoy/factory_boy | django | 1,003 | Allow `exclude` to work with DjangoModelFactory :: create objects without an `id` attribute | #### The problem
I have a use case where I need to create a Django model that _does not include an id_ ;
I haven't found any good way to do this - as using the `exclude` does not appear to work with Django model factories (I have tried `exclude=('id', )` on the factory where I need this functionality).
The mo... | closed | 2023-03-03T17:51:07Z | 2023-03-14T13:25:07Z | https://github.com/FactoryBoy/factory_boy/issues/1003 | [
"Q&A",
"NeedInfo",
"Django"
] | hannylicious | 2 |
robotframework/robotframework | automation | 4,380 | Deprecate setting tags starting with a hyphen like `-tag` using the `[Tags]` setting | We are planning to support removing globally set tags using the `-tag` syntax with the `[Tags]` setting both with tests and keywords (#4374). Because it is possible that tags using this format have been used, we need to deprecate this syntax first. In practice this kind of usages will cause deprecation warnings:
``... | closed | 2022-06-22T23:16:49Z | 2022-07-05T12:59:37Z | https://github.com/robotframework/robotframework/issues/4380 | [
"enhancement",
"priority: high",
"deprecation",
"alpha 1"
] | pekkaklarck | 0 |
hankcs/HanLP | nlp | 1,650 | 有些中文字會誤判為標點符號(ctb: PU) | <!--
提问请上论坛,不要发这里!
提问请上论坛,不要发这里!
提问请上论坛,不要发这里!
以下必填,否则恕不受理。
-->
**Describe the bug**
有些中文字會誤判為標點符號.
**Code to reproduce the issue**
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
```python
import hanlp
HanLP = hanlp.load(hanlp.pretrained.mtl.CLOSE_TOK_... | closed | 2021-05-14T01:58:30Z | 2022-03-16T01:52:56Z | https://github.com/hankcs/HanLP/issues/1650 | [
"improvement"
] | u8621011 | 15 |
huggingface/datasets | machine-learning | 6,819 | Give more details in `DataFilesNotFoundError` when getting the config names | ### Feature request
After https://huggingface.co/datasets/cis-lmu/Glot500/commit/39060e01272ff228cc0ce1d31ae53789cacae8c3, the dataset viewer gives the following error:
```
{
"error": "Cannot get the config names for the dataset.",
"cause_exception": "DataFilesNotFoundError",
"cause_message": "No (support... | open | 2024-04-17T11:19:47Z | 2024-04-17T11:19:47Z | https://github.com/huggingface/datasets/issues/6819 | [
"enhancement"
] | severo | 0 |
ijl/orjson | numpy | 128 | Could not install 3.4.0 using pip | ```
# pip3 install orjson
Collecting orjson
Using cached https://files.pythonhosted.org/packages/ca/ab/cece004aaae000741d059dcb9b1f6f62a6a5ecb2e11b3ecca09e6180c327/orjson-3.4.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1,... | closed | 2020-09-26T19:02:18Z | 2020-10-06T21:50:26Z | https://github.com/ijl/orjson/issues/128 | [] | adieyal | 5 |
jupyterlab/jupyter-ai | jupyter | 766 | /export saves chat history in launch dir, not in JupyterLab root | ## Description
The `/export` command saves chat history in the `pwd`, i.e., the directory from where JupyterLab is launched rather than the JupyterLab root. For JupyterLab sessions, where the root directory is different from the launch directory, users will not be able to see the exported chat history file in JupyterL... | closed | 2024-04-30T04:46:46Z | 2024-05-08T23:21:48Z | https://github.com/jupyterlab/jupyter-ai/issues/766 | [
"bug"
] | 3coins | 0 |
taverntesting/tavern | pytest | 610 | Tavern 1.7.0 "Hanging" | Tavern intermittently, but frequently, just stops working.


In the first example it sto... | closed | 2020-10-23T16:32:08Z | 2020-11-10T15:47:26Z | https://github.com/taverntesting/tavern/issues/610 | [] | KenStorey | 4 |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 214 | GetGridPattern().GetItem() takes 1 positional argument but 3 were given | `itemValue = element.item.GetGridPattern().GetItem(1,1) ` return an error: `TypeError: GetItem() takes 1 positional argument but 3 were given` .
The `element.item.GetGridPattern() ` code return a GridPattern object `<uiautomation.uiautomation.GridPattern object at 0x0000024CE9A639C8>`
Could you please help wh... | open | 2022-07-21T14:30:21Z | 2022-08-01T03:12:15Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/214 | [] | erikapapp | 1 |
FujiwaraChoki/MoneyPrinter | automation | 11 | [-] Error: Please provide an API key when there is an already api key in the filie | even ASSEMBLY_AI_API_KEY is in decaled in the .env.example file it still gives me this error
[-] Error: Please provide an API key via the ASSEMBLYAI_API_KEY environment variable or the global settings.
ASSEMBLY_AI_API_KEY="cc74fdccbfd849f68fc09d1231241864a8" | closed | 2024-02-05T05:40:14Z | 2024-02-05T05:44:55Z | https://github.com/FujiwaraChoki/MoneyPrinter/issues/11 | [] | eliecer696 | 0 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 831 | program keeps freezing | hello! so i'm using this for some personal projects but every time i try to load in a voice the program says not responding. i really dont know whats wrong i followed a tutorial and everything. i am really new to programming and have little to no idea what some references are Im just playing it by ear as i go. if someo... | closed | 2021-08-27T14:28:18Z | 2021-09-08T13:56:17Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/831 | [] | speedsterbird | 1 |
piskvorky/gensim | machine-learning | 2,957 | Clean up OOP / stub methods | Do we really need such stub methods that only call the same superclass method with the same arguments? That's already the default which occurs if no method is present. By my understanding, doc-comment tools like Sphinx will, in their current versions, already propagate superclass API docs down to subclasses.
The onl... | open | 2020-09-24T10:09:00Z | 2020-09-24T10:27:53Z | https://github.com/piskvorky/gensim/issues/2957 | [
"housekeeping"
] | piskvorky | 0 |
biolab/orange3 | data-visualization | 6,684 | Offline installer for addons | **What's your use case?**
Hello,
I do love the way to install addons, it's easy and simple. However, it can happen that in a corporate environment you don't have fully access to the internet. In that case, it's hard to install addons.
**What's your proposed solution?**
-a "with addons" installer?
-an "addons" ... | open | 2023-12-31T10:24:52Z | 2024-11-23T21:59:07Z | https://github.com/biolab/orange3/issues/6684 | [
"snack"
] | simonaubertbd | 4 |
microsoft/qlib | machine-learning | 1,874 | Qlib Features Calculation error | Hello, I am pretty new to qlib scripting so please bare with me. I am currently running into issues with feature calculations and how that process exactly works. for some background information, I am trying to get it to process my own data from a csv file, it is stock market data. And it has the correct formation with ... | open | 2024-12-24T19:37:35Z | 2024-12-31T06:26:41Z | https://github.com/microsoft/qlib/issues/1874 | [] | KhusPatel4450 | 1 |
svc-develop-team/so-vits-svc | deep-learning | 131 | Is it enough to use only two data files as the validation set? | I used more than a thousand data files and I believe the validation set should be at least 2% of the dataset.
related code:
https://github.com/svc-develop-team/so-vits-svc/blob/aa1f9254bb483e63dbce05ac4257b1110b23a5ea/preprocess_flist_config.py#L52-L53
| closed | 2023-04-09T02:34:08Z | 2023-07-19T09:24:11Z | https://github.com/svc-develop-team/so-vits-svc/issues/131 | [
"not urgent"
] | magic-akari | 2 |
streamlit/streamlit | python | 9,906 | Add 'key' to static widgets like st.link_button, st.popover | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
### Summary
Most widgets have a `key` parameter - but not `st.link_button`. I can see why - because it is mostly "static"... | open | 2024-11-22T15:14:15Z | 2025-01-03T15:39:23Z | https://github.com/streamlit/streamlit/issues/9906 | [
"type:enhancement",
"feature:st.link_button"
] | arnaudmiribel | 4 |
httpie/cli | api | 1,002 | HTTP/1.1 404 Not Found error | (base) PS C:\Users\charu> http --stream -f -a Aaron https://stream.twitter.com/1/statuses/filter.json track='Justin Bieber'
http: password for Aaron@stream.twitter.com:
HTTP/1.1 404 Not Found
cache-control: no-cache, no-store, max-age=0
content-length: 0
date: Mon, 07 Dec 2020 03:12:59 GMT
server: tsa_a
set-cook... | closed | 2020-12-07T03:15:17Z | 2020-12-21T11:12:41Z | https://github.com/httpie/cli/issues/1002 | [] | charujing | 1 |
oegedijk/explainerdashboard | dash | 151 | Rule based explanations? | Is there a plan to add rule-based explanation functionality? Sometimes, providing local or individual explanations in terms of rules is beneficial as rules are very intuitively simple to explain model decisions even to a non-domain expert. (don't know but seems rules can be extracted even from the decision path table).... | closed | 2021-10-26T09:02:43Z | 2021-12-23T19:14:00Z | https://github.com/oegedijk/explainerdashboard/issues/151 | [] | rezacsedu | 1 |
tableau/server-client-python | rest-api | 1,456 | FlowRuns endpoint does not return Pagination XML | **Describe the bug**
A call to [Get Flow Runs](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_flow.htm#get_flow_runs) does not return pagination XML.
**Versions**
Details of your environment, including:
- Tableau Server version (or note if using Tableau Online): 2022.3.1
- Python version... | closed | 2024-09-04T16:19:27Z | 2025-01-06T21:56:09Z | https://github.com/tableau/server-client-python/issues/1456 | [
"bug",
"Server-Side Enhancement",
"0.35"
] | jorwoods | 3 |
FactoryBoy/factory_boy | django | 921 | Unexpected behavior in nested sequences | #### Description
Sequences behave unexpectedly when nested through subfactories.
#### To Reproduce
Reset an outer factory's sequence – the inner factory's sequence continues to increment. Vice versa applies as well. There is no obvious way to reset all sequences.
##### Model / Factory code
A contrived exampl... | closed | 2022-05-04T03:00:33Z | 2022-05-04T19:48:56Z | https://github.com/FactoryBoy/factory_boy/issues/921 | [] | devchakraborty | 1 |
Textualize/rich | python | 2,983 | [BUG] table autofit doesn't fill window width in Jupyter QtConsole | - [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions.
- [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md).
**Describe the bug**
... | closed | 2023-06-01T05:07:23Z | 2023-07-29T07:42:49Z | https://github.com/Textualize/rich/issues/2983 | [
"Needs triage"
] | digitalsignalperson | 3 |
hankcs/HanLP | nlp | 1,303 | hanlp.properties.in作用 | 修改了hanlp.properties后,hanlp.properties.in的相对应字段要改吗?
这个.in文件作用是啥?是否是备份文件? | closed | 2019-10-17T08:33:04Z | 2019-10-17T15:04:58Z | https://github.com/hankcs/HanLP/issues/1303 | [] | lan2720 | 1 |
deepset-ai/haystack | pytorch | 8,035 | `OpenAPITool` fails to handle OpenAPI specs with `servers` under `paths` and missing `operationId` | ### Bug Report
**Describe the bug**
When using the `OpenAPITool` with a specific OpenAPI YAML specification, the tool fails to process the request properly. The issue arises due to the `servers` field being under the `paths` section and the absence of an `operationId` on the forecast path, which the tool does not h... | closed | 2024-07-17T07:11:19Z | 2024-07-18T15:57:31Z | https://github.com/deepset-ai/haystack/issues/8035 | [] | vblagoje | 0 |
mwaskom/seaborn | data-visualization | 3,326 | facet plots failing after pandas upgraded to 2.0 | The pyproject.toml file in the repo has:
"pandas>=1.2",
and this morning my system updated pandas to version 2.0. I now get this error:
```
/usr/lib/python3/dist-packages/seaborn/_decorators.py:46: in inner_f
return f(**kwargs)
/usr/lib/python3/dist-packages/seaborn/relational.py:1036: in relplot
... | closed | 2023-04-17T08:59:43Z | 2023-04-18T00:00:41Z | https://github.com/mwaskom/seaborn/issues/3326 | [] | ags-dy | 5 |
plotly/dash-bio | dash | 590 | Speck Atom Labels | I was wondering if I can install my own labels in the Speck per atom into the viewer.
| closed | 2021-11-01T15:59:52Z | 2021-12-14T07:42:23Z | https://github.com/plotly/dash-bio/issues/590 | [] | Sulstice | 0 |
ultralytics/yolov5 | pytorch | 13,009 | What Should Be the Output Size of Predictions for Object Detection? | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
I want to convert ONNX to RKNN, but during the testing process, I encountered an error in... | closed | 2024-05-14T03:20:07Z | 2024-05-15T08:31:21Z | https://github.com/ultralytics/yolov5/issues/13009 | [
"question"
] | lllittleX | 3 |
allenai/allennlp | pytorch | 5,523 | run test suites occur errors | <!--
Please fill this template entirely and do not erase any of it.
We reserve the right to close without a response bug reports which are incomplete.
If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here.
--... | closed | 2021-12-22T03:22:00Z | 2021-12-23T21:51:16Z | https://github.com/allenai/allennlp/issues/5523 | [
"bug"
] | idiomaticrefactoring | 1 |
docarray/docarray | fastapi | 1,463 | BUg: DocList.to_dataframe | 
| closed | 2023-04-27T02:25:25Z | 2023-04-28T07:14:57Z | https://github.com/docarray/docarray/issues/1463 | [] | yuanjie-ai | 3 |
ray-project/ray | pytorch | 51,321 | [core][autoscaler][v2] do not removing nodes for upcoming resource requests | ### What happened + What you expected to happen
The issues described in https://github.com/ray-project/ray/pull/51122 still happen with autoscaler v2.
### Versions / Dependencies
Ray 2.43.0
### Reproduction script
See https://github.com/ray-project/ray/pull/51122
### Issue Severity
None | open | 2025-03-12T23:16:06Z | 2025-03-21T01:39:41Z | https://github.com/ray-project/ray/issues/51321 | [
"bug",
"core-autoscaler"
] | rueian | 2 |
huggingface/datasets | machine-learning | 6,667 | Default config for squad is incorrect | ### Describe the bug
If you download Squad, it will download the plain_text version, but the config still specifies "default", so if you set the offline mode the cache will try to look it up according to the config_id which is "default" and this will say;
ValueError: Couldn't find cache for squad for config 'default'... | open | 2024-02-16T02:36:55Z | 2024-02-23T09:10:00Z | https://github.com/huggingface/datasets/issues/6667 | [] | kiddyboots216 | 1 |
indico/indico | flask | 6,614 | Show QA status in the editable list | #### Problem
There is no obvious way to see if a paper has been / is being sent through QA without opening the timeline. This is quite time consuming for conferences with lots of papers.
#### Solution
Have the plugin inject the QA tags in the list. | open | 2024-11-12T14:19:53Z | 2024-11-12T14:25:14Z | https://github.com/indico/indico/issues/6614 | [] | micsucmed | 0 |
onnx/onnx | machine-learning | 6,150 | onnx.shape_inference.infer_shapes creates a blank graph when passed a >2GB model | # Bug Report
### Is the issue related to model conversion?
No.
### Describe the bug
<!-- Please describe the bug clearly and concisely -->
The infer_shapes call creates a blank graph.
I export microsoft/Phi-3-mini-4k-instruct from the HF hub using torch.onnx.export with training mode on. Since the model is... | open | 2024-05-30T18:13:51Z | 2024-05-31T00:03:12Z | https://github.com/onnx/onnx/issues/6150 | [
"module: shape inference"
] | carzh | 1 |
pallets/flask | flask | 4,930 | Testing with authenticated and anonymous client at the same time gives mixed results | I want to test the unauthenticated endpoints of my application, after creating an authentication-required resource, and I am getting that the anonymous client is actually authenticated :-/.
```python
import pytest
@pytest.fixture(scope="module")
def app():
app = create_app()
app.test_client_class = AP... | closed | 2022-12-29T16:24:57Z | 2023-01-14T00:05:44Z | https://github.com/pallets/flask/issues/4930 | [] | flixman | 3 |
pydantic/logfire | fastapi | 948 | port missing from HTTP requests where you'd expect it | ### Description
Noticed while creating #947:

These requests are all to http://localhost:3001
### Python, Logfire & OS Versions, related packages (not required)
```TOML
logfire="3.9.0"
platform="macOS-15.3.2-arm64-arm-64bit"
p... | open | 2025-03-23T12:51:12Z | 2025-03-23T20:42:47Z | https://github.com/pydantic/logfire/issues/948 | [] | samuelcolvin | 3 |
microsoft/qlib | machine-learning | 978 | run pit download_data script error | ## 🐛 Bug Description
<!-- A clear and concise description of what the bug is. -->
The following error occurs when you run the pit download_data script:
`TypeError: download_data() takes from 1 to 7 positional arguments but 8 were given`
## To Reproduce
Steps to reproduce the behavior:
1. `cd scripts/data... | closed | 2022-03-14T03:07:51Z | 2022-03-15T08:52:32Z | https://github.com/microsoft/qlib/issues/978 | [
"bug"
] | Chaoyingz | 1 |
rio-labs/rio | data-visualization | 82 | Content of `TextInput` Not Scrollable on Safari | ### Describe the bug
The `TextInput` component is not scrollable when the content exceeds the visible area on Safari. This issue prevents users from being able to view or edit the full content.
### Expected Behavior
The `TextInput` should be scrollable, allowing users to view and edit all content.
### Actual ... | closed | 2024-07-07T12:38:02Z | 2024-08-11T16:28:34Z | https://github.com/rio-labs/rio/issues/82 | [
"bug",
"layout rework"
] | Sn3llius | 2 |
pydata/pandas-datareader | pandas | 622 | Easiest way to find stock name from it's Yahoo format symbol? | My program asks users to input the stock/index symbol as per YF to make data-reads easier. However, I'm not looking for a simple way to query the full stock/index name. | closed | 2019-02-28T01:13:47Z | 2019-09-18T08:01:48Z | https://github.com/pydata/pandas-datareader/issues/622 | [] | otis632 | 2 |
Miserlou/Zappa | django | 1,583 | Add tagging of lambda functions to cli update and deploy methods | Provide a mechanism for easily tagging lambda functions when deploying or updating and display tags
in the status command. This is a generally useful feature we'd like to have at work so that we can quickly identify the deployed code using the hash which we add as a tag
| open | 2018-08-08T07:57:43Z | 2018-08-08T07:57:43Z | https://github.com/Miserlou/Zappa/issues/1583 | [] | kukui | 0 |
aiortc/aiortc | asyncio | 827 | unknown bio failure when use datachannel to transmit long msg in version 1.4.0 | i use aiortc(V1.4.0) to transmit long msg( servel kB ) for some seconds, the following error occured。
but on aiortc V1.3.2, no such error.
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/aiortc/rtcsctptransport.py", line 1676, in _data_channel_flush
ordered=channel.ordered,
... | closed | 2023-02-10T08:36:21Z | 2023-08-15T01:57:06Z | https://github.com/aiortc/aiortc/issues/827 | [
"invalid",
"stale"
] | dfybc | 2 |
PaddlePaddle/ERNIE | nlp | 626 | 动态图执行ernie pretrain过程的教程能否更详细 | 包括使用的数据集、可正常执行的脚本 | closed | 2021-02-01T10:37:39Z | 2021-04-13T01:36:34Z | https://github.com/PaddlePaddle/ERNIE/issues/626 | [
"wontfix"
] | pangyoki | 5 |
nicodv/kmodes | scikit-learn | 144 | Type of cluster_centroids_ in KModes and KPrototypes | ## Expected Behavior
both return same type, either numpy.ndarray or list
## Actual Behavior
type(KModes.cluster_centroids_) returns ndarray
type(KPrototypes.cluster_centroids_) returns list
## Steps to Reproduce the Problem
As described...
## Specifications
- Version: 0.10.2
- Platform: Python 3.... | closed | 2020-03-05T05:14:30Z | 2020-03-06T06:17:16Z | https://github.com/nicodv/kmodes/issues/144 | [
"bug"
] | vwang0 | 1 |
coqui-ai/TTS | pytorch | 3,217 | [Bug] ValueError: Model is not multi-lingual but `language` is provided. | ### Describe the bug
I encounter error while trying to use xtts_v2 multilingual model in loop to generate several audio clips. This happens only for this model, VITS works fine while looping over existing tts object.
### To Reproduce
**Reproduction code:**
```python
tts = TTS('tts_models/multilingual/multi-d... | closed | 2023-11-14T16:45:15Z | 2024-01-31T18:41:39Z | https://github.com/coqui-ai/TTS/issues/3217 | [
"bug"
] | vitaliy-sharandin | 3 |
comfyanonymous/ComfyUI | pytorch | 6,474 | Incorrect brownian parameters | ### Expected Behavior
No warnings.
### Actual Behavior
It seems incorrect parameters are being passed into `torchsde.BrownianTree` here:
https://github.com/comfyanonymous/ComfyUI/blob/cba58fff0bfebfc81fbe678bb80491890a3df14a/comfy/k_diffusion/sampling.py#L110
I receive a warning in the terminal stating:
> `... | open | 2025-01-15T11:14:53Z | 2025-01-15T11:19:09Z | https://github.com/comfyanonymous/ComfyUI/issues/6474 | [
"Potential Bug"
] | gremlation | 1 |
pydantic/pydantic-ai | pydantic | 882 | Generating the message_history | How do I generate message_history from an existing conversation?
The example demonstrated in chat api, saves the `all_messages` as is in sqlite. However, In our current system we are storing the messages in custom format. I understand that I can generate the `all_messages` by looking at the format and writing my custom... | open | 2025-02-10T04:31:26Z | 2025-02-11T06:05:38Z | https://github.com/pydantic/pydantic-ai/issues/882 | [] | peppermint-ai-lab | 1 |
deezer/spleeter | tensorflow | 754 | [Discussion] Using Spleeter under Ubuntu 22.04 LTS | <!-- Please respect the title [Discussion] tag. -->
Spleeter (or a Python module it uses) appears to be incompatible with Python 3.10, however Python 3.10 is the default Python version in the recently-released Ubuntu 22.04.
It is possible to install Python 3.9 from the Ubuntu 22.04 repos using apt, but evidently vi... | closed | 2022-04-25T09:50:44Z | 2024-08-27T11:14:12Z | https://github.com/deezer/spleeter/issues/754 | [
"question"
] | zoomosis | 6 |
horovod/horovod | pytorch | 3,119 | Spark Lightning MNIST fails on GPU | From buildkite.
```
/horovod/examples/spark/pytorch/pytorch_lightning_spark_mnist.py --num-proc 2 --work-dir /work --data-dir /data --epochs 3"' in service test-gpu-gloo-py3_8-tf2_4_3-keras2_3_1-torch1_7_1-mxnet1_6_0_p0-pyspark3_1_2 | 2m 46s
-- | --
| $ docker-compose -f docker-compose.test.yml -p buildkite27b2... | closed | 2021-08-18T18:00:13Z | 2021-08-19T17:10:12Z | https://github.com/horovod/horovod/issues/3119 | [
"bug"
] | chongxiaoc | 2 |
lazyprogrammer/machine_learning_examples | data-science | 82 | CVS file error/mismatch? | Should the [linear_regression_class/moore.csv](https://github.com/lazyprogrammer/machine_learning_examples/blob/master/linear_regression_class/moore.csv) be replaced with [tf2.0/moore.csv](https://github.com/lazyprogrammer/machine_learning_examples/blob/master/tf2.0/moore.csv)?
The [linear_regression_class/moore.py... | closed | 2022-09-03T19:15:11Z | 2022-10-02T05:03:13Z | https://github.com/lazyprogrammer/machine_learning_examples/issues/82 | [] | rohit-kumar-j | 1 |
horovod/horovod | pytorch | 3,013 | PyTorch single mechine training stuck | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet):Pytorch
2. Framework version: 1.6.0+cu101
3. Horovod version: 0.21.3
4. MPI version: None
5. CUDA version: 10.1
6. NCCL version: None
7. Python version: 3.7.10
8. Spark / PySpark version:
9. Ray version:
10. OS and version: Ubuntu16.04
11. GC... | open | 2021-07-02T09:10:08Z | 2021-07-06T05:32:05Z | https://github.com/horovod/horovod/issues/3013 | [
"bug"
] | Sharpiless | 1 |
ageitgey/face_recognition | python | 1,181 | Redistribute | Hi, I'm developing a JavaFX Desktop application and one of the requirements is to run facial recognition. I would prefer a solution that does not involve network connectivity, so I got to this lib.
And I was wondering: if I use this lib to run facial recognition, then how would I make it redistributable?
(I've ne... | open | 2020-07-08T22:23:50Z | 2020-07-08T22:23:50Z | https://github.com/ageitgey/face_recognition/issues/1181 | [] | bmnds | 0 |
graphql-python/graphene | graphql | 660 | How to generate documentation in GraphiQL? | Hello,
I have not seen any material on the topic. Would you know if there is a documentation which explains how to generate descriptions / documentation in GraphiQL from the code directly?
Thanks | closed | 2018-02-05T06:20:10Z | 2018-03-23T14:04:35Z | https://github.com/graphql-python/graphene/issues/660 | [] | alexisrolland | 9 |
roboflow/supervision | deep-learning | 1,190 | the update of supervision | closed | 2024-05-13T03:47:03Z | 2024-05-13T10:43:23Z | https://github.com/roboflow/supervision/issues/1190 | [
"question"
] | OliverLam7725 | 3 | |
browser-use/browser-use | python | 592 | Extension does not load because of requestAnimationFrame error | ### Bug Description
`this browser doesn't support requestanimationframe. make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills`
Getting this error when trying to interact with a Metamask extension even after disableing lavamoat. The extension works fine when my script is not running, mea... | open | 2025-02-07T05:00:44Z | 2025-03-23T08:27:50Z | https://github.com/browser-use/browser-use/issues/592 | [
"bug"
] | agupagu | 1 |
tfranzel/drf-spectacular | rest-api | 738 | How to create parameters with regex patterns? | Hi there!
I'm just coming to `drf_spectacular` after using `drf_yasg` for many years, and I'm having to change all my `openapi.Parameter` definitions over to `OpenApiParameter`. What's really puzzling me is that I can set `type=OpenApiTypes.REGEX`, but I cannot set a pattern when initialising the parameter. I unde... | closed | 2022-05-17T06:12:57Z | 2022-05-20T17:10:29Z | https://github.com/tfranzel/drf-spectacular/issues/738 | [
"enhancement",
"fix confirmation pending"
] | PaulWay | 7 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 239 | 关于pytorch1.8+cuda11.1的问题 | 由于我的显卡是3090,所以最初安装的是pytorch1.7.1+cuda11.0,但是会出现loss为nan的情况。看了b站评论说是可能为cuda11的问题,cuda10.x就没有问题了。我在网上查了查,说是pytorch1.7+cuda11兼容性不佳,而且nvidia官方建议30系列显卡使用cuda11.1?我就试了试,装了pytorch1.8+cuda11.1,结果别说nan了,直接就运行不了:
Using 2 dataloader workers
Traceback (most recent call last):
File "/hdd/HJQ/faster_rcnn/train_res50_fpn.py", li... | closed | 2021-04-24T14:18:33Z | 2021-04-26T00:59:16Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/239 | [] | hjq052070 | 1 |
numpy/numpy | numpy | 27,799 | TASK: Proper names for the NumPy 2.2.0 release | The NumPy 2.2.0 release will be coming out in a couple of weeks. If your name is in the list below, please
comment here with the name and email address you would like to use so that you get proper credit as one of the contributors.
- [x] @nocoding03 (Austin)
- [ ] @geetaakshata (Dreamge)
- [x] @Shaurya19
- [x] @... | closed | 2024-11-20T02:09:29Z | 2024-12-07T20:13:01Z | https://github.com/numpy/numpy/issues/27799 | [
"17 - Task"
] | charris | 8 |
chainer/chainer | numpy | 8,079 | Possibly inappropriate use of `OptionalAxes` and `Axes` to represent one-sized axes | ChainerX routines that accept a single optional integer as an axis (not a tuple) currently accepts `absl::optional<int8_t>`. Although this is fine, its cast to an `OptionalAxes` (container type) before being passed to the C++ routine. The C++ routine may thus accept multiple axes but lengths larger than 1 are not teste... | closed | 2019-09-04T05:38:00Z | 2020-01-08T10:59:04Z | https://github.com/chainer/chainer/issues/8079 | [
"cat:enhancement",
"stale",
"prio:low",
"ChainerX"
] | hvy | 4 |
suitenumerique/docs | django | 218 | ✨Add author(s) on version | ## Feature Request
We can have multiple users editing a doc, when we save it creates a version, we want to have the authors of the version.
A version is created automatically in Minio, so we probably need to update the metadata with the current author when we save the document. The current author is the current us... | open | 2024-09-02T14:50:40Z | 2024-10-28T16:02:50Z | https://github.com/suitenumerique/docs/issues/218 | [
"frontend",
"feature",
"backend"
] | AntoLC | 1 |
pallets-eco/flask-wtf | flask | 142 | Add changelog for 0.10.0 | Thanks for all your work on flask-wtf - any chance a changelog can be added to the docs for 0.10.0?
| closed | 2014-08-01T01:34:39Z | 2021-05-29T01:16:03Z | https://github.com/pallets-eco/flask-wtf/issues/142 | [] | joshma | 3 |
deepspeedai/DeepSpeed | pytorch | 5,762 | [BUG] Multi-gpu stuck when the computation graph is not complete for wach process. | **Describe the bug**
We train a Transformers with several different classifier readout modules, where each input sample will include a tag to determine which classifier readout modules should be used. We use a ModuleDict to implement it. But we find when we use multi-gpu and deepspeed zero-3 (merged in the transformer... | open | 2024-07-10T08:53:23Z | 2024-07-10T08:53:23Z | https://github.com/deepspeedai/DeepSpeed/issues/5762 | [
"bug",
"training"
] | haotong-yang | 0 |
awesto/django-shop | django | 584 | Any idea why payment & shipping method forms in checkout are greyed out? | My cart modifiers looks like below but the forms on the checkout page for both payment and shipping are greyed out.. any idea what the problem is? I'm using v0.10.2
```
SHOP_CART_MODIFIERS = (
# provides the default cart lines
'myproducts.modifiers.CurrencyCartModifier',
# bulk order discounts
'... | closed | 2017-05-30T23:32:00Z | 2017-06-01T13:33:55Z | https://github.com/awesto/django-shop/issues/584 | [] | racitup | 8 |
learning-at-home/hivemind | asyncio | 642 | Does the docker container also work with Windows? | [it just says it works with the mac, but docker should be platform independent?] | open | 2025-02-22T15:43:51Z | 2025-03-18T12:02:06Z | https://github.com/learning-at-home/hivemind/issues/642 | [
"enhancement",
"help wanted"
] | InquilineKea | 1 |
AutoViML/AutoViz | scikit-learn | 78 | Clean up README | I personally found the readme very hard to read. I had to scroll to three quarters down the page to learn how to use the library. I think it would be better to move the new features at the top of the file to the rear half of the readme for advanced users, so that beginners can begin using the package easier. | closed | 2022-12-15T18:34:57Z | 2023-01-06T21:53:53Z | https://github.com/AutoViML/AutoViz/issues/78 | [] | kevinlinxc | 1 |
ultralytics/yolov5 | deep-learning | 12,749 | Remove freakin github-actions bot | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
_No response_
### Bug
Remove the idiotic github-actions bot. I'm not sure if you have the mental capacity to realize that this bot serves not purpo... | closed | 2024-02-21T23:24:23Z | 2024-10-20T19:39:58Z | https://github.com/ultralytics/yolov5/issues/12749 | [
"bug",
"Stale"
] | amirtronix | 3 |
huggingface/datasets | machine-learning | 7,070 | how set_transform affects batch size? | ### Describe the bug
I am trying to fine-tune w2v-bert for ASR task. Since my dataset is so big, I preferred to use the on-the-fly method with set_transform. So i change the preprocessing function to this:
```
def prepare_dataset(batch):
input_features = processor(batch["audio"], sampling_rate=16000).input_feat... | open | 2024-07-25T15:19:34Z | 2024-07-25T15:19:34Z | https://github.com/huggingface/datasets/issues/7070 | [] | VafaKnm | 0 |
ranaroussi/yfinance | pandas | 1,350 | Stock.info V0.26 Not working - failed to decrypt | Hi
First at all thanks for a nice liberay.
Im having problem with runing the simple code
obj = yf.Ticker("AAPL")
info = obj.info
print(info)
debug code
..............................................
Traceback (most recent call last):
File "C:\Users\User\Documents\Assets manage\Python\yfinance_test.py"... | closed | 2023-01-26T08:28:58Z | 2023-01-26T11:41:32Z | https://github.com/ranaroussi/yfinance/issues/1350 | [] | Lad00dle | 7 |
matterport/Mask_RCNN | tensorflow | 2,251 | None values not supported | mrcnn_bbox = keras.layers.Reshape((s[1], num_classes, 4), name="mrcnn_bbox")(x)
957
ValueError: Tried to convert 'shape' to a tensor and failed. Error: None values not supported. | closed | 2020-06-21T05:53:56Z | 2023-06-28T19:52:03Z | https://github.com/matterport/Mask_RCNN/issues/2251 | [] | emptybottle | 6 |
pandas-dev/pandas | pandas | 60,651 | QST: | ### Research
- [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions.
- [X] I have asked my usage related question on [StackOverflow](https://stackoverflow.com).
### Link to question on StackOverflow
https://stackoverflow.com/questions/6206... | closed | 2025-01-03T07:27:59Z | 2025-01-30T21:09:36Z | https://github.com/pandas-dev/pandas/issues/60651 | [
"Usage Question",
"Needs Info",
"Closing Candidate"
] | ganbaaelmer | 1 |
iperov/DeepFaceLab | machine-learning | 547 | Exact params for training command? (res/opt/dims/batchsize) | Hello, I am trying to find the params for these, the SAEHD model specifically, so that I can bypass having to skip/enter each one sequentially once the initial command is run.
I was able to find the commands for fps/bitrate on converting, but that is ffmpeg mainly. I am assuming that for the training params, I will ... | closed | 2020-01-05T23:23:02Z | 2020-03-28T05:42:17Z | https://github.com/iperov/DeepFaceLab/issues/547 | [] | IEWbgfnYDwHRoRRSKtkdyMDUzgdwuBYgDKtDJWd | 1 |
desec-io/desec-stack | rest-api | 196 | Wrap pdns write operations in two-phase commit | Currently, we
1. start a transaction and issue write commands to our API database
2. write to pdns using the pdns API
3. commit our transaction
The database commit needs to come after the pdns write operations because those may fail routinely (e.g. if record data are invalid).
However, the database commit is... | open | 2019-05-25T19:38:27Z | 2019-05-25T19:38:27Z | https://github.com/desec-io/desec-stack/issues/196 | [
"api",
"prio: medium"
] | peterthomassen | 0 |
deepset-ai/haystack | machine-learning | 8,949 | Update Hayhooks documentation | Update [Hayhooks documentation](https://docs.haystack.deepset.ai/docs/hayhooks) according to the [recent Hayhooks version](https://github.com/deepset-ai/hayhooks). | closed | 2025-03-03T12:25:42Z | 2025-03-20T19:40:52Z | https://github.com/deepset-ai/haystack/issues/8949 | [
"type:documentation",
"P1"
] | dfokina | 1 |
ultralytics/yolov5 | machine-learning | 12,835 | This is how one can interpret YOLO v5 segmentation output!!! | ### Discussed in https://github.com/ultralytics/yolov5/discussions/12834
I wrote some notes on discussion page on how `yolov5` segmentation output works. I hope below information is helpful for anyone who is searching it.
@glenn-jocher Let me know if I have done any mistakes!
<div type='discussions-op-text'>
... | closed | 2024-03-21T10:48:10Z | 2024-05-19T19:34:01Z | https://github.com/ultralytics/yolov5/issues/12835 | [] | aravindchakravarti | 4 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 651 | 如何使用Deepspeed-zero3在较小显存下进行预训练 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/ll... | closed | 2023-06-21T09:16:57Z | 2023-08-11T02:52:38Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/651 | [
"stale"
] | X-Buring | 3 |
postmanlabs/httpbin | api | 252 | Drip not dripping? | Is the drip api still working? I tried this [jsfiddle](http://jsfiddle.net/wtdfg17q/) and also curl but it seems like the data gets delayed until the end. Perhaps your CDN is waiting for the request to complete or so?
```
curl https://httpbin.org/drip?duration=5&numbytes=5000
```
| closed | 2015-09-29T12:06:06Z | 2019-03-09T15:55:50Z | https://github.com/postmanlabs/httpbin/issues/252 | [] | jeroen | 8 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,119 | Identity section - whistleblower identity in anonymous context exception | **Describe the bug**
(Version 4.5.6) - If in questionnaire wthistleblower identity default templete is set, if wber accesses to his report with 16digit code there are couple of issues:
1. only the first field is available to fill
2. if the field is compiled and click enter or "submit" button is hit nothing happens... | closed | 2021-11-22T13:55:42Z | 2022-01-28T15:16:00Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3119 | [] | larrykind | 6 |
mwaskom/seaborn | pandas | 3,228 | Suggestion: let clip_on default to False for sns.heatmap | (Tested with Seaborn 0.12.2)
When lines are drawn between cells in a heatmap (using `linewidths=`), the lines on the outside are shown thinner than the inner lines. They are clipped by the axes. It could be handy to automatically set `clip_on=False` by default.
```python
import matplotlib.pyplot as plt
import sea... | closed | 2023-01-19T16:50:22Z | 2023-01-27T20:03:10Z | https://github.com/mwaskom/seaborn/issues/3228 | [] | jhncls | 2 |
onnx/onnx | tensorflow | 6,146 | docs/Operators.md missing input type description at Constant | # Bug Report
### Is the issue related to model conversion?
NO
### Describe the bug
docs/Operators.md missing input type description at Constant.
https://github.com/onnx/onnx/blob/main/docs/Operators.md#constant
### Expected behavior
Describe input types as same as other operators.
| closed | 2024-05-23T04:57:58Z | 2024-05-23T16:58:08Z | https://github.com/onnx/onnx/issues/6146 | [
"bug"
] | IAMAl | 1 |
huggingface/datasets | numpy | 7,347 | Converting Arrow to WebDataset TAR Format for Offline Use | ### Feature request
Hi,
I've downloaded an Arrow-formatted dataset offline using the hugggingface's datasets library by:
```
import json
from datasets import load_dataset
dataset = load_dataset("pixparse/cc3m-wds")
dataset.save_to_disk("./cc3m_1")
```
now I need to convert it to WebDataset's TAR form... | closed | 2024-12-27T01:40:44Z | 2024-12-31T17:38:00Z | https://github.com/huggingface/datasets/issues/7347 | [
"enhancement"
] | katie312 | 4 |
deepset-ai/haystack | nlp | 8,971 | Deserialization of BranchJoiner fails when using Optional type | **Describe the bug**
When deserializing a BranchJoiner using an Optional type the deserialization fails. Here is some example code
```python
from typing import Optional
from haystack.components.joiners import BranchJoiner
from haystack import Pipeline
p = Pipeline()
p.add_component("OptionalJoiner", BranchJoiner(Option... | closed | 2025-03-05T07:40:47Z | 2025-03-07T10:10:17Z | https://github.com/deepset-ai/haystack/issues/8971 | [
"type:bug",
"P1"
] | sjrl | 0 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 45 | query.count() with custom modifiers (sample) generates incorrect query | `session.query(...).count()`
That code generates something like that:
```
select count(*) from (
select ...
from table
) anon_1
```
If I trying to use sample, query will look like that:
```
session.query(...).sample(0.1)
select count(*) from (
select ...
from table
sample 0.1
) anon_1
sample 0.1
```
... | closed | 2019-01-29T16:11:52Z | 2023-05-02T17:47:57Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/45 | [] | antonio-antuan | 1 |
Guovin/iptv-api | api | 397 | 最佳配置实践 | 如何配置才能获得最佳的电视体验,为什么跑出来的结果还是有很多源是几秒一卡的那种状态,有办法能避免么 | closed | 2024-10-14T08:52:08Z | 2024-10-16T13:05:13Z | https://github.com/Guovin/iptv-api/issues/397 | [
"help wanted"
] | follin93 | 1 |
Johnserf-Seed/TikTokDownload | api | 514 | 没下载的视频文件后面显示版本过低,python3.11.3,不知道指的什么版本低,update闪退。还有就是问问大佬能不能恢复以前视频和图片分开保存的功能。 | **描述您想要的功能**
对你想要加入的功能的清晰而简洁的描述。
**描述你想要替换的功能或需要修改的解决方案**
对您考虑过的任何替代解决方案或功能的清晰简洁的描述。
**附文**
在此处添加有关功能请求的任何其他文字或屏幕截图。
| open | 2023-08-16T03:46:17Z | 2023-08-16T03:46:17Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/514 | [
"需求建议(enhancement)"
] | mingchuanlu | 0 |
AntonOsika/gpt-engineer | python | 516 | Using Anthropic's Claude API | Could you include the use of Claude from Anthropic?
Here is the API documentation:
https://docs.anthropic.com/claude/reference/getting-started-with-the-api | closed | 2023-07-08T19:10:35Z | 2024-07-14T20:10:54Z | https://github.com/AntonOsika/gpt-engineer/issues/516 | [] | alissonryan | 12 |
ultralytics/yolov5 | pytorch | 12,480 | Hyperparameter tuning with different optimizers | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Is it possible to set also optimizer type in the list of hyperparameter to tune? O... | closed | 2023-12-07T09:18:49Z | 2024-01-18T00:21:25Z | https://github.com/ultralytics/yolov5/issues/12480 | [
"question",
"Stale"
] | unrue | 4 |
AirtestProject/Airtest | automation | 614 | 界面启动失败,Failed to create D3D shaders airtest | 
| closed | 2019-11-15T05:51:18Z | 2019-11-15T07:48:11Z | https://github.com/AirtestProject/Airtest/issues/614 | [] | chenabc1 | 1 |
plotly/dash-table | dash | 547 | renaming columns is broken | try to rename a column in the "Adding or removing columns" section of https://dash.plot.ly/datatable/editable - you can type in a new name but a JS error prevents it from taking effect. Oddly that example still generates the rename control even though it's using the old prop name `column.editable_name` instead of the n... | closed | 2019-08-16T21:52:34Z | 2019-08-19T18:36:21Z | https://github.com/plotly/dash-table/issues/547 | [
"dash-type-bug",
"regression",
"size: 1"
] | alexcjohnson | 1 |
onnx/onnx | tensorflow | 6,660 | ImportError: cannot import name 'runtime_version' from 'google.protobuf' (/usr/local/lib64/python3.12/site-packages/google/protobuf/__init__.py) | # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sklea... | closed | 2025-01-26T08:02:13Z | 2025-01-27T01:08:11Z | https://github.com/onnx/onnx/issues/6660 | [
"bug"
] | wukaka155 | 3 |
xinntao/Real-ESRGAN | pytorch | 162 | 在App的透明图标的边角上有点问题 | 

如图,这是两个模式下跑下来左上角的截取,在Anime模式下更严重(第二个图),原图不会这样的。
原图是我从较新的哔哩哔哩App拆包提取的最大的分辨率,只有192×192,不知道丢上来有没有风险。... | open | 2021-11-25T13:37:13Z | 2021-11-25T13:37:54Z | https://github.com/xinntao/Real-ESRGAN/issues/162 | [] | CloudyEagle | 0 |
autokey/autokey | automation | 360 | Sent keys do not work with modifiers | ## Classification:
Bug
## Reproducibility:
Always
## Version
AutoKey version: 0.95.9
Used GUI (Gtk, Qt, or both): GTK
If the problem is known to be present in more than one version, please list all of those.
Installed via: (PPA, pip3, …). AUR
Linux Distribution: Arch
## Summary
I used A... | closed | 2020-01-27T16:58:47Z | 2023-04-07T11:02:53Z | https://github.com/autokey/autokey/issues/360 | [
"duplicate",
"enhancement",
"wontfix",
"autokey triggers"
] | Jont828 | 9 |
google/seq2seq | tensorflow | 298 | Is there any built-in config for limiting GPU usage? | TF supports this out-of-the-box with
```
import tensorflow as tf
config = tf.ConfigProto()
config.gpu_options.per_process_gpu_memory_fraction = 0.45
```
Does seq2seq have any build-in config file where this parameter can be specified? | closed | 2017-09-13T15:01:29Z | 2017-09-18T09:52:20Z | https://github.com/google/seq2seq/issues/298 | [] | ptresende | 2 |
codertimo/BERT-pytorch | nlp | 92 | Why not use torch.no_grad when evaluating test data? | The way the trainer is set up the `iteration` that is used for train and test is similar except when train step is run the backwards propagation occurs. But one other thing I typically see different between test and train is that in the test batch `with torch.no_grad()` is used so that, for example, dropout is not appl... | open | 2021-07-03T18:25:33Z | 2022-08-03T11:33:35Z | https://github.com/codertimo/BERT-pytorch/issues/92 | [] | EvanZ | 1 |
errbotio/errbot | automation | 1,273 | Event handler for slack reactions | In order to let us help you better, please fill out the following fields as best you can:
### I am...
* [ ] Reporting a bug
* [*] Suggesting a new feature
* [ ] Requesting help with running my bot
* [*] Requesting help writing plugins
* [ ] Here about something else
### I am running...
* Errbot version:... | closed | 2018-12-13T22:57:04Z | 2020-10-10T20:27:34Z | https://github.com/errbotio/errbot/issues/1273 | [
"type: feature",
"backend: Slack"
] | njjy | 3 |
gradio-app/gradio | data-science | 10,330 | State breaks block context | ### Describe the bug
Instantiating a `gradio.State` inside of a `Blocks` context manager breaks the render groups. I found I avoid this by using `State(..., render=False)` , however, the documentation says this should always be `True`.
Consider this example interface:
```py
with gr.Blocks() as interface:
g... | open | 2025-01-10T14:47:36Z | 2025-01-14T12:57:20Z | https://github.com/gradio-app/gradio/issues/10330 | [
"bug"
] | kjxlstad | 5 |
deeppavlov/DeepPavlov | tensorflow | 1,452 | 👩💻📞 DeepPavlov Community Call #9 | > _Update: [DeepPavlov Community Call #9 Recording](http://bit.ly/DPCommunityCall89_Video )
> Subscribe for future calls here:
> RUS Edition: [http://bit.ly/MonthlyDPCommunityCall2021RE](http://bit.ly/MonthlyDPCommunityCall2021RE)
> US Edition [http://bit.ly/MonthlyDPCommunityCall2021](http://bit.ly/MonthlyDPCommuni... | closed | 2021-05-21T10:14:36Z | 2021-06-21T15:18:40Z | https://github.com/deeppavlov/DeepPavlov/issues/1452 | [
"discussion"
] | moryshka | 0 |
slackapi/bolt-python | fastapi | 411 | Action buttons not working after using chat_update | When I use postMessage Bolt function and I insert action buttons, everything is working as expected.
However, when I first upload a file using files_upload function and then update it using chat_update to insert some blocks (title, action buttons). The blocks are displayed fine but when you click the buttons, nothing ... | closed | 2021-07-20T14:40:24Z | 2021-08-16T08:26:11Z | https://github.com/slackapi/bolt-python/issues/411 | [
"question",
"need info"
] | walidchikha | 5 |
ray-project/ray | deep-learning | 50,946 | Release test long_running_many_ppo.aws failed | Release test **long_running_many_ppo.aws** failed. See https://buildkite.com/ray-project/release/builds/34295#01954657-d47e-48b5-9d21-322726f53c62 for more details.
Managed by OSS Test Policy | closed | 2025-02-27T08:16:09Z | 2025-02-28T06:08:37Z | https://github.com/ray-project/ray/issues/50946 | [
"bug",
"P0",
"triage",
"release-test",
"unstable-release-test",
"ray-test-bot",
"stability",
"ml"
] | can-anyscale | 1 |
gevent/gevent | asyncio | 2,011 | Bad use of gevent: the Thread has created before patch_all, is_alive() always True | * gevent version: gevent-21.12.0
* Python version: Python 3.8.17
* Operating System: Darwin
### Description:
Hi,Dear developer.
When I study gevent, I found a problem. I defined a Thread before monkey.patch_all(), then I used the Thread to run a function. after the function down, is_alive() always True. I did... | closed | 2024-01-11T09:57:29Z | 2024-02-22T23:19:49Z | https://github.com/gevent/gevent/issues/2011 | [] | yaokuku123 | 3 |
inducer/pudb | pytest | 617 | Unable to use `--pdb --pdbcls=pudb.debugger:Debugger` with latest versions of urwid | **Describe the bug**
I tried using `pytest --pdb --pdbcls=pudb.debugger:Debugger` and received the following error:
```
ERROR: --pdbcls: could not import 'pudb.debugger:Debugger': 'urwid.wimp' is not expected to be imported directly. Please use public access from "urwid" package. Module 'urwid.wimp' is deprecated an... | closed | 2023-10-10T21:54:51Z | 2023-10-12T05:32:51Z | https://github.com/inducer/pudb/issues/617 | [
"Bug"
] | mvanderkamp | 2 |
sunscrapers/djoser | rest-api | 759 | explain | https://github.com/sunscrapers/djoser/blob/f3fc9110947af2afbd8325a1ac4350f0fa8a4908/djoser/conf.py#L139
I'm a bit unclear on the context, but it sounds like you're trying to retrieve setting names from the object itself (self) rather than from the overridden settings dictionary.
can someone exaplain that please | closed | 2023-08-31T20:56:17Z | 2023-11-09T22:35:52Z | https://github.com/sunscrapers/djoser/issues/759 | [] | brahim024 | 1 |
graphql-python/graphene-django | graphql | 502 | graphene-django instance forms not mentioned in documentation | The source file for `DjangoModelFormMutation` contains a snippet that check for an 'id' field in the mutation input, and, if it exists, sets the Form instance to the object with that id.
https://github.com/graphql-python/graphene-django/blob/9351626ad88e6f0dd0cd41842d46fb3ef1c03683/graphene_django/forms/mutation.py#... | closed | 2018-08-21T20:12:12Z | 2019-07-02T11:59:34Z | https://github.com/graphql-python/graphene-django/issues/502 | [
"wontfix",
"Docs enhancement"
] | outkine | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.