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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
dynaconf/dynaconf | fastapi | 1,213 | feat: Allow composed current environments | ```
export APP_MODE=development
```
Will load `development_settings.py`
```
export APP_MODE=development,quiet
```
Will load `development_settings.py` and `development_quiet.py`
The current_env method will return `development,quiet` composed
all inner methods that uses `env` must split and resolve.
... | closed | 2024-12-20T18:34:14Z | 2025-01-21T17:13:29Z | https://github.com/dynaconf/dynaconf/issues/1213 | [
"Not a Bug",
"RFC",
"aap"
] | rochacbruno | 0 |
plotly/dash | data-visualization | 2,427 | [BUG] Inexistent random lines at go.Scatter with Dash | Hi,
I have found that extra lines are created in go.Scatter plots represented as Dash Graph objects, see the below picture.
I am using the currently latest available versions for all packages:
plotly 5.13.0
dash 2.8.1
dash-bootstrap-components 1.3.1
dash-core-components 2.0.0
dash-extensions 0.1.11
dash-html-... | closed | 2023-02-17T11:46:37Z | 2023-03-13T09:14:26Z | https://github.com/plotly/dash/issues/2427 | [] | asicoderOfficial | 0 |
kymatio/kymatio | numpy | 792 | Scattering 2D doesn't work when using 2^J == image size (TensorFlow backend) | Similar issues have been reported before (#284, #363) and also fixed (#412) for Torch backend. However, still not working in the tensorflow backend:
test:
```python
import numpy as np
from kymatio.tensorflow import Scattering2D
scattering = Scattering2D(J=5, shape=(32, 32))
test_im = np.ones((1,1,32,32))
te... | closed | 2022-01-24T10:48:58Z | 2023-06-13T12:51:57Z | https://github.com/kymatio/kymatio/issues/792 | [] | MatthijsMars | 6 |
samuelcolvin/watchfiles | asyncio | 129 | Watchfiles not detecting changes | OS: Ubuntu 22.04
With some code similar to #128, watchfiles doesn't detect changes, although it prints with `debug=True`:
```
raw-event: Event { kind: Modify(Data(Any)), paths: ["/home/david/github/davidbrochart/jupyterlab/untitled.txt"], attr:tracker: None, attr:flag: None, attr:info: None, attr:source: None }
raw... | closed | 2022-04-26T12:24:58Z | 2022-07-19T17:35:07Z | https://github.com/samuelcolvin/watchfiles/issues/129 | [
"bug"
] | davidbrochart | 10 |
aminalaee/sqladmin | sqlalchemy | 867 | Mark safe for Custom attributes and Column formatters | ### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
I want to be able to output HTML column in list/detail view. But I cant because it escapes special chars like `<b>text</b>`
### Describe the solution you would like.
... | closed | 2024-12-24T17:24:07Z | 2024-12-25T13:46:53Z | https://github.com/aminalaee/sqladmin/issues/867 | [] | ycuk | 0 |
hyperspy/hyperspy | data-visualization | 2,726 | align_zero_loss_peak not working for EELS data with 2D navigation axis | To reproduce:
```python
import numpy as np
import hyperspy.api as hs
s = hs.signals.EELSSpectrum(np.zeros((10, 20, 100)))
s.align_zero_loss_peak()
```
gives
```python
ValueError: The size of the navigation_shape for the kwarg shift (<(200,)> must be consistentwith the size of the mapped signal <(20, 10)>
```
... | closed | 2021-04-29T16:56:18Z | 2021-06-10T18:50:55Z | https://github.com/hyperspy/hyperspy/issues/2726 | [
"type: bug"
] | ptim0626 | 3 |
geopandas/geopandas | pandas | 2,895 | DOC: update dissolve docstring to document options for by (e.g. list of attributes) | Currently dissolve has a parameter `by` which is restricted to a string.
I think the option, that this parameter could also be a list of strings could would be great. That way, all attributes in the list needs to be equal to combine the polygons.
Current workaround is to concat the values of the attributes into a n... | closed | 2023-05-19T09:55:48Z | 2023-09-26T15:47:27Z | https://github.com/geopandas/geopandas/issues/2895 | [
"documentation"
] | sehHeiden | 6 |
seleniumbase/SeleniumBase | web-scraping | 2,930 | uc_gui_click_captcha() is not working ? | 

| closed | 2024-07-16T08:55:21Z | 2024-07-16T09:16:30Z | https://github.com/seleniumbase/SeleniumBase/issues/2930 | [
"self-resolved",
"UC Mode / CDP Mode"
] | LoadingT | 0 |
pandas-dev/pandas | python | 60,561 | BUG: set_index with pyarrow timestamp type does not produce DatetimeIndex | ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | open | 2024-12-13T20:03:30Z | 2024-12-16T13:01:56Z | https://github.com/pandas-dev/pandas/issues/60561 | [
"Bug",
"Datetime",
"Index",
"Arrow"
] | WillAyd | 2 |
dmlc/gluon-nlp | numpy | 901 | script version checking | Currently users download scripts from the gluonnlp website, which is up-to-date with the latest gluonnlp release.
However, some user still have old version of gluonnlp installed, and didn't realize that the downloaded script only works for latest gluonnlp (0.8).
I suggest we add version checking in the beginnin... | closed | 2019-08-26T23:36:20Z | 2019-09-22T21:49:20Z | https://github.com/dmlc/gluon-nlp/issues/901 | [
"enhancement"
] | eric-haibin-lin | 1 |
nltk/nltk | nlp | 2,886 | pretty_print() problem with right to left language | Hi!
It seems pretty_print() print the tree from left to right but for right to left languages, print the words in leaves in the wrong order.
Is there a way to solve this?
an example:

