repo_name stringlengths 9 75 | topic stringclasses 30
values | issue_number int64 1 203k | title stringlengths 1 976 | body stringlengths 0 254k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | url stringlengths 38 105 | labels listlengths 0 9 | user_login stringlengths 1 39 | comments_count int64 0 452 |
|---|---|---|---|---|---|---|---|---|---|---|---|
pydantic/pydantic | pydantic | 10,563 | Add 'validate_assignment' context manager to BaseModel for on demand validation of assignments | ### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feature is missing
### Description
It's possible that models are stored in separate library, potentially auto generated (h... | closed | 2024-10-07T15:27:44Z | 2024-10-07T15:56:06Z | https://github.com/pydantic/pydantic/issues/10563 | [
"feature request"
] | mee7ya | 1 |
viewflow/viewflow | django | 253 | [PRO] Multiple flows within the same app causes url not unique via @rest.register | Say I have an app called 'MRT`, inside the app I have 2 flow definitions.
`Flow_A` and `Flow_B`
both registered via `@rest.register` as below:
```python
@frontend.register
@rest.register
class Flow_A(Flow):
....
@frontend.register
@rest.register
class Flow_B(Flow):
....
```
When I `runser... | closed | 2019-11-10T20:35:52Z | 2019-11-15T11:10:15Z | https://github.com/viewflow/viewflow/issues/253 | [
"request/bug",
"dev/flow"
] | variable | 1 |
rthalley/dnspython | asyncio | 316 | Question about NotImplementedError vs socket.gaierror usage in the resolver _getaddrinfo routine | Hello,
I've arrived here via https://github.com/gevent/gevent/issues/1258 and have a question
about this area of code: https://github.com/rthalley/dnspython/pull/300/files#diff-72a478e3c437bb488c16c63a12c66bbeR1158
I'm wondering why a `NotImplementedError` is raised there instead of a `socket.gaierror`.
Were... | closed | 2018-07-16T19:07:49Z | 2019-01-07T13:36:47Z | https://github.com/rthalley/dnspython/issues/316 | [
"Enhancement Request"
] | corbinbs | 4 |
jonaswinkler/paperless-ng | django | 1,359 | [BUG] Unable to add documents anymore | <!---
=> Before opening an issue, please check the documentation and see if it helps you resolve your issue: https://paperless-ng.readthedocs.io/en/latest/troubleshooting.html
=> Please also make sure that you followed the installation instructions.
=> Please search the issues and look for similar issues before open... | open | 2021-10-02T14:15:16Z | 2021-12-13T15:13:08Z | https://github.com/jonaswinkler/paperless-ng/issues/1359 | [] | stepanov1975 | 5 |
PokeAPI/pokeapi | api | 695 | Single-encounter Pokemon are missing | In Generation IV, diamond pearl and platinum, many legendaries can be encountered exactly once. Some appear in static locations, while others will roam across the map once encountered. A third category exists for [Spirtomb's bizarre encounter procedure](https://bulbapedia.bulbagarden.net/wiki/Hallowed_Tower).
Curren... | open | 2022-02-19T19:51:18Z | 2022-07-30T20:52:56Z | https://github.com/PokeAPI/pokeapi/issues/695 | [] | Hyreon | 1 |
coqui-ai/TTS | deep-learning | 3,188 | [Bug] ValueError: Model is not multi-lingual but `language` is provided. | ### Describe the bug
ValueError: Model is not multi-lingual but `language` is provided.
tts = TTS(model_name='xtts-v2', model_path="XTTS-v2/", config_path='XTTS-v2/config.json', gpu=True)
# generate speech by cloning a voice using default settings
tts.tts_to_file(text="It took me quite a long time to develop ... | closed | 2023-11-10T06:12:56Z | 2024-02-22T13:08:44Z | https://github.com/coqui-ai/TTS/issues/3188 | [
"bug"
] | lucasjinreal | 11 |
PeterL1n/BackgroundMattingV2 | computer-vision | 116 | Rotoscope cartoon/anime? | is it possible to do rotoscoping on cartoon or anime using this? | closed | 2021-06-14T06:39:10Z | 2021-09-07T06:19:17Z | https://github.com/PeterL1n/BackgroundMattingV2/issues/116 | [] | krigeta | 3 |
tensorly/tensorly | numpy | 570 | about unfold | I don't understand why the unfold function is different from Kolda's. Is there any benefit? If I make a small change to unfold, such as order='F', it becomes Kolda's and my code gives very different results. Sometimes the result is better with unfold, and sometimes the result is better with Kolda's. I don't understand.... | closed | 2024-07-31T06:43:16Z | 2024-08-01T09:55:59Z | https://github.com/tensorly/tensorly/issues/570 | [] | wll555 | 7 |
iperov/DeepFaceLab | deep-learning | 920 | Problem saving: "MemoryError" | Starting. Press "Enter" to stop training and save model.
Error:
Traceback (most recent call last):
File "C:\Users\paperspace\Documents\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\mainscripts\Trainer.py", line 186, in trainerThread
model_save()
File "C:\Users\paperspace\Documents\DeepFaceLab_NVIDIA\_internal\D... | closed | 2020-10-12T20:50:12Z | 2020-10-12T21:09:36Z | https://github.com/iperov/DeepFaceLab/issues/920 | [] | GuusDeKroon | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,492 | Pix2PixModel: G_L1 retains lambda_L1 multiplier | When I tune the lambda_L1 hyperparameters, the corresponding G_L1 loss retains the lambda_L1 multiplier. In the image below, the second row (G_L1 loss = 0.1121; lambda_L1 = 10) performs the best (as far as I can tell), but the losses cannot be compared directly.
 to pytorch.
You can see step by step what I am doing in that [google colab notebook](https://colab.research.google.com/drive/1dBH3-r7IG7xhmL2a-O6ik8P6OUESn6dT#scrollTo=dRpHisuHplqc)
Problems:
- MMdn... | closed | 2019-02-25T02:37:04Z | 2019-03-04T06:04:30Z | https://github.com/microsoft/MMdnn/issues/595 | [] | EnisBerk | 1 |
ContextLab/hypertools | data-visualization | 121 | tools.reduce: matrix rank affecting the dimensions of the result | `import hypertools as hyp`
`import numpy as np`
`print hyp.tools.reduce(np.random.normal(0,1,[5,100]),ndims=10).shape`
This is the code I tried which was supposed to give me a 5x10 dimension matrix. However, because the rank of the matrix is 5, PCA is unable to generate 10 dimensions from the data. Therefore the r... | closed | 2017-05-24T21:14:14Z | 2017-05-30T15:42:33Z | https://github.com/ContextLab/hypertools/issues/121 | [
"bug",
"easy(ish)"
] | TomHaoChang | 6 |
PaddlePaddle/PaddleHub | nlp | 2,047 | InvalidArgumentError: The number of input's channels should be equal to filter's channels * groups for Op(Conv) | # Qustion
links: https://www.paddlepaddle.org.cn/hubdetail?name=animegan_v2_hayao_99&en_category=GANs
I imitated the link to re engage, but there was an error, and the online query was unsuccessful
I don’t know where there is a problem
# animegan_v3 already updated, How do I import a local model? (onnx model)
... | open | 2022-09-27T06:08:05Z | 2022-09-28T03:53:41Z | https://github.com/PaddlePaddle/PaddleHub/issues/2047 | [] | imohuan | 6 |
microsoft/nni | data-science | 5,709 | Adding back the sensitivity analysis tool to v3.0 | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Are there any plans to add back the sensitivty analysis tool to v3.0 ?
**Why is this needed**:
It would be great to have this tool back as a debug tool, to target better the layers that are not sen... | open | 2023-11-08T15:01:19Z | 2023-11-08T15:01:19Z | https://github.com/microsoft/nni/issues/5709 | [] | mehdi-nait | 0 |
babysor/MockingBird | deep-learning | 472 | 在cmd中输入python demo_toolbox.py后没有反应 | **Summary[问题简述(一句话)]**
A clear and concise description of what the issue is.
在所有东西安装完成并且没有报错之后输入python demo_toolbox.py没有任何反应,普通环境和虚拟环境都没有反应,会直接跳回输入命令的地方
**Env & To Reproduce[复现与环境]**
描述你用的环境、代码版本、模型
**Screenshots[截图(如有)]**
If applicable, add screenshots to help
 train SAEHD.bat` again after having ran it once and saved the model, I would expect it to continue training.
