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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
drivendataorg/cookiecutter-data-science | data-science | 296 | Fix v2 aws sync commands | https://github.com/drivendata/cookiecutter-data-science/blob/b4c0c12243653c493c188239af14c835b9768fbc/%7B%7B%20cookiecutter.repo_name%20%7D%7D/Makefile#L62
In v2, `sync_data_up` incorrectly lists the bucket as the source directory, rather than the local `data/` folder. The order should be filpped.
In addition, th... | closed | 2022-12-04T01:21:38Z | 2025-03-07T18:57:05Z | https://github.com/drivendataorg/cookiecutter-data-science/issues/296 | [
"bug"
] | chrisjkuch | 1 |
Kanaries/pygwalker | matplotlib | 281 | [BUG] Got error when pyg_html = pyg.to_html(all_df, spec=vis_spec) | Hi,
I got an error when do pyg_html = pyg.to_html(all_df, spec=vis_spec)
and the vis_spec is copied from PygWalker UI. I tryied `copy python string` or `export as json file`, and does not work for both.
```
vis_spec = r"""{"config":"[{\"visId\":\"gw_gk-j\",\"name\":\"Chart 1\",\"encodings\":{\"dimensions\":[{\... | closed | 2023-10-24T19:01:15Z | 2023-11-03T10:56:07Z | https://github.com/Kanaries/pygwalker/issues/281 | [
"documentation"
] | Louis-udm | 8 |
OFA-Sys/Chinese-CLIP | computer-vision | 17 | evaluation datasets | could you please provide the muge, flickr 30 cn and coco cn you used for eval ?
thanks | open | 2022-11-18T22:21:48Z | 2022-11-19T11:21:37Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/17 | [] | rom1504 | 1 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 1,237 | Tutorial on How to Use Audio Files | Hello everyone,
I've been using the software for a few days now, and I've grasped the concept. I've realized that by adding multiple recordings of the same voice, it improves the voice for text dictation. I have also successfully extracted audio files using Audacity and converted them to MP4 or FLAC formats, importi... | open | 2023-07-26T07:59:02Z | 2023-07-26T07:59:02Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1237 | [] | lettreabc | 0 |
scikit-tda/kepler-mapper | data-visualization | 178 | Higher Dimensional Simplex Visualizations | Hi KMapper Team,
This is a great library for TDA applications. Really helped me a lot!! I have checked lots of examples but I only find nodes connected by edges and not any surfaces (or higher dimensional equivalents). For example, if 3 nodes have common intersection of data points above threshold, then there should... | open | 2019-08-07T21:16:59Z | 2023-01-20T19:00:47Z | https://github.com/scikit-tda/kepler-mapper/issues/178 | [] | raunaak | 2 |
nltk/nltk | nlp | 3,244 | Duplicates in wordnet hypernyms closure | The relation closure for wordnet synsets is supposed to prevent duplicates in the output. However, the duplicates check fails to detect some repetitions, which occur when there are multiple paths to a given synset. In the following output for ex., the branch going from 'taxonomic_group.n.01' to 'entity.n.01' appears t... | closed | 2024-03-25T08:12:49Z | 2024-08-18T02:01:29Z | https://github.com/nltk/nltk/issues/3244 | [] | ekaf | 0 |
polakowo/vectorbt | data-visualization | 473 | Is this correctly setup for long/short trading? | Hello there,
Can someone check whether from vectorbt perspective this is correctly set up to backtest a long/short strategy? The performance seems too good that's why :).
To generate entries and exits data:
```
long_entries = pd.DataFrame(np.select(condlist = [(signals.shift() == 0) & (signals == 1), (signals... | open | 2022-07-17T13:30:49Z | 2022-07-17T13:30:49Z | https://github.com/polakowo/vectorbt/issues/473 | [] | AlexanderMoonBit | 0 |
521xueweihan/HelloGitHub | python | 2,888 | 项目推荐 | DeepSeek-R1 性能对标 OpenAI o1 正式版的开源AI大模型 | ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/deepseek-ai/DeepSeek-R1
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)-->
- 类别:机器学习
<!--请用 20... | open | 2025-01-25T14:39:35Z | 2025-01-25T14:40:49Z | https://github.com/521xueweihan/HelloGitHub/issues/2888 | [] | SekiBetu | 0 |
davidsandberg/facenet | tensorflow | 473 | Trained CASIA to 98.92/93.3 without using center loss | When I applied center loss, the final cross entropy is low (~0.5), but the accuracy/tar combination is not as good as just training with softmax. When only training with softmax, the final cross entropy is higher (0.8). This means when introducing center loss to incepiton_resnet_v1 with CASIA dataset, there is actually... | open | 2017-09-28T13:42:55Z | 2017-09-28T13:42:55Z | https://github.com/davidsandberg/facenet/issues/473 | [] | JianbangZ | 0 |
autogluon/autogluon | scikit-learn | 4,776 | [BUG] Chronos & Chronos-Bolt unable to hyperparameter tune, and fails to output best found parameters when it succeeds. | **Bug Report Checklist**
<!-- Please ensure at least one of the following to help the developers troubleshoot the problem: -->
- [x] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install -->
- [x] I confirmed bug exists on the latest mainline of AutoGluon via s... | open | 2025-01-08T02:13:40Z | 2025-02-14T00:32:24Z | https://github.com/autogluon/autogluon/issues/4776 | [
"bug",
"module: timeseries"
] | GhostDog98 | 4 |
vitalik/django-ninja | django | 859 | Generate client with "long" datatype? | Hello! Maybe this is a Pydantic specific question - but wanted to start here.
If I have a schema with `int` - like for `id` - how do I generate clients for a language like Java where I want to use `long` instead? Python's `int` is auto promoting but for Java clients I'd need to use `long`...
Thanks for any help! | closed | 2023-09-17T21:20:50Z | 2023-09-18T04:40:18Z | https://github.com/vitalik/django-ninja/issues/859 | [] | winrid | 4 |
seleniumbase/SeleniumBase | web-scraping | 2,203 | "Customize Chrome to give your browser a new look" pop-up is now appearing | ## "Customize Chrome to give your browser a new look" pop-up is now appearing
It must be raining pop-ups today, because earlier I encountered https://github.com/seleniumbase/SeleniumBase/issues/2201, and now I'm encountering this:
<img width="500" alt="Screenshot 2023-10-20 at 2 29 05 PM" src="https://github.com/... | closed | 2023-10-20T18:57:49Z | 2025-02-24T13:26:06Z | https://github.com/seleniumbase/SeleniumBase/issues/2203 | [
"bug"
] | mdmintz | 2 |
JaidedAI/EasyOCR | deep-learning | 675 | Difference between _reader.readtext vs _reader.recognize | Can someone explain the difference between this two methods of easyOCR?
readtext gives for some images better results then recognize. But why? :)
Is there a best way when to use "readtext" and when to use "recognize"? | closed | 2022-03-02T08:30:40Z | 2022-03-07T06:50:29Z | https://github.com/JaidedAI/EasyOCR/issues/675 | [] | christian-becker-ta | 1 |
pydantic/pydantic | pydantic | 10,920 | 2.10: AnyHttpUrl is no longer subclass of pydantic_core.Url (according to mypy) | ### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Using pydantic<2.10.0, mypy says AnyHttpUrl is subclass of Url. With pydantic 2.10.0, it's not anymore.
Is that intended?
### Example Code
```Python
from pydantic import AnyHttpUrl
from pydantic_core import Url
foo = AnyHttpUrl("h... | closed | 2024-11-21T10:30:04Z | 2024-11-21T11:23:09Z | https://github.com/pydantic/pydantic/issues/10920 | [
"question"
] | mjuhlin1 | 1 |
thtrieu/darkflow | tensorflow | 1,032 | Referring:- Training on your own dataset | I am referring Training on your own dataset getting following error.
Windwos 8.1 , python 3.7
[train.zip](https://github.com/thtrieu/darkflow/files/3124722/train.zip)
##############################################
C:\work\darkflow-master>pip3 list
##############################################
Package ... | open | 2019-04-28T07:54:20Z | 2019-05-27T09:32:13Z | https://github.com/thtrieu/darkflow/issues/1032 | [] | pardeep3december | 1 |
nvbn/thefuck | python | 1,146 | [SUGGESTION] Write to stdin instead of using the confirmation prompt | It would be nice to have an option for thefuck to write to stdin instead of using the confirmation prompt, this way the command will appear on a new line and we can edit it if necessary or hit enter to run it.
It would look like this:
```sh
$ git stats
git: 'stats' is not a git command. See 'git --help'.
The m... | open | 2020-11-20T16:07:16Z | 2020-11-20T21:01:11Z | https://github.com/nvbn/thefuck/issues/1146 | [] | pilattebe | 9 |
feder-cr/Jobs_Applier_AI_Agent_AIHawk | automation | 519 | [FEATURE]: Simulation mode | ### Feature summary
Run the bot in "simulation" mode, i.e. doing all the steps except applying for real
### Feature description
In simulation mode, the bot would build the resume & cover letter, and save them to a directory along with the job posting URL. That would allow for further fine-tuning / debug before using... | closed | 2024-10-12T14:28:32Z | 2024-10-22T23:59:39Z | https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/519 | [
"enhancement"
] | RichP-fr | 4 |
aio-libs/aiomysql | asyncio | 809 | setuptools_scm version 7 generates an incorrect version number for wheels | when switching to `setuptools_scm` version 7 we can also drop the dependency on `setuptools_scm_git_archive`, as the functionality is now provided in setuptools_scm` directly.
for the archive functionality it also has a different `.git_archival.txt` template than what we currently use, we should probably update that... | open | 2022-06-29T17:40:53Z | 2022-07-11T00:26:38Z | https://github.com/aio-libs/aiomysql/issues/809 | [
"dependencies"
] | Nothing4You | 1 |
Kludex/mangum | fastapi | 26 | Add support for OpenFaas | Add support for [openfaas](https://github.com/openfaas/faas) so that we can use this anywhere we an run Kubernetes. | closed | 2019-01-28T15:34:50Z | 2019-01-30T18:16:22Z | https://github.com/Kludex/mangum/issues/26 | [
"feature",
"maybe"
] | unixorn | 2 |
fastapi/sqlmodel | pydantic | 500 | Column with `list[Enum]` dtype silently removes value if not a valid enum string | ### 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 | 2022-11-14T17:16:07Z | 2023-04-17T16:44:43Z | https://github.com/fastapi/sqlmodel/issues/500 | [
"question",
"investigate"
] | Vlados09 | 1 |
comfyanonymous/ComfyUI | pytorch | 6,550 | 报错 | ### Your question
Molmo7BDbnb
all() received an invalid combination of arguments - got (Tensor, dim=tuple, keepdim=bool), but expected one of:
* (Tensor input, *, Tensor out)
didn't match because some of the keywords were incorrect: dim, keepdim
* (Tensor input, int dim, bool keepdim, *, Tensor out)
* (Tensor input, ... | open | 2025-01-21T07:58:01Z | 2025-01-21T07:58:01Z | https://github.com/comfyanonymous/ComfyUI/issues/6550 | [
"User Support"
] | Oxygen-925 | 0 |
home-assistant/core | python | 140,966 | HomeKit devices no longer responsive after 2025.2.x | ### The problem
After upgrading from HA core from 2025.1.4 to 2025.2.x, or even 2025.3.x, all of our HomeKit devices show "no response".
We've tried installing various patches of 2025.2.x & 2025.3.x, reloading the HomeKit Bridge integration, restarting HA, rebooting the VM running HA, but nothing has helped. The only... | open | 2025-03-20T01:37:31Z | 2025-03-20T01:45:18Z | https://github.com/home-assistant/core/issues/140966 | [
"integration: homekit",
"missing-diagnostics-and-logs"
] | SpencerMcO | 1 |
OFA-Sys/Chinese-CLIP | computer-vision | 218 | 请问有用immich相册的吗?这个模型怎么集成进immich? | 我现在用的是默认的ViT-B-32::openai,对中文支持很不好,请问怎么能集成进去?
[https://github.com/immich-app/immich](url) | open | 2023-10-15T08:01:09Z | 2023-10-15T08:01:09Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/218 | [] | nodis | 0 |
pytorch/vision | machine-learning | 8,497 | Improve empty import time of torchvision | ### 🚀 The feature
When importing torchvision, a number of libraries are imported by default for more niche functionality of the library. To improve import time, I would favor delaying those imports to when they are needed
### Motivation, pitch
In my case, it is the av library in particular that contributes to the i... | open | 2024-06-18T09:24:43Z | 2024-07-29T12:02:13Z | https://github.com/pytorch/vision/issues/8497 | [] | bschindler | 3 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 743 | how to use multiprocessing in flask-sqlclchemy? | I have two connections in my project.
SQLALCHEMY_BINDS = {"a_bind": mysql1, "b_bind": mysql2}
```python
from multiprocessing import Pool
class Table1:
__bind_key__="a_bind"
id=...
class Table2:
__bind_key__="b_bind"
id=...
def fun(single_element):
result=Table1.query(id=single_eleme... | closed | 2019-05-27T16:18:21Z | 2020-12-05T20:21:50Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/743 | [] | zlg358 | 1 |
matplotlib/mplfinance | matplotlib | 205 | Bar colors based on indicator value | Is there a way to color bars based on TA indicator values (obtained using TA-lib or similar) or based on aggregate values of multiple indicators, e.g. 3 different ohlc bar colors representing “long”, “short” and “no trade”? Thank you for any insight.
| closed | 2020-07-03T02:44:10Z | 2022-09-11T01:50:09Z | https://github.com/matplotlib/mplfinance/issues/205 | [
"enhancement",
"question",
"released"
] | hrpomrx | 8 |
vvbbnn00/WARP-Clash-API | flask | 183 | [Bug] 连上以后无法访问ipv6的资源 | 显示连接到了ipv6的endpoint,但是连接成功后并不能访问ipv6的资源,只能访问ipv4。
然而用warp软件直接连接后可以访问IPV6的资源。 | open | 2024-04-28T15:11:14Z | 2024-05-13T18:02:32Z | https://github.com/vvbbnn00/WARP-Clash-API/issues/183 | [
"bug"
] | Jerrychenshen | 0 |
pyppeteer/pyppeteer | automation | 257 | Screenshot fails from some WEB sites | ```
Traceback (most recent call last):
File "./src/process_url.py", line 260, in load_page
self.screenshot = await self._take_screenshot(page)
File "./src/process_url.py", line 241, in _take_screenshot
await page.screenshot({"path": filename, "fullPage": True})
File "/usr/local/lib/python3.8/dist-pa... | closed | 2021-05-12T10:02:15Z | 2021-05-12T19:11:52Z | https://github.com/pyppeteer/pyppeteer/issues/257 | [] | larytet | 1 |
joke2k/django-environ | django | 146 | Problem Sending Mail using ENV | I am using Django Edge Project that has django-environ installed,
I need to send Email using TLS,
my email string is :
EMAIL_URL=smtp+tls://myusername@gmail.com:mypassword@smtp.gmail.com:587
and in settings
EMAIL_CONFIG = env.email_url(
'EMAIL_URL', default='smtp+tls://username@gmaillcom@:password@s... | closed | 2017-09-26T01:53:39Z | 2021-09-04T21:20:59Z | https://github.com/joke2k/django-environ/issues/146 | [
"question"
] | dinesh829269 | 2 |
python-visualization/folium | data-visualization | 1,263 | Maximum number of popups or bug? | #### Please add a code sample or a nbviewer link, copy-pastable if possible
```python
import folium
import folium
number_of_markers = 1610 #Work!
# number_of_markers = 1611 #Will not work! not render
m = folium.Map()
for i in range(number_of_markers):
mark = folium.CircleMarker(location=(31,31),popup='h... | closed | 2020-02-13T20:24:48Z | 2020-02-17T11:20:51Z | https://github.com/python-visualization/folium/issues/1263 | [
"duplicate"
] | jmaralcZ | 5 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 75 | Add an "average_per_class" option to AccuracyCalculator | This option would compute accuracy for each sample, take the average for each class, and then report the average of those averages. This is contrast with the current approach which computes accuracy for each sample and then reports the global average. | closed | 2020-04-29T18:50:30Z | 2020-05-03T12:17:35Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/75 | [
"enhancement",
"fixed in dev branch"
] | KevinMusgrave | 1 |
tfranzel/drf-spectacular | rest-api | 908 | POSTPROCESSING_HOOKS and ENUM_NAME_OVERRIDES clashing | **Describe the bug**
I have defined `ENUM_NAME_OVERRIDES` which work well. However, when I try to add the documentation's post_processing_hook to `POSTPROCESSING_HOOKS`, the enums no longer generate as expected (the empty post process hook is copy pasted from the documentation)
**To Reproduce**
```
# settings.p... | closed | 2023-01-04T13:00:24Z | 2023-01-04T15:39:29Z | https://github.com/tfranzel/drf-spectacular/issues/908 | [] | joshbenhamou | 4 |
mljar/mljar-supervised | scikit-learn | 125 | Add EDA for input data set | It will be nice to have Exploratory Data Analysis (EDA) similar that is in https://mljar.com

The EDA can be saved in a separate Markdown file and have link to it from the main AutoML readme. | closed | 2020-07-18T08:37:07Z | 2020-08-25T14:44:46Z | https://github.com/mljar/mljar-supervised/issues/125 | [
"enhancement",
"help wanted",
"good first issue"
] | pplonski | 3 |
yzhao062/pyod | data-science | 386 | MO_GAAL 'stop_epochs' parameter not working? | Hi
I have been running MO_GAAL for unsupervised anomaly detection. Even though I have set the 'stop_epochs' parameter to 20. I am getting 60 epochs run regardless
Parameter setup and class instantiation:
 | ### 🚀 The feature
Currently `torchvision.models.get_model()` doesn't allow you to build a model architecture with a different number of classes and keep existing pre-trained weights backbone for certain types (namely Image Classification models like EfficientNet).
Could something like this be incorporated into the... | open | 2024-09-03T21:09:42Z | 2024-09-04T08:57:34Z | https://github.com/pytorch/vision/issues/8631 | [] | david-csnmedia | 1 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,267 | Reappearance of Deleted Rows while Versioning with a History Table | ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10259
<div type='discussions-op-text'>
<sup>Originally posted by **PHvL** August 18, 2023</sup>
We are using the [Versioned class from history_meta](https://docs.sqlalchemy.org/en/20/orm/examples.html#module-examples.versioned_history) for tab... | closed | 2023-08-21T13:42:02Z | 2024-08-02T13:37:11Z | https://github.com/sqlalchemy/sqlalchemy/issues/10267 | [
"bug",
"orm",
"patch provided",
"near-term release",
"examples"
] | zzzeek | 3 |
jonaswinkler/paperless-ng | django | 112 | Database errors during consumption lead to index entries referencing non-existing documents | Which will in turn result in search errors when those documents are part of the result set. | closed | 2020-12-09T17:15:09Z | 2020-12-09T21:32:46Z | https://github.com/jonaswinkler/paperless-ng/issues/112 | [
"bug"
] | jonaswinkler | 0 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,556 | Problem sending keystrokes "Undetected" | Hello
ive got a problem with a site im running a script for
They use cloudflare as protection for ddos / bots.
Every 24h my "Session" times out and im stuck on the cloudflare screen.
So every 24h i have to open the site with my script, wait a couple seconds, then i need to open a second tab and open the page aga... | open | 2023-09-10T14:48:23Z | 2023-09-10T14:48:23Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1556 | [] | SAfsfsf | 0 |
marcomusy/vedo | numpy | 129 | vtkplotter.dolfin.plot not working as usual | Hi Marco,
I was experimenting with `vtkplotter.dolfin.plot` in `Jupyter` notebook. I am noticing some unusual behavior between my local machine and a docker container that I built on `binder`.
A sample [notebook](https://mybinder.org/v2/gh/bhaveshshrimali/FEniCSdiscourse/master?filepath=001.ipynb) with the contain... | closed | 2020-04-19T23:29:14Z | 2020-04-22T20:13:21Z | https://github.com/marcomusy/vedo/issues/129 | [] | bhaveshshrimali | 6 |
wandb/wandb | tensorflow | 9,151 | [Bug]: Pydantic V2.0 `copy` method is deprecated; use `model_copy` instead | ### Describe the bug
<!--- Describe your issue here --->
ENV:
Using python 3.12 using conda environment on a jupyter notebook:
* pydantic: 2.10.4
* wandb: 0.19.1
-------
Problem:
There seems to be a deprecation error caused by pydantic v2.0 copy method used in line:
wandb/sdk/wandb_init.py:202:
```settings = self._wl.... | closed | 2024-12-25T13:44:00Z | 2025-01-02T19:34:57Z | https://github.com/wandb/wandb/issues/9151 | [
"ty:bug",
"a:sdk",
"c:sdk:settings"
] | FYYHU | 3 |
pandas-dev/pandas | data-science | 61,126 | DOC: Write user guide page on apply/map/transform methods | There is some information in our documentation regarding how to use user defined functions in pandas. The API pages of the used methods, and these sections:
- https://pandas.pydata.org/docs/user_guide/groupby.html#aggregation-with-user-defined-functions
- https://pandas.pydata.org/docs/user_guide/gotchas.html#gotchas-... | open | 2025-03-15T04:03:22Z | 2025-03-24T18:33:19Z | https://github.com/pandas-dev/pandas/issues/61126 | [
"Docs",
"Apply"
] | datapythonista | 2 |
jupyter-incubator/sparkmagic | jupyter | 430 | Unable to manage sessions after shutting down notebook | I have installed sparkmagic and creating sessions with %manage_spark.
I refered to [similar issue](https://github.com/jupyter-incubator/sparkmagic/issues/387) and set heartbeat timeout to 10 so that my sessions are stopped if I shutdown/close&halt my notebook.
But without this setting:
If I close my notebook without... | closed | 2018-01-12T09:50:49Z | 2018-01-16T18:43:05Z | https://github.com/jupyter-incubator/sparkmagic/issues/430 | [] | mrunmayeejog | 3 |
Significant-Gravitas/AutoGPT | python | 8,784 | Implement agent output rendering | * Part of #8780
* Also needed for #8776
LLMs can output markdown and/or code, and we should implement rendering for this. | open | 2024-11-26T18:22:17Z | 2025-02-28T16:38:21Z | https://github.com/Significant-Gravitas/AutoGPT/issues/8784 | [
"platform/frontend"
] | Pwuts | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,320 | Rectangle Images | Hi,
I noticed that we should crop rectangle image to square patches during training. But why rectangle image is supported during test?
Thank you in advance for any helps! | closed | 2021-09-25T23:05:23Z | 2021-11-03T19:34:27Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1320 | [] | zhangdan8962 | 1 |
joke2k/django-environ | django | 127 | PgBouncer and django.db.utils.OperationalError: FATAL | Hello,
Currently it seems it's not possible to use PgBouncer:
DATABASE_URL=postgis://myuserdb:mydbpasswd@/var/run/postgresql:6432/mydb
I got
django.db.utils.OperationalError: FATAL: database "var/run/postgresql:6432/mydb" does not exist
Thanks,
D
| closed | 2017-06-02T06:30:08Z | 2018-02-06T05:50:30Z | https://github.com/joke2k/django-environ/issues/127 | [] | murdav | 3 |
cvat-ai/cvat | pytorch | 8,502 | Add a new methode in SDK | ### 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/)
### Is your feature request related to a problem? Please describe.
I've added two new methods in **cvat-sdk/core/proxies/project** but they... | closed | 2024-10-02T14:00:26Z | 2024-10-02T14:43:16Z | https://github.com/cvat-ai/cvat/issues/8502 | [
"enhancement"
] | davy-blavette | 1 |
huggingface/transformers | pytorch | 36,271 | Layer activation discrepancy when running DeepSeekV3 after swapping `nn.Linear` with custom `FakeLinear` with disk offloading | ### System Info
- `transformers` version: 4.49.0
- Platform: Linux-5.15.0-122-generic-x86_64-with-glibc2.35
- Python version: 3.11.10
- Huggingface_hub version: 0.27.0
- Safetensors version: 0.4.5
- Accelerate version: 1.4.0
- Accelerate config: not found
- DeepSpeed version: not installed
- PyTorch version (GPU?):... | closed | 2025-02-19T02:29:38Z | 2025-02-19T14:57:28Z | https://github.com/huggingface/transformers/issues/36271 | [
"bug"
] | balaabhijit | 1 |
yt-dlp/yt-dlp | python | 11,778 | [fc2] `HTTP Error 400: Bad Request` | ### 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 reporting that yt-dlp is broken on a **supported** site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruc... | open | 2024-12-09T21:40:14Z | 2024-12-09T21:49:17Z | https://github.com/yt-dlp/yt-dlp/issues/11778 | [
"site-bug"
] | clusterized | 1 |
polakowo/vectorbt | data-visualization | 726 | Plotting with custom benchmark_rets got error (VectorBT used undefined attribute 'obj') | When I tried to override the default benchmark returns https://github.com/polakowo/vectorbt/discussions/247 .
I found that VectorBT is try to broadcast it to an undefined "obj".
`AttributeError: 'Portfolio' object has no attribute 'obj'`
https://github.com/polakowo/vectorbt/blob/67da37e1a963d9408c1046bf6467bcccd... | open | 2024-07-04T05:33:33Z | 2024-07-04T05:33:33Z | https://github.com/polakowo/vectorbt/issues/726 | [] | daviddwlee84 | 0 |
cvat-ai/cvat | pytorch | 9,146 | Bug when using a "Connected file share" and "Segment size" parameter [UI & SDK] or "job_file_mapping" parameter [SDK]. (Regression since CVAT 2.23) | ### 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
### Steps to reproduce via UI:
1. Go to the "Tasks" view
2. Click [+] "Create a new task"
3. Set task name
4. Create a lab... | closed | 2025-02-24T16:17:49Z | 2025-02-27T13:00:50Z | https://github.com/cvat-ai/cvat/issues/9146 | [
"documentation"
] | jimytim | 3 |
pykaldi/pykaldi | numpy | 297 | pyclif build - SVN down | since the llvm server is retired, the relevant version is here so you can clone it and insert into the INSTALL.sh script for pyclif
https://github.com/bobzsj87/llvm-307315 | open | 2022-02-18T11:09:02Z | 2022-02-18T11:09:02Z | https://github.com/pykaldi/pykaldi/issues/297 | [] | rleaver152 | 0 |
falconry/falcon | api | 1,966 | CPython 3.10 support | CPython 3.10 has been released.
Although it may already work out of the box, we need to add official first class support anyway:
- [x] Add a CPython 3.10 CI gate: (https://github.com/falconry/falcon/pull/1922).
- [x] Build CPython 3.10 wheels.
- [x] Advertise support using ["trove classifiers"](https://pypi.org/c... | closed | 2021-10-12T07:44:32Z | 2021-11-08T08:44:07Z | https://github.com/falconry/falcon/issues/1966 | [
"maintenance"
] | vytas7 | 0 |
plotly/dash | data-science | 2,719 | [BUG] callback in infinite loop but only triggered once | Here is a minimal example of how it breaks.
Error appears as the app keeps loading forever and debug mode suggests 'Maximum Depth Exceeded', indicating the callback is in an infinite loop. However, printing out the trigger_id suggests the callback is only triggered once and everything before return is ran once. **T... | closed | 2023-12-25T22:16:34Z | 2024-09-25T15:17:40Z | https://github.com/plotly/dash/issues/2719 | [
"bug",
"sev-2"
] | yxc8 | 7 |
assafelovic/gpt-researcher | automation | 359 | Enable editing the api-keys not from the env-vars | Sometimes, it is useful to enter the API key into the method explicitly; for example, it can enable the app to use multiple API keys and every time use a different API key.
I am referring to the OpenAI API key, Tvaily API key, etc.
| closed | 2024-02-16T21:04:58Z | 2024-02-27T10:16:56Z | https://github.com/assafelovic/gpt-researcher/issues/359 | [] | uripeled2 | 2 |
paulpierre/RasaGPT | fastapi | 41 | Container is not running - Windows-WSL-Ubuntu | Hi,
Problem while running "make install"
Error response from daemon: Container f73041640f9c5db75dcdd5cd62338ae63aa1caf79692fb8262fd359cc8da3ac9 is not running
make[1]: *** [Makefile:291: rasa-train] Error 1
make[1]: Leaving directory '/mnt/d/RasaGPT'
make: *** [Makefile:57: install] Error 2 | open | 2023-07-11T15:57:28Z | 2023-09-25T14:16:32Z | https://github.com/paulpierre/RasaGPT/issues/41 | [] | shanumas | 3 |
holoviz/panel | matplotlib | 7,156 | Terminal widget set as `sys.stdout` does *not* write to terminal in synchronous functions and is delayed in appearing, using Jupyter notebook | ### ALL software version info
- panel: 1.4.5
- bokeh: 3.4.2
- python: 3.10.14
- IPython : 8.14.0
- ipykernel : 6.29.5
- ipywidgets : 8.1.2
- jupyter_client : 8.6.2
- jupyter_core : 5.7.2
- jupyter_server : 2.14.2
- jupyterlab : 4.2.4
- nbclient : 0.10.0
- notebook... | open | 2024-08-16T01:33:14Z | 2024-08-16T01:54:05Z | https://github.com/holoviz/panel/issues/7156 | [] | sjdemartini | 0 |
WeblateOrg/weblate | django | 13,647 | Enforced checks not applied to strings imported from the repository | ### Describe the issue
Target string added in the repository that fails the enforced check will not be marked as `Needs editing`.
Example: https://hosted.weblate.org/translate/weblate/documentation/zh_Hans/?checksum=5826a7ff56f512cf#history
https://github.com/WeblateOrg/weblate/commit/7be41bc69f981ea941668c092de07017... | closed | 2025-01-24T13:33:35Z | 2025-01-29T16:04:24Z | https://github.com/WeblateOrg/weblate/issues/13647 | [
"enhancement",
"backlog"
] | Geeyun-JY3 | 4 |
iterative/dvc | data-science | 9,880 | dvc get/artifacts get: repo clone is slow | # Bug Report
## Description
`dvc get` is slow to clone the git repo.
This is shown in the DVC benchmarks:

