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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
clovaai/donut | nlp | 241 | validation loss does not decrease | Hello,
I have been trying to finetune the donut model on my custom dataset. However, I have encountered an issue where the validation loss does not decrease after a few training epochs.
Here are the details of my dataset:
Total number of images in the training set: 12032
Total number of images in the validati... | open | 2023-08-24T09:32:12Z | 2024-05-27T13:55:38Z | https://github.com/clovaai/donut/issues/241 | [] | Mann1904 | 2 |
fastapi/sqlmodel | fastapi | 281 | I get type error if I use __root__ from pydantic while inheriting from SQLModel | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | open | 2022-03-24T07:40:45Z | 2022-03-24T07:40:45Z | https://github.com/fastapi/sqlmodel/issues/281 | [
"question"
] | jd-solanki | 0 |
PrefectHQ/prefect | data-science | 17,060 | Deadlock when spawning tasks from a function and limiting concurrency | ### Bug summary
I'm getting what seems to be a deadlock when I have Python functions that aren't tasks "spawning" new tasks (and limiting concurrency). At some point Prefect is just waiting on a bunch of futures but no new tasks get started.
Here's a simple reproduction of the issue:
```python
"""
Example flow that ... | open | 2025-02-08T01:34:29Z | 2025-02-08T01:34:47Z | https://github.com/PrefectHQ/prefect/issues/17060 | [
"bug"
] | tboser | 0 |
ydataai/ydata-profiling | pandas | 1,706 | Bug Report-font in all | ### Current Behaviour
[0227.txt](https://github.com/user-attachments/files/19007883/0227.txt)
### Expected Behaviour
To be finished the task~
### Data Description
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="... | open | 2025-02-27T11:16:41Z | 2025-02-27T14:22:32Z | https://github.com/ydataai/ydata-profiling/issues/1706 | [
"needs-triage"
] | patrickstar231 | 1 |
pydata/pandas-datareader | pandas | 874 | get_data_yahoo raise RemoteDataError(msg)! | import pandas_datareader as pdr
start=datetime(2019,1,1)
nio=pdr.get_data_yahoo('NIO',start=start)
error:
raise RemoteDataError(msg)
pandas_datareader._utils.RemoteDataError: Unable to read URL: https://finance.yahoo.com/quote/NIO/history?period1=1546333200&period2=1625990399&interval=1d&frequency=1d&filter=hist... | closed | 2021-07-11T11:40:15Z | 2021-07-13T10:24:43Z | https://github.com/pydata/pandas-datareader/issues/874 | [] | waynelee123 | 3 |
pykaldi/pykaldi | numpy | 114 | Very low-efficiency dataloader when no explicit matrix2numpy conversion using pykaldi+pytorch | Thanks to pykaldi. Now it is very easy to incorporate kaldi's feature into pytorch to do NN training related to speaker verification with only few lines of codes.
However, I found it is very slow to convert pykaldi's submatrix into pytorch's FloatTensor if there is no explicit conversion from submatrix to numpy. Th... | closed | 2019-04-28T05:24:57Z | 2019-04-30T03:43:08Z | https://github.com/pykaldi/pykaldi/issues/114 | [] | JerryPeng21cuhk | 2 |
QingdaoU/OnlineJudge | django | 120 | Armv7l环境运行错误 | 设备 树莓派3b
系统 Raspbian 4.x
docker镜像
postgres 正常
redis 无限重启,log输出错误 缺失文件
其余两个组件均无法运行 standrad_init_linux.go:195 报错 exec user process caused "exec format error" | closed | 2018-01-11T00:52:34Z | 2018-01-11T20:22:40Z | https://github.com/QingdaoU/OnlineJudge/issues/120 | [] | iamapig120 | 2 |
BlinkDL/RWKV-LM | pytorch | 85 | Add `Model-based Deep Reinforcement Learning` to RWKV-LM? | What about add some `Model-based Deep Reinforcement Learning` to RWKV-LM? | closed | 2023-04-15T16:02:59Z | 2023-04-17T19:19:40Z | https://github.com/BlinkDL/RWKV-LM/issues/85 | [] | linkerlin | 2 |
pyppeteer/pyppeteer | automation | 297 | I am using. page SetRequestInterception (True), a page doesn't load properly | I want to get all the requests and responses on the page through the interceptor, but it prevents the page from loading properly.
It's just a simple demo, and I'm just going to listen with an interceptor, and I'm going to print out everything I hear. That's it. | open | 2021-08-11T03:03:16Z | 2021-10-24T03:48:50Z | https://github.com/pyppeteer/pyppeteer/issues/297 | [
"waiting for info"
] | ghost | 4 |
tflearn/tflearn | data-science | 283 | Assertion on input dim in recurrent model | Hi,
I'd like to try LSTM with an input size less than 3 but I receive this error:
`AssertionError: Input dim should be at least 3.`
Does tflearn inherit this from TF? Would the recurrent model still works fine if I remove that assertion?
| open | 2016-08-15T18:54:29Z | 2016-08-16T04:43:50Z | https://github.com/tflearn/tflearn/issues/283 | [] | sauberf | 1 |
sktime/sktime | data-science | 7,056 | [BUG] `sktime` fails if an older version of `polars` is installed | Reported by @wirrywoo on discord.
If an older version of `polars` is installed, `sktime` fails due to import chains and module level generation of a test fixture with `DataFrame(strict=False)`, where the `strict` argument is not present in earlier `polars` versions.
The solution is to add the fixture only on `pol... | closed | 2024-08-30T14:27:49Z | 2024-08-31T22:09:10Z | https://github.com/sktime/sktime/issues/7056 | [
"bug",
"module:datatypes"
] | fkiraly | 1 |
aimhubio/aim | data-visualization | 3,070 | cannot import aimstack without aimos package | ## ❓Question
I'm trying to setup a Langchain debugger on Windows. Since `aimos` cannot be installed on Windows I installed `aimstack` and have the following code:
```
def get_callbacks() -> list:
callbacks = []
aimos_url = os.environ["AIMOS_URL"]
if aimos_url:
try:
from aim... | open | 2023-12-21T14:47:42Z | 2024-01-31T13:25:12Z | https://github.com/aimhubio/aim/issues/3070 | [
"type / question"
] | MrZoidberg | 1 |
marcomusy/vedo | numpy | 1,148 | Vedo only render the change when I move my mouse on the screen | it happens to me that the scene only change when I hover my mouse on the screen which does not make it smooth. Can you help to solve this issue ? | open | 2024-06-27T18:48:10Z | 2024-06-28T14:34:10Z | https://github.com/marcomusy/vedo/issues/1148 | [] | OhmPuchiss | 6 |
horovod/horovod | deep-learning | 2,929 | Key Error: 'ib0' | **Environment:**
1. Framework: pytorch
2. Framework version:1.8.0
3. Horovod version:0.21.3
4. MPI version: mpich 3.0.4
5. CUDA version: 10.1
6. NCCL version:
7. Python version:
8. Spark / PySpark version:
9. Ray version:
10. OS and version:
11. GCC version:
12. CMake version:
when I run `horovodrun -np... | closed | 2021-05-22T12:58:57Z | 2021-05-26T07:01:36Z | https://github.com/horovod/horovod/issues/2929 | [
"question"
] | TXacs | 3 |
comfyanonymous/ComfyUI | pytorch | 7,323 | thanks | delete thanks | closed | 2025-03-20T07:25:30Z | 2025-03-20T07:55:14Z | https://github.com/comfyanonymous/ComfyUI/issues/7323 | [
"Potential Bug"
] | chenfeng6a | 0 |
pykaldi/pykaldi | numpy | 294 | SingleUtteranceGmmDecoder.feature_pipeline() causes segmentation fault | Kaldi: compiled from master (d366a93aad)
PyKaldi: pykaldi-cpu 0.1.3 py37h14c3975_1 pykaldi
Python: 3.7.11
OS: Manjaro Linux VM
When calling `feature_pipeline()` from a `SingleUtteranceGmmDecoder` object twice, a segmentation fault occurs.
I am trying to run online GMM based decoding. I translated a similar c+... | closed | 2022-01-15T13:52:38Z | 2022-02-27T20:57:23Z | https://github.com/pykaldi/pykaldi/issues/294 | [] | vb42e | 1 |
christabor/flask_jsondash | flask | 47 | Add raw log endpoint | Inspired by http://atlasboard.bitbucket.org
| closed | 2016-09-11T04:49:52Z | 2016-11-30T23:02:59Z | https://github.com/christabor/flask_jsondash/issues/47 | [
"enhancement",
"new feature"
] | christabor | 1 |
python-gino/gino | asyncio | 635 | Database Connection per Schema | * GINO version: 0.8.6
* Python version: 3.7.0
* asyncpg version: 0.20.1
* aiocontextvars version: 0.2.2
* PostgreSQL version: 11
### Description
We're trying to implement our database logic to be a single connection to a schema in a database, meaning that we use schemas as databases themselves to maintain ou... | closed | 2020-03-06T12:06:33Z | 2020-10-10T05:17:56Z | https://github.com/python-gino/gino/issues/635 | [
"question"
] | shsimeonova | 3 |
ExpDev07/coronavirus-tracker-api | rest-api | 172 | Hi, I created an interactive map with your API, thanks for the dataset! | You can visit the map in [COVID-19 Map](https://python.robertocideos.com)
Thanks for the hardwork and the dataset! | closed | 2020-03-25T06:28:38Z | 2020-04-19T18:17:23Z | https://github.com/ExpDev07/coronavirus-tracker-api/issues/172 | [
"user-created"
] | rcideos | 0 |
pytest-dev/pytest-django | pytest | 923 | `Database access not allowed` when passing function to default foreign key | I am getting the following error when I am setting a function as a `default` value for a foreign key. I have the decorator on many tests, but it doesn't even finish loading the first test with the decorator before exploding.
```
Failed: Database access not allowed, use the "django_db" mark, or the "db" or "transact... | open | 2021-04-20T22:20:59Z | 2022-08-04T08:23:08Z | https://github.com/pytest-dev/pytest-django/issues/923 | [
"needs-info"
] | buddylindsey | 2 |
Guovin/iptv-api | api | 709 | [Bug]: | ### Don't skip these steps / 不要跳过这些步骤
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field / 我明白,如果我“故意”删除或跳过任何强制性的\*字段,我将被**封锁**
- [X] I have checked through the search that there are no similar issues that already exist / 我已经通过搜索仔细检查过没有存在已经创建的相似问题
- [X] I will not s... | closed | 2024-12-19T07:05:42Z | 2024-12-19T07:30:24Z | https://github.com/Guovin/iptv-api/issues/709 | [
"invalid"
] | wudixxqq | 2 |
mars-project/mars | numpy | 2,663 | Add support for HTTP request rewriter | Sometimes we need to pass through proxies which have authorizations, and we need to rewrite our HTTP requests to meet those needs. A `request_rewriter` argument can be added to session objects to support this. | closed | 2022-01-29T14:34:53Z | 2022-01-30T07:00:05Z | https://github.com/mars-project/mars/issues/2663 | [
"type: enhancement",
"mod: web"
] | wjsi | 0 |
deepfakes/faceswap | deep-learning | 984 | No alignments file found | Hi, when i am doing "convert". it tells me No alignments file found.
The command I used is:
python3 faceswap.py convert -i ~/faceswap/src/trump/ -o ~/faceswap/converted/ -m ~/faceswap/trump_cage_model/
The console output is :
03/11/2020 10:39:30 ERROR No alignments file found. Please provide an alignments file... | closed | 2020-03-11T02:43:40Z | 2024-02-02T16:16:05Z | https://github.com/deepfakes/faceswap/issues/984 | [] | chenbinghui1 | 13 |
anselal/antminer-monitor | dash | 133 | Change warning temp | I changed warning temp in v0.4 from 80 to 90
Now I can not find where it was in v0.5
Can you help me please? | closed | 2018-10-05T10:23:41Z | 2018-10-05T13:08:27Z | https://github.com/anselal/antminer-monitor/issues/133 | [
":octocat: help wanted"
] | papampi | 2 |
seleniumbase/SeleniumBase | pytest | 2,449 | Disabling the GPU causes `--enable-3d-apis` to not work | ## Disabling the GPU causes `--enable-3d-apis` to not work
The fix for this is simple: If using `--enable-3d-apis` / `enable_3d_apis=True`, then don't disable the GPU, which was being set in places to prevent other issues from happening. The GPU was being disabled by the Chromium option: `--disable-gpu`, which is ne... | closed | 2024-01-25T15:14:54Z | 2024-01-25T19:13:10Z | https://github.com/seleniumbase/SeleniumBase/issues/2449 | [
"bug"
] | mdmintz | 1 |
onnx/onnx | machine-learning | 5,922 | Intermittent failing of ONNX model | # Bug Report
### Describe the bug
I have a script from compiling a `pytorch` model to ONNX that runs inference with the ONNX model, and when running inference on the GPU, it intermittently fails with the error:
```File "/home/ec2-user/anaconda3/envs/onnx/lib/python3.10/site-packages/onnxruntime/capi/onnxruntime... | closed | 2024-02-08T23:51:24Z | 2024-02-09T16:06:35Z | https://github.com/onnx/onnx/issues/5922 | [
"bug",
"topic: runtime"
] | sallamander317 | 2 |
vitalik/django-ninja | django | 1,321 | TestClient request mock HttpRequest is missing SessionStore session attribute | **AttributeError: Mock object has no attribute 'session'**
This error is raised when using TestClient to test a login endpoint that uses `django.contrib.auth.login` because the mock request object as defined here https://github.com/vitalik/django-ninja/blob/master/ninja/testing/client.py#L128-L138 is missing a session... | open | 2024-10-18T13:29:07Z | 2024-10-29T08:53:24Z | https://github.com/vitalik/django-ninja/issues/1321 | [] | picturedots | 1 |
ageitgey/face_recognition | machine-learning | 1,369 | Obtain hair outline as landmark | Hi,
This is a general question. I am able to get the face landmarks. However, I am also interested in the hair. Any way to extract this as landmarks?
Thanks. | open | 2021-09-05T19:16:28Z | 2021-09-05T19:16:28Z | https://github.com/ageitgey/face_recognition/issues/1369 | [] | SridharRamasami | 0 |
dask/dask | numpy | 11,610 | `dataframe.read_parquet` crashed with DefaultAzureCredential cannot be deterministically hashed | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiab... | open | 2024-12-18T01:53:03Z | 2025-02-17T02:01:02Z | https://github.com/dask/dask/issues/11610 | [
"needs attention",
"dask-expr"
] | seanslma | 0 |
deeppavlov/DeepPavlov | tensorflow | 1,390 | There is no config.json in pre-trained BERT models by DeepPavlov | BERT pre-trained models from http://docs.deeppavlov.ai/en/master/features/pretrained_vectors.html#bert have `bert_config.json` instead of `config.json`. This leads to errors when these models are used with HuggingFace Transformers:
```python
from transformers import AutoTokenizer
t = AutoTokenizer.from_pretrained(... | closed | 2021-01-27T15:16:01Z | 2022-04-04T13:44:52Z | https://github.com/deeppavlov/DeepPavlov/issues/1390 | [] | yurakuratov | 1 |
psf/requests | python | 6,793 | Cannot close the proxy | <!-- Summary. -->
In windows pycharm jupyterlab when i open windows system proxy requests will use the proxy i set on windows system.
but cannot close this proxy direct to the internet . I try
```python
response = requests.post(url, headers=headers, json=data, proxies=None)
response = requests.post(url, headers=... | open | 2024-08-27T10:37:43Z | 2025-01-27T05:14:09Z | https://github.com/psf/requests/issues/6793 | [] | invisifire | 1 |
huggingface/transformers | nlp | 36,320 | Support for Multi-Modality Models (DeepSeek Janus-Pro-7B) | ### Feature request
I’m requesting support for multi_modality models in transformers, specifically for models like DeepSeek Janus-Pro-7B.
Currently, when attempting to load this model using AutoModel.from_pretrained(), I received the following error:
KeyError: 'multi_modality'
During handling of the above exception,... | closed | 2025-02-21T06:49:16Z | 2025-02-21T08:33:57Z | https://github.com/huggingface/transformers/issues/36320 | [
"Feature request"
] | smiling621 | 3 |
indico/indico | flask | 6,034 | Navigation bar vanishes in case of protected event in an otherwise unprotected category for logged in user | **Describe the bug / how to reprocess**
Maybe it's a feature, not a bug, but I'll leave it here, as I find it mildly annoying :sweat_smile:
I'm logged in to our Indico instance and can see all the categories and events that I have the permissions to see, and in each category I can also see protected events but can... | open | 2023-11-14T16:39:41Z | 2023-11-14T17:32:07Z | https://github.com/indico/indico/issues/6034 | [
"bug"
] | chrishanw | 0 |
plotly/dash | dash | 2,706 | Scattermapbox cluster says “The layer does not exist in the map’s style…” | **Describe your context**
```
dash 2.14.1
dash-auth 2.0.0
dash-bootstrap-components 1.4.1
dash-core-components 2.0.0
dash-extensions 1.0.1
dash-html-components 2.0.0
dash-leaflet 0.1.23
dash-table ... | open | 2023-12-01T09:05:46Z | 2024-08-13T19:43:44Z | https://github.com/plotly/dash/issues/2706 | [
"bug",
"P3"
] | stephenwinn16 | 7 |
onnx/onnx | scikit-learn | 6,008 | [Feature request] checking an input rank is within a specific range | ### What is the problem that this feature solves?
Please keep in mind I am new to ONNX. I will be missing context on priorities with the code so this might be useless.
While looking into extending Microsoft's ORT functionality to accept a 5D input for Grid Sampling, I noticed it might be helpful to have shape i... | closed | 2024-03-10T21:47:38Z | 2024-03-12T21:06:28Z | https://github.com/onnx/onnx/issues/6008 | [
"topic: enhancement",
"module: shape inference"
] | ZelboK | 6 |
noirbizarre/flask-restplus | flask | 546 | 400 error in Swagger when using POST/PUT through reqparse | Hey all,
While testing out PUT/POST requests using reqparser through Swagger UI (using _**Try it Out!**_), my application will throw a 400 error with the following message:
`{
"message": "The browser (or proxy) sent a request that this server could not understand."
}`
The same call will result in a succes... | open | 2018-10-29T13:36:22Z | 2018-10-29T13:36:22Z | https://github.com/noirbizarre/flask-restplus/issues/546 | [] | SonyaKaramchandani | 0 |
blacklanternsecurity/bbot | automation | 2,171 | stats not attributing URLs to discovering modules | As an example - ffuf_shortnames discovers URL_UNVERIFIED events which are not tracked in stats, but are then checked by httpx, and some will become URL events. But despite the face that ffuf_shortnames discovered them, it does not get attributed with the URL.
Expected behavior: when HTTPX finds a URL, the stats shou... | open | 2025-01-14T12:58:26Z | 2025-01-14T12:58:27Z | https://github.com/blacklanternsecurity/bbot/issues/2171 | [
"bug",
"low priority"
] | liquidsec | 0 |
keras-team/keras | pytorch | 20,314 | Keras fails to load TextVectorization layer from .keras file | When downloading a model I trained on Kaggle using the `.keras` format it fails to load on my machine. I believe it is a codec error because the TextVectorization layer uses the `utf-8` format, but the error message appears to be using the `charmap` codec in python. This is all just speculation though.
```
ValueErr... | closed | 2024-10-01T22:48:18Z | 2024-11-14T02:01:56Z | https://github.com/keras-team/keras/issues/20314 | [
"stat:awaiting response from contributor",
"stale",
"type:Bug"
] | harsha7addanki | 4 |
matplotlib/matplotlib | matplotlib | 29,047 | [ENH]: Registering custom markers | ### Problem
While working on a library to make styles (with custom colors, etc...) I discovered that there is no easy way to register custom markers, unlike for colors and the like.
I found a workaround digging in `markers.py`:
```python
from matplotlib.markers import MarkerStyle
...
MarkerStyle.markers[marker_na... | open | 2024-10-31T01:01:10Z | 2024-10-31T01:01:10Z | https://github.com/matplotlib/matplotlib/issues/29047 | [
"New feature"
] | LorenzoPeri17 | 0 |
Miserlou/Zappa | django | 1,286 | Pillow (4.3.0) for manylinux1 is not packaged, instead zappa packages Pillow for Windows 64-bit | This is almost related to #398 / #841 , but instead no Pillow is packaged at all.
## Context
Python 3.6 on Windows (Anaconda)
## Expected Behavior
Pillow 4.3.0 is packaged. It seems that lambda-packages doesn't have pillow 4.3.0 yet, only 3.4.2 (https://github.com/Miserlou/lambda-packages/tree/master/lambda... | open | 2017-12-10T10:44:39Z | 2020-05-22T05:11:26Z | https://github.com/Miserlou/Zappa/issues/1286 | [] | ceefour | 7 |
graphql-python/graphene-sqlalchemy | graphql | 195 | Development and Maintance of this package | Hey, it seems to me that this package is lacking People to maintain and develop it.
I come to this conclusion because many Issues go unanswered and Pull requests not merged.
What can we do about it? Who is willing to actively contribute in any way?
Are the current Maintainers willing to give some level of access t... | closed | 2019-04-01T15:25:24Z | 2023-02-25T06:58:22Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/195 | [
"question"
] | brasilikum | 3 |
nvbn/thefuck | python | 646 | No module named 'thefuck' | When I install using the following commands, the terminal say:
File "/home/test/.local/bin/fuck", line 7, in <module>
from thefuck.not_configured import main
ImportError: No module named 'thefuck'
I don't know how to do at next, so I create the issue.
OS:elementary os 0.4
using bash
| open | 2017-05-07T07:16:34Z | 2023-11-29T08:40:58Z | https://github.com/nvbn/thefuck/issues/646 | [] | JamesLiAndroid | 6 |
ghtmtt/DataPlotly | plotly | 42 | Update selection when already a selection is made | If the plot is made with the `selected features` checkbox, the expression (and the selection) is correct, but it loops in **all** the attribute table and not just in the feature subset.
Handling this is quite tricky. | closed | 2017-09-04T13:57:08Z | 2019-10-22T06:53:55Z | https://github.com/ghtmtt/DataPlotly/issues/42 | [
"bug",
"enhancement"
] | ghtmtt | 0 |
ageitgey/face_recognition | python | 626 | Properties of images for the best result | * face_recognition version:
* Python version:
* Operating System:
### Description
Using images to train the Model with face_recognition
### Query
What are all the similar properties (i.e : Image size, resolution) all the image should have So, that face_recognition gives the best results.
| open | 2018-09-21T01:56:55Z | 2022-09-19T03:54:50Z | https://github.com/ageitgey/face_recognition/issues/626 | [] | akhilgupta0221 | 6 |
piskvorky/gensim | machine-learning | 3,266 | Incorrect CBOW implementation in Gensim leads to inferior performance | #### Problem description
According to this article https://aclanthology.org/2021.insights-1.1.pdf:
<img width="636" alt="Screen Shot 2021-11-09 at 15 47 21" src="https://user-images.githubusercontent.com/610412/140945923-7d279468-a9e9-41b4-b7c2-919919832bc5.png">
#### Steps/code/corpus to reproduce
I have... | closed | 2021-11-09T14:51:57Z | 2021-11-15T17:36:33Z | https://github.com/piskvorky/gensim/issues/3266 | [
"bug",
"difficulty medium",
"reach MEDIUM",
"impact LOW"
] | piskvorky | 3 |
dsdanielpark/Bard-API | api | 100 | PaLM API Example | I am android developer, i have tried to find the bard api, after long time i got the Palm api
here it is
https://makersuite.google.com/app/library | closed | 2023-07-13T08:54:59Z | 2024-03-05T08:21:54Z | https://github.com/dsdanielpark/Bard-API/issues/100 | [] | shakeel143 | 10 |
python-gino/gino | asyncio | 532 | GINO don't released the connection after exception in Starlette extension | * GINO version: 0.8.3
* Python version: 3.7.4
* asyncpg version: 0.18.3
* aiocontextvars version: 0.2.2
* PostgreSQL version: 11.3
* FastAPI version: 0.36.0
* Starlette version: 0.12.7
* uvicorn version: 0.8.6
* uvloop version: 0.12.2
### Description
I'm use GINO with FastAPI + uvicorn. In development m... | closed | 2019-08-27T21:54:27Z | 2019-08-28T13:33:17Z | https://github.com/python-gino/gino/issues/532 | [
"bug"
] | qulaz | 5 |
tableau/server-client-python | rest-api | 1,472 | Can we convert this in to ServerResponseError.from_response exception instead of NonXMLResponseError | It would be helpful if ServerResponseError.from_response is implemented on line 173 instead NonXMLResponseError.
https://github.com/tableau/server-client-python/blob/4259316ef2e2656531b0c65c71d043708b37b4a9/tableauserverclient/server/endpoint/endpoint.py#L173 | closed | 2024-09-22T07:31:55Z | 2024-10-25T23:35:00Z | https://github.com/tableau/server-client-python/issues/1472 | [] | hprasad-tls | 7 |
marcomusy/vedo | numpy | 858 | Fill in empty space in open mesh | 
Hi, I have open mesh and want to fill some space.
So, I try to create points about empty space. And using reconstruct_surface() to create a mesh filled whit empty space.
I want to get points for empty sp... | closed | 2023-05-09T07:06:58Z | 2023-05-10T23:46:07Z | https://github.com/marcomusy/vedo/issues/858 | [] | HyungJoo-Kwon | 4 |
wiseodd/generative-models | tensorflow | 52 | what is h_dim in vanilla VAE implementation | I tried VAE implementation but did not understand the algo. So I searched for implementations on GitHub and found yours. The problem I am facing with your implementation is to understand 2 things, 1st is what exactly is h_dim and how is the value of it decided?
Thanks in advance | closed | 2018-03-18T18:18:36Z | 2018-03-20T07:33:48Z | https://github.com/wiseodd/generative-models/issues/52 | [] | R1j1t | 1 |
0xTheProDev/fastapi-clean-example | graphql | 3 | Ask : Nestjs Architecture | Hi @Progyan1997 , first of all thanks for sharing this Project. 🙏🏻
I am used to Nestjs, and it was mind-blowing to finally found modern Python project that structured in similar way to Nestjs.
By the way, is it just me or it is kinda inspired by NestJs project structure ? | closed | 2022-06-08T13:22:35Z | 2022-07-30T18:29:36Z | https://github.com/0xTheProDev/fastapi-clean-example/issues/3 | [] | ejabu | 2 |
nolar/kopf | asyncio | 138 | Travis CI fails for contributor PRs | > <a href="https://github.com/dlmiddlecote"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/9053880?v=4"></a> An issue by [dlmiddlecote](https://github.com/dlmiddlecote) at _2019-07-09 23:00:41+00:00_
> Original URL: https://github.com/zalando-incubator/kopf/issues/138
>
## Ex... | closed | 2020-08-18T19:57:11Z | 2020-08-23T20:47:17Z | https://github.com/nolar/kopf/issues/138 | [
"archive",
"automation"
] | kopf-archiver[bot] | 0 |
supabase/supabase-py | fastapi | 51 | unicode issues | When I follow the example to retrieve data I'm greeted with the following stacktrace:
```
In [4]: supabase.table("countries").select("*").execute()
---------------------------------------------------------------------------
UnicodeEncodeError Traceback (most recent call last)
<ipython-inpu... | closed | 2021-09-30T00:55:50Z | 2021-09-30T01:00:50Z | https://github.com/supabase/supabase-py/issues/51 | [] | dkvdm | 1 |
scrapy/scrapy | web-scraping | 5,899 | Request.from_curl() with $-prefixed string literals | Chrome (and probably other things) sometimes generate curl commands with a [$-prefixed](https://www.gnu.org/software/bash/manual/html_node/ANSI_002dC-Quoting.html) data string, probably when it's easier to represent the string in that way or when it includes non-ASCII characters, e.g. the DiscoverQueryRendererQuery XHR... | closed | 2023-04-18T10:21:07Z | 2023-04-19T09:35:03Z | https://github.com/scrapy/scrapy/issues/5899 | [
"enhancement"
] | wRAR | 0 |
huggingface/transformers | deep-learning | 36,506 | model from_pretrained bug in 4.50.dev0 in these days | ### System Info
- `transformers` version: 4.50.dev0
- Platform: Linux-5.10.101-1.el8.ssai.x86_64-x86_64-with-glibc2.31
- Python version: 3.10.16
- Huggingface_hub version: 0.29.1
- Safetensors version: 0.5.3
- Accelerate version: 1.4.0
- Accelerate config: not found
- DeepSpeed version: 0.15.4
- PyTorch version (G... | closed | 2025-03-03T07:51:04Z | 2025-03-19T09:37:54Z | https://github.com/huggingface/transformers/issues/36506 | [
"bug"
] | M3Dade | 7 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 794 | Trying to Find Bottleneck When Using Nvidia Jetson Nano | Hi,
Great work on this! It's amazing to see this working!
I am testing this software out on a [4 GB NVIDIA Jetson Nano Developer Kit](https://developer.nvidia.com/embedded/jetson-nano-developer-kit), and am seeing ~1 minute needed to synthesize a waveform, and am trying to figure out what the bottleneck could be.
... | closed | 2021-07-10T17:31:49Z | 2021-09-08T13:53:25Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/794 | [] | voloved | 2 |
piskvorky/gensim | machine-learning | 2,850 | AttributeError: 'Doc2VecTrainables' object has no attribute 'vectors_lockf' | Python version 3.7.5
gensim version 3.6.0
apache-beam[gcp] 2.20.0
tensorflow==1.14
#### Problem description
Trying to create tf records using gensim Doc2Vec.
Expected result is to create tf records with the given parameters.
In Directrunner
tf record creation is happening when used with gensim 3.6.0
... | closed | 2020-06-04T11:27:03Z | 2020-06-05T04:05:14Z | https://github.com/piskvorky/gensim/issues/2850 | [] | rohithsiddhartha | 1 |
pydata/xarray | numpy | 10,085 | set encoding parameters in addition to the original encoding | ### Is your feature request related to a problem?
When writing to disk with `to_netcdf`, the `encoding` argument causes existing encoding to be dropped. This is described in the [docs](https://docs.xarray.dev/en/latest/generated/xarray.Dataset.to_netcdf.html).
What is a good approach to add encoding parameters in add... | open | 2025-02-28T13:24:11Z | 2025-02-28T13:24:15Z | https://github.com/pydata/xarray/issues/10085 | [
"enhancement"
] | samdoolin | 1 |
Yorko/mlcourse.ai | pandas | 659 | Issue related to Lasso and Ridge regression notebook file - mlcourse.ai/jupyter_english/topic06_features_regression/lesson6_lasso_ridge.ipynb / | While plotting Ridge coefficient vs weights, the alphas used are different from Ridge_alphas. And while fitting the the model and calculating the ridge_cv.alpha_ we're using ridge_alphas. So,in below code its taking alpha values from alpha defined for **Lasso**. if we plot using ridge alphas plot is quite different. P... | closed | 2020-03-24T11:08:45Z | 2020-03-24T11:21:44Z | https://github.com/Yorko/mlcourse.ai/issues/659 | [
"minor_fix"
] | sonuksh | 1 |
fugue-project/fugue | pandas | 337 | [FEATURE] Fix index warning in fugue_dask | **Is your feature request related to a problem? Please describe.**

