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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
plotly/dash-table | plotly | 194 | pressing enter in filter should trigger a filter update | closed | 2018-11-01T15:05:13Z | 2018-11-02T18:33:29Z | https://github.com/plotly/dash-table/issues/194 | [] | chriddyp | 0 | |
marcomusy/vedo | numpy | 403 | Show() issue | Hi, I’ve tried pretty much everything and am running just the examples but I get an error when I attempt to show the mesh or volume. When I run the command I get “ERROR: OpenGL MAX_3D_TEXTURE_SIZE is -1”. Any clue on what to do to fix this? | closed | 2021-05-27T18:30:07Z | 2021-06-03T13:45:59Z | https://github.com/marcomusy/vedo/issues/403 | [] | dodointhesnow | 2 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 56 | Warning when running examples/example_TrainWithClassifier | Hello, I've got the following warnings when running example_TrainWithClassifier.py:
Warning:root:No module named 'record_keeper'
Warning:root:No record_keeper, so no preset hooks are being returned.
Although I could still run the script but didn't got any results in the model folder.
Could you please let me know ... | closed | 2020-04-15T21:54:54Z | 2020-04-15T22:15:08Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/56 | [
"enhancement",
"Frequently Asked Questions"
] | nguyennth | 3 |
encode/databases | sqlalchemy | 7 | SQLite support | closed | 2019-02-07T17:13:11Z | 2019-02-14T13:20:09Z | https://github.com/encode/databases/issues/7 | [
"feature"
] | tomchristie | 0 | |
agronholm/anyio | asyncio | 298 | BlockingPortal.start_task_soon type unsound | the function
```
def start_task_soon(self, func: Callable[..., Union[Coroutine[Any, Any, T_Retval], T_Retval]],
*args: object, name: object = None) -> "Future[T_Retval]": ...
```
is unsound because mypy cannot infer the argument type without relying on the return value. However the ... | closed | 2021-05-24T22:48:45Z | 2021-05-25T14:34:45Z | https://github.com/agronholm/anyio/issues/298 | [] | graingert | 2 |
microsoft/MMdnn | tensorflow | 775 | MobileNetV2 - conversion from Pytorch to Tensorflow fails | Platform (like ubuntu 16.04/win10): Ubuntu 18.04.03
Python version: 3.5.6
Source framework with version (like Tensorflow 1.4.1 with GPU): Pytorch 0.4.0 CPU
Destination framework with version (like CNTK 2.3 with GPU): Tensorflow 1.13.1
mmdnn : built from source (master branch)
----------------------------... | open | 2019-12-09T14:17:41Z | 2019-12-09T14:28:04Z | https://github.com/microsoft/MMdnn/issues/775 | [] | yossibiton | 0 |
man-group/arctic | pandas | 966 | Any news on the next gen Arctic? | _Asking it here after no replies from arctic@man.com_
I've been using Arctic since the past few months to store tick level datasets. Love the fact that it abstracts away most of the data-engineering work, helping focus on the research. Few questions related to the next-gen Artic:
- Will the next gen Arctic be ope... | closed | 2022-08-20T21:46:41Z | 2022-09-02T14:43:38Z | https://github.com/man-group/arctic/issues/966 | [] | aloktripathy | 0 |
ni1o1/transbigdata | data-visualization | 73 | `traj_clean_drift`函数的筛选条件似乎不对 | 作者您好,非常感谢您的开源工作以及各个平台上的详实教程,实在是让我受益良多,最近在使用您的库做实验的时候,发现排除异常点的算法似乎不对,还望您不吝赐教。
**Describe the bug**
具体位置在:
https://github.com/ni1o1/transbigdata/blob/21a4da0db9e2c38d0376786d954febb570f57ddc/src/transbigdata/traj.py#L344-L349
这个部分是根据速度限制对数据进行清理,超过`speedlimit`的部分将会被去掉,但是源代码中的语义似乎是当前,后的速度都超过阈值,且忽略中间点的前后速度小于阈值才把... | closed | 2023-06-13T02:03:21Z | 2023-06-14T08:03:36Z | https://github.com/ni1o1/transbigdata/issues/73 | [] | TransMux | 4 |
unionai-oss/pandera | pandas | 1,927 | Using a TypeVar as a DataFrame schema | **Describe the bug**
Using a TypeVar as a DataFrame schema no longer works since pandera 0.23, due to #1904.
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the latest version of pandera.
- [ ] (optional) I have confirmed this bug exists on the main branch ... | open | 2025-03-03T13:24:05Z | 2025-03-03T13:24:53Z | https://github.com/unionai-oss/pandera/issues/1927 | [
"bug"
] | visr | 0 |
OWASP/Nettacker | automation | 280 | False Positives while running dir_scan | The current version of Nettacker scans for directory listing. But doing directory listing it searches for 401, 403, 200 status codes which is really a good approach. But in this manner what happens is many websites(90% where I used the tool) smartly creates some 404 pages where the status codes are 200 which is really ... | closed | 2020-05-31T19:07:42Z | 2021-01-18T09:03:15Z | https://github.com/OWASP/Nettacker/issues/280 | [
"possible bug"
] | aman566 | 2 |
cobrateam/splinter | automation | 1,114 | Changelog: Single file? | I think it's far easier to comprehend across multiple versions when release notes are just text, in a single file - without extra distractions / spacing / etc. Is it possible to just to have a single changelog file?
Example: https://github.com/SeleniumHQ/selenium/blob/selenium-4.7.2-python/py/CHANGES
| closed | 2022-12-21T17:57:49Z | 2024-05-29T23:25:51Z | https://github.com/cobrateam/splinter/issues/1114 | [
"Docs",
"good first issue"
] | tony | 3 |
axnsan12/drf-yasg | rest-api | 375 | Issue on generators | Hello.
I'm facing this error after django upgrade to 2.2.1.
```
spec validation failed: {'ssv': '("1 is not of type \'string\'\\n\\nFailed validating \'type\' in schema[\'properties\'][\'info\'][\'properties\'][\'version\']:\\n {\'description\': \'A semantic version number of the API.\',\\n \'type\': \'stri... | closed | 2019-05-31T18:19:50Z | 2019-06-13T01:19:58Z | https://github.com/axnsan12/drf-yasg/issues/375 | [] | ricardocamposilva | 2 |
flasgger/flasgger | rest-api | 353 | How to determine the URL | Hi! Sorry if this is the wrong place. I'm having trouble locating the API docs on my staging server. I'm not getting any error messages, so I assume flassger is running. All tests pass and everything else works, and there are no issues with local tests on my machine. The code is exactly the same as well and no environm... | open | 2019-12-27T23:38:14Z | 2019-12-28T00:12:39Z | https://github.com/flasgger/flasgger/issues/353 | [] | alexjdw | 1 |
jupyterlab/jupyter-ai | jupyter | 424 | When learning a folder, don't read hidden files or folders | <!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
<!--
Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whol... | closed | 2023-11-01T22:02:21Z | 2023-11-04T00:08:34Z | https://github.com/jupyterlab/jupyter-ai/issues/424 | [
"enhancement",
"scope:chat-ux",
"scope:RAG"
] | JasonWeill | 0 |
MaartenGr/BERTopic | nlp | 1,656 | Could not build wheels for hdbscan / Microsoft Visual C++ 14.0 is required (solved!) | closed | 2023-11-30T21:03:25Z | 2023-11-30T22:34:28Z | https://github.com/MaartenGr/BERTopic/issues/1656 | [] | Au2mater | 7 | |
davidsandberg/facenet | computer-vision | 313 | Next steps to make this code for realtime scenarios | Hi @davidsandberg, First of all, thanks for your efforts putting the paper into tensorflow code and it is working well.
This is not a bug rather a discussion on next steps to make this software ready for real time scenarios lets say Office Attendance system.
I have studied the WIKI and trained the model on LFW ... | open | 2017-06-06T04:32:41Z | 2018-09-09T12:35:08Z | https://github.com/davidsandberg/facenet/issues/313 | [] | knvpk | 6 |
ionelmc/pytest-benchmark | pytest | 220 | 3.4.1: pytest is failing in few units | I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolation`
- because I'm calling `build` with `--no-isolation` I'm using during all processes only locally installed m... | closed | 2022-06-20T13:24:51Z | 2022-10-27T12:45:21Z | https://github.com/ionelmc/pytest-benchmark/issues/220 | [] | kloczek | 1 |
dask/dask | numpy | 10,875 | ``test_tokenize_function_cloudpickle`` is very flaky | This seems to fail pretty regularly on main and on PRs | closed | 2024-01-29T17:28:55Z | 2024-03-06T13:48:53Z | https://github.com/dask/dask/issues/10875 | [
"needs triage"
] | phofl | 1 |
huggingface/transformers | deep-learning | 36,318 | Siglip2 support | ### Feature request
Consider support siglip 2?
### Motivation
Consider support siglip 2?
### Your contribution
Consider support siglip 2? | closed | 2025-02-21T06:08:15Z | 2025-02-21T09:04:20Z | https://github.com/huggingface/transformers/issues/36318 | [
"Feature request"
] | MonolithFoundation | 1 |
dask/dask | pandas | 11,169 | AssertionError: DataFrame are different with dask 2024.5.1 and python 3.12 | <!-- Please include a self-contained copy-pastable example that generates the issue if possible.
Please be concise with code posted. See guidelines below on how to provide a good bug report:
- Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports
- Minimal Complete Verifiab... | closed | 2024-06-12T08:31:35Z | 2024-06-13T09:24:17Z | https://github.com/dask/dask/issues/11169 | [
"needs triage"
] | dschwoerer | 3 |
pytest-dev/pytest-django | pytest | 633 | django-tenants & pytest - Issues with postgres multiple schemas. | Hi,
I am trying to use `pytest` with `django-tenants` which uses `PostgreSQL` schemas to isolate clients. How do I configure `pytest-django` so that if I am using `TenantTestCase` which actually creates a `test` schema along with `public` starts to use both the schema's or set the database search path to 'search_pat... | closed | 2018-08-12T14:18:37Z | 2021-05-24T11:55:03Z | https://github.com/pytest-dev/pytest-django/issues/633 | [] | geekashu | 3 |
LibrePhotos/librephotos | django | 863 | Timestamps not generating for IMG_20230101_A.jpg | # 🐛 Bug Report
* [ ] 📁 I've Included a ZIP file containing my librephotos `log` files
* [X] ❌ I have looked for similar issues (including closed ones)
* [X] 🎬 (If applicable) I've provided pictures or links to videos that clearly demonstrate the issue
## 📝 Description of issue:
Half of my photos are not g... | open | 2023-05-19T14:22:58Z | 2024-06-14T21:48:01Z | https://github.com/LibrePhotos/librephotos/issues/863 | [
"bug"
] | scepterus | 26 |
ludwig-ai/ludwig | computer-vision | 3,669 | On Mac M2 "cannot import name '_BackgroundSyncer' from 'ray.tune.syncer'" error when using hyperopt | **Describe the bug**
Running
```
ludwig hyperopt --config rotten_tomatoes.yaml --dataset rotten_tomatoes.csv
```
on Mac gives
```
cannot import name '_BackgroundSyncer' from 'ray.tune.syncer'
```
**To Reproduce**
Steps to reproduce the behavior:
1. Install ludwig on Mac
1. Follow the tutorial and get t... | closed | 2023-09-27T09:56:26Z | 2023-10-18T20:33:37Z | https://github.com/ludwig-ai/ludwig/issues/3669 | [] | sbocconi | 5 |
deepspeedai/DeepSpeed | deep-learning | 5,696 | Tensor(hidden states)missing across GPU in Pipeline Parallelism Training[BUG] | **Describe the bug**
I am training the LLM with DeepSpeed Pipeline Parallel (ZeRO0 or ZeRO1 used). But I have a tricky issue:
Assuming global_batch_size=4, single machine with 8GPUS, and PP=8, so DP=1, and micro_batch_size=4.
Further assuming the first batch contains the input sequence with shape (4, 2262), and ... | closed | 2024-06-25T04:54:16Z | 2024-09-20T20:04:40Z | https://github.com/deepspeedai/DeepSpeed/issues/5696 | [
"bug",
"training"
] | Youngluc | 3 |
strawberry-graphql/strawberry | fastapi | 3,276 | Incorrect template rendering when overriding graphql IDE template | The GraphQLView and its async version allow overriding the template file. However, the loading of the template is incorrect, resulting in `JSON.parse("") // empty string` , because the variable is already replaced.
## Additional Context
In the view we see the following code:
```python
try:
... | open | 2023-12-05T18:22:15Z | 2025-03-20T15:56:30Z | https://github.com/strawberry-graphql/strawberry/issues/3276 | [
"bug"
] | msopacua | 2 |
cosmic-byte/flask-restplus-boilerplate | sqlalchemy | 9 | Adding token header | how to add token authorization in header swagger documentation ? | closed | 2019-04-10T11:05:18Z | 2021-01-12T13:51:21Z | https://github.com/cosmic-byte/flask-restplus-boilerplate/issues/9 | [] | dodistyo | 1 |
mljar/mljar-supervised | scikit-learn | 455 | read.me: links in the table of contents are not working | closed | 2021-08-12T06:40:06Z | 2021-08-12T09:16:22Z | https://github.com/mljar/mljar-supervised/issues/455 | [
"docs"
] | aplonska | 1 | |
lepture/authlib | django | 499 | RFC7592 Dynamic Client Registration Management Protocol | The [RFC7592 Dynamic Client Registration Management Protocol](https://www.rfc-editor.org/rfc/rfc7592) seems to be [implemented in authlib](https://github.com/lepture/authlib/blob/169c7dcfc47478c8d55553cc95fb0f5578162b77/authlib/oauth2/rfc7592/endpoint.py) but there is no reference in the documentation for this spec, no... | closed | 2022-10-20T18:56:57Z | 2022-11-05T08:34:53Z | https://github.com/lepture/authlib/issues/499 | [] | azmeuk | 0 |
3b1b/manim | python | 1,300 | problem with running animations from out of main manim Folder (navigating to .py file and run) | EDIT: NOTHING important here.. this appeared not to be an issue but a misunderstanding of how manim works..
i was running manim perfectly even outside manim folder just by referencing the location like this:
`python -m manim "Destination\To\ManimScene.py" sceneName`
but today i just couldn't run anything, and it... | open | 2020-12-29T21:53:33Z | 2020-12-29T22:33:07Z | https://github.com/3b1b/manim/issues/1300 | [] | MohaAmiry | 0 |
yezyilomo/django-restql | graphql | 225 | How can I use it outside a view? | I want to use the serializer with the queryset and the graph query as string, How can I do this?
thanks! | closed | 2021-05-17T22:01:25Z | 2021-05-22T17:04:41Z | https://github.com/yezyilomo/django-restql/issues/225 | [] | diegoduncan21 | 3 |
collerek/ormar | sqlalchemy | 1,243 | Please support pydantic-2.x | **Describe the bug**
PYPI now has pydantic at 2.x and having two versions of Pydantic at the same time causes conflicts in resolving dependencies for some other packages, because pydantic-1.x and pydantic-2.x use the same namespace 'pydantic'.
| closed | 2024-01-01T18:38:31Z | 2024-03-16T19:58:46Z | https://github.com/collerek/ormar/issues/1243 | [
"bug"
] | yurivict | 3 |
deepspeedai/DeepSpeed | machine-learning | 5,639 | [HELP] How to safely switch trainable parameters in ZeRO-3 stage? | Thank you for your great contribution!
### Problem I want to solve
I would like to know how to safely switch the trainable parameters during ZeRO-3 stage. Consider a network with 2 layers, my objective is to train the first layer for fixed number of steps, and then switch to the second layer to train for the same n... | closed | 2024-06-11T10:05:51Z | 2024-06-17T21:26:09Z | https://github.com/deepspeedai/DeepSpeed/issues/5639 | [] | Ledzy | 2 |
sczhou/CodeFormer | pytorch | 77 | I try to train codeformer stage I , but D loss always to 0 | I use V100 GPU and batch is 1 , the loss and network same as paper , and my code reference GPEN training code .
| open | 2022-12-02T01:53:40Z | 2022-12-06T11:27:10Z | https://github.com/sczhou/CodeFormer/issues/77 | [] | kelisiya | 1 |
scikit-learn/scikit-learn | machine-learning | 30,770 | Issue with binary classifiers in _check_sample_weight_equivalence? | ### Describe the bug
Hello, I tried to make my custom binary classifier pass the estimator checks with scikit-learn 1.6. The sample weight equivalence properties worked on <1.5 and not 1.6.
I think the issue is related to how the binary tag is enforced on the generated targets for the _check_sample_weight_equivalence... | closed | 2025-02-04T16:47:01Z | 2025-02-10T12:03:42Z | https://github.com/scikit-learn/scikit-learn/issues/30770 | [
"Bug"
] | pierrenodet | 3 |
pbugnion/gmaps | jupyter | 82 | Earthquake data not the same shape as other datasets | The earthquake dataset is a list of triples, so it breaks when passing it to the HeatMap.
| closed | 2016-09-03T10:30:11Z | 2016-09-07T10:51:51Z | https://github.com/pbugnion/gmaps/issues/82 | [] | AndreaCrotti | 1 |
JaidedAI/EasyOCR | pytorch | 1,007 | Only Recognition | Is there a way to only run the recognition? For instance, let's say I have some cropped images already, and I just want to do some experiments about recognition. Is this possible? | closed | 2023-05-05T22:34:33Z | 2023-06-02T17:30:33Z | https://github.com/JaidedAI/EasyOCR/issues/1007 | [] | Hegelim | 1 |
hootnot/oanda-api-v20 | rest-api | 146 | param for openTrade | Hello,
After reading the doc and Oanda doc (https://developer.oanda.com/rest-live-v20/trade-ep/) it seems you cannot param filter by openTrade time?
something like below
params = {
"state":"CLOSED",
'to': '2019-06-25T08:00:00Z',
'from': '2019-06-01T00:00:00Z',
}
I'd like to get closed orders in a speici... | closed | 2019-07-04T23:25:22Z | 2019-07-15T20:21:51Z | https://github.com/hootnot/oanda-api-v20/issues/146 | [] | haegwan | 1 |
QuivrHQ/quivr | api | 2,723 | Move core services and repositories | Move core services and repositories
* Upload
* RAGService
* Brain
* Chat
* Knowledge
* Prompt
* Notification
* User | closed | 2024-06-25T13:01:26Z | 2024-07-05T10:17:37Z | https://github.com/QuivrHQ/quivr/issues/2723 | [
"area: backend"
] | linear[bot] | 1 |
stanfordnlp/stanza | nlp | 616 | Did stanza.download(dir="") change to stanza.download(model_dir="")? | **Describe the bug**
`stanza.download(dir="")` used to work and now doesn't. The [documentation](https://stanfordnlp.github.io/stanza/download_models.html) shows the parameter name as "dir", while Python's help function shows "model_dir":
```
# Stanza docs
>>> import stanza
>>> help(stanza.download)
Help on fun... | closed | 2021-02-08T00:38:19Z | 2021-06-08T13:16:03Z | https://github.com/stanfordnlp/stanza/issues/616 | [
"bug"
] | PJ-Finlay | 2 |
pyjanitor-devs/pyjanitor | pandas | 1,405 | [BUG] polars' `pivot_longer_spec` empty list | Working on a blog post for polars' `pivot_longer` and noticed a silly bug:
```py
{
"name": "IndexError",
"message": "list index out of range",
"stack": "---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
Ce... | closed | 2024-09-23T12:22:43Z | 2024-09-23T15:00:49Z | https://github.com/pyjanitor-devs/pyjanitor/issues/1405 | [] | samukweku | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,484 | Images get mirrored in pix2pix | My images become mirrored in case of pix2pix model, is there any way to handle this? | closed | 2022-09-19T11:28:34Z | 2022-09-21T03:28:09Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1484 | [] | thesupermanreturns | 2 |
amdegroot/ssd.pytorch | computer-vision | 572 | Training images of different dimensions (and additional questions on config & custom training) | Thanks for the great work! I have 2 questions:
1. I wanna do custom training on images of different dimensions, could your training pipeline handle that? or I needa write my own logic to address them?
2. I saw `min_dim` in the config. What does it actually mean?
3. for custom training, in general what are the config... | open | 2022-03-11T03:24:31Z | 2022-03-11T10:02:29Z | https://github.com/amdegroot/ssd.pytorch/issues/572 | [] | riven314 | 0 |
neuml/txtai | nlp | 824 | Fix memory issue with llama.cpp LLM pipeline | The current behavior of the llama.cpp LLM pipeline is to always set `n_ctx=0`. When `n_ctx=0`, the context size defaults to `n_ctx_train` which can be very large with some models.
This change will fallback to the default `n_ctx` when `n_ctx=0` fails due to being out of memory. It will also allow `n_ctx` as a input p... | closed | 2024-11-30T15:35:49Z | 2024-11-30T15:39:36Z | https://github.com/neuml/txtai/issues/824 | [
"bug"
] | davidmezzetti | 0 |
Lightning-AI/pytorch-lightning | deep-learning | 20,315 | Unable to serialize WandbLogger | ### Bug description
When using the lightning CLI in combination with WandbLogger, the logger can't be serialized -> "Unable to serialize instance <lightning.pytorch.loggers.wandb.WandbLogger object at 0x102fcfc90>" is added to the config.yaml -> Can't start the CLI with the generated config file.
**script.py**
```... | closed | 2024-10-02T17:15:27Z | 2024-10-05T15:45:45Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20315 | [
"bug",
"needs triage",
"ver: 2.4.x"
] | cwallenwein | 2 |
custom-components/pyscript | jupyter | 590 | Exception in <file.pv_excess_control.on_time> line 246 | I have set up the blueprint according to the documentation, after running the automation I can see in the logbook that the script is triggered every 10 seconds, but nothing happens and the Appliance is not switched on although it should be based on the automation setup.
In the system log I see following error:
`T... | closed | 2024-03-01T23:28:03Z | 2024-03-02T12:36:31Z | https://github.com/custom-components/pyscript/issues/590 | [] | githuber110 | 2 |
onnx/onnx | tensorflow | 6,420 | ERROR when exporting a quantized PyTorch model to an ONNX model | # Ask a Question
### Question
<!-- Explain your question here. -->
I have a PyTorch model and has successfully quantized it. Now, I want to export it to a ONNX model and got this error:
torch.onnx.errors.SymbolicValueError: ONNX symbolic expected the output of `%z0_p2 : Tensor = onnx::Slice(%10534, %10537, ... | open | 2024-10-02T15:19:47Z | 2024-10-09T17:13:27Z | https://github.com/onnx/onnx/issues/6420 | [
"question"
] | nhkhiemSWE | 1 |
joouha/euporie | jupyter | 87 | Feature request: Plotly support | It seems that euprie dosn't support plotly currenly, I test it by
```python
import plotly.express as px
fig = px.bar(x=["a", "b", "c"], y=[1, 3, 2])
fig.show()
``` | closed | 2023-07-20T09:58:18Z | 2023-07-24T11:29:15Z | https://github.com/joouha/euporie/issues/87 | [] | fecet | 5 |
ray-project/ray | pytorch | 51,560 | RLlib: beta1 as a Tensor is not supported for capturable=False and foreach=True | ### What happened + What you expected to happen
optimizer={
"type": "Adam",
"foreach": True, # Disable foreach optimization
"capturable": True
}
Setting this is not passed to Adam optimizer from RLLIB, No idea what I should do. Frustrating a little. This hap... | open | 2025-03-20T18:10:08Z | 2025-03-21T22:49:01Z | https://github.com/ray-project/ray/issues/51560 | [
"bug",
"triage",
"rllib"
] | Vetti420 | 0 |
zappa/Zappa | flask | 931 | [Migrated] Lets Encrypt Certify Issue - 'NoneType' object has no attribute 'groups' | Originally from: https://github.com/Miserlou/Zappa/issues/2197 by [ksummersill2](https://github.com/ksummersill2)
I've followed the handy guide reference here to associate a Let's Encrypt SSL certificate and validating it using DNS validation.
https://github.com/Miserlou/Zappa/blob/master/docs/domain_with_free_ssl_d... | closed | 2021-02-20T13:24:41Z | 2024-04-13T19:36:50Z | https://github.com/zappa/Zappa/issues/931 | [
"no-activity",
"auto-closed"
] | jneves | 3 |
ivy-llc/ivy | tensorflow | 28,293 | Fix Ivy Failing Test: tensorflow - shape.shape__rmul__ | closed | 2024-02-15T14:21:47Z | 2024-02-21T06:42:17Z | https://github.com/ivy-llc/ivy/issues/28293 | [
"Sub Task"
] | fnhirwa | 0 | |
ml-tooling/opyrator | streamlit | 5 | Finalize pex export capabilities | **Feature description:**
Finalize capabilities to export an Opyrator to a PEX file.
[PEX](https://github.com/pantsbuild/pex) is a tool to create self-contained executable Python environments that contain all relevant python dependencies.
The export can be executed via command line:
```bash
opyrator export... | closed | 2021-04-19T10:03:51Z | 2021-11-02T02:12:12Z | https://github.com/ml-tooling/opyrator/issues/5 | [
"feature",
"stale"
] | lukasmasuch | 2 |
pydantic/logfire | pydantic | 713 | async sqlalchemy engine support | ### Description
It looks like in `logfire[aiohttp,fastapi,sqlalchemy]>=2.9.0`, the `sqlalchemy` `AsyncEngine` is not supported. Is it possible to add support for this?
## Code
```python
POSTGRES: Final[AsyncEngine] = create_async_engine(url=POSTGRES_URL, echo=SETTINGS.DEBUG)
logfire.instrument_sqlalchemy(engine... | closed | 2024-12-21T15:07:25Z | 2024-12-23T10:03:35Z | https://github.com/pydantic/logfire/issues/713 | [
"Feature Request"
] | mplemay | 3 |
horovod/horovod | pytorch | 3,181 | Horovod stalled ranks when using hvd.SyncBatchNorm in pytorch amp mode | Excuse me! Recently I use hvd.SyncBatchNorm to train pytorch resnet50, followed [this pr](https://github.com/horovod/horovod/pull/3018/files) and find the phenomenon that the horovod stalled rank when using pytorch amp mode. When disabling amp, it workes normly. All above experiments using `single machine 8gpus`.
!... | closed | 2021-09-27T07:33:08Z | 2021-12-18T14:28:20Z | https://github.com/horovod/horovod/issues/3181 | [
"wontfix"
] | wuyujiji | 6 |
jina-ai/clip-as-service | pytorch | 499 | Why multiple sockets are needed ? | **Prerequisites**
* [x] Are you running the latest `bert-as-service`?
* [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`?
* [x] Did you check the [FAQ list in `README.md`](https://... | open | 2020-01-03T06:22:30Z | 2020-01-03T06:22:30Z | https://github.com/jina-ai/clip-as-service/issues/499 | [] | astariul | 0 |
Asabeneh/30-Days-Of-Python | numpy | 466 | Considering leap year while calculating number of seconds a person had lived | I have taken the 30DaysOfJavaScript challenge and now on 30DaysOfPython. I had noticed that you don't actually consider the leap year in exercise related to calculating the seconds a person has lived.
In 30DaysOfPython check Day 3 Exercise 1 number 22 | open | 2023-12-30T10:45:14Z | 2023-12-30T10:45:14Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/466 | [] | Intelligence247 | 0 |
mwaskom/seaborn | pandas | 3,783 | linewidth should work for pointplot | We have to resort to less than elegant solutions in order to achieve non standard linewidths for pointplots
see e.g. https://stackoverflow.com/questions/45540886/reduce-line-width-of-seaborn-pointplot | closed | 2024-11-11T23:11:20Z | 2024-12-06T15:12:02Z | https://github.com/mwaskom/seaborn/issues/3783 | [] | musm | 1 |
alteryx/featuretools | data-science | 2,201 | Trend primitive fails with IntegerNullable inputs | The trend primitive fails if the numeric inputs use the `Int64` nullable dtype.
#### Code Sample, a copy-pastable example to reproduce your bug.
```python
import pandas as pd
from featuretools.primitives import Trend
dates = pd.to_datetime(["2020-01-01", "2020-01-02", "2020-01-03"])
trend = Trend()
# Wor... | closed | 2022-07-22T19:55:00Z | 2022-07-26T14:14:08Z | https://github.com/alteryx/featuretools/issues/2201 | [
"bug"
] | thehomebrewnerd | 0 |
seleniumbase/SeleniumBase | pytest | 2,170 | Mobile Mode modernization | ## Mobile Mode modernization
The default values for user_agent and device metrics are getting out-of-date. Need to switch those to something more recent.
Based on tests, using "Android WebView 110" (In-App Browser) appears to get the best results. The user_agent should match this device. (Note that this will only... | closed | 2023-10-09T19:22:39Z | 2023-10-10T19:56:14Z | https://github.com/seleniumbase/SeleniumBase/issues/2170 | [
"enhancement"
] | mdmintz | 1 |
horovod/horovod | machine-learning | 3,465 | On the clang-format check of the project | I noticed that horovod use [clang-format](https://clang.llvm.org/docs/ClangFormat.html) to format C++ code.
But when I check the project with clang-format-12, I still got many errors. The cmd I used as below:
```bash
#!/usr/bin/env bash
for src in $(find ./horovod -name "*.h" -or -name "*.cc")
do
clang-forma... | closed | 2022-03-10T04:08:52Z | 2022-04-26T18:13:52Z | https://github.com/horovod/horovod/issues/3465 | [
"bug"
] | GHGmc2 | 1 |
TencentARC/GFPGAN | pytorch | 70 | "GFPGANCleanv1-NoCE-C2.pth" file not downloading for me. | So I've been trying to download a pre-trained model for the AI, but for some odd reason i can't even get it to download properly. Instead, I always get greeted with this error.

I've tried doing some worka... | closed | 2021-09-21T03:19:12Z | 2021-09-21T07:06:02Z | https://github.com/TencentARC/GFPGAN/issues/70 | [] | Jordon87 | 4 |
dgtlmoon/changedetection.io | web-scraping | 2,479 | [feature] DBus notification | **Version and OS**
0.45.25 on linux/docker
**Is your feature request related to a problem? Please describe.**
DBus notification is supported by apprise: https://github.com/caronc/apprise/wiki/Notify_dbus
However, if I input `dbus://` in notification, it is not recognized.
**Describe the solution you'd like**
... | closed | 2024-07-10T07:20:47Z | 2024-07-10T07:30:51Z | https://github.com/dgtlmoon/changedetection.io/issues/2479 | [
"enhancement"
] | Iey4iej3 | 1 |
dpgaspar/Flask-AppBuilder | rest-api | 1,893 | Need to include inputs in existing templates from the ModelView class. |
### Environment
Flask-Appbuilder version:3.4.4
### Describe the expected results
I wanted to modify the edit template such that I can include my own inputs. But the existing functions/methods don't allow that. So instead I did the below instead of the conventional edit_template = 'xx.html'.
```python
cla... | closed | 2022-07-19T05:15:55Z | 2022-07-19T09:53:05Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1893 | [] | XiangYang95 | 2 |
ageitgey/face_recognition | machine-learning | 1,553 | face_recognition only works with obama. | * face_recognition version: 1.2.2
* Python version: Python 3.10.12
* Operating System: Linux mint
### Description
I copied the [Recognize faces in live video using your webcam - Simple / Slower Version to a file changed obama & biden to the faces I want irl and I just get this error (IndexError: list index out... | open | 2024-02-06T01:25:06Z | 2024-04-08T06:18:21Z | https://github.com/ageitgey/face_recognition/issues/1553 | [] | hexisXz | 3 |
zihangdai/xlnet | tensorflow | 270 | Problem with generating predictions from fine tuned classification model | ```
Instructions for updating:
Use `tf.data.experimental.map_and_batch(...)`.
INFO:tensorflow:Calling model_fn.
INFO:tensorflow:memory input None
INFO:tensorflow:Use float type <dtype: 'float32'>
Traceback (most recent call last):
File "/home/abdullahkhilji/miniconda3/envs/xlnet/lib/python3.6/site-packages/ten... | open | 2020-09-06T06:49:58Z | 2020-09-06T06:49:58Z | https://github.com/zihangdai/xlnet/issues/270 | [] | abdullahkhilji | 0 |
pyppeteer/pyppeteer | automation | 457 | pyee version is so low can update it for a new verions? | closed | 2023-12-07T06:34:29Z | 2024-02-09T06:00:09Z | https://github.com/pyppeteer/pyppeteer/issues/457 | [] | ZhaoGuan | 1 | |
python-gitlab/python-gitlab | api | 2,270 | Add support for API Endpoint for SAML Group Sync | ## Description of the problem, including code/CLI snippet
GitLab added the API Endpoint for SAML Group Sync in 15.3. Please add support for this new API endpoint.
## Expected Behavior
Supports SAML Group Sync
## Actual Behavior
Not yet supported
## Specifications
- python-gitlab version:
- API versi... | closed | 2022-09-09T18:17:44Z | 2023-11-27T01:16:52Z | https://github.com/python-gitlab/python-gitlab/issues/2270 | [
"feature",
"EE",
"help wanted"
] | Jerez007 | 4 |
Avaiga/taipy | automation | 2,103 | Issue with using file_selector to upload an image file second time around. | ### What went wrong? 🤔
I use a file selecter control to allow the user to upload an image file. I also have a CLEAR button that clears the images. If I try and re-upload the same image after clicking CLEAR it doesn't work. I'm running this on a Jupyter Notebook. If I choose a different named image ile, second time ... | closed | 2024-10-20T12:43:34Z | 2024-11-26T09:24:35Z | https://github.com/Avaiga/taipy/issues/2103 | [
"🟥 Priority: Critical",
"🖰 GUI",
"💥Malfunction",
"🔒 Staff only",
"💬 Discussion"
] | taupirho | 10 |
microsoft/Bringing-Old-Photos-Back-to-Life | pytorch | 170 | question on KL Loss for training domain A | I see the code of KL loss as `loss_G_kl = torch.mean(torch.pow(hiddens, 2)) * self.opt.kl`
Will it limit the hidden tensors to get smaller? | closed | 2021-05-19T08:37:11Z | 2021-07-05T04:54:20Z | https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life/issues/170 | [] | lulujianjie | 1 |
litestar-org/polyfactory | pydantic | 67 | Enhancement: Auto-register factories as pytest fixtures | It would be super handy to have some method that would easily create a fixture out of a factory. For example:
```python
class SomeLongNamedModel(BaseModel):
id: UUID
@register_fixture # Or some better name?
class SomeLongNamedModelFactory(ModelFactory):
"""Factory to create SomeLongNameModel insta... | closed | 2022-09-09T19:09:06Z | 2022-10-07T15:36:40Z | https://github.com/litestar-org/polyfactory/issues/67 | [
"enhancement",
"help wanted",
"good first issue"
] | mikelane | 3 |
supabase/supabase-py | flask | 106 | BUG | default schema not being applied in CI | **Describe the bug**
I am attempting to query a table in DB and getting an error in GitHub Actions that I am not getting running locally.
Query being attempted:
```
supabase.table('meeting_types').select('*').execute()
```
I get the error:
```
requests.exceptions.MissingSchema: Invalid URL '***/rest/v1/meet... | closed | 2021-12-26T22:18:42Z | 2022-05-14T17:37:50Z | https://github.com/supabase/supabase-py/issues/106 | [
"bug"
] | LumixximuL | 4 |
pytest-dev/pytest-xdist | pytest | 376 | Running with pytest-xdist changes sys.path | A simple test to show sys.path (and then fail, to always see the output):
```
$ cat test_sys_path.py
import pprint, sys
def test_sys_path():
pprint.pprint(sys.path)
1/0
$ pip freeze
apipkg==1.5
atomicwrites==1.2.1
attrs==18.2.0
execnet==1.5.0
more-itertools==4.3.0
pluggy==0.8.0
py==1.7.0
pytest... | closed | 2018-11-13T02:51:53Z | 2021-01-01T01:16:44Z | https://github.com/pytest-dev/pytest-xdist/issues/376 | [] | nedbat | 8 |
Nemo2011/bilibili-api | api | 230 | [需求] 风纪委 API 相关 | 最近忙,有机会会做
https://www.bilibili.com/judgement/index | closed | 2023-03-04T16:26:52Z | 2023-03-04T22:39:32Z | https://github.com/Nemo2011/bilibili-api/issues/230 | [
"need"
] | z0z0r4 | 1 |
dinoperovic/django-salesman | rest-api | 20 | Wagtail 4.x support | Are there any plans to support Wagtail 4.x? | closed | 2022-10-19T12:47:46Z | 2022-11-04T15:29:53Z | https://github.com/dinoperovic/django-salesman/issues/20 | [] | Timusan | 2 |
deepinsight/insightface | pytorch | 1,746 | recognition onnx inference | recognition onnx inference example for single image:
https://github.com/eeric/Face_recognition_cnn/tree/main/code/insightface/onnx_inference | closed | 2021-09-08T09:26:11Z | 2021-10-07T10:08:56Z | https://github.com/deepinsight/insightface/issues/1746 | [] | eeric | 10 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 695 | PixelDiscriminator should not use bias in Convolution layer with BatchNorm layer | In `PixelDiscriminator` in `network.py`, the code about `use_bias` is incorrect.
The correct code should be same as the one in `NLayerDiscriminator`.
```python
if type(norm_layer) == functools.partial: # no need to use bias as BatchNorm2d has affine parameters
use_bias = norm_layer.func != ... | closed | 2019-07-09T08:09:35Z | 2019-07-09T18:08:53Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/695 | [] | kevinptt0323 | 1 |
horovod/horovod | pytorch | 3,909 | Horovod Mxnet how to create DistributedTrainer object | trainer = Trainer(epochs=epochs,
num_batches_per_epoch=num_batches_per_epoch,
hybridize=False, # set to True if you want to hybridize the network for faster execution
ctx=context,
callbacks=callbacks
)
... | closed | 2023-05-03T12:59:09Z | 2023-05-05T13:18:04Z | https://github.com/horovod/horovod/issues/3909 | [] | uday-rao-aera | 0 |
KaiyangZhou/deep-person-reid | computer-vision | 308 | Use OSNet with vehicle re-identification problems | Hello, I am working with vehicle re-identification problems. As this architecture is originally developed for person re-id, I wonder if I should use it for my problem.
Thank you | closed | 2020-02-20T15:34:27Z | 2020-05-18T10:09:04Z | https://github.com/KaiyangZhou/deep-person-reid/issues/308 | [] | quoccuonglqd | 5 |
onnx/onnx | machine-learning | 5,796 | Improved yolov6 to have the same trt model inference speed under int8 and fp16 | # Ask a Question
### Question
<!-- Explain your question here. -->
I improved yolov6. After converting to tensorrt, the improved model's inference speed is faster than the original yolov6 under fp32 and fp16. However, after converting to int8, the speed of the original yolov6 has doubled (fp16:66fps -> int8:122fps... | closed | 2023-12-08T03:27:28Z | 2023-12-12T17:57:40Z | https://github.com/onnx/onnx/issues/5796 | [
"question"
] | xiaoche-24 | 2 |
huggingface/datasets | deep-learning | 7,433 | `Dataset.map` ignores existing caches and remaps when ran with different `num_proc` | ### Describe the bug
If you `map` a dataset and save it to a specific `cache_file_name` with a specific `num_proc`, and then call map again with that same existing `cache_file_name` but a different `num_proc`, the dataset will be re-mapped.
### Steps to reproduce the bug
1. Download a dataset
```python
import datase... | open | 2025-03-03T05:51:26Z | 2025-03-04T05:55:08Z | https://github.com/huggingface/datasets/issues/7433 | [] | ringohoffman | 2 |
tflearn/tflearn | data-science | 665 | ImportError: No module named core_rnn | File "/usr/lib/python2.7/site-packages/tflearn/__init__.py", line 21, in <module>
from .layers import normalization
File "/usr/lib/python2.7/site-packages/tflearn/layers/__init__.py", line 10, in <module>
from .recurrent import lstm, gru, simple_rnn, bidirectional_rnn, \
File "/usr/lib/python2.7/site-p... | open | 2017-03-15T10:35:19Z | 2018-09-25T08:47:03Z | https://github.com/tflearn/tflearn/issues/665 | [] | lhyxcxy | 4 |
encode/httpx | asyncio | 2,794 | Change the type of `Extensions` from `Mapping` to `MutableMapping`. | ### Discussed in https://github.com/encode/httpx/discussions/2793
<div type='discussions-op-text'>
<sup>Originally posted by **karosis88** July 28, 2023</sup>
I'm working on a library that implements HTTP Caching for httpx and httpcore (it provides transports and connection pools), and I'd like to add an extensi... | closed | 2023-07-28T11:37:52Z | 2023-09-11T06:29:24Z | https://github.com/encode/httpx/issues/2794 | [] | karpetrosyan | 0 |
plotly/dash | flask | 2,532 | [BUG] There is no response to clicking on scatter_3d on mobile devices. | There is no response to clicking on scatter_3d on mobile devices. Works correctly on desktop devices. Clicking on a 2D chart works correctly on mobile devices as well.
For example, this code does not work correctly on mobile devices, does not display information about clickData in html.Div(id='click-data').
imp... | closed | 2023-05-18T07:10:40Z | 2024-07-24T17:08:47Z | https://github.com/plotly/dash/issues/2532 | [] | AndreyM0 | 4 |
zappa/Zappa | django | 1,356 | Try not to import numpy from its source directory | <!--- Provide a general summary of the issue in the Title above -->
## Context
I am running `zappa update` and for the first time receiving the following error. I have tried switching between various python and numpy/pandas versions, but both the versions that I've historically ran and newer versions are not workin... | closed | 2024-11-05T18:35:38Z | 2024-11-05T18:56:26Z | https://github.com/zappa/Zappa/issues/1356 | [] | michaelmarzec | 1 |
TracecatHQ/tracecat | fastapi | 461 | Crowdsec integration validation error | ```
2024-10-25T00:39:38.653741-0700 | INFO [98155] tracecat.registry.repository:load_template_actions_from_path:459 - Loading template /Users/daryllim/dev/org/tracecat/registry/tracecat_registry/templates/crowdsec/search_ip_address.yml | {}
2024-10-25T00:39:38.654566-0700 | ERROR [98155] tracecat.registry.repo... | closed | 2024-10-25T07:42:17Z | 2024-10-26T22:51:10Z | https://github.com/TracecatHQ/tracecat/issues/461 | [] | daryllimyt | 0 |
roboflow/supervision | tensorflow | 789 | [ByteTrack] - add a method to reset the state of the tracker | ### Description
Let's add a method to reset the state of the tracker - particularly useful when we want to process multiple videos one after another. Currently, part of the state is held in global variables, and even reinitializing the tracker doesn't help. It is necessary to kill the entire Python environment.
P... | closed | 2024-01-26T12:45:15Z | 2024-03-28T11:46:47Z | https://github.com/roboflow/supervision/issues/789 | [
"enhancement",
"api:tracker",
"Q1.2024"
] | SkalskiP | 3 |
polakowo/vectorbt | data-visualization | 326 | AttributeError: 'Vbt_SRAccessor' object has no attribute 'crossed_above' | import vectorbt as vbt
from datetime import datetime, timedelta
df = pd.DataFrame({'a': [1, 2, 3, 4, 5],'b': [5, 4, 3, 2, 1],'c': [1, 2, 3, 2, 1]},index=pd.Index([datetime(2020, 1, 1),datetime(2020, 1, 2), datetime(2020, 1, 3), datetime(2020, 1, 4),datetime(2020, 1, 5) ]))
df['a'].vbt.crossed_above(df['b'])
resul... | closed | 2022-01-11T03:29:05Z | 2024-03-16T09:39:56Z | https://github.com/polakowo/vectorbt/issues/326 | [] | manisahni | 5 |
aiortc/aiortc | asyncio | 584 | RTCP causes exception: ValueError: packet is too long | Hi,
I am trying to record a WebRTC stream using aiortc 1.2 on a raspberry pi with Ubuntu 20.04.
Unfortunately I am getting the following error after 2-3 minutes of recording. I already tried to hardcode the stream size in media.py, but without success. Also tried it with older version of aiortc on another syste... | closed | 2021-11-15T15:04:03Z | 2022-04-17T13:54:43Z | https://github.com/aiortc/aiortc/issues/584 | [
"bug"
] | mschweig | 5 |
roboflow/supervision | tensorflow | 1,632 | Getting segmentation fault when running InferenceSlicer with OBB model with thread_workers > 1 | ### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar bug report.
### Bug
InferenceSlicer throws Segmentation fault with thread_workers = 4:
Segmentation fault (core dumped)
### Environment
Supervision 0.24.0
Pytho... | open | 2024-10-30T07:20:14Z | 2025-01-12T21:40:02Z | https://github.com/roboflow/supervision/issues/1632 | [
"bug"
] | zxsk1974 | 10 |
ray-project/ray | machine-learning | 50,762 | Minio as S3 storage | ### Description
I want to use Minio as the storage for S3. When I released it, I pointed to the S3 address of Minio, but there was an error message.
`Runtime env setup for app 'api' failed:
Traceback (most recent call last):
File "/home/ray/anaconda3/lib/python3.9/site-packages/ray/serve/_private/application_state.... | closed | 2025-02-20T08:15:50Z | 2025-02-21T07:52:51Z | https://github.com/ray-project/ray/issues/50762 | [
"triage",
"docs"
] | CurtainRight | 1 |
xinntao/Real-ESRGAN | pytorch | 407 | Converting PyTorch to NCNN - KeyError: 'params' | Hi, I'm trying to convert BSRGAN model : https://drive.google.com/drive/folders/13kfr3qny7S2xwG9h7v95F5mkWs0OmU0D?usp=sharing and I also tried 4x_RRDB_ESRGAN.pth: https://drive.google.com/drive/folders/1O9qLq2CjywbS4FJXvJMggX8DjX4e-GAV
It's a pth file but I'm unable to convert it to ncnn. When I run the pytorch2onnx... | open | 2022-08-11T16:21:31Z | 2023-11-08T17:29:19Z | https://github.com/xinntao/Real-ESRGAN/issues/407 | [] | NayamAmarshe | 8 |
Lightning-AI/LitServe | fastapi | 448 | GPU Autoscaling Issue with vLLM Llama 7B (bf16) | ## 🐛 Bug
I am experiencing an issue with GPU autoscaling in LitServe while setting up my own Llama 7B model with bf16 precision using vLLM. Despite specifying multiple GPUs, the model instances are being allocated only to GPU 0 instead of utilizing all available GPUs.
Interestingly, when I execute the file, I do get... | closed | 2025-03-10T09:17:05Z | 2025-03-18T06:21:02Z | https://github.com/Lightning-AI/LitServe/issues/448 | [
"bug",
"help wanted"
] | ishitamed19 | 3 |
scikit-learn/scikit-learn | data-science | 30,048 | DOC misleading version added info for `cv_results["n_features"]` in `RFECV` | ### Describe the bug
I'm using the scikit-learn version 1.3.0. When I use
`rfecv = RFECV(....)
rfecv.fit(X, y)
print(rfecv.cv_results_)`
that code gives me a traceback: `KeyError: 'n_features'`
I seen that key in the doc.
<img width="709" alt="image" src="https://github.com/user-attachments/as... | closed | 2024-10-12T09:11:06Z | 2024-10-13T13:29:26Z | https://github.com/scikit-learn/scikit-learn/issues/30048 | [
"Documentation"
] | nullland1027 | 2 |
2noise/ChatTTS | python | 696 | 执行示例的代码python examples/cmd/run.py "Your text 1." "Your text 2." 现在有点问题,具体看日志: | ```ps
(chattts) PS E:\software\ChatTTS> python examples/cmd/run.py "Your text 1." "Your text 2."
C:\Users\Administrator\.conda\envs\chattts\lib\site-packages\vector_quantize_pytorch\vector_quantize_pytorch.py:461: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', ... | closed | 2024-08-17T15:15:53Z | 2024-08-19T14:23:55Z | https://github.com/2noise/ChatTTS/issues/696 | [
"documentation"
] | yaodongfei | 2 |
replicate/cog | tensorflow | 1,458 | Documentation typo? Input and output types > Path() | Documentation link:
https://github.com/replicate/cog/blob/main/docs/python.md#path
Issue:
Should the command be "upscaled_image.save(output_path)" instead of "upscaled_image.save(output)" ?
I am a a bit confused by where does the "output" varaible comes from.
Thanks for clarifying.
Tutorial example code:
##... | closed | 2023-12-30T07:57:44Z | 2024-01-16T18:32:19Z | https://github.com/replicate/cog/issues/1458 | [] | mcwongmc | 1 |
yt-dlp/yt-dlp | python | 12,067 | Removing double quote from title in batch file | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm asking a question and **not** reporting a bug or requesting a feature
- [X] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#re... | closed | 2025-01-13T11:04:18Z | 2025-01-13T13:13:15Z | https://github.com/yt-dlp/yt-dlp/issues/12067 | [
"question"
] | elimae17 | 3 |
fastapi-users/fastapi-users | fastapi | 1,330 | SQLAlchemyUserDatabase.create() got an unexpected keyword argument 'safe' | ## Describe the bug
I am getting the following error:
```
....
lib/python3.10/site-packages/fastapi_users/router/register.py", line 57, in register
created_user = await user_manager.create(
TypeError: SQLAlchemyUserDatabase.create() got an unexpected keyword argument 'safe'
```
## To Reproduce
```
... | closed | 2023-12-30T07:07:13Z | 2023-12-30T12:37:47Z | https://github.com/fastapi-users/fastapi-users/issues/1330 | [] | habibrahmanbd | 0 |
FujiwaraChoki/MoneyPrinter | automation | 165 | TikTok Session ID | I see all the cookies TikTok sets when I log in, but nothing called "session" or session ID. Is it the value from "passport_csrf_token"? "s_v_web_id"? "msToken"? "bm_sv"? Thanks | closed | 2024-02-10T20:29:44Z | 2024-02-13T11:55:26Z | https://github.com/FujiwaraChoki/MoneyPrinter/issues/165 | [] | benjifriedman | 4 |
vitalik/django-ninja | pydantic | 894 | Django-nijia orm occur MySQL server has gone away | connect some mysql database, Java has not this propblem, and the django-nijia has occur has occur, I think maybe seeting has cause , how can I fix these question? | closed | 2023-11-01T02:40:04Z | 2023-11-24T13:06:05Z | https://github.com/vitalik/django-ninja/issues/894 | [] | chengdonglin | 5 |
flasgger/flasgger | rest-api | 302 | Swagger Basic Auth Example not rendering component | I'm getting an issue when I'm running the example file `examples/jwt_auth.py`.
As shown in the picture, the username and password fields are not able to be rendered.

Thi... | open | 2019-05-09T20:19:27Z | 2019-05-09T20:19:27Z | https://github.com/flasgger/flasgger/issues/302 | [] | luongthomas | 0 |
strawberry-graphql/strawberry | django | 2,862 | resolve_async missing from NodeExtension | ## Describe the Bug
One new bug from `graphql/type/definition.py", line 811` as `TypeError: Query fields cannot be resolved. Cannot add sync-only extension(s) NodeExtension to the async resolver of Field hardware_details. Please add a resolve_async method to the extension(s).`
As we can see at https://github.com/... | closed | 2023-06-17T21:18:24Z | 2023-06-20T14:56:40Z | https://github.com/strawberry-graphql/strawberry/issues/2862 | [
"bug"
] | djstein | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.