| open | 2021-11-14T16:22:14Z | 2021-11-27T13:25:52Z | https://github.com/nltk/nltk/issues/2886 | [
"enhancement",
"discussion"
] | n-zare | 17 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,999 | [Bug]: AttributeError: 'NoneType' object has no attribute 'lowvram' | ### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [ ] The issue exists in the current version of the webui
- [ ] The issue has not been reported ... | closed | 2024-06-11T16:50:58Z | 2024-08-12T07:22:16Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15999 | [
"bug-report"
] | SuperEdison | 3 |
plotly/plotly.py | plotly | 4,635 | Document all graph properties that can be edited when `editable` is set to `True` in the graph config | It would be great if the docs (both Plotly.js and Plotly.py) contained a list of all the graph properties which can be edited when `editable` is set to `True` in the graph config.
[The JS docs mention editable mode](https://plotly.com/javascript/configuration-options/#editable-mode) but don't contain a list of pro... | open | 2024-06-13T15:30:54Z | 2025-03-05T22:45:18Z | https://github.com/plotly/plotly.py/issues/4635 | [
"feature",
"P2",
"documentation"
] | emilykl | 0 |
modelscope/modelscope | nlp | 1,161 | 无法下载数据集 | Thanks for your error report and we appreciate it a lot.
**Checklist**
* I have searched the tutorial on modelscope [doc-site](https://modelscope.cn/docs) [yes]
* I have searched related issues but cannot get the expected help. [yes]
* The bug has not been fixed in the latest version. [yes]
**Describe the b... | closed | 2024-12-29T10:47:56Z | 2024-12-29T14:58:57Z | https://github.com/modelscope/modelscope/issues/1161 | [] | Slipstream-Max | 5 |
adbar/trafilatura | web-scraping | 454 | Few issues with tests. | I have a question, what is the envrionment you run tests now? When i tried to run them on python3.8, i have a several issues:
1) when testing resiliparse: the line
`decoded = bytes_to_str(htmlstring, detect_encoding(htmlstring))`
requires that htmlstring is of type bytes, however its **mostly** string. So... | open | 2023-12-10T08:26:22Z | 2024-04-19T11:15:38Z | https://github.com/adbar/trafilatura/issues/454 | [
"evaluation"
] | majcl | 1 |
ymcui/Chinese-BERT-wwm | nlp | 189 | 为什么RoBERTa版本训练速度更慢? | 老师您好,有一个不太成熟的问题,通过一段时间的简单使用,发现在相同的参数设置下(TensorFlow)RoBERTa版本的训练和推理速度明显慢于普通的BERT版本,不知道这是不是我使用时的问题,还是确实存在这方面的现象? | closed | 2021-07-11T09:01:00Z | 2021-07-20T08:10:33Z | https://github.com/ymcui/Chinese-BERT-wwm/issues/189 | [
"stale"
] | sunyilgdx | 3 |
mwaskom/seaborn | pandas | 3,763 | clustermap seems to reorder column labels even though col_cluster = False | I frequently use clustermap for visualisations of my data and couldn't do without it. However, I recently came across an oddity where the implementation seems to change the order of the column labels even though `col_cluster = False`. I suspect this has to do with the special structure of my column names (e.g. E14.5_As... | closed | 2024-10-07T15:43:31Z | 2024-10-07T15:48:58Z | https://github.com/mwaskom/seaborn/issues/3763 | [] | dmalzl | 1 |
ryfeus/lambda-packs | numpy | 5 | No module named PIL error when using Skimage_numpy package | When I replace the service.py with the following code and try to test skimage with a simple imread,
Lambda returns:
`Unable to import module 'service': No module named PIL
`
```
# -*- coding: utf-8 -*-
from skimage import io
import urllib
def handler(event, context):
urllib.urlretrieve("http://image.pbs... | closed | 2017-05-08T20:41:15Z | 2017-05-31T02:51:41Z | https://github.com/ryfeus/lambda-packs/issues/5 | [] | stasov | 10 |
ibis-project/ibis | pandas | 10,484 | feat(postgres): more flexible map type implementation | ### Discussed in https://github.com/ibis-project/ibis/discussions/10483
<div type='discussions-op-text'>
<sup>Originally posted by **augcollet** November 13, 2024</sup>
Hello,
I need your help to resolve a specific problem...
From the following data with postgresql backend :
```python
import ibis
fro... | open | 2024-11-13T10:06:31Z | 2024-11-13T10:07:21Z | https://github.com/ibis-project/ibis/issues/10484 | [
"feature",
"refactor",
"postgres"
] | cpcloud | 0 |
jina-ai/serve | fastapi | 5,823 | How to Implement Single Machine Multi Process to Improve Concurrency | How to Implement Single Machine Multi Process to Improve Concurrency?
f = Flow(port=12345).add(uses=FooExec, replicas=3).add(uses=BarExec, replicas=2)
<replicas>
don't work!!! | closed | 2023-04-24T08:42:21Z | 2023-06-10T08:48:03Z | https://github.com/jina-ai/serve/issues/5823 | [] | yuanjie-ai | 5 |
ultralytics/yolov5 | deep-learning | 13,498 | freetype font and pillow | It seems in Pillow library version over 9.5 getsize method has been removed. So either change the method or limit the library to be installed to 9.5.
Here is the log I get for now.
```
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/... | open | 2025-01-23T02:40:46Z | 2025-01-23T19:35:22Z | https://github.com/ultralytics/yolov5/issues/13498 | [
"bug",
"dependencies"
] | vahidajalluian | 2 |
iperov/DeepFaceLab | deep-learning | 5,622 | Freezing layers | ## Problem
The current code does not make any real difference between trainable and non-trainable weights. Every layer has a unique `get_weights` method and later on the trainable weights are defined simply in terms of that method.
## Possible solution
Adding an extra line of code to each model should suffice... | open | 2023-02-07T15:22:55Z | 2023-02-09T07:01:15Z | https://github.com/iperov/DeepFaceLab/issues/5622 | [] | Jerry-Master | 2 |
flasgger/flasgger | api | 499 | Are there all flasgger versions support for all python3 versions? | Is there any document that can see the compatible between python and flasgger versions?
I have run example code colors.py with python v3.5.1 / flasgger v0.8.1 and v0.9.5,
but I got an error below:

I... | open | 2021-10-01T12:53:05Z | 2021-10-01T12:53:32Z | https://github.com/flasgger/flasgger/issues/499 | [] | rreexxllii0310 | 0 |
sczhou/CodeFormer | pytorch | 155 | Anime dog | ![Uploading output (5).png…]()
Me with dog | closed | 2023-02-24T08:00:00Z | 2023-04-19T08:51:44Z | https://github.com/sczhou/CodeFormer/issues/155 | [] | darkboy198 | 1 |
FactoryBoy/factory_boy | sqlalchemy | 260 | Random Photo Colors and Sizes | I see that I can create a photo with a certain color and size [like this](https://factoryboy.readthedocs.org/en/latest/orms.html?highlight=django#factory.django.ImageField):
``` python
class MyFactory(factory.django.DjangoModelFactory):
class Meta:
model = models.MyModel
the_image = factory.django.Ima... | open | 2016-01-05T00:25:23Z | 2019-04-11T07:41:00Z | https://github.com/FactoryBoy/factory_boy/issues/260 | [
"Feature"
] | saulshanabrook | 16 |
tensorpack/tensorpack | tensorflow | 1,475 | dorefa-Net | If I quantize the last layer, the validation is dropped, how to correct it? | closed | 2020-08-11T14:53:32Z | 2020-08-11T17:15:07Z | https://github.com/tensorpack/tensorpack/issues/1475 | [
"unrelated"
] | wm901115nwpu | 1 |
opengeos/leafmap | streamlit | 346 | Add rastervision for deep learning | https://github.com/azavea/raster-vision | closed | 2023-01-22T19:51:23Z | 2024-02-06T15:30:28Z | https://github.com/opengeos/leafmap/issues/346 | [
"Feature Request"
] | giswqs | 1 |
holoviz/panel | plotly | 7,231 | Pyodide Panel site generated with `panel convert` throws error `Uncaught (in promise) PythonError` on Function Execution | #### ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)
```
panel==1.4.2
pyodide==0.26.2
bw2data==4.0.dev51
bw2io==0.9.dev34
bw2calc==2.0.dev20
```
#### Description of expected behavior and the observed behavior
A life-cycle assessm... | closed | 2024-09-04T14:32:27Z | 2024-09-07T20:23:16Z | https://github.com/holoviz/panel/issues/7231 | [] | michaelweinold | 2 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 15,476 | [Feature Request]: Add VAE selection for HiresFix in txt2img | ### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
i always use a sdxl model for t2i and sd1.5 model for hiresfix, it will take lower usage and fix some artifact(some sdxl model)
### Proposed workflow
1. Go to t2... | open | 2024-04-10T03:24:03Z | 2024-04-10T03:24:03Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15476 | [
"enhancement"
] | AhBumm | 0 |
dask/dask | scikit-learn | 11,270 | Update optuna docs to point to Optuna-integration | Optuna moved some 3rd party things to optuna-integration
We should update https://docs.dask.org/en/stable/ml.html#hyperparameter-optimization and potentially more to point to the correct location. i.e.
```
from optuna_integration import DaskStorage
``` | open | 2024-08-02T17:22:24Z | 2024-08-02T17:22:29Z | https://github.com/dask/dask/issues/11270 | [
"documentation"
] | phofl | 0 |
strawberry-graphql/strawberry-django | graphql | 177 | Enable custom graphiql templates | ## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
Can we allow custom graphiql templates? We're migrating to strawberry, but our team have a custom playground template which contains tabs and other site settin... | open | 2022-09-11T10:53:24Z | 2025-03-20T15:57:07Z | https://github.com/strawberry-graphql/strawberry-django/issues/177 | [] | pauloteixeirajr | 3 |
koxudaxi/datamodel-code-generator | fastapi | 1,577 | I'm probably doing something wrong.... | The JSON Schema is here:
https://www.encodeproject.org/profiles/experiment#raw
I'm calling:
`datamodel-codegen --input experiment.json --input-file-type jsonschema --output models/experiment.py --output-model-type pydantic_v2.BaseModel`
The model is loaded perfectly by pydantic, but my specific data fails to va... | open | 2023-09-27T14:35:34Z | 2023-10-05T15:53:20Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1577 | [
"answered"
] | dbolser | 4 |
StackStorm/st2 | automation | 6,147 | Organisation fo ST2 | Hi Community,
I think this Idea is maybe very complex. I don't know if it's possible.
It would be nice if you could Create different Orgs in Stackstorm. Do you Know AWX and Ansible Automation Platform? There you can create an Org as a top Level Domain. So you can create Orgs for different Teams in a Company.
The I... | open | 2024-02-21T07:22:29Z | 2024-02-28T16:23:57Z | https://github.com/StackStorm/st2/issues/6147 | [
"feature",
"breaking change"
] | philipphomberger | 4 |
plotly/dash | flask | 2,499 | [BUG] Background callbacks - Error with Pattern Matching in Running option | **Describe your context**
I use background callback with Celery + Redis. In the example there is a running option to put in the components. The thing is I am using pattern matching. If I remove the running option, there is no problem.
This is my app.py:
: FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Cloudflare Error: Cloudflare has blocked this request. Probably your IP is banned for this site, check in your web browser.: FlareSolverr was unable to process the request, please check FlareSolverr logs.... | **Please use the search bar** at the top of the page and make sure you are not creating an already submitted issue.
Check closed issues as well, because your issue may have already been fixed.
### How to enable debug and html traces
[Follow the instructions from this wiki page](https://github.com/FlareSolverr/Fl... | closed | 2022-04-07T04:55:46Z | 2022-04-07T05:57:13Z | https://github.com/FlareSolverr/FlareSolverr/issues/356 | [
"duplicate"
] | n0wfal | 1 |
iperov/DeepFaceLab | machine-learning | 892 | why mask blurry | 
| open | 2020-09-14T13:39:51Z | 2023-06-08T21:16:47Z | https://github.com/iperov/DeepFaceLab/issues/892 | [] | facelabmania | 6 |
Guovin/iptv-api | api | 385 | 是否可以支持包含IPV4与IPV6结尾标记的直播源测试,并考虑增加测试后生成文件添加结尾标记 | 如下示例:
凤凰资讯,http://118.251.63.148:8888/udp/239.76.246.135:1234$IPV4『线路1』
凤凰资讯,http://124.230.56.55:55555/udp/239.76.246.135:1234$IPV4『线路2』
凤凰资讯,http://124.230.56.93:55555/udp/239.76.246.135:1234$IPV4『线路3』
凤凰资讯,http://[2409:8087:2001:20:2800:0:df6e:eb27]/ott.mobaibox.com/PLTV/3/224/3221228524/index.m3u8$IPV6『线路4』
凤凰... | closed | 2024-10-12T08:12:06Z | 2024-10-25T09:15:14Z | https://github.com/Guovin/iptv-api/issues/385 | [
"enhancement",
"help wanted"
] | FRANKASEE | 15 |
vanna-ai/vanna | data-visualization | 547 | Web chart displays nothing when interact with vanna using Sample Data | **Describe the bug**
A clear and concise description of what the bug is.
Web chart displays nothing when interact with vanna using Sample Data. The prompt and the output is the following, and the web chart shows nothing
> vn.ask("What are the total number of the albums?")
```
SQL Prompt: [{'role': 'system', 'co... | open | 2024-07-11T02:12:41Z | 2025-03-11T03:50:45Z | https://github.com/vanna-ai/vanna/issues/547 | [
"bug"
] | qubin-ben | 1 |
seleniumbase/SeleniumBase | pytest | 2,661 | Maximize window function `maximize_window` raising `WebDriverException` | Hello!
Thanks again for your help on this project! I ran into another issue while running chrome in headed mode with a virtual display attached to it. Here's a simple script to reproduce:
```python
import os
import platform
import pyautogui
import Xlib
from seleniumbase import SB
from sbvirtualdisplay imp... | closed | 2024-04-04T14:39:53Z | 2024-04-04T21:18:51Z | https://github.com/seleniumbase/SeleniumBase/issues/2661 | [
"external",
"workaround exists",
"UC Mode / CDP Mode"
] | chahak13 | 2 |
tflearn/tflearn | tensorflow | 368 | Issue Using weak_cross_entropy_2d | I'm trying to implement the weak cross entropy loss with a target numpy array target of 24x24 integers but I keep getting the below error and can't figure out where the problem is. I'm sure it's an error in my implementation but I couldn't find any examples to work from and I can't figure out where the dimension is com... | open | 2016-09-30T21:09:21Z | 2016-10-04T17:08:18Z | https://github.com/tflearn/tflearn/issues/368 | [] | mikecassell | 7 |
raphaelvallat/pingouin | pandas | 10 | Two way within-subject ANOVA | Hello,
one small problem: rm_anova collapses multiple observation for each subject and condition to mean (which is correct behavior) but if you have 2 within subject factors this function runs rm_anova2 which does not. Due to this fact when you run rm_anova with two within-subject variables it returns wrong value. If ... | closed | 2019-03-21T20:42:18Z | 2019-04-05T23:15:09Z | https://github.com/raphaelvallat/pingouin/issues/10 | [] | PanBartosz | 5 |
mwaskom/seaborn | matplotlib | 3,263 | Color not changing | Hi! I'm trying to change colors in seaborn but it's having no effect?
<img width="706" alt="Captura de pantalla 2023-02-15 a la(s) 21 53 02" src="https://user-images.githubusercontent.com/119420090/219230518-91d40820-51b1-4d11-b724-408e0b5525e1.png">
| closed | 2023-02-16T00:58:04Z | 2023-02-16T02:23:52Z | https://github.com/mwaskom/seaborn/issues/3263 | [] | pablotucu | 1 |
erdewit/ib_insync | asyncio | 115 | question about encoding! | Hi.I'm from China.I found out that ibapi is not well support with Chinese.I always got an encoding error when I qualify the Stocks.It seems that ibapi is decoding with utf8 while my TWS is using ANSI.I wonder if ib_insync can fix this.Thanks!
So far, I figured out `ibapi.utils.decode` and `ibapi.decoder.Decoder.interp... | closed | 2018-12-10T09:35:45Z | 2018-12-10T10:56:52Z | https://github.com/erdewit/ib_insync/issues/115 | [] | hadrianl | 2 |
BeanieODM/beanie | pydantic | 894 | [BUG] before_event not working with validate_on_save = True | I'm using this class to implement the ManifestVersion type in my application: https://python-semver.readthedocs.io/en/latest/advanced/combine-pydantic-and-semver.html
The problem is that Beanie saves this value as an array in the database and when loading the document from the database, it is not able to convert it ... | open | 2024-03-07T11:21:32Z | 2024-04-16T23:38:24Z | https://github.com/BeanieODM/beanie/issues/894 | [
"bug"
] | ErikvdVen | 2 |
huggingface/datasets | deep-learning | 6,451 | Unable to read "marsyas/gtzan" data | Hi, this is my code and the error:
```
from datasets import load_dataset
gtzan = load_dataset("marsyas/gtzan", "all")
```
[error_trace.txt](https://github.com/huggingface/datasets/files/13464397/error_trace.txt)
[audio_yml.txt](https://github.com/huggingface/datasets/files/13464410/audio_yml.txt)
Python 3.11.5
... | closed | 2023-11-25T15:13:17Z | 2023-12-01T12:53:46Z | https://github.com/huggingface/datasets/issues/6451 | [] | gerald-wrona | 3 |
rougier/from-python-to-numpy | numpy | 3 | Anatomy of an array chapter | Will be added in next version | closed | 2016-12-12T13:44:28Z | 2016-12-22T16:18:26Z | https://github.com/rougier/from-python-to-numpy/issues/3 | [
"Work in progress"
] | rougier | 0 |
lukas-blecher/LaTeX-OCR | pytorch | 237 | Only for screenshots ? | Hello, first congratulations for your ocr, it is a huge project !
But i wanted to know if it also worked with images taken with my phone for example ? (and not only with screenshots ?)
Thank you | closed | 2023-01-29T21:00:58Z | 2023-02-01T13:43:37Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/237 | [] | Pierre918 | 1 |
miguelgrinberg/Flask-SocketIO | flask | 891 | Cannot send database infos | I currently try to figure out how to make socketIO works for push notifications. I don't know how to send database informations to socket and how to translate in Jquery...
What I'm trying to do is to compare the last time the users saw the notification dropdown, and if the timestamp of the user is older than a datab... | closed | 2019-01-30T18:15:00Z | 2019-01-30T18:31:25Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/891 | [] | Senseikaii | 1 |
redis/redis-om-python | pydantic | 73 | redis.exceptions.ResponseError: unknown command 'module' | Hi,
So basically trying to reproduce what @simonprickett did [here](https://www.youtube.com/watch?v=DFNKmbGKa5w&ab_channel=Redis ) except that i'm doing it on Redis cloud instead of locally or using a venv or docker or whatever.
So i've managed to successfully write to the redis db cloud after properly configurin... | closed | 2022-01-06T03:17:32Z | 2022-01-07T20:16:49Z | https://github.com/redis/redis-om-python/issues/73 | [] | therealbazzi | 12 |
mwaskom/seaborn | pandas | 2,972 | AttributeError: module 'seaborn' has no attribute | I have seaborn version 11.2 installed in my environment yet get this error for any call to the package. I've uninstalled and reinstalled multiple times, restarted Spyder and the kernel, and I still get this error
example code from installation guide:
import seaborn as sns
df = sns.load_dataset("penguins")
sns.pa... | closed | 2022-08-23T21:49:50Z | 2022-08-29T11:36:33Z | https://github.com/mwaskom/seaborn/issues/2972 | [] | gretadog90 | 5 |
blacklanternsecurity/bbot | automation | 2,261 | Presets with conditions trigger warning messages when -lp is used |  | open | 2025-02-07T19:27:42Z | 2025-02-07T19:27:42Z | https://github.com/blacklanternsecurity/bbot/issues/2261 | [
"bug"
] | liquidsec | 0 |
huggingface/transformers | pytorch | 36,683 | AttributeError: 'Gemma3Config' object has no attribute 'vocab_size' | ### System Info
v4.50.0.dev0
### Who can help?
@ArthurZucker
@LysandreJik
@xenova
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give details below)
... | closed | 2025-03-12T18:11:39Z | 2025-03-22T12:08:48Z | https://github.com/huggingface/transformers/issues/36683 | [
"bug"
] | jumelet | 16 |
vllm-project/vllm | pytorch | 14,973 | [Usage]: Torch 2.5.1 with latest main branch | ### Your current environment
torch 2.5.1
### How would you like to use vllm
How can I use torch 2.5.1 with latest main branch?
### Before submitting a new issue...
- [x] Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the [documentation page](https://d... | open | 2025-03-17T17:51:02Z | 2025-03-17T17:51:02Z | https://github.com/vllm-project/vllm/issues/14973 | [
"usage"
] | xihuai18 | 0 |
scikit-hep/awkward | numpy | 2,586 | We shouldn't decorate the `KeyboardInterrupt` exception | ### Version of Awkward Array
HEAD
### Description and code to reproduce
If I press control-C (or ■ in Jupyter), I don't need to be told what high-level function failed because it didn't really "fail," it was cancelled.
```
KeyboardInterrupt:
This error occurred while attempting to slice
<MomentumArray... | closed | 2023-07-18T18:48:00Z | 2023-07-19T12:52:05Z | https://github.com/scikit-hep/awkward/issues/2586 | [
"bug (unverified)"
] | jpivarski | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 477 | UNet的src里up主写了一个vgg_UNet。 | 1、这个UNet的backbone是VGG,那么VGG是在哪步呢?莫非是下采样部分全都用VGG16?
2、希望up主可以后面讲一下vgg_Unet这个代码。谢谢 | closed | 2022-02-24T01:34:06Z | 2022-02-24T02:29:50Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/477 | [] | Sissi-lu | 1 |
huggingface/peft | pytorch | 2,066 | About merge lora weight and lora dropout | ## Description:
The Dropout layer behaves differently during training and evaluation, leading to inconsistent behavior in the lora_A module. Specifically, during training, dropout(x) will drop some outputs of XA, whereas during evaluation, dropout is disabled and a scaling factor of 1-p is multiplied with XA. To ensu... | closed | 2024-09-13T03:47:48Z | 2024-09-13T09:30:03Z | https://github.com/huggingface/peft/issues/2066 | [] | hhnqqq | 2 |
flairNLP/flair | pytorch | 2,869 | Unable to Train Multilabel TextClassifer | I have a complex multilabel classification task. The label space is approximately 13000 labels (specifically a subset of the [Human Phenotype Ontology](https://hpo.jax.org/app/)).
The task it to classify sentences with zero or more labels. About 5% of the corpus has zero labels, 75% has one label, and 20% has more ... | closed | 2022-07-20T20:47:15Z | 2022-12-24T06:48:36Z | https://github.com/flairNLP/flair/issues/2869 | [
"question",
"wontfix"
] | ianmcampbell | 2 |
gradio-app/gradio | python | 10,600 | gradio cli cannot reload scripts with utf8-bom encoding | ### Describe the bug
As saying in this [documentation](https://www.gradio.app/guides/developing-faster-with-reload-mode):
> By default, the Gradio use UTF-8 encoding for scripts.
But it's not going to work with UTF-8 BOM encoding scripts.
``` bash
> gradio webui.py
Traceback (most recent call last):
File "D:\mini... | open | 2025-02-16T13:43:19Z | 2025-02-27T21:51:26Z | https://github.com/gradio-app/gradio/issues/10600 | [
"bug"
] | IceSandwich | 2 |
miguelgrinberg/microblog | flask | 67 | Ch 19.4.2 - Error when changing Elasticsearch container password from default | I am at this step:
```
curl -XPUT 'http://elastic:changeme@localhost:9200/_xpack/security/user/elastic/_password' -H "Content-Type: application/json" -d '{"password" : "<elastic-password>"}'
```
When I enter this in, I am seeing this error:
```
No handler found for uri [/_xpack/security/user/elastic/_passwo... | closed | 2018-01-06T18:41:39Z | 2018-01-07T19:19:15Z | https://github.com/miguelgrinberg/microblog/issues/67 | [
"bug"
] | rlheureu | 4 |
pydantic/pydantic-ai | pydantic | 736 | Problem with content filtering, propose context manager for agent.run that returns the complete response |
Hey there,
I am using `capture_run_messages` from `agent.py` to catch exceptions and print the messages via `AsyncAzureOpenAI`.
My problem now is the following: I oftentimes get `messages = None` when user upload articles for summarization due to **overly strict content filtering**.
However, since the reason for th... | open | 2025-01-22T08:44:17Z | 2025-01-24T15:45:00Z | https://github.com/pydantic/pydantic-ai/issues/736 | [
"Feature request"
] | tostenzel | 6 |
marcomusy/vedo | numpy | 324 | Save x3d file | when i export to x3d format.
some times the x3d file missing some tages like </x3d> or </scene> and </Transform>
i wrote a code to verify </x3d> and </scene> tags but for </Transform> i cant find a way how edit x3d exported file. | closed | 2021-02-25T07:55:10Z | 2021-02-26T18:35:40Z | https://github.com/marcomusy/vedo/issues/324 | [] | ssmns | 6 |
abhiTronix/vidgear | dash | 167 | vidgear on a headless jupyter notebook - saving output with writegear | Hi guys,
thanks for this amazing library.
I have two issues which I can't get figured out.
Since I'm working on a IBM Watson jupyter notebook environment it's necessary to use openvc in headless mode so I can avoid a libgl ImportError due to the missing GUI.
Furtermore, I cannot use cv2.imShow due to that hea... | closed | 2020-11-11T11:48:48Z | 2020-11-26T12:35:53Z | https://github.com/abhiTronix/vidgear/issues/167 | [
"QUESTION :question:",
"WAITING FOR RESPONSE :hourglass_flowing_sand:"
] | timoburmeister | 3 |
strawberry-graphql/strawberry | django | 3,119 | FastAPI GraphQL: Unknown type 'Upload' | <!--- Provide a general summary of the changes you want in the title above. -->
I'm getting an error `Unknown type 'Upload'` when calling my file upload API. Have I missed something? Or is it a bug?
Most of this code is based off the [Strawberry file upload guide](https://strawberry.rocks/docs/guides/file-upload)
... | closed | 2023-09-24T20:52:14Z | 2025-03-20T15:56:23Z | https://github.com/strawberry-graphql/strawberry/issues/3119 | [] | SquarerFive | 2 |
tensorlayer/TensorLayer | tensorflow | 1,147 | Problem with the 2nd order derivative using TL activations | Hi! I'm working on a model where I need to calculate the 2nd order derivative of the output with respect to some of the input variables. If I use the existing activations in tensorflow (e.g. tf.nn.tanh) the 2nd order derivatives would be calculated correctly. However, if I replace the tensorflow activations with any of... | open | 2021-10-09T13:42:21Z | 2021-10-09T13:42:21Z | https://github.com/tensorlayer/TensorLayer/issues/1147 | [] | seraph0012 | 0 |
MentatInnovations/datastream.io | jupyter | 13 | bokeh.server.server |

| open | 2018-01-31T21:01:54Z | 2018-02-20T06:21:53Z | https://github.com/MentatInnovations/datastream.io/issues/13 | [
"bug"
] | ZainabSayyed | 2 |
flasgger/flasgger | api | 429 | @swagger.validate() decorator not working with SwaggerView pattern | The [official Flasgger examples](https://github.com/flasgger/flasgger/blob/master/examples/validation.py#L291-L300) that demonstrate validation using a Marshmallow schema with a `SwaggerView` class, all show the Marshmallow schema being referenced by the `SwaggerView` class's `parameters` attribute.
Here's a generic... | open | 2020-08-30T23:38:02Z | 2020-10-23T08:05:40Z | https://github.com/flasgger/flasgger/issues/429 | [] | ongopongo | 1 |
marcomusy/vedo | numpy | 175 | Visualization in jupyter Lab slicer.py file | Hello, thank you for your excellent work. I have a question to ask you:
Now I want to implement advance in jupyter lab/ slicer.py When embedwindow (false), a python visualizer will pop up, but when I want to get a visualization result on jupyter lab, nothing will appear when I set embedwindow ('K3D').
The code is as ... | closed | 2020-07-07T08:28:31Z | 2020-07-10T13:34:18Z | https://github.com/marcomusy/vedo/issues/175 | [] | wangyibin0011 | 9 |
seleniumbase/SeleniumBase | pytest | 2,951 | Incompatible packages when trying to install seleniumbase. | Hi,
I love your project and I was sooo enthusiastic to integrate it! 😍
Unfortunately, I have received the following error when trying to install seleniumbase:
```
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the followin... | closed | 2024-07-22T12:52:39Z | 2024-07-23T05:20:35Z | https://github.com/seleniumbase/SeleniumBase/issues/2951 | [
"question",
"requirements",
"workaround exists"
] | BarnabasSzabolcs | 2 |
replicate/cog | tensorflow | 1,246 | Getting-started guide is raising a Protobuf exception | Hello there,
I am trying to make some tests to understand how COG is working and I followed the tutorial on the getting started page.
https://github.com/replicate/cog/blob/main/docs/getting-started.md
I did everything written down in the file (cog.yaml, predict.py, download the , but I got the following error:
`... | open | 2023-08-07T13:30:24Z | 2023-08-13T11:38:43Z | https://github.com/replicate/cog/issues/1246 | [] | Bennoo | 2 |
babysor/MockingBird | pytorch | 494 | I'm getting a DPI error message and looking forward to help! | I'm getting a DPI error message and looking forward to help!

| open | 2022-04-06T17:43:18Z | 2022-04-09T01:57:27Z | https://github.com/babysor/MockingBird/issues/494 | [] | labels168 | 1 |
ultralytics/yolov5 | deep-learning | 13,084 | Why the results of the detect script are not the same as the results of the val script? | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Why the results of the two scripts detect and val are not the same, and much worse. The r... | closed | 2024-06-12T15:28:33Z | 2024-10-20T19:47:40Z | https://github.com/ultralytics/yolov5/issues/13084 | [
"question",
"Stale"
] | ThreeStones1029 | 3 |
521xueweihan/HelloGitHub | python | 2,319 | 【开源自荐】一款方便、快捷的数据库文档查询、导出工具 | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/TeslaFly01/SmartSqlT
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别:C#
... | closed | 2022-08-08T04:33:54Z | 2022-08-22T11:19:05Z | https://github.com/521xueweihan/HelloGitHub/issues/2319 | [] | TeslaFly01 | 1 |
OFA-Sys/Chinese-CLIP | computer-vision | 123 | 请教一个问题,训练cn-clip的时候,为什么没有同时使用laion-5b的所有中英文数据,而只使用中文? | 是担心训练时间过长了么?
还是担心visual encoder or text encoder本身的多语言表达能力不够好? | closed | 2023-05-26T11:58:52Z | 2023-06-04T09:15:05Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/123 | [] | ldfandian | 1 |
miguelgrinberg/flasky | flask | 541 | The app has no db file to initialize the database | 
| closed | 2022-09-21T11:20:18Z | 2022-09-25T13:53:54Z | https://github.com/miguelgrinberg/flasky/issues/541 | [] | tmaczjj | 4 |
inventree/InvenTree | django | 8,670 | [1.0.0] Refactor "part scheduling" into plugin | Moving to a plugin allows for more configurability and offloads a messily integrated function which is not useful for all applications.
WIP Here: https://github.com/inventree/inventree-scheduling/ | open | 2024-12-16T12:19:40Z | 2024-12-16T12:19:40Z | https://github.com/inventree/InvenTree/issues/8670 | [
"plugin",
"refactor",
"User Interface"
] | SchrodingersGat | 0 |
microsoft/nni | tensorflow | 5,746 | The system crashes when running the “Hello NAS” example code with GPU | The system crashes when running the “Hello NAS” example code with GPU
- The crash occurs in three environments: colab, Windows11 system using conda, and Windows11 system without using conda.
- In all three environments, I tried to downgrade pytorch to version 13.0, but it still crashes.
- And it crashes when run... | open | 2024-02-21T14:51:26Z | 2024-07-30T10:09:05Z | https://github.com/microsoft/nni/issues/5746 | [] | misagamisaga | 7 |
mwaskom/seaborn | data-visualization | 3,324 | `relplot` `kind='scatter'` incompatible with `units` keyword argument | When calling `seaborn.relplot` with `kind='scatter' and passing a value for `units`, an error is raised:
```python
import seaborn as sns
from matplotlib import pyplot as plt
sns.set_theme(style="ticks")
dots = sns.load_dataset("dots")
# Plot the lines on two facets, successfully:
sns.relplot(
da... | closed | 2023-04-17T05:48:30Z | 2023-08-27T12:25:36Z | https://github.com/mwaskom/seaborn/issues/3324 | [
"ux"
] | ahalev | 2 |
sktime/sktime | data-science | 7,217 | [DOC] `MOIRAIForecaster` is not showing up in the API documentation | #### Describe the issue linked to the documentation
https://www.sktime.net/en/latest/api_reference/auto_generated/sktime.forecasting.moirai_forecaster.MOIRAIForecaster.html
#### Suggest a potential alternative/fix
Add the forecaster to the rst file | closed | 2024-10-03T08:42:01Z | 2024-10-10T10:45:13Z | https://github.com/sktime/sktime/issues/7217 | [
"documentation"
] | benHeid | 1 |
httpie/cli | python | 711 | --download does not store response body if http status is not 200 | **Expected:**
Downloading the body of a website, which returns an http error 500, should result in a local file still containing the responses payload.
**Actual:**
Local file is empty.
**Version:**
```
docker run --rm alpine/httpie --version
0.9.9
```
**Testcase (not working as expected):**
Calling htt... | closed | 2018-09-13T15:46:09Z | 2023-02-06T20:52:47Z | https://github.com/httpie/cli/issues/711 | [] | derFunk | 3 |
FactoryBoy/factory_boy | sqlalchemy | 447 | `create` method is not called in SubFactory from 2.9.0 version | ```python
class MySubFactory(factory.DjangoModelFactory):
class Meta:
model = MySubModel
@classmethod
def create(cls, **kwargs):
print("HELLO")
return super().create(**kwargs)
class MyFactory(factory.DjangoModelFactory):
class Meta:
model = MyModel
re... | closed | 2018-01-31T09:00:58Z | 2018-01-31T10:05:52Z | https://github.com/FactoryBoy/factory_boy/issues/447 | [
"Doc"
] | user0007 | 1 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 548 | 预训练完成后模型的使用 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g... | closed | 2024-03-25T06:06:31Z | 2024-04-19T00:06:42Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/548 | [
"stale"
] | ymourenya | 4 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,270 | Runtime error | ```
PS D:\Projekty\Voice\Real-Time-Voice-Cloning-master> python demo_cli.py
Traceback (most recent call last):
File "demo_cli.py", line 5, in <module>
import librosa
File "C:\Users\marci\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-package... | open | 2023-11-05T22:44:07Z | 2024-04-12T08:49:53Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1270 | [] | boberski666 | 3 |
scanapi/scanapi | rest-api | 201 | TemplateNotFound error when releasing with Gihub Action `publish-to-pypi.yml` | When we publish ScanAPI to PyPI using the [GitHub Action](https://github.com/scanapi/scanapi/blob/master/.github/workflows/publish-to-pypi.yml), we are facing the following error (no matter the spec):
```shell
$ scanapi api.yaml
Loading file ../scanapi-examples/pokeapi/.scanapi.yaml
Loading file ../scanapi-exampl... | closed | 2020-06-25T23:29:19Z | 2020-07-18T20:33:45Z | https://github.com/scanapi/scanapi/issues/201 | [
"Bug",
"Help Wanted"
] | camilamaia | 1 |
deepset-ai/haystack | nlp | 8,955 | remove DeprecationWarning about pandas Dataframes from EvaluationRunResult | We made pandas Dataframes optional in `EvaluationRunResult` in PR https://github.com/deepset-ai/haystack/pull/8838 and added a DeprecationWarning ~~before~~ after releasing 2.10. ~~Before~~ After the 2.11 release, we should remove the deprecated `to_pandas` and `comparative_individual_scores_report` and `score_report` | closed | 2025-03-04T10:19:16Z | 2025-03-17T13:50:51Z | https://github.com/deepset-ai/haystack/issues/8955 | [
"P2"
] | julian-risch | 1 |
keras-team/keras | machine-learning | 20,521 | EarlyStopping instance is not reusable | From my observations it seems that we cannot use the same instance of EarlyStopping callback when training multiple models. My assumption is that it saves the best value from one training and uses it to compare during the training of the next model.
In `on_train_begin` we have comment "# Allow instances to be re-use... | closed | 2024-11-19T23:32:16Z | 2024-11-22T17:52:43Z | https://github.com/keras-team/keras/issues/20521 | [] | maciejbiesek | 1 |
horovod/horovod | pytorch | 3,661 | PyTorch: Support int8 and uint8 allreduce | **Is your feature request related to a problem? Please describe.**
Currently, allreduce with torch is registered to support allreduce on `IntTensor, LongTensor, HalfTensor, FloatTensor, DoubleTensor` types but not on `ByteTensor, CharTensor` even though the backends support int8, uint8 (ex: NCCL, MPI).
**Describe ... | open | 2022-08-22T15:26:47Z | 2022-08-22T15:26:47Z | https://github.com/horovod/horovod/issues/3661 | [
"enhancement"
] | kvignesh1420 | 0 |
benbusby/whoogle-search | flask | 445 | [FEATURE] Allow set Accept-Language | <!--
DO NOT REQUEST UI/THEME/GUI/APPEARANCE IMPROVEMENTS HERE
THESE SHOULD GO IN ISSUE #60
REQUESTING A NEW FEATURE SHOULD BE STRICTLY RELATED TO NEW FUNCTIONALITY
-->
**Describe the feature you'd like to see added**
Allow set `Accept-Language` in headers in `Request.send`
I encounter similar issue like htt... | closed | 2021-09-29T11:44:24Z | 2021-10-25T21:49:09Z | https://github.com/benbusby/whoogle-search/issues/445 | [
"enhancement",
"good first issue"
] | jackyzy823 | 1 |
aimhubio/aim | tensorflow | 2,617 | Expose context in the pytorch ignite logger | ## 🚀 Feature
Expose the metric tracking context in the `pytorch_ignite` logger, allowing users to set the context arbitrarily rather than just the `subset`.
### Motivation
Currently, the `ignite` logger only sets the `subset` in the context. It could be useful to be able to add further items to the context,... | open | 2023-03-24T15:22:17Z | 2023-04-04T10:23:33Z | https://github.com/aimhubio/aim/issues/2617 | [
"type / enhancement",
"phase / review-needed",
"area / SDK-storage"
] | lululaplap | 3 |
davidteather/TikTok-Api | api | 880 | [BUG] - TikTok returning status_code 0 from trending.videos | **Describe the bug**
api.trending.videos is not returning any results. Stepping into the TikTok-Api code reveals that TikTok is responding with status_code 0 with no other objects in the response:

Goin... | closed | 2022-05-05T07:25:56Z | 2023-08-08T22:14:25Z | https://github.com/davidteather/TikTok-Api/issues/880 | [
"bug"
] | Jordan-M | 5 |
jupyter/nbgrader | jupyter | 1,932 | how do I set the timezone for formgrader? | I keep having instructors set deadlines to midnight UTC rather that local time. There are lots of time zone settings in the config file, but they all seem to affect timestamps. I'm find with UTC for time stamps. I need a local zone for any user-visible UI's, particularly form grader where deadlines are set. | open | 2024-10-28T18:28:56Z | 2025-01-29T13:29:36Z | https://github.com/jupyter/nbgrader/issues/1932 | [] | clhedrick | 1 |
BeanieODM/beanie | asyncio | 25 | Migration issue | Hello Roman, i have some issue about run migrations, where do i run this "beanie new-migration -n migration_name -p relative/path/to/migrations/directory/" to perform a migration? | closed | 2021-05-04T19:24:13Z | 2022-11-06T11:20:55Z | https://github.com/BeanieODM/beanie/issues/25 | [] | rudysarquis | 4 |
iperov/DeepFaceLab | deep-learning | 5,646 | HRESULT failed with 0x8007000e | ## Expected behavior
I am trying to make my face swapped video but when I get to training, I get an error message:
## Actual behavior
2023-03-20 03:55:54.031454: F tensorflow/core/kernels/dml_ops_common.cc:184] HRESULT failed with 0x8007000e: dml_device->CompileOperator(op.Get(), execution_flags, IID_PPV_ARGS... | open | 2023-03-20T09:21:08Z | 2023-06-08T23:19:26Z | https://github.com/iperov/DeepFaceLab/issues/5646 | [] | Fenomenal7 | 1 |
marcomusy/vedo | numpy | 992 | Pointdata and celldata lost when decimating mesh | ```
import numpy as np
import vedo
mesh = vedo.load("")
mesh.pointdata["counter"] = np.arange(mesh.npoints)
mesh.decimate(n=20000)
assert len(mesh.pointdata.keys()) != 0
```
The above loses all cell and point data information. The trick mentioned in #571 and #620 therefore does not work. I'd like to have th... | open | 2023-12-18T03:47:44Z | 2024-01-15T07:58:34Z | https://github.com/marcomusy/vedo/issues/992 | [] | JeffreyWardman | 10 |
httpie/cli | rest-api | 826 | Include SSL/TLS and other metadata information in --meta/-vv | In `--verbose` there are less information like TLS handshake (`curl --verbose`). Could you add more information on `--verbose` please? Thankyou. I love httpie so much, cz its full color. | open | 2019-12-30T03:00:53Z | 2023-01-23T09:34:37Z | https://github.com/httpie/cli/issues/826 | [
"enhancement"
] | adibdz | 4 |
modin-project/modin | data-science | 7,015 | BUG: Exception: The current node timed out during startup. This could happen because some of the Ray processes failed to startup. | ### 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.
- [ ] 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... | open | 2024-03-06T06:37:57Z | 2024-03-06T14:58:08Z | https://github.com/modin-project/modin/issues/7015 | [
"bug 🦗",
"External"
] | HerePraveenPal | 1 |
ResidentMario/missingno | pandas | 25 | Matplotlib error: 'AxesSubplot' object has no attribute 'set_facecolor' | Get this error when running msno.matrix on a standard Pandas DataFrame.
I'm using:
Using:
matplotlib.__version__
'1.5.1'
pd.__version__
'0.19.2'
Here's the rest of the error:
---------------------------------------------------------------------------
AttributeError Trace... | closed | 2017-02-28T19:12:08Z | 2017-03-01T19:21:24Z | https://github.com/ResidentMario/missingno/issues/25 | [] | noelmas | 3 |
graphdeco-inria/gaussian-splatting | computer-vision | 381 | MemoryError | This is what I get when I try to optimize 308 pictures. I don´t know if they are to much, or should I scale it before or I don't have enough space disk... any idea? Thanks
```
Optimizing
Output folder: ./output/cec3bb9c-6 [24/10 09:40:09]
Tensorboard not available: not logging progress [24/10 09:40:09]
Reading c... | open | 2023-10-24T07:59:15Z | 2024-04-26T02:34:39Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/381 | [] | ideszscu | 5 |
huggingface/pytorch-image-models | pytorch | 2,362 | [FEATURE] Can timm do multi-label image classification? | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternat... | open | 2024-12-10T06:17:00Z | 2024-12-10T15:08:33Z | https://github.com/huggingface/pytorch-image-models/issues/2362 | [
"enhancement"
] | yan-hao-tian | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.