**Describe the solution you'd like**
For newer version of pandas we need to do something similar to [this](https://github.com/fugue-proj... | closed | 2022-07-11T07:28:07Z | 2022-07-11T16:22:12Z | https://github.com/fugue-project/fugue/issues/337 | [
"enhancement",
"pandas",
"dask"
] | goodwanghan | 0 |
google-research/bert | nlp | 907 | How do you get the training time on each epoch using TPUEstimator? | I am able to see INFO:tensorflow:loss = 134.62343, step = 97
but not the time.
| open | 2019-11-10T07:09:03Z | 2019-11-10T07:09:03Z | https://github.com/google-research/bert/issues/907 | [] | elvinjgalarza | 0 |
microsoft/unilm | nlp | 1,140 | DiT Licence? | What is the Licence for using DiT? I am seeing the whole repository is under MIT Licence, but some of the projects contains difference licensing. As there's no info mentioned for DiT, can you update it? | open | 2023-06-14T06:02:06Z | 2023-08-16T04:32:26Z | https://github.com/microsoft/unilm/issues/1140 | [] | KananVyas | 2 |
sanic-org/sanic | asyncio | 2,474 | Different ways of websocket disconnection effects in task pending | **Describe the bug**
Hi I am actually seeking for help. I was following this gist https://gist.github.com/ahopkins/5b6d380560d8e9d49e25281ff964ed81 building up a chat server. Now that we have a frontend, I am strucked by a task pending problem.
From the perspective of a user, the most common practise of leaving a web... | closed | 2022-06-01T17:34:56Z | 2022-06-01T17:57:03Z | https://github.com/sanic-org/sanic/issues/2474 | [] | jrayu | 1 |
aleju/imgaug | machine-learning | 820 | Assigning Probability in imgaug OneOf | can we have a different probability for selecting augmentations in OneOf?
Its use case is for example when you want to select one of the 3 augmentations but with prob = [0.5. 0.25, 0.25] instead of 1/3 for all of them. | open | 2022-06-09T07:26:08Z | 2022-10-22T22:23:59Z | https://github.com/aleju/imgaug/issues/820 | [] | g-jindal2001 | 1 |
falconry/falcon | api | 1,857 | Docs recipe: stream media with range request | Hello,
i'm tryning to stream mp4 video, with range request support.but i cannot manage to make it work with resp.stream.
This code work :
```
def on_get(self, req, resp):
media = 'test.mp4'
resp.set_header('Content-Type', 'video/mp4')
resp.accept_ranges = 'bytes' ... | closed | 2021-02-05T12:11:34Z | 2022-01-05T21:32:24Z | https://github.com/falconry/falcon/issues/1857 | [
"documentation",
"question"
] | belese | 11 |
albumentations-team/albumentations | deep-learning | 2,021 | import RandomOrder | ## Describe the bug
RandomOrder is not in [ composition.\_\_all\_\_](https://github.com/albumentations-team/albumentations/blob/526187b98bb8f66b77601e9cb32e2aa24d8a76a3/albumentations/core/composition.py#L27) therefore it is not possible to import it like any other transform
### To Reproduce
Steps to reprodu... | closed | 2024-10-24T10:54:10Z | 2024-10-24T19:51:54Z | https://github.com/albumentations-team/albumentations/issues/2021 | [
"bug"
] | nrudakov | 2 |
deepfakes/faceswap | deep-learning | 1,144 | when support 3060ti? | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | closed | 2021-04-03T07:58:46Z | 2021-04-03T10:46:36Z | https://github.com/deepfakes/faceswap/issues/1144 | [] | soufunlab | 1 |
taverntesting/tavern | pytest | 703 | skipif mark can't utilize global python variables or vars returned by fixtures | Hi, I believe this is a feature request for the `skipif` mark.
### **Issue**
I'm trying out the `skipif` mark (see three code examples below), but the `eval()` function is only able to access vars stored in tavern.util.dict_util (ie. system environment variables and perhaps variables included in `!include` .yaml f... | closed | 2021-07-12T18:35:16Z | 2021-10-31T15:52:42Z | https://github.com/taverntesting/tavern/issues/703 | [] | JattMones | 2 |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 67 | Weird window size | Even with the example code, the window is small. If I make it fullscreen, the rest of the window is blank | closed | 2023-09-27T14:11:01Z | 2023-12-24T20:39:16Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/67 | [] | Fragaile | 1 |
polakowo/vectorbt | data-visualization | 621 | Getting a KeyError when using IndicatorFactory.run() | Hello, I am trying to play around with some simple strategies to learn about the library, so I started with this :
```import vectorbt as vbt
import numpy as np
import pandas as pd
import pytz import talib
data = vbt.BinanceData.download('ETHUSDT',
start = datetime.datetime(2... | closed | 2023-07-11T10:19:18Z | 2024-03-16T10:47:55Z | https://github.com/polakowo/vectorbt/issues/621 | [] | myiroslav | 1 |
sktime/pytorch-forecasting | pandas | 1,006 | Hello everyone, please after training my model how can I fit it to accept a dataset without target column when I want to predict new values. The fact is that in Real life we do not know yet the value we seeking by prediction process | open | 2022-05-28T00:21:38Z | 2022-06-10T11:05:01Z | https://github.com/sktime/pytorch-forecasting/issues/1006 | [] | daniwxcode | 6 | |
opengeos/leafmap | jupyter | 492 | leafmap add_raster function can't work in windows | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version:0.22.0
- Python version:3.9
- Operating System:windows 10
### Description
error:
1019
1020 if http_error_msg:
-> 1021 raise HTTPError(http_error_msg, respo... | closed | 2023-07-14T02:26:33Z | 2023-07-17T01:30:11Z | https://github.com/opengeos/leafmap/issues/492 | [
"bug"
] | mrpan | 2 |
allenai/allennlp | pytorch | 4,850 | Have new multi-process data loader put batches directly on the target device from workers | closed | 2020-12-07T20:45:31Z | 2021-02-12T00:47:02Z | https://github.com/allenai/allennlp/issues/4850 | [] | epwalsh | 2 | |
yinkaisheng/Python-UIAutomation-for-Windows | automation | 184 | 方法 GetChildren() 的可靠性存疑 | GetChildren() 实现中用到了 IUIAutomationTreeWalker::GetNextSiblingElement() 这个win32 API 。看microsoft的官网文档( 链接 https://docs.microsoft.com/en-us/windows/win32/api/uiautomationclient/nf-uiautomationclient-iuiautomationtreewalker-getnextsiblingelement )说,“ The structure of the Microsoft UI Automation tree changes as the visible U... | open | 2021-11-23T04:04:51Z | 2022-10-18T05:20:30Z | https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/issues/184 | [] | ludeen007 | 1 |
pydantic/FastUI | fastapi | 285 | demo loading failed | <img width="1063" alt="image" src="https://github.com/pydantic/FastUI/assets/4550421/8c4fdabf-0dd2-494b-a904-88322f0c4e29">
| closed | 2024-04-26T05:30:58Z | 2024-04-26T13:40:32Z | https://github.com/pydantic/FastUI/issues/285 | [
"documentation",
"duplicate"
] | HakunamatataLeo | 2 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 24 | How to solve 'utf8' can't decode,because of string:högskolan | if there is a string: högskolan in database,then there well be a error:
{
"errors": [
{
"message": "'utf8' codec can't decode byte 0xf6 in position 34: invalid start byte",
"locations": [
{
"column": 3,
"line": 2
}
]
}
... | closed | 2016-11-29T06:25:41Z | 2023-02-26T00:53:20Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/24 | [] | chyroc | 3 |
aminalaee/sqladmin | sqlalchemy | 410 | Support SQLAlchemy v2 | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
A few days ago I started using SQLAlchemy for the first time - specifically, v2.0.0rc2 (released 2023-Jan-9). Today I decided to try setting up an admin UI, and after determining... | closed | 2023-01-12T17:01:04Z | 2023-01-29T17:34:26Z | https://github.com/aminalaee/sqladmin/issues/410 | [] | odigity | 3 |
ploomber/ploomber | jupyter | 353 | Request for a Binder example that combines Ploomber and Mlflow | I'm using Mlflow, but Mlflow doesn't have pipeline functionality.
Therefore, I would like to use a combination of Mlflow and Ploomber.
Can I ask you to create the simple notebook example (with Mlflow+Ploomber) that can be reproduced in Binder? | closed | 2021-10-08T20:23:09Z | 2021-12-02T03:12:52Z | https://github.com/ploomber/ploomber/issues/353 | [] | kozo2 | 6 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 175 | 马斯克看腻了,加个选项是否显示example吧。或者自定example | 马斯克看腻了,加个选项是否显示example吧。或者自定example | open | 2024-09-27T11:08:23Z | 2024-10-18T01:12:56Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/175 | [] | Jio0oiJ | 2 |
MilesCranmer/PySR | scikit-learn | 725 | Timeout in seconds not applying | ### Discussed in https://github.com/MilesCranmer/PySR/discussions/724
<div type='discussions-op-text'>
<sup>Originally posted by **usebi** September 25, 2024</sup>
I tried the timeout_in_seconds function of pysr regressor and set the timeout to 12 hours but after many hours from the limit the program is still wo... | open | 2024-09-25T14:05:56Z | 2024-09-26T16:01:10Z | https://github.com/MilesCranmer/PySR/issues/725 | [
"bug"
] | MilesCranmer | 2 |
pandas-dev/pandas | data-science | 60,301 | API: return value of `.values` for Series with the future string dtype (numpy array vs extension array) | Historically, the `.values` attribute returned a numpy array (except for categoricals). When we added more ExtensionArrays, for certain dtypes (e.g. tz-aware timestamps, or periods, ..) the EA could more faithfully represent the underlying values instead of the lossy conversion to numpy (e.g for tz-aware timestamps we ... | open | 2024-11-13T14:36:21Z | 2024-11-14T00:14:04Z | https://github.com/pandas-dev/pandas/issues/60301 | [
"API Design",
"Strings"
] | jorisvandenbossche | 10 |
Kanaries/pygwalker | pandas | 519 | How to switch the language pack to Chinese | How to switch the language pack to Chinese | closed | 2024-04-12T06:10:00Z | 2024-04-13T01:46:27Z | https://github.com/Kanaries/pygwalker/issues/519 | [
"good first issue"
] | zxdmrg | 2 |
cvat-ai/cvat | tensorflow | 8,674 | Interaction error when working with SAM-2 | ### 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
1. Set-up CVAT with serverless functions.
2. Host SAM-2 model.
### Expected Behavior
_No response_
### Possible Solutio... | closed | 2024-11-11T08:44:33Z | 2024-11-11T11:19:33Z | https://github.com/cvat-ai/cvat/issues/8674 | [
"bug"
] | amrithkrish | 1 |
taverntesting/tavern | pytest | 946 | Python function not callable from tavern script for saving | Hi, I am calling a save function after getting response from my api, now in the response received i need to format string and save only few elements present,
```
response:
status_code: 200
save:
headers:
res_key:
$ext:
... | open | 2024-11-13T05:47:48Z | 2025-03-08T14:41:49Z | https://github.com/taverntesting/tavern/issues/946 | [] | ShreyanshAyanger-Nykaa | 1 |
widgetti/solara | jupyter | 145 | TypeError: set_parent() takes 3 positional arguments but 4 were given | When trying the First script example on the Quickstart of the docs, it works correctly when executed on Jupyter notebook, but it won't work as a script directly executed via solara executable.
When doing:
**solara run .\first_script.py**
the server starts but then it keeps logging the following error:
ERROR... | closed | 2023-06-06T10:05:14Z | 2023-07-28T09:55:25Z | https://github.com/widgetti/solara/issues/145 | [
"bug"
] | jicastillow | 5 |
healthchecks/healthchecks | django | 1,004 | Unexpected "down" after sending ping | I have a test check setup on healthchecks.io, configured with
Cron Expression | `* 9 * * *`
-- | --
Time Zone | America/Los_Angeles
Grace Time | 30 minutes
This triggers at 9:30AM local time (as expected), and I send a ping to put it back the "up" state. ~30 minutes after the ping, the check goes back to "down... | closed | 2024-05-22T20:16:07Z | 2024-05-23T17:22:16Z | https://github.com/healthchecks/healthchecks/issues/1004 | [] | chriselion | 2 |
coqui-ai/TTS | pytorch | 3,996 | [Bug] AttributeError: 'int' object has no attribute 'device' | ### Describe the bug
example code gives error when saving.
### To Reproduce
```
import os
import time
import torch
import torchaudio
from TTS.tts.configs.xtts_config import XttsConfig
from TTS.tts.models.xtts import Xtts
print("Loading model...")
config = XttsConfig()
config.load_json("/path/to/xtt... | closed | 2024-09-11T17:34:17Z | 2025-01-04T12:21:07Z | https://github.com/coqui-ai/TTS/issues/3996 | [
"bug",
"wontfix"
] | CrackerHax | 4 |
2noise/ChatTTS | python | 567 | decoder.yaml sha256 hash mismatch | 修改webui代码parser = argparse.ArgumentParser(description="ChatTTS demo Launch")
parser.add_argument(
"--server_name", type=str, default="0.0.0.0", help="server name"
)
parser.add_argument("--server_port", type=int, default=8080, help="server port")
parser.add_argument("--root_path", type=str, ... | closed | 2024-07-13T02:09:27Z | 2024-07-15T05:00:19Z | https://github.com/2noise/ChatTTS/issues/567 | [
"documentation",
"question"
] | viviliuwqhduhnwqihwqwudceygysjiwuwnn | 3 |
pydantic/pydantic-core | pydantic | 1,476 | Missing pre-build of the pydantic-core python package for musl lib on armv7. | Would be good to have an pre-build of the pydantic-core python package for musl lib on armv7.
https://github.com/pydantic/pydantic-core/blob/e3eff5cb8a6dae8914e3831b00c690d9dee4b740/.github/workflows/ci.yml#L430-L436
Related, docker build for [alpine linux on armv7](https://github.com/searxng/searxng/issues/3887#... | closed | 2024-10-07T10:42:39Z | 2024-10-09T14:40:04Z | https://github.com/pydantic/pydantic-core/issues/1476 | [] | return42 | 0 |
iperov/DeepFaceLab | machine-learning | 5,450 | CPU use only efficiency core | Hello,
I recently upgrade my computer from i5 9400f to i9 12900k
before I upgrade(i5 9400f)
deepfacelab using my cpu around 100% and after I upgrade to i9 deep face use efficiency core and not use performance core.
 and with `docker-compose` (docker-compose stack), the upload image process works with Tilt but not with the docker-compose stack.
## Code
On Tilt dev... | closed | 2024-08-29T09:54:20Z | 2024-08-29T16:31:27Z | https://github.com/suitenumerique/docs/issues/203 | [
"enhancement",
"docker"
] | AntoLC | 0 |
ray-project/ray | data-science | 51,056 | CI test darwin://python/ray/tests:test_placement_group_3 is consistently_failing | CI test **darwin://python/ray/tests:test_placement_group_3** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge-macos/builds/4657#01955f62-ed51-458c-8bfb-a4a96b5b7134
- https://buildkite.com/ray-project/postmerge-macos/builds/4657#01955dd4-ae7a-4bd0-ab9d-14abaf0cdd17
DataCaseNam... | closed | 2025-03-04T06:17:38Z | 2025-03-04T13:06:58Z | https://github.com/ray-project/ray/issues/51056 | [
"bug",
"triage",
"core",
"flaky-tracker",
"ray-test-bot",
"ci-test",
"weekly-release-blocker",
"stability"
] | can-anyscale | 2 |
deezer/spleeter | deep-learning | 660 | Many errors | Hi
I am on imac Osx El Capitan.
When i apply in the terminal :
[(base) iMac-de-mar:~ mar$ conda activate myenv
[(myenv) iMac-de-mar:~ mar$ cd /Applications/SpleeterGui
[(myenv) iMac-de-mar:SpleeterGui mar$ spleeter separate -i spleeter/cancion.mp3 -p spleeter:2stems -o output get these errors.
Please how can i so... | open | 2021-09-10T18:46:17Z | 2021-09-10T18:46:17Z | https://github.com/deezer/spleeter/issues/660 | [
"bug",
"invalid"
] | lunatico67 | 0 |
deeppavlov/DeepPavlov | tensorflow | 1,430 | Multi class emotion classification for text in russian | Как использовать BERT Classifier для multi class классификаций текста? У меня есть свой датасет, нужно тренировать модель на этом датасете.
Пример Input:
Я сегодня чувствую себя не очень хорошо
Output:
Sadness
Классов должно быть 5 или 6
Знаю что есть rusentiment_bert.json. Это как я понимаю pretrained и здес... | closed | 2021-04-14T22:16:44Z | 2021-04-19T13:17:03Z | https://github.com/deeppavlov/DeepPavlov/issues/1430 | [
"enhancement"
] | MuhammedTech | 1 |
vaexio/vaex | data-science | 2,022 | [BUG-REPORT] Group By memory Issue | Hello,
I have a project running on vaex v4.0.0, I also have it wrapped around flask to have API's running off it. I was hopping to get some help related to memory.
I do face memory leak issues while using group by here's an example.
df.groupby(['rooms_count'], agg={vx.agg.mean('price_per_meter'),vx.agg.min('pr... | open | 2022-04-18T07:25:11Z | 2022-05-16T06:52:04Z | https://github.com/vaexio/vaex/issues/2022 | [] | MHK107 | 4 |
litestar-org/polyfactory | pydantic | 534 | Bug(CI): Updated lockfile changes type checking CI causing failures | ### Description
https://github.com/litestar-org/polyfactory/actions/runs/8928572773/job/24524431663
```
mypy.....................................................................Failed
- hook id: mypy
- exit code: 1
polyfactory/value_generators/constrained_dates.py:41: error: Redundant cast to "date" [redunda... | closed | 2024-05-02T18:29:18Z | 2025-03-20T15:53:16Z | https://github.com/litestar-org/polyfactory/issues/534 | [
"bug",
"ci"
] | JacobCoffee | 0 |
PaddlePaddle/PaddleHub | nlp | 1,817 | 高层封装的predict函数请问如何把所有的类别概率输出 | 还有未经过siftmax层输出的数值,非概率的数值可以输出吗 | open | 2022-03-23T11:22:35Z | 2022-03-29T12:25:51Z | https://github.com/PaddlePaddle/PaddleHub/issues/1817 | [] | tangkai521 | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.