## Actual behavior
Throws the following error:
```
Running trainer.
Choose one of saved models, or enter a name to create a new model.
[r] : rename
[d] : del... | open | 2021-01-08T15:37:14Z | 2023-06-10T08:46:56Z | https://github.com/iperov/DeepFaceLab/issues/5236 | [] | SonOfDiablo | 2 |
tortoise/tortoise-orm | asyncio | 919 | Model.all().limit(None) fails | Prior to latest release( 0.17.5) `Model.all().limit(None)` works as it should, but now it fails with
```
queryset.py 422 limit
if limit < 0:
TypeError:
'<' not supported between instances of 'NoneType' and 'int'
```
Besides, as stated in docs it should `Raises ParamsError – Limit should be non-negative number... | open | 2021-09-21T14:24:13Z | 2021-09-21T16:15:37Z | https://github.com/tortoise/tortoise-orm/issues/919 | [] | slavaGanzin | 3 |
xinntao/Real-ESRGAN | pytorch | 384 | when i finished finetune,which weights should i use to inference? | closed | 2022-07-11T02:47:48Z | 2023-06-29T00:55:31Z | https://github.com/xinntao/Real-ESRGAN/issues/384 | [] | JerryHao-art | 1 | |
bmoscon/cryptofeed | asyncio | 621 | Hit the limit when subscribe all pairs on trades channel on KuCoin | **Describe the bug**
Get the error message when trying to subscribe on trades channel with all pairs
{'id': '1', 'type': 'error', 'code': 509, 'data': 'exceed max subscription count limitation of 100 per time'}
**To Reproduce**
Steps to reproduce the behavior:
```
from cryptofeed.defines import TRADES
from c... | closed | 2021-09-02T10:23:54Z | 2021-10-18T22:39:47Z | https://github.com/bmoscon/cryptofeed/issues/621 | [
"bug"
] | kosmodromov | 2 |
apify/crawlee-python | automation | 809 | Extract state persistence into a mixin-style base class | As of now, only the `Statistics` class saves state on `persistState` events. We should make it possible to implement this behavior in other classes by simply extending some mixin and passing it a pydantic model that would validate the serialized state from the key-value store.
EDIT: `SessionPool` also supports persi... | open | 2024-12-11T16:03:51Z | 2024-12-16T16:55:50Z | https://github.com/apify/crawlee-python/issues/809 | [
"enhancement",
"t-tooling"
] | janbuchar | 1 |
matplotlib/matplotlib | data-science | 29,043 | [Bug]: Script never returns when using `qt6-main >=6.8` | ### Bug summary
In an environment containing `qt6-main` version `6.8.0`: plotting scripts will successfully run all lines, but will never return an exit code. In an environment containing version `6.7.3`: plotting scripts successfully return `0`.
### Code for reproduction
```Python
import matplotlib
import matplotl... | closed | 2024-10-30T18:27:24Z | 2024-11-06T08:58:14Z | https://github.com/matplotlib/matplotlib/issues/29043 | [] | trexfeathers | 10 |
pyeve/eve | flask | 682 | is argument "updates" meant to be "updated" for on_updated call | In patch.py, "updates" is used when calling on_updated callbacks. Is it meant to be "updated" instead? "update" has done its work and won't be used anymore in building the response.
```
getattr(app, "on_updated")(resource, updates, original)
getattr(app, "on_updated_%s" % resource)(updates, original)... | closed | 2015-08-11T14:53:48Z | 2020-04-22T23:19:56Z | https://github.com/pyeve/eve/issues/682 | [
"enhancement"
] | guonsoft | 4 |
fastapi/sqlmodel | fastapi | 210 | I18N Internationalization | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | closed | 2021-12-30T19:28:33Z | 2023-02-08T15:50:45Z | https://github.com/fastapi/sqlmodel/issues/210 | [
"feature"
] | masreplay | 3 |
drivendataorg/cookiecutter-data-science | data-science | 122 | Makefile target `show-help` is hyphen separated | The other targets are snake cases, but only `show-help` is separated by a hyphen.
It should be rename to `show_help` or just `help` ?
How do you think about it? | closed | 2018-06-19T06:16:05Z | 2018-06-21T05:04:40Z | https://github.com/drivendataorg/cookiecutter-data-science/issues/122 | [] | ikuo-suyama | 1 |
lukas-blecher/LaTeX-OCR | pytorch | 107 | Preprocess dark captured image | Images with white text and black background cannot be recognize well,maybe can Preprocess dark captured images | closed | 2022-03-28T18:49:25Z | 2022-03-29T12:25:10Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/107 | [] | trotsky1997 | 1 |
gradio-app/gradio | data-visualization | 9,948 | gr.Dropdown has a fake initial value when using value=None | ### Describe the bug
The dropdown appears to have a value but the function does not receive a value. Also when trying to use the value of a dropdown, it suddenly shows correctly that it is empty. But whenever the page is opened/refreshed it shows the 'mirage' of a value.
### Have you searched existing issues? 🔎
- ... | closed | 2024-11-12T22:03:42Z | 2024-11-13T13:35:19Z | https://github.com/gradio-app/gradio/issues/9948 | [
"bug"
] | rsxdalv | 2 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 823 | from tensorflow.contrib.rseq2seq import Helper ModuleNotFoundError: No module named 'tensorflow.contrib.rseq2seq' | solve help | closed | 2021-08-19T03:36:22Z | 2021-08-25T08:28:47Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/823 | [] | wangkewk | 2 |
explosion/spaCy | data-science | 13,533 | [W030] Some entities could not be aligned in the text | Hi!
I tried training a custom Named Entity Recognition model using spaCy, but despite multiple trials, I get a warning telling me that there are misaligned entities in the training data that I had created.
```
import spacy
from spacy.training import Example
import random
nlp=spacy.load('en_core_web_sm')
tr... | closed | 2024-06-19T07:08:40Z | 2024-06-19T09:15:37Z | https://github.com/explosion/spaCy/issues/13533 | [
"usage"
] | NitGS | 1 |
graphql-python/graphene-django | graphql | 1,293 | Broken with graphql_relay >= 3.1.1 due to wrong imports | * **What is the current behavior?**
`graphql_relay` introduced some internal changes to module names which are not compatible with `graphene-django`.
This is mainly due to renaming of modules and graphene-django not importing from the to level module but deeper in the package. The Readme of `graphql_relay` states... | closed | 2022-01-26T16:31:03Z | 2022-01-26T16:40:05Z | https://github.com/graphql-python/graphene-django/issues/1293 | [
"🐛bug"
] | oleo65 | 2 |
InstaPy/InstaPy | automation | 6,790 | import imp ModuleNotFoundError: No module named 'imp' |
from instapy import InstaPy
session = InstaPy(username="user",password="pass")
session.login()
this code provides with error
$ C:/Users/DELL/AppData/Local/Programs/Python/Python312/python.exe c:/Users/DELL/python/insta.py
Traceback (most recent call last):
File "c:\Users\DELL\python\insta.py", lin... | closed | 2024-02-03T17:54:33Z | 2024-02-07T17:46:17Z | https://github.com/InstaPy/InstaPy/issues/6790 | [] | cloudglides | 2 |
clovaai/donut | nlp | 290 | custom json schema - ASAP | is it possible to train the model to generate structured output with custom json schema? Pleases help me ASAP | open | 2024-02-20T13:59:37Z | 2024-02-21T10:14:58Z | https://github.com/clovaai/donut/issues/290 | [] | xdevfaheem | 2 |
robotframework/robotframework | automation | 4,934 | Enhance performance of visiting parsing model | When Robot parses data files, it produces a model that both Robot itself and external tools use. Going through the model is easiest by using [visitors](https://robot-framework.readthedocs.io/en/stable/autodoc/robot.parsing.model.html#robot.parsing.model.visitor.ModelVisitor). That is typically pretty fast, but it is po... | closed | 2023-11-07T15:16:42Z | 2023-11-10T13:04:28Z | https://github.com/robotframework/robotframework/issues/4934 | [
"priority: medium",
"alpha 1",
"acknowledge",
"effort: small"
] | pekkaklarck | 1 |
ResidentMario/missingno | pandas | 115 | no attribute 'matrix' | When I run my code, theres an error, my code is below:
`import missingno as msno`
`import pandas as pd`
`data = pd.read_csv('xxx.csv')`
`msno.matrix(data, labels=True)`
And then I got this error:
**AttributeError: module 'missingno' has no attribute 'matrix'**
but I won't find the solution on google. can... | closed | 2020-07-15T09:37:48Z | 2021-07-03T18:50:06Z | https://github.com/ResidentMario/missingno/issues/115 | [] | linlin860320 | 3 |
aleju/imgaug | deep-learning | 738 | AddToHue _LUT_CACHE is NoneType | When running the moco code [here](https://github.com/facebookresearch/moco) with imgaug augmentations, using the following guide to making them compatible with pytorch transforms [here](https://colab.research.google.com/drive/109vu3F1LTzD1gdVV6cho9fKGx7lzbFll#scrollTo=rQ6DFPNvVD8s) I get the following error (see below... | open | 2020-12-15T16:14:52Z | 2021-09-07T07:39:14Z | https://github.com/aleju/imgaug/issues/738 | [] | BlGene | 1 |
dmlc/gluon-nlp | numpy | 1,372 | fine-tune bert_12_768_12 | If we fine-tune bert_12_768_12 with mxnet/gluon. Can we then fine-tune BERT with Bert embedding of (https://github.com/imgarylai/bert-embedding)?. Can we integrate fine-BERT from huggingface wtih gulon.? | open | 2020-09-23T14:15:43Z | 2020-09-23T20:50:42Z | https://github.com/dmlc/gluon-nlp/issues/1372 | [] | Shafi2016 | 2 |
ivy-llc/ivy | tensorflow | 28,094 | Fix Frontend Failing Test: paddle - comparison_ops.torch.equal | To-do List: https://github.com/unifyai/ivy/issues/27500
| closed | 2024-01-28T10:58:45Z | 2024-01-29T13:07:38Z | https://github.com/ivy-llc/ivy/issues/28094 | [
"Sub Task"
] | Sai-Suraj-27 | 0 |
deeppavlov/DeepPavlov | nlp | 1,438 | Error while building Knowledge Base Question Answering (KBQA) model: ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject | Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first.
Please enter all the information below, otherwise your issue may be closed without a warning.
**DeepPavlov version** (you can look it up by running `pip show ... | closed | 2021-05-06T22:43:30Z | 2021-05-09T14:45:21Z | https://github.com/deeppavlov/DeepPavlov/issues/1438 | [
"bug"
] | Aryagm | 3 |
hzwer/ECCV2022-RIFE | computer-vision | 307 | 将fastmode设置为false后图像的插帧效果不佳 | 我对两张图像进行插帧,在fastmode设置为false后,生成的结果不佳,请问是什么原因导致的。

同时在output中保存的原始图像img0与img1质量有些退化,是什么原因导致的。 | open | 2023-04-11T06:18:32Z | 2023-04-11T10:36:18Z | https://github.com/hzwer/ECCV2022-RIFE/issues/307 | [] | Liming-belief | 3 |
chiphuyen/stanford-tensorflow-tutorials | nlp | 136 | `style_transfer.py` content loss computing issue | closed | 2018-10-05T03:00:02Z | 2018-10-05T03:02:43Z | https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/136 | [] | gpengzhi | 0 | |
microsoft/MMdnn | tensorflow | 943 | pytorch to onnx | Platform (like ubuntu 16.04/win10):
Python version:
Source framework with version (like Tensorflow 1.4.1 with GPU):
Destination framework with version (like CNTK 2.3 with GPU):
Pre-trained model path (webpath or webdisk path):
Running scripts:
| closed | 2023-07-01T21:05:53Z | 2023-07-01T21:08:43Z | https://github.com/microsoft/MMdnn/issues/943 | [] | MadeByKit | 0 |
oegedijk/explainerdashboard | dash | 198 | String categorical values from Lightgbm | Hello,
great tool and library! Wonder if you can point me in the right direction to solve an issue?
- with LightGbm we can list the categorical column and it is ok if the values are strings values
- once in ExplainerDashboard the code crashes as it cannot handle strings values (at leat my understanding)
what ca... | open | 2022-03-27T16:00:36Z | 2023-07-13T14:02:33Z | https://github.com/oegedijk/explainerdashboard/issues/198 | [] | Guidosalimbeni | 7 |
modin-project/modin | data-science | 7,093 | BUG: idxmax and idxmin do not allow string columns when numeric_only=False | ### Modin version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest released version of Modin.
- [X] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i... | closed | 2024-03-14T18:13:27Z | 2024-04-17T12:34:54Z | https://github.com/modin-project/modin/issues/7093 | [
"bug 🦗",
"P2",
"Enable plugin"
] | mvashishtha | 0 |
tensorpack/tensorpack | tensorflow | 1,253 | Training speed is faster than TestDataSpeed() | I wrote a dataflow which can process 24 images/sec( 1.5 it/s * batch=16) by using TestDataSpeed()
But training speed(Using QueueInput() with default arguments) is 52 images/sec(3.2 it/s * batch=16) and the queue size in tensorboard is always full, so does GPU utilization rate.
How could training run faster than i... | closed | 2019-07-04T03:19:30Z | 2019-07-11T16:13:57Z | https://github.com/tensorpack/tensorpack/issues/1253 | [
"performance"
] | ArtificialNotImbecile | 2 |
cvat-ai/cvat | pytorch | 8,513 | Can't build UI from DockerFile.UI | ### 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
On Ubuntu 22.04 ran:
```
DOCKER_BUILDKIT=1 docker compose -f docker-compose.yml -f docker-compose.dev.yml -f co... | closed | 2024-10-05T14:26:35Z | 2024-10-07T05:24:55Z | https://github.com/cvat-ai/cvat/issues/8513 | [
"bug"
] | egortech | 2 |
sunscrapers/djoser | rest-api | 60 | Some url names clash with default Django url names. | For instance, login and logout clash with standard Django registration urls.
| closed | 2015-07-13T21:47:26Z | 2016-03-01T11:51:11Z | https://github.com/sunscrapers/djoser/issues/60 | [] | mcastle | 3 |
dask/dask | scikit-learn | 11,730 | cupy: `__setitem__` with int array index fails when chunked | `x.__setitem__(idx, )`, where x is a dask array with cupy meta and idx is a dask array of integers, returns incorrect results when there are multiple chunks:
```python
def test_setitem_1d():
x = cupy.arange(10)
idx = cupy.asarray([2, 3])
dx = da.from_array(x.copy(), chunks=(5,))
x[idx,] = -1
dx[da... | open | 2025-02-07T11:46:23Z | 2025-03-17T02:05:02Z | https://github.com/dask/dask/issues/11730 | [
"needs attention",
"needs triage"
] | crusaderky | 1 |
gee-community/geemap | streamlit | 982 | problem in convert GEE javascript to python for phenology analysis | I want to convert the following Javascript code into python and show the chart in Jupyter Notebook, but i am unable to do, if anyone can share the equivalent python code it would be really appreciated.
---code java scripts---
var geometry = ee.Geometry.Polygon( [[[-15.327075719833374,16.843462950466662],[-15.325809... | closed | 2022-03-16T21:29:39Z | 2022-03-16T21:37:20Z | https://github.com/gee-community/geemap/issues/982 | [
"bug"
] | SIDIBRAFJD | 1 |
dynaconf/dynaconf | django | 1,095 | [docs] Document the new method hooks | Add documentation for the feature added on https://github.com/dynaconf/dynaconf/pull/975
Dynaconf allows changing the wrapped class to allow method hooking.
```python
from dynaconf import Dynaconf
from dynaconf.hooking import Action, Hook, HookableSettings
settings = Dynaconf(_wrapper_class=HookableSetting... | closed | 2024-05-07T16:34:40Z | 2024-07-14T19:00:43Z | https://github.com/dynaconf/dynaconf/issues/1095 | [
"Not a Bug",
"Docs"
] | rochacbruno | 0 |
serengil/deepface | deep-learning | 586 | recorded video to be analysed | Hi first of all thanks for this valuable info!
secondly how can I go about this problem please? I need to record a 10/15 min video which I need to input into DeepFace to analyse it for emotions, so instead of using realtime camera I want to input the video image please | closed | 2022-10-30T22:59:31Z | 2022-10-30T23:15:06Z | https://github.com/serengil/deepface/issues/586 | [
"question"
] | MarouskaVB | 1 |
piskvorky/gensim | data-science | 3,138 | Wrong LDA hyperparameter offset (downweighting factor tau0)? | I observed that the hyperparameter `offset` (introduced as `downweighting` factor in https://github.com/RaRe-Technologies/gensim/commit/aa56561a5c2e49ba699ba0f3468aa762112ad761) which corresponds to tau_0 from [Hoffman et al.](https://papers.neurips.cc/paper/2010/file/71f6278d140af599e06ad9bf1ba03cb0-Paper.pdf) is set ... | open | 2021-05-11T16:47:02Z | 2021-05-11T16:49:20Z | https://github.com/piskvorky/gensim/issues/3138 | [] | jonaschn | 1 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,194 | How I can train encoder | How I can train encoder without using VoxCeleb1 and VoxCeleb2,I just don't know where install them. And if you can tell me where it can be downloaded | closed | 2023-04-15T22:55:03Z | 2023-04-17T10:56:14Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1194 | [] | terminatormlp | 1 |
aleju/imgaug | machine-learning | 519 | Drawn bounding box labels | Hi,
When initializing an object using the [BoundingBox](https://imgaug.readthedocs.io/en/latest/_modules/imgaug/augmentables/bbs.html#BoundingBox) class an option to store a `label` parameter is available. However, an option to then draw this label onto an image together with the bounding box, using the method [draw... | open | 2019-12-10T07:09:47Z | 2020-02-22T14:33:45Z | https://github.com/aleju/imgaug/issues/519 | [] | marcheseV | 2 |
coqui-ai/TTS | pytorch | 3,280 | [Bug] ValueError: Model is not multi-lingual but `language` is provided. | ### Describe the bug
I got the "ValueError: Model is not multi-lingual but `language` is provided." when i used XTTSv2
### To Reproduce
import torch
from TTS.api import TTS
# Get device
device = "cuda" if torch.cuda.is_available() else "cpu"
# List available 🐸TTS models
print(TTS().list_models())
# Ini... | closed | 2023-11-21T09:57:08Z | 2023-12-01T09:56:30Z | https://github.com/coqui-ai/TTS/issues/3280 | [
"bug"
] | JJun-Guo | 5 |
modin-project/modin | pandas | 6,879 | The query_compiler.merge reconstructs the Right dataframe for every partition of Left Dataframe | The query_compiler.merge reconstructs the Right dataframe from its partitions for every partition of Left Dataframe, The concat operation results in higher memory consumption when the size of right dataframe is large.
A possible option is to combine the right Dataframe partitions to a single partition dataframe by c... | closed | 2024-01-25T11:39:01Z | 2024-02-13T12:09:24Z | https://github.com/modin-project/modin/issues/6879 | [
"Internals"
] | arunjose696 | 0 |
google-research/bert | tensorflow | 1,257 | Printing the weights of a pre-trained model | During the generation of the key matrix, query matrix, and value matrix, what are the weights used? How do I print these weights? | open | 2021-08-25T05:26:15Z | 2021-08-25T05:26:15Z | https://github.com/google-research/bert/issues/1257 | [] | nivi1501 | 0 |
encode/databases | asyncio | 171 | [QUESTION] Raw Query IN clause list? | How can I do the following:
```python
# Input list of bar_ids
bar_ids_input = [1, 2, 3, 4]
# Convert to dictionary mapping
bar_ids = [{'bar_id': bar_id} for bar_id in bar_ids]
query = """
SELECT * FROM foo_table WHERE bar_id IN :bar_ids
"""
async with db() as db:
query_result = await db.fetch_all... | closed | 2020-03-06T22:03:48Z | 2020-03-21T01:23:27Z | https://github.com/encode/databases/issues/171 | [] | neilpanchal | 2 |
gradio-app/gradio | deep-learning | 10,108 | Real time logs from subprocesses | The general goal is to develop a UI using Gradio to display subprocess logs in real time. However, the logs aren't updating dynamically. Is it possible to display logs in real time without explicit triggering?
Example (real_time_logs.py):
```
import os
import gradio as gr
import asyncio
import signal
from f... | closed | 2024-12-03T14:42:57Z | 2024-12-03T15:47:56Z | https://github.com/gradio-app/gradio/issues/10108 | [] | gzzv | 1 |
huggingface/transformers | pytorch | 36,324 | How can I determine which region of the image the model is focusing on when answering a specific question? | How can I determine which region of the image the model is focusing on when answering a specific question?, Does InternVL use Cross-Attention between images and text? If so, how can I extract the attention between a specific region of the image and a specific word?
Thanks | closed | 2025-02-21T08:05:21Z | 2025-02-21T08:06:12Z | https://github.com/huggingface/transformers/issues/36324 | [] | phongkhanh | 0 |
sgl-project/sglang | pytorch | 4,076 | offline throughput benchmark numbers mismatch with custom benchmark by 3x | Hi I am trying to squeeze out maximum throughput for a 0.5B model with 5000 input and 100 output tokens, but I got quite different throughput from custom benchmarking versus official benchmark script result. This is done on AWS instance with 1 L4 GPU and 16 CPU, my custom got 6.79 req/s, but official got 15.75 req/s, a... | closed | 2025-03-05T03:20:36Z | 2025-03-05T04:13:30Z | https://github.com/sgl-project/sglang/issues/4076 | [] | JunhaoWang | 3 |
lucidrains/vit-pytorch | computer-vision | 38 | About flatening the patch | Hi,
Thanks for sharing this implementation. I got one question when flattening the HxW patch to D dimension, you use a FC layer to map it to a fixed dimension. But in the original paper, they use 224x224 to train and 384x384 to test, which can not be achieved if the flatten layer is fixed. Also, in another repo you ... | open | 2020-12-04T04:06:12Z | 2020-12-04T05:31:09Z | https://github.com/lucidrains/vit-pytorch/issues/38 | [] | yifanjiang19 | 2 |
deezer/spleeter | deep-learning | 607 | [Bug] Illegal hardware instruction | - [O ] I didn't find a similar issue already open.
- [O] I read the documentation (README AND Wiki)
- [O] I have installed FFMpeg
- [O] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
<!-- Give us a clear and concise descriptio... | closed | 2021-04-08T17:23:42Z | 2025-02-21T13:17:33Z | https://github.com/deezer/spleeter/issues/607 | [
"bug",
"invalid"
] | e16m | 32 |
Avaiga/taipy | data-visualization | 1,621 | [DOCS] editable__columnname is not documented | ### Issue Description
The proper syntax to make the "Demand" column of a table editable in tgb is:
```python
tgb.table("{demand_table}", on_edit=edit_demand, editable__Demand=True)
```
But this syntax is not documented in the docs:
https://docs.taipy.io/en/develop/manuals/userman/gui/viselements/generic/table/
h... | closed | 2024-07-31T10:34:27Z | 2024-10-05T21:35:12Z | https://github.com/Avaiga/taipy/issues/1621 | [
"📄 Documentation",
"🖰 GUI",
"🟨 Priority: Medium"
] | AlexandreSajus | 4 |
pytest-dev/pytest-html | pytest | 163 | warnings summary not reflected in html-summary (feature request) | In addition to test failure, pytest captures a warnings summary and reports this at the end of the test summary. It would be great if this could be reflected in the html summary as well. | open | 2018-05-10T05:12:02Z | 2020-12-21T22:47:05Z | https://github.com/pytest-dev/pytest-html/issues/163 | [
"enhancement"
] | nicain | 10 |
mage-ai/mage-ai | data-science | 5,555 | [Feature Request] Vim Motions | **Is your feature request related to a problem? Please describe.**
As a developer used to working with Vim motions in my editor, it is a bit jarring to edit code in Mage and not have support for this, which in turn drives me towards using an external editor instead of working directly in Mage.
**Describe the soluti... | open | 2024-11-12T14:15:50Z | 2024-11-13T10:36:40Z | https://github.com/mage-ai/mage-ai/issues/5555 | [
"feature"
] | oscarlofwenhamn | 3 |
flairNLP/flair | nlp | 2,783 | POS span returns empty list on Colab | Thank you for your dedicated work.
I've been trying to run the POS example from [HuggingFace](https://huggingface.co/flair/pos-english) in a Google Colab. Yet, I cannot retrieve the spans for POS. I've tried various different things, but it always seems to return an empty list and I have used the exact same code as in... | closed | 2022-05-19T15:11:33Z | 2022-05-19T16:40:03Z | https://github.com/flairNLP/flair/issues/2783 | [
"bug"
] | PhilWicke | 3 |
gradio-app/gradio | data-visualization | 10,752 | Remove scrollers in dataframe | hey all,
trying to remove scrollers from the data frame. Is they a way?