### Reproduce
I can also see it by profiling the example command `dvc get -f git@github.c... | closed | 2023-08-28T13:23:10Z | 2023-08-29T17:16:37Z | https://github.com/iterative/dvc/issues/9880 | [
"p1-important",
"performance",
"regression",
"git",
"A: data-sync"
] | dberenbaum | 11 |
pytorch/pytorch | machine-learning | 149,640 | torch.distributed.checkpoint CUDA OOM with broadcast_from_rank0 | I am trying to load an FSDP checkpoint by broadcasting weights from rank 0. The model is already correctly set up on GPU on each rank. I use
```python
model_state_dict = torch.distributed.checkpoint.state_dict.set_model_state_dict(
model=self._model,
model_state_dict=model_state_dict,
options=torch.distrib... | open | 2025-03-20T18:15:13Z | 2025-03-24T17:20:44Z | https://github.com/pytorch/pytorch/issues/149640 | [
"oncall: distributed",
"module: cuda",
"module: fsdp",
"oncall: distributed checkpointing"
] | nikonikolov | 0 |
d2l-ai/d2l-en | machine-learning | 2,588 | WikiText-2 is not a zip file | When I executed the following part:
```python
from d2l import torch as d2l
batch_size, max_len = 512, 64
train_iter, vocab = d2l.load_data_wiki(batch_size, max_len)
```
```python
from d2l import mxnet as d2l
batch_size, max_len = 512, 64
train_iter, vocab = d2l.load_data_wiki(batch_size, max_len)
```
... | open | 2024-03-07T18:49:37Z | 2025-03-18T03:50:25Z | https://github.com/d2l-ai/d2l-en/issues/2588 | [] | CharryLee0426 | 4 |
mwaskom/seaborn | data-science | 3,633 | `so.Hist` ignores `common_norm=True` for the `"density"` aggregate statistic | ### Current behaviour
`so.Hist` ignores `common_norm=True` for the `"density"` aggregate statistic. `sns.histplot` works correctly.
### Desired behaviour
`so.Hist` should take into account `common_norm` when applying density normalization. The objects interface adds some neat functionality for [normalizing per... | open | 2024-02-14T12:37:43Z | 2024-02-25T16:39:36Z | https://github.com/mwaskom/seaborn/issues/3633 | [
"bug"
] | defiori | 0 |
mitmproxy/pdoc | api | 386 | Installation of version 11.1.0 fails with: No matching distribution found for pygments>=2.12.0 | #### Problem Description
Trying to install Version 11.1.0 of pdoc fail with "ERROR: No matching distribution found for pygments>=2.12.0"
#### Steps to reproduce the behavior:
1. Set up environment with python 3.8.12
2. pip install pdoc
Or:
have pdoc < 11.0.0 installed and use "pip install pdoc --upgrade" : T... | closed | 2022-04-25T08:34:46Z | 2022-04-25T09:33:08Z | https://github.com/mitmproxy/pdoc/issues/386 | [
"bug"
] | JenniferHem | 2 |
iperov/DeepFaceLab | deep-learning | 5,526 | Train Quick96 press any key Forever | On step 6, after loading samples it says "Press any key", but nothing happens after pressing... Any ways i can fix it? Thanks.
Running trainer.
[new] No saved models found. Enter a name of a new model : 1
1
Model first run.
Choose one or several GPU idxs (separated by comma).
[CPU] : CPU
[0] : NVID... | open | 2022-05-29T12:27:07Z | 2023-07-25T09:36:26Z | https://github.com/iperov/DeepFaceLab/issues/5526 | [] | huebez | 5 |
chiphuyen/stanford-tensorflow-tutorials | nlp | 90 | memory error struct.unpack() | when I was using utils model there was a mistake happened at struct.unpack()
train, val, test = tools.read_mnist(Data_Dir, flatten=True)
MemoryError
| closed | 2018-01-26T15:11:35Z | 2019-02-27T08:13:40Z | https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/90 | [] | phyorch | 3 |
tflearn/tflearn | tensorflow | 460 | UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. | Hi TFLearn Team,
I am new to tensorflow and tflearn and implementing a classifier using LSTM.
In the meanwhileI, encountered the following warning:
/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/gradients.py:90: UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This ... | open | 2016-11-14T07:37:04Z | 2020-04-11T15:40:24Z | https://github.com/tflearn/tflearn/issues/460 | [] | KihongHeo | 6 |
babysor/MockingBird | pytorch | 138 | librosa.load无法读取filestorage音频对象 | 我在web调用时提示File contains data in an unknown format.
发现__init__py中使用librosa读取音频文件使用librosa.load(request.files['file'])
我并没有找到librosa能直接读取filestorage对象的资料
最后通过接收文件本地保存来处理这个问题 | open | 2021-10-12T08:27:09Z | 2022-01-24T13:05:59Z | https://github.com/babysor/MockingBird/issues/138 | [
"bug"
] | wxtt522 | 2 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,065 | TypeError in ORM model using an enum type hint (1.4) | ### Ensure stubs packages are not installed
- [] No sqlalchemy stub packages *are* installed, this is against 1.4.x
### Verify if the api is typed
- [X] The api is not in a module listed in [#6810](https://github.com/sqlalchemy/sqlalchemy/issues/6810) so it should pass type checking
### Describe the typing ... | closed | 2023-07-05T13:08:34Z | 2023-07-05T13:56:19Z | https://github.com/sqlalchemy/sqlalchemy/issues/10065 | [
"SQLA mypy plugin",
"typing"
] | hofrob | 7 |
holoviz/panel | plotly | 7,567 | Make TextInput work for forms | When comparing to [Reflex](https://reflex.dev/) its clear they have given more thought to their TextInput for forms.
We are missing basic attributes like
- `required` (`True` or `False`)
- `type` (for example `"email"`)
- `pattern` (`".+@example\.com"`)
That can help users when they enter text.
Reflex will
- make... | open | 2024-12-23T07:18:32Z | 2025-01-20T21:32:15Z | https://github.com/holoviz/panel/issues/7567 | [
"type: enhancement"
] | MarcSkovMadsen | 3 |
ageitgey/face_recognition | python | 956 | face_recognition too slow | * face_recognition version:1.2.3
* Python version:3
* Operating System:ubuntu 16.04
Hi I am using minnow intel board(processor-Atom E3845 ).The facerec_from_webcam.py and facerec_from_webcam_multiprocessing.py is too slow it is working at 1fps.But same examples when I run in my laptop intel i3 processor it is givi... | open | 2019-10-18T05:24:48Z | 2019-12-26T15:31:12Z | https://github.com/ageitgey/face_recognition/issues/956 | [] | Harishrelysys | 1 |
Colin-b/pytest_httpx | pytest | 167 | Allow usage with `httpx.MockTransport` | In certain use cases, `pytest_httpx` is used only to mock a single httpx client, specifically one responsible for connecting to a cluster of servers for service `A`. However, while mocking this specific client, we still want the flexibility to make normal, non-mocked requests to other services without impacting the ent... | open | 2024-11-04T17:33:05Z | 2024-12-23T12:22:19Z | https://github.com/Colin-b/pytest_httpx/issues/167 | [
"question"
] | CarliJoy | 4 |
ultralytics/yolov5 | machine-learning | 12,978 | How do Yolo target assignments to anchors work? | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
I am trying to understand exactly how does Yolo make its predictions. I have found that y... | closed | 2024-04-30T12:16:16Z | 2024-06-13T00:22:16Z | https://github.com/ultralytics/yolov5/issues/12978 | [
"question",
"Stale"
] | nachoogriis | 4 |
sktime/pytorch-forecasting | pandas | 947 | 'DataFrame' object has no attribute 'dtype' | - PyTorch-Forecasting version: 0.10.1
- PyTorch version: 1.11.0
- Python version: 3.7
- Operating System: Windows
- Pandas version: 1.3.5
### Expected behavior
I tried to use a TemporalFusionTransformer model to make a prediction
### Actual behavior
However, result was an AttributeError: 'DataFrame' obj... | open | 2022-04-09T03:59:47Z | 2023-02-20T10:14:20Z | https://github.com/sktime/pytorch-forecasting/issues/947 | [] | JoMaCaCha | 1 |
albumentations-team/albumentations | machine-learning | 2,055 | Extra keypoints when using Rotate with keypoints | ## Describe the bug
Using `A.Rotate` in `A.Compose` with `remove_invisible=False` returns 9 times more keypoints than the input number of keypoints.
### To Reproduce
Steps to reproduce the behavior:
```
import numpy as np
import albumentations as A
image = np.random.randint(0, 256, (100, 100, 3), dtype... | closed | 2024-11-04T08:50:59Z | 2024-11-04T15:51:35Z | https://github.com/albumentations-team/albumentations/issues/2055 | [
"bug"
] | Chxresubles | 1 |
pandas-dev/pandas | pandas | 60,421 | BUG: pd.read_json fails with newer versions (>1.26.4) of numpy | ### 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.
- [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/... | closed | 2024-11-26T14:14:29Z | 2024-11-26T15:04:35Z | https://github.com/pandas-dev/pandas/issues/60421 | [
"Bug",
"Needs Triage"
] | MagnusCaspersen184 | 1 |
tflearn/tflearn | data-science | 1,168 | LSTM stateful? | In keras, there is the option to specify whether the lstm is stateful and the next batch continues the previous sequence or not.
How are the lstm in tflearn handelt?
When I start prediction with data of shape (1, 1, 10) and pass afterwards new data of shape (1, 1, 10), will the lstm take this as (1, 2, 10) data ... | open | 2022-05-25T19:36:13Z | 2022-05-25T19:36:13Z | https://github.com/tflearn/tflearn/issues/1168 | [] | Lukas3226 | 0 |
joke2k/django-environ | django | 89 | Add documentation for proxied values | With django-environ it's possible to have one environment variable refer to another, using this syntax:
```
CLOUDAMQP_URL=amqp://.....
BROKER_URL='$CLOUDAMQP_URL'
```
(Heroku escapes the environment variables, and so they are not expanded in `os.environ`, so this support from django-environ is very handy)
It would b... | closed | 2016-07-07T15:24:53Z | 2022-06-19T14:15:50Z | https://github.com/joke2k/django-environ/issues/89 | [
"documentation"
] | edmorley | 2 |
keras-team/autokeras | tensorflow | 891 | Roc curve, other metr | Hey, does anyone tried to plot a ROC curve for autokeras? I tried sklearn.metrics.roc_curve but it did not work because the size of array is wrong. Maybe someone has an example.
Thank you very much | closed | 2020-01-12T00:04:20Z | 2020-03-22T22:53:12Z | https://github.com/keras-team/autokeras/issues/891 | [
"bug report",
"wontfix"
] | taylor4712 | 4 |
3b1b/manim | python | 1,747 | I've installed manim, but can't get it to run the example scenes | I've installed manim, but can't get it to run the example scenes
python -m manim example_scenes.py SquareToCircle -pl
And I get the following back:
RuntimeWarning: 'manim.__main__' found in sys.modules after import of package 'manim', but prior to execution of 'manim.__main__'; this may result in unpredictable... | closed | 2022-02-17T02:46:04Z | 2022-02-17T07:45:32Z | https://github.com/3b1b/manim/issues/1747 | [] | hoonle131 | 1 |
joeyespo/grip | flask | 187 | Error while displaying special characters | So I have file with characters like <kbd>ê</kbd> <kbd>õ</kbd> <kbd>á</kbd> <kbd>ç</kbd> <kbd>ì</kbd>. When I start grip it looks normal (`* Running on http://localhost:6419/ (Press CTRL+C to quit)`) but when I open the browser window and navigate to localhost:6419, it gives me a 500 Internal Error. On the terminal wind... | open | 2016-07-08T22:04:01Z | 2017-05-10T09:44:42Z | https://github.com/joeyespo/grip/issues/187 | [
"bug"
] | L30Bola | 2 |
PablocFonseca/streamlit-aggrid | streamlit | 174 | V.03 theme no longer available in AgGrid | Code works fine in 2.3 but not in 3 .. can you theme to the config file in V3?
ValueError: light is not valid. Available options: {'STREAMLIT': <AgGridTheme.STREAMLIT: 'streamlit'>, 'ALPINE': <AgGridTheme.ALPINE: 'alpine'>, 'BALHAM': <AgGridTheme.BALHAM: 'balham'>, 'MATERIAL': <AgGridTheme.MATERIAL: 'material'>}
Fi... | closed | 2022-12-19T18:12:22Z | 2024-04-04T17:54:36Z | https://github.com/PablocFonseca/streamlit-aggrid/issues/174 | [] | nafets33 | 2 |
axnsan12/drf-yasg | django | 98 | How to add custom header in javascript ??? | (rest_framework_swagger/index.html) using :
window.swaggerUi.api.clientAuthorizations.add("appVersion",
new SwaggerClient.ApiKeyAuthorization("appVersion", appVersion, "header"));
window.swaggerUi.api.clientAuthorizations.add("userType",
new SwaggerClient.ApiKeyAuthorization("appType", appType, "h... | closed | 2018-04-12T06:08:53Z | 2018-08-13T19:36:25Z | https://github.com/axnsan12/drf-yasg/issues/98 | [] | jyseeeee | 6 |
Gozargah/Marzban | api | 1,628 | Question: is it safe to upgrade Marzban? | Hi all!
Sorry for bothering, but want to ask: is it safe to upgrade Marzban host from v0.4.1 to v0.8.4?
Thank you! | closed | 2025-01-30T17:01:27Z | 2025-01-31T05:47:46Z | https://github.com/Gozargah/Marzban/issues/1628 | [] | yagee | 1 |
MorvanZhou/tutorials | numpy | 80 | pandas values | 显示结果不同
pandas 表格本来数据为:
A B C D E F
0 1.0 2013-01-02 1.0 3 test foo
1 1.0 2013-01-02 1.0 3 train foo
2 1.0 2013-01-02 1.0 3 test foo
3 1.0 2013-01-02 1.0 3 train foo
当我用pd.values 之后变成了
[[-0.16379874 -0.83048248 2.47750063 0.88128204]
[ 0.99402871 1.36858... | open | 2019-08-07T03:45:46Z | 2024-01-09T07:04:54Z | https://github.com/MorvanZhou/tutorials/issues/80 | [] | 99sun99 | 4 |
aiortc/aiortc | asyncio | 512 | Displaying extracted image is not proper | I followed the example for VideoClient-cli french flag example and wrote a class that returns frames of ball bouncing of screen and sends it from server to client. When I received the images on the client side and converted these images to ndarray so that I can display them using cv2. These images weren't proper. The w... | closed | 2021-03-19T05:04:11Z | 2021-03-19T06:06:57Z | https://github.com/aiortc/aiortc/issues/512 | [
"invalid"
] | Mohitkumaraian | 1 |
liangliangyy/DjangoBlog | django | 379 | 请求合并被拦截了 | 我申请的使用simpleui美化django-admin后台管理系统无法合并成功。
<!--
如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。
提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way
-->
**我确定我已经查看了** (标注`[ ]`为`[x]`)
- [x ] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md)
- [ x] [配置说明](https://githu... | closed | 2020-03-13T03:54:52Z | 2020-03-16T01:35:35Z | https://github.com/liangliangyy/DjangoBlog/issues/379 | [] | Chise1 | 1 |
modin-project/modin | data-science | 7,150 | Reduce peak memory consumption | closed | 2024-04-05T08:17:12Z | 2024-04-08T17:41:52Z | https://github.com/modin-project/modin/issues/7150 | [
"Code Quality 💯",
"Memory 💾",
"P1"
] | anmyachev | 0 | |
whitphx/streamlit-webrtc | streamlit | 1,408 | Incompatibility between the av==10.0.0 library and streamlit-webrtc==0.47.1 | ### Code:
```
class OpenRecognitionVideoTransformer(VideoTransformerBase):
def __init__(self) -> None:
self.type = "noop"
def transform(self, frame: av.VideoFrame) -> av.VideoFrame:
img = frame.to_image()
return av.VideoFrame.from_image(img)
```
`... | open | 2023-10-13T01:42:55Z | 2023-10-20T03:02:27Z | https://github.com/whitphx/streamlit-webrtc/issues/1408 | [] | gugaucb | 1 |
dpgaspar/Flask-AppBuilder | flask | 1,938 | Enable multiple columns ordering for sqla | https://github.com/dpgaspar/Flask-AppBuilder/blob/a996b9b7aeed6b93b62a2c4a75db8375dd34268f/flask_appbuilder/models/sqla/interface.py#L179
I propose to change the code as follow (adding very few lines to original code)
Could you review and tell me doing a Pull Request please?
Ordering with multiple columns would ... | open | 2022-10-19T09:54:18Z | 2022-12-05T14:11:14Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1938 | [] | gbrault | 2 |
svc-develop-team/so-vits-svc | pytorch | 18 | Many speaker voice conversion task | Hi
If i use your model for a voice conversion task with around 100 speakers, would its performance be better than that of freevc?
And can i get the checkpoint repository link? | closed | 2023-03-13T09:00:06Z | 2023-03-23T08:38:00Z | https://github.com/svc-develop-team/so-vits-svc/issues/18 | [] | lsw5835 | 1 |
quantumlib/Cirq | api | 6,582 | Implement dynamical decoupling transformer | **Enable dynamical decoupling operations insertion**
**Acceptance criteria - Users are able to use the transformer to insert dynamical decoupling sequences based on their preferences** | closed | 2024-05-01T20:17:53Z | 2024-12-26T20:34:10Z | https://github.com/quantumlib/Cirq/issues/6582 | [
"kind/task"
] | babacry | 4 |
kornia/kornia | computer-vision | 2,352 | Create `draw_point2d` | Right now we have `render_gaussian2d` to "draw" 2d points, but would be great to find user friendly function that you can pass an input tensor and draw some points.
https://kornia.readthedocs.io/en/latest/geometry.subpix.html#kornia.geometry.subpix.render_gaussian2d | closed | 2023-04-28T10:36:36Z | 2023-07-27T06:55:29Z | https://github.com/kornia/kornia/issues/2352 | [
"help wanted",
"module: geometry"
] | edgarriba | 2 |
long2ice/fastapi-cache | fastapi | 70 | Help understanding cache | So I have an endpoint I need to cache for a short time because it can get a lot of the same request at the same time.
I use InMemory cache, and the request takes a second or more to process.
If I get say 100 requests for the route "at the same time" would they all run the process because the cache wasn't ready, or wo... | open | 2022-08-07T15:41:45Z | 2023-05-15T11:25:17Z | https://github.com/long2ice/fastapi-cache/issues/70 | [
"documentation",
"question"
] | ShayBox | 3 |
ultralytics/ultralytics | computer-vision | 19,508 | resume in YOLOv8 | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
When I was using resume on a YOLOv8 based network hoping to continue trainin... | open | 2025-03-04T01:43:09Z | 2025-03-04T02:10:04Z | https://github.com/ultralytics/ultralytics/issues/19508 | [
"question",
"detect"
] | li-25-creater | 3 |
autokey/autokey | automation | 937 | Is there a way to initiate script execution with mouse click rather than key press? | ### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland?
Unknown
### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of issue is ... | closed | 2024-03-04T12:16:08Z | 2024-04-12T15:24:00Z | https://github.com/autokey/autokey/issues/937 | [
"duplicate",
"enhancement",
"autokey triggers"
] | SN-CH | 6 |
davidsandberg/facenet | tensorflow | 1,227 | ValueError: Node 'gradients/InceptionResnetV1/Bottleneck/BatchNorm/cond/FusedBatchNorm_1_grad/FusedBatchNormGrad' has an _output_shapes attribute inconsistent with the GraphDef for output #3: Dimension 0 in both shapes must be equal, but are 0 and 512. Shapes are [0] and [512]. | Hi, I'm trying to test validate_on_lfw following Wiki.
I'm done align the LFW dataset, and I have a hard time on number 6. Run the test.
My computer is Ubuntu Linux.
How can I run the test correctly?
2022-07-11 18:15:04.304549: E tensorflow/stream_executor/cuda/cuda_driver.cc:271] failed call to cuInit: CUDA_ER... | open | 2022-07-11T09:30:48Z | 2023-10-20T12:03:15Z | https://github.com/davidsandberg/facenet/issues/1227 | [] | thoongee | 4 |
tqdm/tqdm | pandas | 1,257 | Nested progress bars on same line? | - [X] I have marked all applicable categories:
+ [X] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
+ [X] new feature request
- [X] I have visited the [source website], and in particular
rea... | open | 2021-10-09T17:36:06Z | 2021-10-09T17:36:06Z | https://github.com/tqdm/tqdm/issues/1257 | [] | SumNeuron | 0 |
marshmallow-code/marshmallow-sqlalchemy | sqlalchemy | 437 | Distutils deprecation warnings on python3.10 (version ==0.28.0) | The following are raised as warnings on v0.28.0 on python 3.10
```
/usr/local/lib/python3.10/site-packages/marshmallow_sqlalchemy/convert.py:17: DeprecationWarning:
distutils Version classes are deprecated. Use packaging.version instead.
_META_KWARGS_DEPRECATED = LooseVersion(ma.__version__) >= LooseVersion("... | closed | 2022-05-17T16:39:34Z | 2022-07-18T21:40:12Z | https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/437 | [] | tgross35 | 2 |
allenai/allennlp | pytorch | 4,955 | Learning rate scheduler do not work on AllenNLP v2 | Hello, I´m porting my code to the v2 version, and realized that the Learning rate scheduler was not working.
After inspecting the training code, I realized that on def _try_train(self) the variable:
`this_epoch_val_metric: float = 0.0` never changes it values
However the scheduler API requires a validation me... | closed | 2021-02-02T21:26:48Z | 2021-02-04T19:21:59Z | https://github.com/allenai/allennlp/issues/4955 | [
"bug"
] | bratao | 4 |
davidsandberg/facenet | tensorflow | 815 | Distilling facenet (Hinton, Distilling the Knowledge in a Neural Network) | Dear All,
Anyone tried distillation on David's facenet?
According to : 3 lines in github.com/DushyantaDhyani/kdtf :
soft_targets = teacher_model.predict(batch_x, self.temperature)
self.sess.run([self.train_op, self.merged_summary_op],..., self.soft_Y: soft_targets , ...
softmax_cross_entropy_with_logits( ..., l... | open | 2018-07-17T02:29:59Z | 2018-07-17T02:29:59Z | https://github.com/davidsandberg/facenet/issues/815 | [] | speculaas | 0 |
Sanster/IOPaint | pytorch | 308 | [BUG]Memory keeps rising and not released | **Model**
Lama
**Describe the bug**
```
lama-cleaner --model=lama --device=cuda --port=9003
```
During use, the memory will continue to increase without any release. Is there any way to automatically free the memory?
**Screenshots**
![](https://github.com/AnJoiner/Resources/blob/master/images/WechatIMG232.p... | open | 2023-05-18T02:34:24Z | 2023-05-20T05:33:15Z | https://github.com/Sanster/IOPaint/issues/308 | [] | AnJoiner | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.