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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ray-project/ray | data-science | 51,598 | [Ray serve] StopAsyncIteration error thrown by ray when the client cancels the request | ### What happened + What you expected to happen
**Our Request flow:**
Client calls our ingress app (which is a ray serve app wrapped in a FastAPI ingress) which then calls another serve app using `handle.remote`
**Bug:**
When a client is canceling the request our ingress app (which is a ray serve app) is seeing the ... | open | 2025-03-21T18:17:35Z | 2025-03-21T22:50:59Z | https://github.com/ray-project/ray/issues/51598 | [
"bug",
"triage",
"serve"
] | jugalshah291 | 0 |
xinntao/Real-ESRGAN | pytorch | 813 | enhancement | it's actually so non-informative, can you add progressview, e. g. 999/9999

| open | 2024-06-08T22:47:04Z | 2024-06-08T23:17:46Z | https://github.com/xinntao/Real-ESRGAN/issues/813 | [] | monolit | 2 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,727 | intercepting & blocking certain requests | I'm currently trying to speed up the load of a certain webpage.
I thought of scanning the process with my browser, identifying the requests that take the most to load, and then using UC to intercept & block those requests. My code is somewhat similar to this:
```python
def request_filter(req):
BLOCKED_RESOURC... | open | 2024-01-17T15:16:40Z | 2024-02-24T04:14:32Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1727 | [] | danibarahona | 2 |
iperov/DeepFaceLab | deep-learning | 5,375 | I heard that the AMP model can change the face shape, but I found no effect after training the AMP model. Do you have any training skills? Thank you | I heard that the AMP model can change the face shape, but I found no effect after training the AMP model. Do you have any training skills? Thank you | open | 2021-08-03T02:36:47Z | 2023-06-08T22:44:06Z | https://github.com/iperov/DeepFaceLab/issues/5375 | [] | DidaDidaDidaD | 1 |
pmaji/crypto-whale-watching-app | plotly | 102 | Is there a way to grab the results and store in Variable or print in console | I wanted to see if its possible in order to grab the results from the graphs and store them in a variable i can use to perform other tasks for example i want to get the prices and total btc that is in the orderbook that a whale has placed when i run dash it prints everything to the console but i would like to print the... | closed | 2018-08-31T00:41:21Z | 2018-09-16T07:49:20Z | https://github.com/pmaji/crypto-whale-watching-app/issues/102 | [] | JeanLoriston | 3 |
kensho-technologies/graphql-compiler | graphql | 159 | Add support for the "_x_count" meta-field to the Gremlin compiler backend | The Gremlin backend does not currently support the `_x_count` meta-field, per #158. | open | 2019-01-17T22:29:40Z | 2019-01-31T21:17:07Z | https://github.com/kensho-technologies/graphql-compiler/issues/159 | [
"enhancement"
] | obi1kenobi | 0 |
keras-team/keras | pytorch | 20,591 | Strange results for gradient tape : Getting positive gradients for negative response | ### TensorFlow version
2.11.0
### Custom code
Yes
### OS platform and distribution
Windows
### Python version
3.7.16
Hello,
I'm working with some gradient based interpretability method ([based on the GradCam code from Keras ](https://keras.io/examples/vision/grad_cam/) ) , and I'm running int... | closed | 2024-12-04T13:16:53Z | 2025-01-05T02:06:23Z | https://github.com/keras-team/keras/issues/20591 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | liamaltarac | 4 |
shaikhsajid1111/facebook_page_scraper | web-scraping | 8 | posts_count bigger than 19 results in only 19 scraped posts | Hi,
When I want to scrape the last 100 posts on a Facebook page:
```
facebook_ai = Facebook_scraper("facebookai",100,"chrome")
json_data = facebook_ai.scrap_to_json()
print(json_data)
```
Only 19 posts are scraped. I tried with other pages too, the same result.
Any ideas what goes wrong? | open | 2021-05-20T15:00:11Z | 2021-05-22T14:22:26Z | https://github.com/shaikhsajid1111/facebook_page_scraper/issues/8 | [] | verscph | 11 |
CTFd/CTFd | flask | 2,349 | Remove dataset dependency | We should remove the dataset dependency entirely. It's been a source of problem and pain for awhile and it really just seems like we should roll our own solution. | open | 2023-07-01T08:33:56Z | 2024-04-08T07:36:02Z | https://github.com/CTFd/CTFd/issues/2349 | [] | ColdHeat | 2 |
babysor/MockingBird | pytorch | 168 | 按照#37的修改,还是一直出现杂音 | 按步骤准备好环境启动工具箱后,一切默认,上传目录下的temp.wav。点击 Sythesize and vcode后,第一次报跟 #37 一样的错,直接忽略,再次点击 Sythesize and vcode后,又没报错了,这时生成的是杂音。已经按照 #37 的改法修改了`synthesizer/utils/symbols.py`这个文件,要怎么修复? | closed | 2021-10-23T16:05:50Z | 2022-01-03T03:57:56Z | https://github.com/babysor/MockingBird/issues/168 | [] | alenstudent | 9 |
sktime/sktime | scikit-learn | 7,945 | [BUG] Unable to use multilevel='raw_values' parameter in error metric when benchmarking. | **Describe the bug**
<!--
A clear and concise description of what the bug is.
-->
When benchmarking, you have to specify the error metric(s) to use. Setting `multilevel='raw_values'` in the metric object results in error.
**To Reproduce**
<!--
Add a Minimal, Complete, and Verifiable example (for more details, see e.g.... | closed | 2025-03-05T19:07:21Z | 2025-03-05T20:01:38Z | https://github.com/sktime/sktime/issues/7945 | [
"bug"
] | gbilleyPeco | 1 |
QingdaoU/OnlineJudge | django | 327 | 怎么样才能使用Vue Devtools |
Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
在哪能修改呢 | closed | 2020-10-04T02:30:21Z | 2020-10-04T11:03:47Z | https://github.com/QingdaoU/OnlineJudge/issues/327 | [] | psychocosine | 1 |
lanpa/tensorboardX | numpy | 609 | Can't record scalars when the training is going | Hi all, I met a problem with tensorboardX in my computer. When the code is as follows:
```python
train_sr_loss = train(training_data_loader, optimizer, model, scheduler, l1_criterion, epoch, args)
writer.add_scalar("scalar/Train_sr_loss", train_sr_loss.item(), epoch)
```
The generated event file can not record any... | closed | 2020-10-15T08:51:53Z | 2021-03-13T17:20:28Z | https://github.com/lanpa/tensorboardX/issues/609 | [] | Joechann0831 | 2 |
holoviz/panel | jupyter | 6,932 | Tabulator sometimes renders with invisible rows | #### ALL software version info
panel==1.4.4
#### Description of expected behavior and the observed behavior
Tabulator looks like this:
<img width="1340" alt="image" src="https://github.com/holoviz/panel/assets/156992217/d209cf71-a61d-424d-af9b-d4a2bd2c87b2">
but should look like this:
<img width="1348" alt="i... | open | 2024-06-21T02:39:26Z | 2025-02-20T15:04:45Z | https://github.com/holoviz/panel/issues/6932 | [
"component: tabulator"
] | techanfa | 1 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,505 | Different receivers for different languages | ### Proposal
If a tenant is available in multiple language, there should be the possibility to select specific receivers for every language. As an example for worldwide companies with branches in different nations.
### Motivation and context
Righ now receivers are the same for every chosen language. The only way to ... | open | 2023-06-29T12:52:49Z | 2023-07-04T09:33:45Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3505 | [
"T: Feature"
] | larrykind | 2 |
AutoViML/AutoViz | scikit-learn | 117 | error in generating violin chart | Shape of Data Set (119390, 32). and when generating violin chart give an error: `Traceback` (most recent call last):
File "/mnt/d/Download/sweet_viz_auto_viz_final_change/ankita_today/advance_metrics-ankita/advance_metrics-ankita/app/advanced_metric.py", line 233, in deep_viz_report
dft = AV.AutoViz(
File "/mn... | closed | 2025-01-28T09:06:47Z | 2025-01-29T06:25:17Z | https://github.com/AutoViML/AutoViz/issues/117 | [] | ankita2020 | 2 |
ultralytics/ultralytics | pytorch | 19,110 | How does YOLO make use of the 3rd dimension (point visibility) for keypoints (pose) dataset ? How does that affect results ? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Some dataset can specify additional info on the keypoints, such has not visi... | closed | 2025-02-06T21:24:04Z | 2025-02-07T18:53:20Z | https://github.com/ultralytics/ultralytics/issues/19110 | [
"question",
"pose"
] | CourchesneA | 2 |
BMW-InnovationLab/BMW-TensorFlow-Training-GUI | rest-api | 39 | Performance issues in training_api/research/ (by P3) | Hello! I've found a performance issue in your program:
- `tf.Session` being defined repeatedly leads to incremental overhead.
You can make your program more efficient by fixing this bug. Here is [the Stack Overflow post](https://stackoverflow.com/questions/48051647/tensorflow-how-to-perform-image-categorisation-o... | closed | 2021-08-22T14:14:35Z | 2022-11-16T11:22:38Z | https://github.com/BMW-InnovationLab/BMW-TensorFlow-Training-GUI/issues/39 | [] | DLPerf | 2 |
akfamily/akshare | data-science | 5,242 | 不同 python 版本,不同 akshare 版本获取数据速度差别很大!有哪些原因呢? | ## 问题描述:
分别用 docker 镜像和再本地 `pip install` 安装的 akshare,两种方式获取数据的速度,差别很大。
## 详细信息:
根据项目 `readme.md` 下载的 docker image 中的 akshare 版本为 `1.7.35`,python 版本为 `3.8.14`。
而本地 python 版本为:3.10.12,akshare 为最新版本:1.14.97。
经过实际测试,在运行以下代码时:
```pyhton
stock_zh_a_hist_df = ak.stock_zh_a_hist(symbol="000001", period="daily", star... | closed | 2024-10-15T14:28:46Z | 2024-10-16T02:29:03Z | https://github.com/akfamily/akshare/issues/5242 | [] | 92hackers | 1 |
hbldh/bleak | asyncio | 1,077 | The ble HID services cannot be enumerated | * bleak version: 0.18.1
* Python version: 3.96
* Operating System: win10 21H2
* BlueZ version (`bluetoothctl -v`) in case of Linux:
### Description
The ble HID services cannot be enumerated
### What I Did
using get_services.py example
```
& C:/Users/Admin/AppData/Local/Programs/Python/Python39/pytho... | closed | 2022-10-12T09:21:02Z | 2022-11-07T16:27:11Z | https://github.com/hbldh/bleak/issues/1077 | [
"3rd party issue",
"Backend: WinRT"
] | SOYOJOE | 3 |
vitalik/django-ninja | django | 392 | Can't get a basic Schema to work | I'm trying to get the most basic of schema to work, i.e:
```
from ninja import Router, Schema
class SimpleSchemaOut(Schema):
name: str
@router.get('/simple')
def simple(request, response=SimpleSchemaOut):
return {"name": "Foo"}
```
With this in place, if I try to hit `/api/demo/openapi.json` I ... | closed | 2022-03-16T15:20:41Z | 2022-03-16T15:31:21Z | https://github.com/vitalik/django-ninja/issues/392 | [] | SilverTab | 1 |
MaartenGr/BERTopic | nlp | 1,593 | Topics_over_time() labels represent different topics at different points in time | Hello @MaartenGr,
I've been loving this package so far! It's been extremely useful.
I have an inquiry regarding unexpected behavior in output from topics_over_time(). I've included code and output below but I will briefly contextualize the problem in words. I am using textual data from the Reuters Newswire from the... | closed | 2023-10-25T20:27:03Z | 2023-10-31T15:12:39Z | https://github.com/MaartenGr/BERTopic/issues/1593 | [] | lukasmackin | 4 |
paperless-ngx/paperless-ngx | django | 7,324 | [BUG] Same matching for tags: one tag is assigned one not | ### Description
I stumbled across a phenomenon I can not explain nor debug in much detail. It came to my attention when adding several documents which should all match a bank account. Unfortunately none did. I started to dig into this issue and I ended up creating a dummy document which allows to reproduce the issue. ... | closed | 2024-07-25T20:49:39Z | 2024-08-26T03:04:57Z | https://github.com/paperless-ngx/paperless-ngx/issues/7324 | [
"not a bug"
] | brlnr23 | 6 |
FactoryBoy/factory_boy | sqlalchemy | 387 | Create a pydict Faker with value_types ... | I'm trying to create a `pydict` faker with only string values to populate a JSONField. So fare I've tried the following methods without look:
extra = factory.Faker('pydict', nb_elements=10, value_types=['str'])
-> TypeError: pydict() got an unexpected keyword argument 'value_types'
extra = factory.F... | closed | 2017-06-01T08:25:35Z | 2018-05-25T14:22:18Z | https://github.com/FactoryBoy/factory_boy/issues/387 | [] | mhubig | 2 |
Lightning-AI/pytorch-lightning | pytorch | 19,595 | Does `Trainer(devices=1)` use all CPUs? | ### Bug description
https://github.com/Lightning-AI/pytorch-lightning/blob/3740546899aedad77c80db6b57f194e68c455e28/src/lightning/fabric/accelerators/cpu.py#L75
`cpu_cores` being a list of integers will always raise an exception, which shouldn't according to the Trainer documentation/this function signature
### Wh... | closed | 2024-03-07T21:28:13Z | 2024-11-13T19:42:16Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19595 | [
"help wanted",
"good first issue",
"question",
"ver: 2.2.x"
] | MaximilienLC | 7 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 15,553 | [Bug]: 'no module 'xformers'. Processing without' on fresh installation of v1.9.0 | ### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [X] The issue exists in the current version of the webui
- [X] The issue has not been reported before... | closed | 2024-04-17T16:25:50Z | 2024-04-23T05:17:34Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15553 | [
"asking-for-help-with-local-system-issues"
] | TommyQTran | 6 |
mwaskom/seaborn | data-science | 3,695 | Figure in the plot is not showing in heatmap in 0.12.2,but everything works right in 0.9.0 | Today I am running this code,but in the plot no figures are showing except for the first row.

```
from sklearn.metrics import confusion_matrix
import seaborn as sns
import matplotlib.pyplot as pl... | closed | 2024-05-20T08:21:25Z | 2024-05-20T13:28:58Z | https://github.com/mwaskom/seaborn/issues/3695 | [] | FukoH | 1 |
huggingface/diffusers | pytorch | 10,428 | Flux inference error on ascend npu | ### Describe the bug
It fails to run the demo flux inference code. reporting errors:
> RuntimeError: call aclnnRepeatInterleaveIntWithDim failed, detail:EZ1001: [PID: 23975] 2025-01-02-11:00:00.313.502 self not implemented for DT_DOUBLE, should be in dtype support list [DT_UINT8,DT_INT8,DT_INT16,DT_INT32,DT_INT64,DT_... | closed | 2025-01-02T11:06:29Z | 2025-01-02T19:52:54Z | https://github.com/huggingface/diffusers/issues/10428 | [
"bug"
] | gameofdimension | 0 |
awesto/django-shop | django | 795 | How to link static file? | I already run collectstatic but no luck.

| closed | 2020-03-01T09:06:07Z | 2020-03-01T10:55:33Z | https://github.com/awesto/django-shop/issues/795 | [] | HeroSony | 1 |
graphql-python/graphene | graphql | 838 | input argument for for relay mutation overwrites built-in input function | In the example https://docs.graphene-python.org/en/latest/relay/mutations/
```
class IntroduceShip(relay.ClientIDMutation):
class Input:
ship_name = graphene.String(required=True)
faction_id = graphene.String(required=True)
ship = graphene.Field(Ship)
faction = graphene.Field(Fa... | closed | 2018-09-27T18:54:17Z | 2018-11-22T23:46:25Z | https://github.com/graphql-python/graphene/issues/838 | [] | cherls | 0 |
noirbizarre/flask-restplus | api | 676 | Create the list of object as response model, but being restplus complained not iterable | Hi,
I want to get response of list of object, like this
[{"name":"aaa",
"id": 3},
{"name":"bbb",
"id": 4}]
CREATIVE_ASSET_MODEL = {"name" : String(), "id": Integer()}
The model is
ASSETS_RESPONSE_MODEL = api_namespace.model('Response Model', List(Nested(model=CREATIVE_ASSET_MODEL)))
But it complain... | open | 2019-07-21T18:15:34Z | 2021-06-04T21:58:09Z | https://github.com/noirbizarre/flask-restplus/issues/676 | [] | ZoraShu | 3 |
cvat-ai/cvat | pytorch | 9,198 | need to map the cvat to local machine ip | ### Actions before raising this issue
- [x] I searched the existing issues and did not find anything similar.
- [x] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
_No response_
### Expected Behavior
_No response_
### Possible Solution
_No response_
### Context
my cvat tool is run... | closed | 2025-03-11T05:47:12Z | 2025-03-13T09:33:00Z | https://github.com/cvat-ai/cvat/issues/9198 | [
"question"
] | ashishbbr03 | 1 |
pydata/bottleneck | numpy | 333 | [BUG] Can't Install from Cached source and wheel in Container | **Describe the bug**
I am trying to install Bottleneck as a dependency in a container using a manually created pip cache.
**To Reproduce**
To assist in reproducing the bug, please include the following:
1. Command/code being executed
```
$ cd /tmp
$ python3 -m pip download Bottleneck -d ./ -v
$ ls
Bottleneck... | closed | 2020-03-12T07:25:38Z | 2021-01-17T12:34:45Z | https://github.com/pydata/bottleneck/issues/333 | [
"bug"
] | madhavajay | 4 |
jina-ai/clip-as-service | pytorch | 132 | How can I get the Similarity between two Sentence? | I got the same issue that the "cosine similarity of two sentence vectors is unreasonably high (e.g. always > 0.8)".
And the author said: "Since cosine distance is a linear space where all dimensions are weighted equally."
So, does anybody have some solution for this issue?
Or, any other Similarity Functions can be... | closed | 2018-12-14T15:34:13Z | 2019-03-25T21:41:12Z | https://github.com/jina-ai/clip-as-service/issues/132 | [
"duplicate"
] | BingqiMiao | 6 |
dnouri/nolearn | scikit-learn | 264 | Allow overriding `accuracy` metric | Right now accuracy (used in non-regression fits) is hard coded to be:
``` python
predict = predict_proba.argmax(axis=1)
accuracy = T.mean(T.eq(predict, y_batch))
```
| open | 2016-05-12T20:00:51Z | 2016-05-12T21:10:47Z | https://github.com/dnouri/nolearn/issues/264 | [] | cancan101 | 1 |
scrapy/scrapy | python | 6,228 | Replace urlparse with urlparse_cached where possible | Look for regular expression `urllib.*urlparse` in the code base (docs included), and see if replacing the use of `urllib.parse.urlparse` with `scrapy.utils.httpobj.urlparse_cached` is feasible (I think it should as long as there is a `request` object involved). | closed | 2024-02-20T08:15:59Z | 2024-02-20T11:47:30Z | https://github.com/scrapy/scrapy/issues/6228 | [
"good first issue",
"cleanup",
"performance"
] | Gallaecio | 0 |
mwaskom/seaborn | data-visualization | 3,664 | jointplot with kind="hex" fails with datetime64[ns] | Minimal example:
```python
import seaborn as sns
import numpy as np
dates = np.array(["2023-01-01", "2023-01-02", "2023-01-03"], dtype="datetime64[ns]")
sns.jointplot(x=dates, y=[1, 2, 3], kind="hex")
```
Error:
```
Traceback (most recent call last):
File "/.../seaborn_bug.py", line 21, in <module>
sns... | open | 2024-03-25T23:53:18Z | 2024-08-04T05:20:31Z | https://github.com/mwaskom/seaborn/issues/3664 | [] | fynnkroeger | 1 |
inventree/InvenTree | django | 8,552 | [FR] Make filter or status for consumed parts. | ### Please verify that this feature request has NOT been suggested before.
- [x] I checked and didn't find a similar feature request
### Problem statement
Serialized parts, what been consumed by build order cant be easy filtered out.
Example:
I have part "PC" with serial number and part "Mainboard", serialized t... | closed | 2024-11-25T11:48:39Z | 2024-11-27T13:59:16Z | https://github.com/inventree/InvenTree/issues/8552 | [
"enhancement",
"stock",
"api"
] | alxrMironov | 5 |
onnx/onnx | deep-learning | 6,708 | Error when testing latest ONNX commit on ORT | # Ask a Question
### Question
<!-- Explain your question here. -->
It seems there are updates about `onnx::OpSchema` after 1.17 which would cause ORT build failure.
Is this expected?
```c++
...
/onnxruntime/onnxruntime/core/graph/contrib_ops/contrib_defs.cc: In function ‘void onnxruntime::contrib::RegisterContrib... | open | 2025-02-14T21:47:52Z | 2025-02-15T15:50:19Z | https://github.com/onnx/onnx/issues/6708 | [
"question"
] | yf711 | 1 |
aleju/imgaug | machine-learning | 726 | Pad with pad mode 'wrap' does not duplicates boxes | Is there a way to use Pad (For example `iaa.PadToSquare`) with pad mode `wrap` or `reflect` that will duplicate also the boxes.
for example:
```
image = imageio.imread('example.jpg')
bbs = BoundingBoxesOnImage([
BoundingBox(x1=300, y1= 100, x2=600, y2=400),
BoundingBox(x1=720, y1= 150, x2=800, y2=230)... | open | 2020-10-26T07:48:52Z | 2020-10-26T07:48:52Z | https://github.com/aleju/imgaug/issues/726 | [] | assafzam | 0 |
home-assistant/core | asyncio | 140,958 | Google Generative AI responds very late. | ### The problem
Google Generative AI responds very late. Sometimes it takes up to 1 hour. I wonder why this delay occurs?
### What version of Home Assistant Core has the issue?
2025.3.3
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home... | closed | 2025-03-19T21:26:43Z | 2025-03-19T21:30:15Z | https://github.com/home-assistant/core/issues/140958 | [] | yunusuztr | 0 |
christabor/flask_jsondash | flask | 107 | Allow nicer urls for charts, instead of (or alongside) UUID | This is a potentially hazardous change, as the idea of a guid is to prevent collisions in the name. Some potential ways to achieve this:
namespaced charts (e.g. SOMEUSER, or SOMEGROUP) that ties into the existing auth mechanism, or is an arbitrary field in the chart.
The originally UUID link should always work ho... | open | 2017-05-11T17:57:56Z | 2017-05-14T20:38:19Z | https://github.com/christabor/flask_jsondash/issues/107 | [] | christabor | 0 |
microsoft/nni | tensorflow | 4,981 | Automatic Operator Conversion Enhancement | **What would you like to be added**:
automatic operator conversion in compression.pytorch.speedup
**Why is this needed**:
nni needs to call these functions to understand the model.
problems when doing it manually:
1. The arguments can only be fetched as a argument list
2. The function uses a lot of star(*... | open | 2022-07-04T05:59:32Z | 2022-10-08T08:24:33Z | https://github.com/microsoft/nni/issues/4981 | [
"nnidev"
] | Louis-J | 1 |
lux-org/lux | pandas | 487 | C:\Users\mukta\anaconda3\lib\site-packages\IPython\core\formatters.py:918: UserWarning: Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display. | **Describe the bug**
C:\Users\mukta\anaconda3\lib\site-packages\IPython\core\formatters.py:918: UserWarning:
Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display.
It occured while using GroupBy function in pandas module
**To Reproduce**
Please describe the steps needed t... | open | 2022-12-06T02:53:45Z | 2022-12-06T02:53:45Z | https://github.com/lux-org/lux/issues/487 | [] | muktaraut12 | 0 |
vitalik/django-ninja | rest-api | 769 | [BUG] The latest Django-ninja (0.22.1) doesn't support the latest Django-ninja (0.18.8) | The latest Django-ninja (0.22.1) doesn't support the latest Django-ninja (0.18.8) in connection with Poetry.
- Python version: 3.11.3
- Django version: 4.2
- Django-Ninja version: 0.22.1
--------------------------------------------------------------------------------------------------------------
Poetry ou... | closed | 2023-05-29T10:59:44Z | 2023-05-29T20:50:22Z | https://github.com/vitalik/django-ninja/issues/769 | [] | jankrnavek | 2 |
autogluon/autogluon | computer-vision | 4,371 | Adding F2 to evaluation metrics | ## Description
Please add F2 as an evaluation metric. It is very useful when modeling with an emphasis on recall. Even better than F2 would perhaps be fbeta, which allows you to specify the degree to which recall is more important.
## References
https://scikit-learn.org/stable/modules/generated/sklearn.metrics.fbe... | open | 2024-08-07T17:23:48Z | 2024-11-25T23:04:34Z | https://github.com/autogluon/autogluon/issues/4371 | [
"enhancement",
"module: tabular"
] | jack-hillesheim | 0 |
marshmallow-code/flask-marshmallow | sqlalchemy | 143 | Flask SQLAlchemy Integration - Documentation Suggestion | Firstly, thank you for the great extension!!
I've ran into an error that I'm sure others will have ran into, it may be worth updating the docs with a warning about it.
Our structure was as follows:
- Each model has it's own module
- Each model module also contains a Schema and Manager for example UserModel, U... | open | 2019-07-29T09:13:33Z | 2020-04-20T06:52:44Z | https://github.com/marshmallow-code/flask-marshmallow/issues/143 | [
"help wanted",
"docs"
] | williamjulianvicary | 4 |
JaidedAI/EasyOCR | pytorch | 370 | CUDA not available - defaulting to CPU. Note: This module is much faster with a GPU. | I enter the command `easyocr -l ru en -f pic.png --detail = 1 --gpu = true` and then I get the message `CUDA not available - defaulting to CPU. Note: This module is much faster with a GPU. `, and then, in the task manager, the increased load on the CPU is displayed, instead of the increased load on the GPU.
My graphic... | closed | 2021-02-07T16:48:46Z | 2023-08-11T12:47:14Z | https://github.com/JaidedAI/EasyOCR/issues/370 | [] | Niotferdi | 8 |
pywinauto/pywinauto | automation | 1,384 | when I use is checked to get the listbox state ,porpmpt error |
listbox = dlg.ListBox
print(listbox.items())
item = listbox.get_item(field)
if item.is_checked() == True:
print("T")
else:
print("F")
it show error
File "C:\Users\zou-45\AppData\Local\Programs\Python\Python311\Lib\site-packages\comtypes\__ini... | open | 2024-03-14T07:32:07Z | 2024-03-14T10:54:11Z | https://github.com/pywinauto/pywinauto/issues/1384 | [] | xidianzou | 1 |
piskvorky/gensim | nlp | 2,659 | Strange embedding from FastText | I am struggled understanding word embeddings of FastText. According to the white paper [Enriching Word Vectors with Subword Information](https://arxiv.org/pdf/1607.04606.pdf), embeddings of a word is the mean (or sum) of embeddings of its subwords.
I failed to verify this. On `common_text` imported from `gensim.test... | open | 2019-10-30T09:23:42Z | 2020-03-19T02:07:22Z | https://github.com/piskvorky/gensim/issues/2659 | [] | quoctinphan | 2 |
gradio-app/gradio | data-science | 10,538 | when leave current page, the event .then() or .success() not execute | ### Describe the bug
When I launch the Gradio app, I click a button on the page, and then leave the page. I notice that only the test1 method is executed in the console, and the methods following .then() do not execute. They will only continue to execute once I return to the page.
i want know if any setting can change... | open | 2025-02-07T08:15:16Z | 2025-03-07T20:18:18Z | https://github.com/gradio-app/gradio/issues/10538 | [
"bug"
] | xiaozi0513 | 3 |
sqlalchemy/alembic | sqlalchemy | 569 | Autogenerate does not respect the `version_table` used together with `version_table_schema` | Alembic: 1.0.10
SQLAlchemy: 1.3.4
Python: 3.7.3
Postgres server: 10.4
---
My goal is to:
1. have all application tables in a custom named schema `auth`
2. have migrations table in the same schema and renamed to `db_migrations`
3. being able to apply migrations to the given schema
4. being able to autogenerat... | closed | 2019-05-31T09:59:25Z | 2019-05-31T17:24:51Z | https://github.com/sqlalchemy/alembic/issues/569 | [] | alexykot | 4 |
nteract/papermill | jupyter | 467 | pm.record function | Hi,
I just updated my papermill package to 1.2.1 and found out that the record function no longer works. It just gave me an error message "AttributeError: module 'papermill' has no attribute 'record'".
Is there a replacement function for record? I need it to run multiple jupyter notebooks and import values from eac... | closed | 2020-01-17T01:11:01Z | 2020-01-19T18:43:12Z | https://github.com/nteract/papermill/issues/467 | [
"question"
] | florathecat | 2 |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 423 | 抖音web版获取直播间商品接口,我复制网页请求接口的cookie进去,还是报错400 | 抖音web版获取直播间商品接口,我复制网页请求接口的cookie进去,还是报错400 | open | 2024-06-10T16:27:35Z | 2024-10-31T15:47:11Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/423 | [
"BUG"
] | 1236897 | 3 |
biolab/orange3 | numpy | 7,033 | Web version | Hi, can you tell me if there is a web version that can be deployed directly, such as using vue? Thanks. | closed | 2025-02-19T02:55:46Z | 2025-02-19T08:29:07Z | https://github.com/biolab/orange3/issues/7033 | [] | WilliaJing | 0 |
kennethreitz/responder | flask | 216 | Whats the difference between this and starlette ?! | I should be completly dumb ;-) ... sorry
But I can't see the things that "responder" does more than "starlette" ?
What are the added values ?
I really think it should be clarified in the doc ...
All highlighted features comes from starlette, no ? | closed | 2018-11-08T15:30:28Z | 2018-11-29T12:39:19Z | https://github.com/kennethreitz/responder/issues/216 | [] | manatlan | 3 |
yunjey/pytorch-tutorial | pytorch | 142 | 'ThalnetModule' object does not have attribute 'logger' | Line 131 of models/thalnet_module.py generates the error when input does not fall within expected bounds. | closed | 2018-11-07T01:17:21Z | 2018-11-07T01:17:59Z | https://github.com/yunjey/pytorch-tutorial/issues/142 | [] | sesevgen | 0 |
ray-project/ray | machine-learning | 51,165 | [telemetry] Importing Ray Tune in an actor reports Ray Train usage | See this test case: https://github.com/ray-project/ray/pull/51161/files#diff-d1dc38a41dc1f9ba3c2aa2d9451217729a6f245ff3af29e4308ffe461213de0aR22 | closed | 2025-03-07T17:38:07Z | 2025-03-17T17:56:38Z | https://github.com/ray-project/ray/issues/51165 | [
"P1",
"tune"
] | edoakes | 0 |
pydantic/pydantic-core | pydantic | 1,364 | Creating Pydantic objects in Rust and passing to the interpreter. | What's the best way to do this?
I'd like to avoid passing JSON via Pyo3 to python and THEN creating the model.
Use case:
I am moving bounding box processing logic in my library [Docprompt](https://github.com/docprompt/Docprompt) into Rust. Documents can have tens of thousands of bounding boxes, so small overhe... | open | 2024-07-09T15:31:41Z | 2024-08-16T17:52:29Z | https://github.com/pydantic/pydantic-core/issues/1364 | [
"enhancement"
] | PSU3D0 | 4 |
flairNLP/flair | pytorch | 2,937 | Unable to get predictions for multiple sentences using TARS Zero Shot Classifier | Here is the example code to use TARS Zero Shot Classifier
```
from flair.models import TARSClassifier
from flair.data import Sentence
# 1. Load our pre-trained TARS model for English
tars = TARSClassifier.load('tars-base')
# 2. Prepare a test sentence
sentence = Sentence("I am so glad you liked it!")
# 3.... | closed | 2022-09-08T04:50:50Z | 2023-02-02T07:57:35Z | https://github.com/flairNLP/flair/issues/2937 | [
"question",
"wontfix"
] | ghost | 2 |
home-assistant/core | asyncio | 141,112 | Statistics log division by zero errors | ### The problem
The statistics sensor produces division by zero errors in the log. This seems to be caused by having values that have identical change timestamps.
It might be that this was caused by sensors that were updated several times in a very short time interval and the precision of the timestamps is too low to... | open | 2025-03-22T12:38:36Z | 2025-03-24T19:43:43Z | https://github.com/home-assistant/core/issues/141112 | [
"integration: statistics"
] | unfug-at-github | 3 |
huggingface/transformers | deep-learning | 36,709 | ValueError: The checkpoint you are trying to load has model type `gemma3` but Transformers does not recognize this architecture. | ### System Info
enviroment from pyproject.toml:
```
[tool.poetry]
name = "rl-finetunning"
package-mode = false
version = "0.1.0"
description = ""
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
torch = {version = "2.5.1+cu121", source = "torch-repo"}
torchaudio = {version = "2.5.1+cu121", source = "t... | closed | 2025-03-13T23:11:04Z | 2025-03-19T16:19:32Z | https://github.com/huggingface/transformers/issues/36709 | [
"bug"
] | JohnConnor123 | 4 |
vipstone/faceai | tensorflow | 55 | 请问如何在嵌入式设备上使用?谢谢! | 请问如何在嵌入式设备上使用?
处理器:ARM
编程环境:C语言
操作系统:linux或RT-thread交叉编译
谢谢! | open | 2021-05-06T06:21:23Z | 2021-05-06T06:21:23Z | https://github.com/vipstone/faceai/issues/55 | [] | duduathz | 0 |
xlwings/xlwings | automation | 1,587 | transpose ignored in using raw_value to set column data | #### OS (e.g. Windows 10 or macOS Sierra)
Mac Big Sur
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
python 3.8.7 xlwings 23.0
#### Describe your issue (incl. Traceback!)
the second fills the column with 0 to 9, the first all with 0
I was expecting the transpose to work wit... | closed | 2021-05-13T17:48:27Z | 2021-05-20T06:21:05Z | https://github.com/xlwings/xlwings/issues/1587 | [] | john-drummond | 5 |
matterport/Mask_RCNN | tensorflow | 2,399 | keyerror: all_points_y | I'm a beginner of deep-learning, recently, i try to use the mask-rcnn to make a project about rust detection. Firstly i watch the video how to use this code, then i modify the code of 'balloon', and have a try to train my own data, but i meet the error called keyerror: all_points_y, my dataset are many binary images wh... | open | 2020-10-21T08:25:19Z | 2020-12-07T16:39:14Z | https://github.com/matterport/Mask_RCNN/issues/2399 | [] | weird-bright | 4 |
ploomber/ploomber | jupyter | 226 | ploomber interact should also display the custom cli from pipeline parameters | closed | 2020-08-13T16:27:52Z | 2020-10-18T23:05:51Z | https://github.com/ploomber/ploomber/issues/226 | [] | edublancas | 0 | |
K3D-tools/K3D-jupyter | jupyter | 129 | Scene not rotating if cursor below the menu | If the cursor is anywhere below the controls menu, rotating via click and drag does not work. The issue seems to be that that the dg div sets as its height the entire window rather than just the height of the menu. | closed | 2019-01-23T19:03:38Z | 2019-01-24T21:25:01Z | https://github.com/K3D-tools/K3D-jupyter/issues/129 | [] | jpomoell | 3 |
QingdaoU/OnlineJudge | django | 442 | 为什么我的tag无法添加 | 在提交issue之前请
- 认真阅读文档 http://docs.onlinejudge.me/#/
- 搜索和查看历史issues
- 安全类问题请不要在 GitHub 上公布,请发送邮件到 `admin@qduoj.com`,根据漏洞危害程度发送红包感谢。
然后提交issue请写清楚下列事项
- 进行什么操作的时候遇到了什么问题,最好能有复现步骤
- 错误提示是什么,如果看不到错误提示,请去data文件夹查看相应log文件。大段的错误提示请包在代码块标记里面。
- 你尝试修复问题的操作
- 页面问题请写清浏览器版本,尽量有截图
| open | 2023-04-02T03:42:00Z | 2023-05-28T07:30:01Z | https://github.com/QingdaoU/OnlineJudge/issues/442 | [] | 13safa | 1 |
tensorpack/tensorpack | tensorflow | 1,311 | How to pass hyper-parameters to model??? | closed | 2019-08-31T00:50:00Z | 2019-08-31T01:46:27Z | https://github.com/tensorpack/tensorpack/issues/1311 | [
"usage"
] | ranery | 2 | |
streamlit/streamlit | streamlit | 10,747 | Add support for Jupyter widgets / ipywidgets | ### 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
Jupyter Widgets are [interactive browser controls](https://github.com/jupyter-widgets/ipywidgets/blob/main/do... | open | 2025-03-12T16:22:36Z | 2025-03-18T10:31:37Z | https://github.com/streamlit/streamlit/issues/10747 | [
"type:enhancement",
"feature:custom-components",
"type:possible-component"
] | lukasmasuch | 1 |
xorbitsai/xorbits | numpy | 211 | ENH: Session id is prefixed with K8s namespace, when in the K8s environment | Note that the issue tracker is NOT the place for general support. For
discussions about development, questions about usage, or any general questions,
contact us on https://discuss.xorbits.io/.
| closed | 2023-02-14T08:56:27Z | 2023-03-13T09:55:42Z | https://github.com/xorbitsai/xorbits/issues/211 | [
"enhancement"
] | ChengjieLi28 | 0 |
Neoteroi/BlackSheep | asyncio | 492 | OpenAPI v3 Handling Issue | Hello,
We have had a BlackSheep app running for over a year. When we attempted to upgrade to 2.0.7, we ran into this error. It seems to be an error in the fundamental OpenAPI class. Since this was working fine until today, I think that it must be a bug in 1.0.9.
Here is the error message:
```Traceback (most r... | closed | 2024-04-09T01:05:08Z | 2025-01-16T20:51:39Z | https://github.com/Neoteroi/BlackSheep/issues/492 | [] | mmangione | 2 |
aleju/imgaug | deep-learning | 25 | setup.py does not recognize opencv2 of Anaconda | When run the setup, error happens. opencv is installed on Anaconda.
Is it possible to install imgaug on Anaconda?
...
Processing ./dist/imgaug-0.2.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/t... | open | 2017-03-28T21:58:16Z | 2019-06-10T09:05:59Z | https://github.com/aleju/imgaug/issues/25 | [] | clockwiser | 9 |
gradio-app/gradio | machine-learning | 10,555 | 504 Gateway Time-out | ### Describe the bug
504 gate way timeout today
it's ok when i used it tow days ago , any my version is gradio-5.15.0 gradio-client-1.7.0
### Have you searched existing issues? 🔎
- [x] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
```
### Screenshot
_No resp... | closed | 2025-02-10T04:26:20Z | 2025-02-10T15:56:56Z | https://github.com/gradio-app/gradio/issues/10555 | [
"bug"
] | teressawang | 2 |
ivy-llc/ivy | tensorflow | 28,461 | Fix Ivy Failing Test: paddle - creation.arange | To-Do List: https://github.com/unifyai/ivy/issues/27501 | open | 2024-03-01T10:51:53Z | 2024-03-01T10:51:53Z | https://github.com/ivy-llc/ivy/issues/28461 | [
"Sub Task"
] | marvlyngkhoi | 0 |
CorentinJ/Real-Time-Voice-Cloning | python | 931 | Speeding up Loading Time of encoder in ``encoder/inference.py`` | Original comment from @CorentinJ:
TODO: I think the slow loading of the encoder might have something to do with the device it was saved on. Worth investigating.
This refers to the ``load_model`` function in the named module. | open | 2021-12-01T19:45:04Z | 2021-12-01T19:45:04Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/931 | [] | ghost | 0 |
gradio-app/gradio | python | 10,385 | Gradio Demo Malfunction on Hugging Face Spaces | ### Describe the bug
Hi Team,
We’ve been hosting a Gradio demo on Hugging Face Spaces (zero GPU) at [this link](https://huggingface.co/spaces/facebook/vggsfm), which has been running smoothly for several months. However, today a user reported that it’s no longer functioning. I’ve rebuilt the factory but it seems does... | closed | 2025-01-17T21:17:54Z | 2025-01-22T02:05:05Z | https://github.com/gradio-app/gradio/issues/10385 | [
"bug"
] | jytime | 4 |
Lightning-AI/pytorch-lightning | data-science | 20,003 | Smoothing in tqdm progress bar has no effect | ### Bug description
The option smoothing when creating progress bars in TQDMProgressBar has no effect in the default implementation, as
_update_n only calls bar.refresh() and not the update method of the progress bar. Thus only the global average is taken, as the update method of the tqdm class is responsible for ... | closed | 2024-06-21T14:30:05Z | 2024-09-30T16:29:22Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20003 | [
"help wanted",
"good first issue",
"docs",
"ver: 2.2.x"
] | heth27 | 2 |
MaartenGr/BERTopic | nlp | 1,457 | NaN Representative_Docs | Hi @MaartenGr,
I keep getting NaN values as representative documents when I load my model, after saving it with either 'safetensors' or 'pytorch'.
Here is my code:
`
embedding_model = SentenceTransformer('all-MiniLM-L6-v2')
topic_model.save('/content/drive/MyDrive/boombust_cs_model', serialization="safetensors",... | closed | 2023-08-07T23:01:39Z | 2024-02-10T19:21:02Z | https://github.com/MaartenGr/BERTopic/issues/1457 | [] | annm802 | 7 |
akfamily/akshare | data-science | 5,570 | ak.stock_zh_a_hist()获取数据错误 | 以下涉及的是 ak.stock_zh_a_hist()返回的 df 中 "单日情况"列的值为"成交金额"对应的行的数据错误:
1 代码
stock_zh_a_hist_df = ak.stock_zh_a_hist(
symbol="603777",
period="daily",
start_date="20240101",
end_date="20250201",
adjust="qfq"
)
2 错误问题
获取数据集中 收盘价有负值
3 错误问题
再次运行代码 获取数据为空
4 版本号
Python 3.8.10
Akshare 1.15.22
| closed | 2025-02-06T07:35:57Z | 2025-02-06T09:21:08Z | https://github.com/akfamily/akshare/issues/5570 | [
"bug"
] | liusw02 | 1 |
microsoft/nni | tensorflow | 5,167 | Can it be easily used it in Microsoft Singularity? | Many users are using clusters. However, NNI has not support the interface to easily adaptation to run on those clusters, without support of job scheduling, job maintaining, result aggregation and metric calculating, which has significantly limited the usability of NNI on advanced clusters such as Singularity.
**What... | open | 2022-10-18T09:18:07Z | 2022-10-19T02:40:06Z | https://github.com/microsoft/nni/issues/5167 | [] | rk2900 | 1 |
DistrictDataLabs/yellowbrick | scikit-learn | 1,125 | No target coloring in jointplot | **Describe the bug**
After assigning `y` values in the `fit()` method of `JointPlot`, no heatmap of such target is drawn on the samples
**To Reproduce**
```python
import numpy as np
from yellowbrick.features.jointplot import JointPlot
X = np.random.rand(100, 2)
y = np.random.rand(100)
viz = JointPlot(co... | closed | 2020-10-26T14:13:02Z | 2020-10-26T15:35:32Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1125 | [
"type: question",
"duplicate"
] | ZhiliangWu | 1 |
mars-project/mars | scikit-learn | 2,980 | [BUG] `df.sort_values` produces incorrect result | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
`df.sort_values`'s result is incorrect.
**To Reproduce**
``` Python
In [10]: df = pd.DataFrame(
...: np.random.rand(100, 10),... | closed | 2022-04-29T09:33:43Z | 2022-05-07T06:40:29Z | https://github.com/mars-project/mars/issues/2980 | [
"type: bug",
"mod: dataframe"
] | hekaisheng | 1 |
xinntao/Real-ESRGAN | pytorch | 34 | Didn't use Cpu on m1 Mac | I've been using the program for a while, and it goes well. However, I found that it barely use CPU on m1, while the GPU is fully loaded, the Cpu is barely used.
Does it use Cpu on other platform or it only use gpu? I've heard that apple has built-in machine learning units in their m1 chip, maybe we can make use of the... | closed | 2021-08-15T20:48:08Z | 2021-09-30T14:23:26Z | https://github.com/xinntao/Real-ESRGAN/issues/34 | [] | Percivalllll | 4 |
mars-project/mars | pandas | 3,119 | [BUG] Ray context GC bug | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
A clear and concise description of what the bug is.
Set the `DEFAULT_SUBTASK_MONITOR_INTERVAL` to 0 in `mars/services/task/execution/ray/con... | closed | 2022-06-06T07:46:35Z | 2022-06-06T12:11:11Z | https://github.com/mars-project/mars/issues/3119 | [
"type: bug",
"mod: ray integration"
] | fyrestone | 0 |
DistrictDataLabs/yellowbrick | scikit-learn | 1,044 | Multi-model metrics visualizer | **Describe the solution you'd like**
I would like to create an at-a-glance representation of multiple model scores so that I can easily compare and contrast different model instances. This will be our first attempt handling multiple models in a visualizer - so could be tricky, and may require a new API. I envision s... | open | 2020-02-26T14:38:51Z | 2021-11-03T17:44:05Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1044 | [
"type: feature"
] | bbengfort | 11 |
gradio-app/gradio | data-science | 10,333 | gr.Dataframe dynamic update | - [x] I have searched to see if a similar issue already exists.
**Is your feature request related to a problem? Please describe.**
Cannot dynamically yield Dataframe update to a gr.Dataframe()
**Describe the solution you'd like**
I want to dynamically update a gr.Dataframe based on a single button click
... | closed | 2025-01-10T17:29:42Z | 2025-02-12T00:53:41Z | https://github.com/gradio-app/gradio/issues/10333 | [
"💾 Dataframe"
] | cl3m3nt | 5 |
keras-team/keras | pytorch | 20,325 | Functional API not work as expected when concatenating two models with multiple output & input | Keras version: 3.6.0
OS: Win
Hello,
Lets say I've got following two models `A` and `B`:
```python
A_input = keras.Input(shape=(4,))
A = keras.layers.Dense(5)(A_input)
A = keras.Model(inputs=A_input, outputs=[ keras.layers.Dense(4)(A), keras.layers.Dense(4)(A) ])
```
:
File "/home/pi/.local/lib/python3.7/site-packages/socketio/client.py", line 279, in connect
engineio_p... | closed | 2021-01-16T17:56:54Z | 2021-01-16T18:29:43Z | https://github.com/miguelgrinberg/python-socketio/issues/615 | [] | thePeras | 1 |
open-mmlab/mmdetection | pytorch | 11,119 | How to work with images without objects? | Hello!
I want to detect an object type in an image. I mean, I have only 1 class. The thing is that I have images without that object but I am very interested in evaluating the algorithm on those images to see if it is a proponent of false positives on that type of images.
The solution I have adopted is to add the nam... | open | 2023-11-02T11:40:49Z | 2024-02-19T13:19:47Z | https://github.com/open-mmlab/mmdetection/issues/11119 | [] | JNaranjo-Alcazar | 2 |
RayVentura/ShortGPT | automation | 94 | [Feature Request] Support InternLM | Dear ShortGPT developer,
Greetings! I am vansinhu, a community developer and volunteer at InternLM. Your work has been immensely beneficial to me, and I believe it can be effectively utilized in InternLM as well. Welcome to add Discord https://discord.gg/gF9ezcmtM3 . I hope to get in touch with you.
Best regards,
van... | open | 2023-08-28T13:11:41Z | 2023-08-28T13:11:41Z | https://github.com/RayVentura/ShortGPT/issues/94 | [] | vansinhu | 0 |
flairNLP/flair | nlp | 2,968 | german pretrained biomedical models? | Hello,
Are there also **german** pretrained models for biomedical texts available?
Thanks! | closed | 2022-10-25T15:14:59Z | 2023-02-20T13:19:56Z | https://github.com/flairNLP/flair/issues/2968 | [
"question"
] | movingabout | 2 |
marshmallow-code/flask-smorest | rest-api | 186 | Why can't I have multiple response codes in apispec? | Perhaps I'm doing this wrong, but even though my route has multiple `@blp.response` values and the actual calls return the correct information, but specs only show the top response and none of the error responses.
I have this:
```
@blp.response(code=204, description="success")
@blp.response(code=404, desc... | closed | 2020-09-21T21:13:41Z | 2021-04-13T15:22:14Z | https://github.com/marshmallow-code/flask-smorest/issues/186 | [] | estein9825 | 2 |
itamarst/eliot | numpy | 401 | Trio's nursery lifetime interacts badly with start_action | (Based on discussion in https://trio.discourse.group/t/eliot-the-causal-logging-library-now-supports-trio/167)
Consider:
```python
from eliot import start_action, to_file
import trio
to_file(open("trio.log", "w"))
async def say(message, delay):
with start_action(action_type="say", message=message):... | open | 2019-04-26T13:01:32Z | 2019-05-21T13:15:18Z | https://github.com/itamarst/eliot/issues/401 | [
"bug"
] | itamarst | 2 |
huggingface/pytorch-image-models | pytorch | 1,182 | EMA with high decay results in worse performance because of 1) no zero-init and 2) no debias. | When using [ModelEMAV2](https://github.com/rwightman/pytorch-image-models/blob/a2727c1bf78ba0d7b5727f5f95e37fb7f8866b1f/timm/utils/model_ema.py#L82) with decay >=0.99999 and ~25k iterations, performance is worse than expected.
Encountered this bug when fine-tuning on ImageNet with EMA.
Fixed this locally by follo... | closed | 2022-03-20T22:39:15Z | 2022-05-03T20:29:38Z | https://github.com/huggingface/pytorch-image-models/issues/1182 | [
"bug"
] | mitchellnw | 3 |
pandas-dev/pandas | data-science | 60,616 | ENH: RST support | ### Feature Type
- [X] Adding new functionality to pandas
- [ ] Changing existing functionality in pandas
- [ ] Removing existing functionality in pandas
### Problem Description
I wish I could use ReStructured Text with pandas
### Feature Description
The end users code:
```python
import panda... | open | 2024-12-29T17:41:50Z | 2025-01-11T18:28:22Z | https://github.com/pandas-dev/pandas/issues/60616 | [
"Enhancement",
"Needs Triage"
] | R5dan | 4 |
clovaai/donut | computer-vision | 52 | Question on fine-tuning document form parsing labeling requirement | My goal is to read a specific field (say, box 30) from a nationally standardized insurance claim form. The form has 40 boxes/fields in fixed locations and each boxed is labeled clearly with box number and title.
To save annotation time, I would like our labeling team to annotate the text from box 30 only (ignore a... | open | 2022-09-17T15:20:28Z | 2022-09-17T15:20:28Z | https://github.com/clovaai/donut/issues/52 | [] | jackkwok | 0 |
onnx/onnx | tensorflow | 6,603 | Technical Issue in code | ```
public class HomeController : Controller
{
private readonly MLContext _mlContext;
private readonly PredictionEngine<SignLanguageInput, SignLanguageOutput> _predictionEngine;
public HomeController()
{
_mlContext = new MLContext();
// Load ONNX model
var modelPath... | closed | 2024-12-30T17:03:13Z | 2024-12-31T15:03:33Z | https://github.com/onnx/onnx/issues/6603 | [
"question"
] | abhaytechnoscore | 3 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,282 | Globaleaks does not start | **Describe the bug**
Globaleaks doesn't start
**To Reproduce**
`globaleaks start`
WARNING: The current long term supported platform is Debian 11 (bullseye)
WARNING: It is recommended to use only this platform to ensure stability and security
WARNING: To upgrade your system consult: https://docs.globaleaks.org... | closed | 2022-09-19T15:17:57Z | 2022-09-19T15:53:46Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3282 | [] | zazzati | 3 |
AutoGPTQ/AutoGPTQ | nlp | 702 | Can't get my CUDA_VERSION after I set CUDA_VERSION environment variable | 
| open | 2024-06-30T06:36:37Z | 2024-07-24T07:00:49Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/702 | [
"bug"
] | LinghuC2333 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.