seems they're displaying by default. tried css, styling, max_height... all didn't work out
| closed | 2025-03-07T10:38:50Z | 2025-03-13T07:05:09Z | https://github.com/gradio-app/gradio/issues/10752 | [
"💾 Dataframe"
] | angelica-ignateva | 9 |
plotly/dash | flask | 3,017 | Metadata not generated correctly for Typescript components | With TypeScript components, the `metadata.json` file is not generated correctly in cases where there is a union with a boolean.
For example,
```
persistence?: boolean | string | number;
```
The `metadata.json` file only includes the string and number but not the boolean.
```
"persistence": {
"d... | open | 2024-09-29T22:44:41Z | 2024-10-01T18:00:26Z | https://github.com/plotly/dash/issues/3017 | [
"bug",
"P2"
] | AnnMarieW | 1 |
pbugnion/gmaps | jupyter | 233 | AttributeError | Hi,
I followed install instructions but always got this same error:
AttributeError: module 'ipywidgets.widgets.trait_types' has no attribute 'InstanceDict'
How can I fix it?
Thanks in advance, Jaime | closed | 2018-04-02T21:04:44Z | 2018-06-24T14:58:23Z | https://github.com/pbugnion/gmaps/issues/233 | [] | jaimebayes | 20 |
OpenInterpreter/open-interpreter | python | 1,158 | Invalid crash | ### Describe the bug
raise RateLimitError(
litellm.exceptions.RateLimitError: OpenAIException - Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-cod... | open | 2024-04-01T09:58:48Z | 2024-04-01T09:58:48Z | https://github.com/OpenInterpreter/open-interpreter/issues/1158 | [] | pligor | 0 |
deezer/spleeter | deep-learning | 781 | [Bug] Model download URL points to wrong location when splitting on Github Actions runner | - [x] I didn't find a similar issue already open.
- [x] I read the documentation (README AND Wiki)
- [x] I have installed FFMpeg
- [x] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
Any attempt to run `spleeter` on a [Github A... | open | 2022-08-25T15:56:06Z | 2022-08-25T16:11:57Z | https://github.com/deezer/spleeter/issues/781 | [
"bug",
"invalid"
] | chuttam | 0 |
RobertCraigie/prisma-client-py | pydantic | 711 | Support default values for enum arrays | <!--
Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output.
See https://prisma-client-py.readthedocs.io/en/stable/reference/logging/ for how to enable additional log... | closed | 2023-03-01T21:47:16Z | 2023-03-01T22:24:57Z | https://github.com/RobertCraigie/prisma-client-py/issues/711 | [
"bug/1-repro-available",
"kind/bug",
"process/candidate",
"priority/high",
"topic: crash"
] | RobertCraigie | 0 |
ionelmc/pytest-benchmark | pytest | 168 | benchmark-compare=NUM option without NUM set, runs as if no benchmark-compare was set | When I try to compare the last saved reference (using `--benchmark-autosave` or `--benchmark-save=some-name` options), with the current run (using `--benchmark-compare=` as explain in the [documentation](https://pytest-benchmark.readthedocs.io/en/latest/usage.html#commandline-options))
```
--benchmark-compare=NUM
... | closed | 2020-04-17T15:16:27Z | 2020-05-11T13:34:19Z | https://github.com/ionelmc/pytest-benchmark/issues/168 | [] | hcuche | 5 |
amidaware/tacticalrmm | django | 1,240 | Capture output of bulk commands | **Is your feature request related to a problem? Please describe.**
Bulk Command and Bulk Script do not have a way to capture the output.
**Describe the solution you'd like**
Ideally, there should be a way to capture the output of the Bulk commands. Bulk Command is useful to gather ad-hoc information. It would be n... | closed | 2022-08-09T16:46:20Z | 2022-08-09T17:04:39Z | https://github.com/amidaware/tacticalrmm/issues/1240 | [] | NiceGuyIT | 2 |
alteryx/featuretools | scikit-learn | 2,427 | Fix warnings encountered during unit tests | Currently when running the full test suite over **17,000** warnings are generated:
```
2417 passed, 23 skipped, 87 xfailed, 17879 warnings
```
Some of these warning may be expected, but some should be addressed. This may require mutiple PRs, but we should investigate these warnings and implement fixes where pos... | open | 2022-12-22T18:22:02Z | 2023-06-26T19:15:43Z | https://github.com/alteryx/featuretools/issues/2427 | [] | thehomebrewnerd | 0 |
deepinsight/insightface | pytorch | 1,807 | insightface_paddle 如何进行finetune? | 如题 | open | 2021-11-02T10:31:15Z | 2021-11-02T10:31:15Z | https://github.com/deepinsight/insightface/issues/1807 | [] | Nise-2-meet-U | 0 |
neuml/txtai | nlp | 631 | Txtai | closed | 2024-01-06T09:40:07Z | 2024-01-06T09:41:36Z | https://github.com/neuml/txtai/issues/631 | [] | Gitaymmw | 0 | |
huggingface/transformers | nlp | 35,988 | Nan/0 logits when finetuning ModernBERT with flash attention enabled. | ### System Info
Output without fa:
, attn_implementation="sdpa"
{'loss': 0.3681, 'grad_norm': 5.589271545410156, 'learning_rate': 4e-05, 'epoch': 1.0}
{'eval_loss': 0.2998541593551636, 'eval_runtime': 2.4136, 'eval_samples_per_second': 20.716, 'eval_steps_per_second': 5.386, 'epoch': 1.0}
{'loss': 0.1703, 'grad_norm'... | closed | 2025-01-31T12:35:55Z | 2025-02-10T10:04:46Z | https://github.com/huggingface/transformers/issues/35988 | [
"bug"
] | anunknowperson | 7 |
mars-project/mars | scikit-learn | 3,192 | [BUG] supervisor memory leak | <!--
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.

```
The cookie download middleware will discard the cookie because `b.example` does not match¹ `a.ex... | open | 2023-03-02T12:14:08Z | 2023-03-16T18:01:44Z | https://github.com/scrapy/scrapy/issues/5841 | [
"bug"
] | Gallaecio | 1 |
bmoscon/cryptofeed | asyncio | 938 | Funding rate DyDx | Issue/Feature request: Missing funding rate for dydx.
I am able to use dydx and call other functions: for example
pairs = ['ETH-USD-PERP']
f.add_feed(dYdX(symbols=pairs, channels = [TRADES], callbacks= {TRADES: trade}))
generates ETH/USD data --> exchange: DYDX symbol: ETH-USD-PERP side: sell amount: 2.996 pr... | open | 2022-12-13T09:09:31Z | 2022-12-13T09:09:31Z | https://github.com/bmoscon/cryptofeed/issues/938 | [
"Feature Request"
] | vijayengineer | 0 |
plotly/dash-bio | dash | 49 | remove styles from app_manhattanplot.py | closed | 2018-11-28T08:23:37Z | 2018-11-30T08:42:01Z | https://github.com/plotly/dash-bio/issues/49 | [] | Bachibouzouk | 0 | |
yt-dlp/yt-dlp | python | 11,954 | ERROR: Unable to download video: [Errno 30] Read-only file system: 'output.json' | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm asking a question and **not** reporting a bug or requesting a feature
- [X] I've looked through the [README](https://github.com/yt-dlp/yt... | closed | 2024-12-30T18:09:57Z | 2024-12-30T18:51:06Z | https://github.com/yt-dlp/yt-dlp/issues/11954 | [
"invalid",
"incomplete"
] | fadone | 2 |
CorentinJ/Real-Time-Voice-Cloning | python | 529 | can't pickle tensorflow | I have tried the main repository, and i get the error that "self" is not defined. There was an issue about this, so i used the branch from that fix. Now i am getting:
**raceback (most recent call last):
File "demo_cli.py", line 93, in <module>
mels = synthesizer.synthesize_spectrograms(texts, embeds)
File "... | closed | 2020-09-17T13:33:55Z | 2021-02-26T16:36:13Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/529 | [] | ghost | 4 |
aleju/imgaug | machine-learning | 228 | BUG?: reseed() does nothing for deterministic augmenters when given a RandomState | Hello,
I've just learned about this great library, but I'm having some trouble using it. Will be happy to get your help with the issue below.
When trying to call reseed() on a deterministic augmenter and provide it with a previously constructed RandomState(), reseed() has no effect.
For example, let's construc... | closed | 2019-01-06T17:24:46Z | 2019-01-06T18:42:10Z | https://github.com/aleju/imgaug/issues/228 | [] | ig177 | 1 |
huggingface/text-generation-inference | nlp | 2,130 | [RFC]Add Auto-Round Support | Hi, here is the INC team from Intel. Thank you for developing this amazing project.
### Motivation
Our team has developed a new weight-only quantization algorithm called Auto-Round. It has achieved superior accuracy compared to [GPTQ](https://arxiv.org/abs/2210.17323), [AWQ](https://arxiv.org/abs/2306.00978), and... | closed | 2024-06-27T07:49:14Z | 2024-08-08T01:53:35Z | https://github.com/huggingface/text-generation-inference/issues/2130 | [
"Stale"
] | yiliu30 | 19 |
horovod/horovod | deep-learning | 3,829 | Spark tests fail with AttributeError: 'pyarrow.lib.Schema' object has no attribute 'to_arrow_schema' | Spark tests fail with
```
Traceback (most recent call last):
File "/horovod/examples/spark/pytorch/pytorch_spark_mnist.py", line 122, in <module>
torch_model = torch_estimator.fit(train_df).setOutputCols(['label_prob'])
File "/usr/local/lib/python3.8/dist-packages/horovod/spark/common/estimator.py", line... | closed | 2023-01-27T16:33:29Z | 2023-01-28T02:38:02Z | https://github.com/horovod/horovod/issues/3829 | [
"bug"
] | maxhgerlach | 0 |
tiangolo/uvicorn-gunicorn-fastapi-docker | pydantic | 61 | add python 3.9 tag | add python 3.9 tag since it is released. | closed | 2020-10-09T12:04:35Z | 2021-09-17T14:20:53Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/61 | [] | wasdee | 10 |
huggingface/datasets | tensorflow | 6,769 | (Willing to PR) Datasets with custom python objects | ### Feature request
Hi thanks for the library! I would like to have a huggingface Dataset, and one of its column is custom (non-serializable) Python objects. For example, a minimal code:
```
class MyClass:
pass
dataset = datasets.Dataset.from_list([
dict(a=MyClass(), b='hello'),
])
```
It gives... | open | 2024-04-01T13:18:47Z | 2024-04-01T13:36:58Z | https://github.com/huggingface/datasets/issues/6769 | [
"enhancement"
] | fzyzcjy | 0 |
python-gino/gino | sqlalchemy | 664 | Website is severely broken | ## Description
The python-gino.org website is severely broken when you resize the browser window. I thought you might like to know. Happens in both latest Firefox and Chrome. See screenshot.
 | Bonjour,
I just discover this plugin and it looks like it might help me to achieve what I am looking for in terms of tests.
If I try to get a minimal working example of what I need is:
* One of the test could be: for a given column (list of numbers), test that the sum of the all cells but the last equals the last ... | open | 2024-09-03T16:36:25Z | 2024-09-09T13:21:35Z | https://github.com/smarie/python-pytest-cases/issues/349 | [] | ant1j | 1 |
jupyter-book/jupyter-book | jupyter | 2,033 | Launch button for opening a local notebook? | Is it possible to make a launch button that opens a notebook with your local jupyter setup? e.g. could you have have a local flask app running and a url to it that could launch it? | open | 2023-06-20T19:32:53Z | 2023-06-20T19:32:53Z | https://github.com/jupyter-book/jupyter-book/issues/2033 | [] | jkitchin | 0 |
encode/databases | sqlalchemy | 154 | Transaction rollback in `with transaction` block causes IndexError | Should I be able to manually rollback transaction when using transaction context?
```python3
import asyncio
from databases import Database
def database():
return Database("postgresql://db",
min_size=1,
max_size=4,
user="tiger",
... | closed | 2019-10-27T16:35:47Z | 2021-09-01T07:03:03Z | https://github.com/encode/databases/issues/154 | [
"question"
] | jarppe | 1 |
dynaconf/dynaconf | flask | 1,195 | disable casting for env vars | Am looking for a way to load value from an env with quotes. e.g.:
```exoprt DYNACONF_MYVAR='"with_quotes"'```
Is there any way to achieve this? To disable the tomlfy for env vars? | open | 2024-11-14T16:09:56Z | 2024-11-16T13:23:26Z | https://github.com/dynaconf/dynaconf/issues/1195 | [
"question"
] | zalmane | 3 |
pydata/xarray | pandas | 9,642 | Release/support roadmap in documentation | ### Is your feature request related to a problem?
I can not find easily info on the release cycle, python versions support, when they would be dropped, etc.
It's handy to know e.g. how long would python 3.11 be supported by xarray.
### Describe the solution you'd like
We could add a new page in the docum... | open | 2024-10-17T14:08:28Z | 2024-10-18T10:11:59Z | https://github.com/pydata/xarray/issues/9642 | [
"topic-documentation",
"enhancement"
] | arongergely | 4 |
ml-tooling/opyrator | pydantic | 63 | More dynamic input modules for audio and video like webcam and 🎤 | <!--
Thanks for requesting a feature 🙌 ❤️
Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. Also, be sure t... | closed | 2022-10-11T08:23:45Z | 2023-01-25T02:28:27Z | https://github.com/ml-tooling/opyrator/issues/63 | [
"feature",
"stale"
] | aadityaverma | 1 |
scikit-learn/scikit-learn | data-science | 30,707 | Add sample_weight support to QuantileTransformer | ### Describe the workflow you want to enable
Would be good to get sample_weight support for QuantileTransformer for dealing with sparse or imbalanced data, a la [#15601](https://github.com/scikit-learn/scikit-learn/issues/15601).
```
scaler = QuantileTransformer(output_distribution="normal")
scaler.fit(X, sample_... | open | 2025-01-22T23:07:51Z | 2025-02-03T16:37:49Z | https://github.com/scikit-learn/scikit-learn/issues/30707 | [
"New Feature",
"Moderate"
] | antipisa | 2 |
marcomusy/vedo | numpy | 547 | Density now showing | Hi Marco,
I'm trying to plot `Points().density()` following up on this issue: https://github.com/brainglobe/brainrender/issues/107#issuecomment-981112830
When I run the `vedo` [example](https://github.com/marcomusy/vedo/blob/master/examples/pyplot/plot_density2d.py) the density is not shown:
<img width="619" a... | closed | 2021-11-29T23:09:11Z | 2021-12-09T10:59:58Z | https://github.com/marcomusy/vedo/issues/547 | [] | FedeClaudi | 6 |
xonsh/xonsh | data-science | 4,725 | Failed to load xontrib jedi. | <!--- Provide a general summary of the issue in the Title above -->
<!--- If you have a question along the lines of "How do I do this Bash command in xonsh"
please first look over the Bash to Xonsh translation guide: https://xon.sh/bash_to_xsh.html
If you don't find an answer there, please do open an issue! -->
#... | closed | 2022-03-19T22:45:50Z | 2022-03-24T03:53:15Z | https://github.com/xonsh/xonsh/issues/4725 | [
"xontrib-jedi"
] | justin-f-perez | 7 |
facebookresearch/fairseq | pytorch | 4,786 | How to get the perplexity of a single sentence for the custom fairseq pretrained language model? | ## ❓ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
<!-- If you still can't find what you need: -->
#### What is your question?
#### Code
<!-- Please paste a code snippet if your question requires it! -->
#### What have you tried?
#### What's your environment?
... | open | 2022-10-13T09:58:04Z | 2022-10-13T09:58:04Z | https://github.com/facebookresearch/fairseq/issues/4786 | [
"question",
"needs triage"
] | robotsp | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.