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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
jupyter/nbgrader | jupyter | 1,948 | NBgrader does not install under Jupyterlab 4.3.0+ | Tested on linux [linux mint, 22 (Wilma); based on Ubuntu-noble]
Testing process was:
```
rm -rf venv
virtualenv venv --python=/path/to/python/version/3.11.7/bin/python
source venv/bin/activate
pip install jupyterlab==4.3.4 nbgrader==0.9.4
jupyter labextension list
deactivate
```
I tested a variety of jupyterlab vers... | open | 2025-01-17T11:28:11Z | 2025-01-22T19:16:51Z | https://github.com/jupyter/nbgrader/issues/1948 | [] | perllaghu | 1 |
microsoft/JARVIS | deep-learning | 73 | models_server.py returns error | I Run `python3 models_server.py --config config.yaml` but Got
```
Traceback (most recent call last):
File "/Users/bytedance/miniconda3/envs/jarvis/lib/python3.8/site-packages/transformers/modeling_utils.py", line 415, in load_state_dict
return torch.load(checkpoint_file, map_location="cpu")
File "/Users/... | closed | 2023-04-06T13:17:24Z | 2023-04-06T21:16:03Z | https://github.com/microsoft/JARVIS/issues/73 | [] | TLpigff | 5 |
pyjanitor-devs/pyjanitor | pandas | 1,000 | comments in the examples | # Brief Description
some of the examples have comments like `#doctest:...` I dont think this should show in the final output

@ericmjl @thatlittleboy | closed | 2022-01-27T10:38:50Z | 2023-02-03T14:20:57Z | https://github.com/pyjanitor-devs/pyjanitor/issues/1000 | [] | samukweku | 3 |
mitmproxy/mitmproxy | python | 7,556 | Auto content viewer failed | ### Problem Description
```
[11:02:50.261] Auto content viewer failed:
Traceback (most recent call last):
File "mitmproxy/contentviews/__init__.py", line 188, in get_content_view
ret = viewmode(
data,
...<5 lines>...
websocket_message=websocket_message,
)
File "mitmproxy/contentviews/au... | open | 2025-02-13T10:15:33Z | 2025-02-13T10:15:33Z | https://github.com/mitmproxy/mitmproxy/issues/7556 | [
"kind/bug",
"help wanted",
"area/contentviews"
] | mhils | 0 |
dunossauro/fastapi-do-zero | pydantic | 279 | Erro no exercรญcio 04 da aula 04 quando o banco jรก contem dados | ## Como reproduzir
Clonando o repositรณrio e instalando as dependรชncias:
```shell
git clone https://github.com/taconi/fast-db-erro.git
cd fast-db-erro/
poetry install
```
Atualizando o banco para a รบltima migraรงรฃo:
```shell
poetry run alembic upgrade head
```
## Mensagem de Erro
```shell
sqlal... | closed | 2025-01-13T23:48:43Z | 2025-01-29T05:28:55Z | https://github.com/dunossauro/fastapi-do-zero/issues/279 | [] | taconi | 2 |
pyeve/eve | flask | 1,346 | Soft-delete restore not working | ### Expected Behavior
After soft-deleting a resource a PATCH should restore it, according to [the documentation](https://docs.python-eve.org/en/stable/features.html#restoring-soft-deleted-items).
### Actual Behavior
When doing a PATCH request on a soft-deleted resource it returns **404**.
A PUT request return... | closed | 2020-01-15T00:35:21Z | 2020-05-02T19:56:02Z | https://github.com/pyeve/eve/issues/1346 | [] | tanoabeleyra | 4 |
kennethreitz/records | sqlalchemy | 3 | Can't import [python3] | I use ubuntu 14.04 LTS. I installed the library system-wide, using `sudo pip3 install records`, it installed successfully. But when I try to import it (in REPL), I get the following error:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.4/dist-packages/record... | closed | 2016-02-07T18:23:46Z | 2018-04-28T23:04:24Z | https://github.com/kennethreitz/records/issues/3 | [
"invalid"
] | maniexx | 6 |
microsoft/qlib | machine-learning | 1,025 | How to Building Formulaic Alphas ? | ## โ Questions and Help
There are examples in https://qlib.readthedocs.io/en/latest/advanced/alpha.html for formulaic Alphas . But I am still confused about this formal grammar and syntax for this self-defined formulas . Please help me to recommend some stuffs like lexical grammar and syntactic definition or BNF Norm... | closed | 2022-03-29T03:23:17Z | 2022-03-31T07:48:21Z | https://github.com/microsoft/qlib/issues/1025 | [
"question"
] | jluite | 0 |
plotly/dash | flask | 3,063 | Pattern-Matching Callbacks ALL have inconsistent order in dash 2.18.1 | dash==2.18.1
dash-core-components==2.0.0
dash-html-components==2.0.0
dash-bootstrap-components==1.6.0
> BUG reappear in some circumstances | dash 2.18.1
>
> 
>
> code :
>
> ```
> from dash import Dash, dcc, html
> from dash imp... | open | 2024-11-06T15:49:03Z | 2024-12-06T12:51:13Z | https://github.com/plotly/dash/issues/3063 | [
"bug",
"P2"
] | luewh | 2 |
xuebinqin/U-2-Net | computer-vision | 130 | ValuerError num_samples should be positive | Hello,
I am trying to train this code on my own Dataset. But while running u2net_train code, I am getting following error in _init_ method of sampler class
ValueError: num_samples should be a positive integer value, but got num_samples=0
Note :- I am getting this error on this line
salobj_dataloader = DataLoader... | open | 2020-12-23T11:39:12Z | 2020-12-23T19:48:23Z | https://github.com/xuebinqin/U-2-Net/issues/130 | [] | mack156890 | 1 |
Teemu/pytest-sugar | pytest | 150 | Failed tests name contains `.` instead of `::` in verbose mode | When a test fails and pytest is run in verbose mode, the failed test name contains `.` instead of `::` which doesn't match the name expected by pytest itself to run the test.
e.g. the following code:
```python
import pytest
class TestFails:
def test_fail1(self):
assert True is False
@... | closed | 2018-09-24T09:57:35Z | 2018-10-17T18:16:53Z | https://github.com/Teemu/pytest-sugar/issues/150 | [] | albertodonato | 5 |
google-research/bert | tensorflow | 1,206 | how to evaluate per epoch during train with `estimator` (tf 1.15)? | open | 2021-03-11T10:07:26Z | 2021-03-11T10:07:26Z | https://github.com/google-research/bert/issues/1206 | [] | lang101 | 0 | |
tensorlayer/TensorLayer | tensorflow | 222 | Cannot use Dropout Layer when I use tf.contrib.data.TFRecordDataset API | HI~
I coded as [tensorflow offical guide ](https://www.tensorflow.org/programmers_guide/datasets); At begging, I hadn't add dropout layer but DenseLayer, everything OK. But next time I added DropoutLayer in my Model Funtion, program said that "InvalidArgumentError (see above for traceback): You must feed a value for ... | closed | 2017-10-20T13:04:25Z | 2018-02-14T03:35:19Z | https://github.com/tensorlayer/TensorLayer/issues/222 | [] | VisanXJ | 2 |
huggingface/diffusers | deep-learning | 10,575 | Encounter "IndexError: index 51 is out of bounds for dimension 0 with size 51" when using DPMSolverMultistepScheduler | ### Describe the bug
I try to train a personal ddpm model for my dataset, and I use the DPM-Solver to accelerate the sample speed, but shown the error in the title, what's the problem ? Hope anyone help.
### Reproduction
scheduler = DPMSolverMultistepScheduler.from_config(noise_scheduler.config)
schedule... | closed | 2025-01-14T11:19:18Z | 2025-01-14T12:30:05Z | https://github.com/huggingface/diffusers/issues/10575 | [
"bug"
] | ljw919 | 2 |
ansible/awx | automation | 14,972 | Share link for template launch with predefined parameters | ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand that AWX is open source software pro... | open | 2024-03-09T13:24:54Z | 2024-03-13T15:53:58Z | https://github.com/ansible/awx/issues/14972 | [
"type:enhancement",
"component:ui",
"community"
] | codefritzel | 0 |
kaliiiiiiiiii/Selenium-Driverless | web-scraping | 245 | how to prevent extension to load on seleniumdriverless | > from selenium_driverless import webdriver
> from selenium_driverless.types.by import By
> import asyncio
>
>
> async def main():
> options = webdriver.ChromeOptions()
> async with webdriver.Chrome(options=options) as driver:
> await driver.get('https://google.com', wait_load=True)
> ... | closed | 2024-06-18T06:01:51Z | 2024-06-18T09:21:55Z | https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/245 | [] | ahmedabdelhamedz | 1 |
litestar-org/litestar | asyncio | 3,211 | Docs: Code block line length | ### Summary
For documentation, and only documentation, if you have an overly long code block it enters scrollable window.
We should set `blacken-docs` configuration (and eventually `ruff` when https://github.com/astral-sh/ruff/issues/8237 happens) to line lengths somewhere on the lower end (maybe 80?); this goes to... | open | 2024-03-16T05:56:46Z | 2025-03-24T19:17:57Z | https://github.com/litestar-org/litestar/issues/3211 | [
"Documentation :books:",
"Help Wanted :sos:",
"Good First Issue"
] | JacobCoffee | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,581 | Automated operation of two or more chrome in the cloud | When two chrome are launched on the cloud and automatic operation is performed, only one of them can be operated automatically.
chrome version : 114
undetected_chromedriver : 3.5.3 | open | 2023-09-26T01:22:14Z | 2023-09-26T14:41:02Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1581 | [] | matsutomo-tomu | 0 |
PaddlePaddle/models | nlp | 5,734 | ๆจกๅๆปคๆณขๅจ้ฎ้ข | ๆจๅฅฝ๏ผๆๅจๆฟๆขๆไธชๅท็งฏๆจกๅไนๅ๏ผๅบ็ฐไบไธ้ข็ๆฅ้๏ผๅฎๅจ่งฃๅณไธๅบๆฅ
ValueError: (InvalidArgument) The number of input's channels should be equal to filter's channels * groups for Op(Conv). But received: the input's channels is 704, the input's shape is [4, 704, 168, 168]; the filter's channels is 448, the filter's shape is [64, 448, 1, 1]; the groups i... | open | 2023-08-09T08:41:53Z | 2024-02-26T05:07:43Z | https://github.com/PaddlePaddle/models/issues/5734 | [] | todesti2 | 0 |
coqui-ai/TTS | python | 4,121 | [Bug] Cant load xtts | ### Describe the bug
Error when loading xtts model
### To Reproduce
```
from TTS.api import TTS
model = TTS("xtts", gpu=True)
```
### Expected behavior
Expect it to load model without throwing an error
### Logs
```shell
raise pickle.UnpicklingError(_get_wo_message(str(e))) from None
_pickle.Un... | open | 2025-01-03T06:01:13Z | 2025-03-06T10:23:11Z | https://github.com/coqui-ai/TTS/issues/4121 | [
"bug"
] | CrackerHax | 13 |
pykaldi/pykaldi | numpy | 310 | A TDNN-LSTM model is supported for pykaldi ๏ผ | A TDNN-LSTM model is supported for pykaldi ๏ผ | closed | 2022-12-03T15:46:21Z | 2022-12-05T10:38:42Z | https://github.com/pykaldi/pykaldi/issues/310 | [] | ben-8878 | 1 |
coqui-ai/TTS | pytorch | 3,445 | [Bug] dot pronounced a "punto" in italian :D | ### Describe the bug
What I did:
```
from TTS.api import TTS
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2").to("cpu")
t=open('text2.txt', 'r').read().replace('\n','')
tts.tts_to_file(text=t, speaker_wav="annap3.mp3", language="it", file_path="testAP3.wav")
```
The first phrase in the text2.txt... | closed | 2023-12-19T19:07:55Z | 2025-01-03T08:49:08Z | https://github.com/coqui-ai/TTS/issues/3445 | [
"bug",
"wontfix"
] | Zibri | 12 |
SciTools/cartopy | matplotlib | 1,761 | Mapbox streets | ### Description
<!-- Please provide a general introduction to the issue/proposal. -->
The interface to access the `mapbox.streets` tiles has been deprecated and attempting to use the current MapboxTiles interface is doomed (returns a 410 error)
#### Code to reproduce
```
import cartopy.io.img_tiles as cimg... | closed | 2021-04-13T07:09:16Z | 2021-06-02T02:52:05Z | https://github.com/SciTools/cartopy/issues/1761 | [] | lmoresi | 6 |
iterative/dvc | machine-learning | 10,656 | pull: ssh remote fails, error in asyncssh 2.19.0, missing arguments | # Bug Report
## Description
When I try to do a `dvc pull` for a ssh remote, I do get the following error:
```
TypeError: SSHClientConfig.__init__() missing 2 required positional arguments: 'host' and 'port'
```
This happens when using `asyncssh==2.19.0`, with `asyncssh==2.18.0` it does work.
So my guess is that so... | closed | 2024-12-19T10:18:41Z | 2025-02-11T03:35:07Z | https://github.com/iterative/dvc/issues/10656 | [
"bug",
"p1-important",
"dependencies",
"fs: ssh"
] | sebastianbeyer | 8 |
ultralytics/ultralytics | machine-learning | 19,229 | val and predict | ### 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
ไฝ ๅฅฝ๏ผ
ๅจไปๅคฉๆไฝฟ็จyolo11่ฟ่ก่ฏ้ชๆถๅ็ฐไบไธไธ้ฎ้ข๏ผ
ๅฝๆๅฏนๅไธๅผ 640*640็ๅพ็ไฝฟ็จmodel.valๅmodel.predict่ฟ่กๆฃๆตๆถ... | open | 2025-02-13T10:38:12Z | 2025-02-18T22:47:46Z | https://github.com/ultralytics/ultralytics/issues/19229 | [
"question",
"detect"
] | myjc1 | 6 |
jonaswinkler/paperless-ng | django | 496 | [Feature Request] Custom CSS | Hi :)
Could we have an option for adding custom css to paperless-ng. Preferably as a text-field somewhere @ settings?
Thank you :) | closed | 2021-02-02T17:12:20Z | 2021-02-03T13:56:22Z | https://github.com/jonaswinkler/paperless-ng/issues/496 | [] | praul | 4 |
widgetti/solara | jupyter | 290 | ipyleaflet advanced not working in jupyter | Issue running [ipyleaflet advanced](https://solara.dev/examples/libraries/ipyleaflet_advanced) example in jupyter displays, but when you try and interact with the widgets or the marker the map or displayed location does not change.
To reproduce, run ipyleaflet advanced in a jupyter lab on a jupyter hub. Then try to... | open | 2023-09-14T12:41:44Z | 2023-09-16T11:36:17Z | https://github.com/widgetti/solara/issues/290 | [] | tpike3 | 2 |
gradio-app/gradio | data-science | 10,175 | ValueError: Could not fetch api info for model | ### Describe the bug
I use the llamameta/Qwen2.5-Coder-32B-Instruct-Chat-Assistant model. Everything works when running in Kaggle, but as soon as I try to run the same code on my server (or my PC), an error pops up
```
Traceback (most recent call last):
File "E:\repos\PycharmProjects\steamreviewai\main.py", line ... | closed | 2024-12-11T06:02:06Z | 2025-02-12T02:31:24Z | https://github.com/gradio-app/gradio/issues/10175 | [
"bug",
"pending clarification"
] | Pr0va1der | 11 |
strawberry-graphql/strawberry | fastapi | 3,606 | Cancelling `DataLoader.load` futures doesn't cancel the underlying task | <!-- Provide a general summary of the bug in the title above. -->
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
## Describe the Bug
I'm working in a codebase w... | open | 2024-08-27T10:58:53Z | 2025-03-20T15:56:50Z | https://github.com/strawberry-graphql/strawberry/issues/3606 | [
"bug"
] | oinopion | 0 |
huggingface/transformers | machine-learning | 36,565 | Do trailing padding tokens get a forward pass? | Imagine I'm performing an **inference** using causal LLM with `batch_size=2`, `do_sample=False`, `num_beams=1` (i.e. greedy decoding).
Suppose one of the inputs in the batch results in a shorter generated sequence than the other. After this shorter sequence get an EOS token, all subsequent token ids for this sequence... | closed | 2025-03-05T16:25:49Z | 2025-03-06T10:34:30Z | https://github.com/huggingface/transformers/issues/36565 | [] | rvashurin | 1 |
firerpa/lamda | automation | 28 | AVDๅฆไฝ้
็ฝฎๅฎ็ฐไธญ้ดไบบๆต้ๅๆ๏ผ | closed | 2023-02-06T09:44:43Z | 2023-02-07T16:24:03Z | https://github.com/firerpa/lamda/issues/28 | [] | BelloHe | 1 | |
jupyterlab/jupyter-ai | jupyter | 757 | Following extension tutorial instructions, when run "pip install -ve ." encounter prepare_metadata_for_build_editable issue | ## Description
Following the instructions in this page: https://jupyterlab.readthedocs.io/en/latest/extension/extension_tutorial.html#extension-tutorial, when as instructed I run the command: pip install -ve . in my_first_extension directory, I will get:
INFO:hatch_jupyter_builder.utils:> /tmp/pip-build-env-pcnfq6... | open | 2024-04-27T06:15:11Z | 2024-05-01T07:21:06Z | https://github.com/jupyterlab/jupyter-ai/issues/757 | [
"bug"
] | gitist | 5 |
davidsandberg/facenet | computer-vision | 577 | The validation rate is very low around 0.2 while the accuracy is high around 0.9 | When I training the inception-net-v1 on the new released dataset vggface2, the accuracy on lfw can reach 0.9 while the validation rate is very low around 0.2 and not increasing. Anyone met this problem? Thanks. | closed | 2017-12-11T02:26:45Z | 2018-08-15T10:18:50Z | https://github.com/davidsandberg/facenet/issues/577 | [] | cactuslei | 3 |
2noise/ChatTTS | python | 799 | GPU not activating? | ๆๆไธๅผ 3060 12g ่ฟ่ก็ๆถๅ torch.cuda.is_available() ๆฏ true, ไฝๆฏๆๆปๆ่ง้ๅบฆๅพๆ
ขใไบๆฏๆๆ chat.load(compile=False,device="cuda") ๆนๆไบ chat.load(compile=False,device="cpu") ไปไฟฉ้ฝๆฏไธไธช้ๅบฆใๆ่ฆๆไน่งฃๅณ๏ผ | closed | 2024-10-23T14:52:34Z | 2025-01-21T04:01:28Z | https://github.com/2noise/ChatTTS/issues/799 | [
"question",
"stale"
] | anan1213095357 | 9 |
biolab/orange3 | scikit-learn | 6,855 | K-Means widget hangs (intermittent, multiple number of clusters) | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | open | 2024-07-17T18:49:41Z | 2024-07-19T16:40:57Z | https://github.com/biolab/orange3/issues/6855 | [
"bug report"
] | stuart-cls | 2 |
deepset-ai/haystack | pytorch | 8,276 | Option to enable structured outputs with OpenAI Generators | **Is your feature request related to a problem? Please describe.**
OpenAI and many other llm providers are introducing structured outputs. See [this doc](https://platform.openai.com/docs/guides/structured-outputs/introduction)
- It will only be enabled for some models
- It uses `.parse` and not `.create` the way we ... | open | 2024-08-23T10:09:30Z | 2025-02-21T13:29:27Z | https://github.com/deepset-ai/haystack/issues/8276 | [
"P3",
"topic:LLM",
"2.x"
] | TuanaCelik | 7 |
pytest-dev/pytest-qt | pytest | 202 | PySide2 segmentation faults after test session in Travis and AppVeyor | Sample builds:
* https://ci.appveyor.com/project/nicoddemus/pytest-qt/build/1.0.480
* https://travis-ci.org/pytest-dev/pytest-qt/builds/353613828 | closed | 2018-03-15T02:23:33Z | 2020-05-08T15:08:48Z | https://github.com/pytest-dev/pytest-qt/issues/202 | [
"infrastructure :computer:"
] | nicoddemus | 4 |
dpgaspar/Flask-AppBuilder | flask | 1,350 | Upgrade jQuery to 3.5 | I'm working to clear a [Cross-site Scripting (XSS) CVE](https://app.snyk.io/vuln/SNYK-JS-JQUERY-565129) in Airflow, looks like Airflow gets its jQuery from FAB. Is there a way for us to override the jQuery? Or maybe we can bump jQuery here?
| closed | 2020-04-19T15:33:26Z | 2020-04-27T08:14:00Z | https://github.com/dpgaspar/Flask-AppBuilder/issues/1350 | [
"urgent",
"dependency-bump"
] | ryw | 2 |
huggingface/text-generation-inference | nlp | 2,139 | Error with sharded Mixtral | ### System Info
128 gb RAM. On-premise machine with 2 GPUs.
```
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.147.05 Driver Version: 525.147.05 CUDA Version: 12.1 |
|-------------------------------+----------------------+----------------------+
| GPU Nam... | closed | 2024-06-28T11:24:23Z | 2024-07-04T12:13:38Z | https://github.com/huggingface/text-generation-inference/issues/2139 | [] | AIvashov | 6 |
davidsandberg/facenet | tensorflow | 342 | ResourceExhaustedError with GPU1 | Hi @davidsandberg ,
when I run the code with GPU1๏ผthe issue arise
> ResourceExhaustedError (see above for traceback): OOM when allocating tensor with shape[90,8,8,128]
I add the code in train_softmax.py,
```
import os
os.environ["CUDA_VISIBLE_DEVICES"] = "1"
```
in order to use the GPU1.
Hope to get your h... | closed | 2017-06-21T08:36:40Z | 2017-06-21T12:38:38Z | https://github.com/davidsandberg/facenet/issues/342 | [] | zhengge | 2 |
hyperspy/hyperspy | data-visualization | 3,078 | Proposal--HSEP: 4 Adding support for Labeled Columns/Advanced Slicing, Ragged Signal of Signals and Advanced Markers | Hopefully this is the right thing to do. I wanted to write out my entire plan before I start making too much of a final push so that people can review it beforehand. This is a large change that touches many different parts of the code but should have fairly minimal changes to the overall working/syntax. It should als... | open | 2022-12-28T00:42:27Z | 2022-12-28T00:42:27Z | https://github.com/hyperspy/hyperspy/issues/3078 | [] | CSSFrancis | 0 |
plotly/dash-cytoscape | plotly | 133 | [Feature request] dynamically create&edit networks. adding nodes and edges | Would really appreciate the ability to add elements (nodes and edges) dynamically via a context menu #58, select&connect (for edges) or even by drag&drop.
Cytoscape seems to support this in principle:
http://manual.cytoscape.org/en/stable/Creating_Networks.html#adding-a-node | open | 2021-05-05T19:14:25Z | 2022-01-27T19:07:30Z | https://github.com/plotly/dash-cytoscape/issues/133 | [] | drahnreb | 1 |
aiogram/aiogram | asyncio | 1,588 | in handler.flags foreign | ### Checklist
- [X] I am sure the error is coming from aiogram code
- [X] I have searched in the issue tracker for similar bug reports, including closed ones
### Operating system
Windows 11 pro 22H2
### Python version
3.12.5
### aiogram version
3.13.1
### Expected behavior
when using the com... | closed | 2024-10-04T18:19:47Z | 2024-10-07T13:37:28Z | https://github.com/aiogram/aiogram/issues/1588 | [
"bug"
] | fruitoiz | 1 |
seleniumbase/SeleniumBase | pytest | 3,387 | How can I use conftest to retrieve the session ID of the driver? | I currently have two test scripts, test_facebook.py and test_google.py.
How can I retrieve the session ID generated by the browser when running pytest -s test_facebook.py test_google.py --headed ?
I don't want to write this in my test scripts, as it wouldn't be very flexible. I only want to implement it in conf... | closed | 2025-01-04T08:43:17Z | 2025-01-04T14:25:01Z | https://github.com/seleniumbase/SeleniumBase/issues/3387 | [
"question"
] | seasoncool | 1 |
erdewit/ib_insync | asyncio | 267 | provide ib.accountSummaryAsync() | in a purely async framework which can not be patched, e.g. uvicorn, ib.accountSummary() can not be called since it tries to re-enter the asyncio loop on the first call [ via call to sync reqAccountSummary() and not async reqAccountSummaryAsync(), in [https://github.com/erdewit/ib_insync/blob/master/ib_insync/ib.py#L398... | closed | 2020-06-25T05:45:02Z | 2020-09-20T13:33:58Z | https://github.com/erdewit/ib_insync/issues/267 | [] | drusakov778 | 3 |
serengil/deepface | deep-learning | 1,320 | I get CERTIFICATE_VERIFY_FAILED when the library tries to download the models weights | - [X] I have updated to the latest version of the packages.
- [X] I have searched for both [existing issues](https://github.com/serengil/deepface/issues) and [closed issues](https://github.com/serengil/deepface/issues?q=is%3Aissue+is%3Aclosed) and found none that matched my issue.
### DeepFace's version
0.0.93
... | closed | 2024-08-24T16:27:33Z | 2024-08-24T20:00:23Z | https://github.com/serengil/deepface/issues/1320 | [
"bug"
] | idan3 | 0 |
deezer/spleeter | deep-learning | 613 | (forward) Compatibility with tensorflow 2.5.0 | Is tensorflow 2.3.0 a must for spleeter? I have python 3.9 with tensorflow 2.5.0 and when installing spleeter through pip, it says,
```
ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.0 (from spleeter)
ERROR: No matching distribution found for tensorflow==2.3.0
``` | closed | 2021-04-19T04:39:29Z | 2021-06-15T15:50:19Z | https://github.com/deezer/spleeter/issues/613 | [] | ghost | 2 |
saulpw/visidata | pandas | 1,916 | [zip] open Parquet files from inside an archive | **Small description**
If we open a Zip file in VisiData and then try to open a Parquet file inside that Zip, the pyarrow.parquet reader looks for the file on the local filesystem _outside_ the zip.
**Expected result**
What happens in the Zip stays in the Zip. Or something.
**Actual result with screenshot**
... | closed | 2023-06-08T16:12:29Z | 2023-11-23T03:40:28Z | https://github.com/saulpw/visidata/issues/1916 | [
"wishlist"
] | ajkerrigan | 1 |
albumentations-team/albumentations | machine-learning | 1,851 | Too noisy upgrade warning | This is what I got, when start using albumentations in many dataloader workers:
```
INFO:albumentations.check_version:A new version of Albumentations is available: 1.4.11 (you have 1.4.10). Upgrade using: pip install --upgrade albumentations
INFO:albumentations.check_version:A new version of Albumentations is availa... | closed | 2024-07-22T11:45:51Z | 2024-07-27T06:41:18Z | https://github.com/albumentations-team/albumentations/issues/1851 | [
"enhancement"
] | MichaelMonashev | 12 |
scikit-multilearn/scikit-multilearn | scikit-learn | 166 | module not found ! | from skmultilearn.neurofuzzy import MLARAM
ModuleNotFoundError: No module named 'skmultilearn.neurofuzzy'

| closed | 2019-04-16T10:46:37Z | 2019-05-08T11:04:40Z | https://github.com/scikit-multilearn/scikit-multilearn/issues/166 | [] | Rami-Majdoub | 2 |
skfolio/skfolio | scikit-learn | 123 | [BUG]Error in cumulative return plot of portfolio after removing highly correlated assets | Error in cumulative return plot of portfolio after removing highly correlated assets
In the case of Examples>Pre-selection>Drop Highly Correlated Assets, after removing the highly correlated assets with DropCorrelated and comparing the cumulative returns of the new portfolio with the original portfolio, the following e... | closed | 2025-03-06T07:03:36Z | 2025-03-06T08:52:29Z | https://github.com/skfolio/skfolio/issues/123 | [
"bug"
] | piper0124 | 2 |
deepset-ai/haystack | pytorch | 9,035 | Replace PromptBuilder with ChatPromptBuilder in Get Started Code | The code example https://docs.haystack.deepset.ai/docs/get_started and the recipe should use `ChatPromptBuilder` instead of `PromptBuilder`.
I suggest we also change other code examples, for example https://docs.haystack.deepset.ai/docs/answerbuilder We can discuss how to do that for the many examples. | closed | 2025-03-13T08:38:35Z | 2025-03-18T14:38:25Z | https://github.com/deepset-ai/haystack/issues/9035 | [
"type:documentation",
"P2"
] | julian-risch | 1 |
cleanlab/cleanlab | data-science | 989 | `Datalab.__repr__()` breaks down with a KeyError: num_classes | `Datalab.__repr__()` breaks down with a KeyError: num_classes on this [line](https://github.com/cleanlab/cleanlab/blob/master/cleanlab/datalab/internal/display.py#L34)
# Steps to reproduce
Initialize a dataset with no label name
```
lab = Datalab(df)
``` | closed | 2024-02-08T22:30:04Z | 2024-02-13T03:02:44Z | https://github.com/cleanlab/cleanlab/issues/989 | [
"bug",
"next release",
"needs triage"
] | sanjanag | 0 |
kennethreitz/records | sqlalchemy | 152 | How to get the ID of the data after the insert into | closed | 2018-06-05T12:34:03Z | 2019-02-21T19:14:15Z | https://github.com/kennethreitz/records/issues/152 | [] | huawan2018 | 1 | |
ultralytics/ultralytics | deep-learning | 19,096 | Comparison on inference code of YOLOv8 and YOLOv11 | ### 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
Does the inference code will change for YOLOv8 and YOLO11
we just need to... | open | 2025-02-06T08:59:47Z | 2025-02-06T10:17:23Z | https://github.com/ultralytics/ultralytics/issues/19096 | [
"question"
] | akhilsajeevan11 | 5 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 1,147 | After update to 3.0.2, "sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: tasks" | <!--
This issue tracker is a tool to address bugs in Flask-SQLAlchemy itself.
Please use Pallets Discord or Stack Overflow for questions about your
own code.
Ensure your issue is with Flask-SQLAlchemy and not SQLAlchemy itself.
Replace this comment with a clear outline of what the bug is.
-->
<!--
Describ... | closed | 2022-12-15T03:57:01Z | 2022-12-15T04:13:04Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/1147 | [] | nakamoto-upost | 0 |
pyppeteer/pyppeteer | automation | 488 | net::ERR_BLOCKED_BY_CLIENT | - I'm running on a headless server.
- The script works for normal sites, e.g google.com but does not work for locally served website `http://193.5.21.111:80` which points to a local nginx server on a loopback interface
- if i use `curl http://http://193.5.21.111:80` it works no problem
- tried removing the proxy optio... | open | 2025-01-22T18:46:29Z | 2025-01-22T18:48:17Z | https://github.com/pyppeteer/pyppeteer/issues/488 | [] | oregonpillow | 0 |
pydantic/pydantic-ai | pydantic | 1,106 | Token Counter | ### Description
Ideally before passing a prompt to a model, we can check the token count. If the token count is too high, I'd like to know upfront so I can reduce the token count on my end. LiteLLM has a token counter with logic that's similar. Could be a decorator that allows me to filter down or reduce the informati... | open | 2025-03-12T23:45:00Z | 2025-03-13T12:29:06Z | https://github.com/pydantic/pydantic-ai/issues/1106 | [] | msu-reevo | 1 |
nltk/nltk | nlp | 2,438 | Whatever happened to NLTK-Lite? | I'm trying to find out what happened to NLTK-Lite? The last reference to this is in Oct 2007: https://www.nltk.org/news.html
Is this project dead? Or was it merged into the main NLTK and made the default way to use NLTK? Thanks. | closed | 2019-10-27T12:17:20Z | 2019-10-27T12:31:18Z | https://github.com/nltk/nltk/issues/2438 | [] | arvindpdmn | 1 |
LibreTranslate/LibreTranslate | api | 245 | Multiple errors during installing [Linux/Windows] | `python main.py`
```
Traceback (most recent call last):
File "main.py", line 1, in <module>
from app import main
File "/home/runner/LibreTranslate/app/__init__.py", line 12, in <module>
from .main import main
File "/home/runner/LibreTranslate/app/main.py", line 5, in <module>
from app.app impo... | closed | 2022-04-08T12:51:07Z | 2022-05-19T08:29:02Z | https://github.com/LibreTranslate/LibreTranslate/issues/245 | [
"possible bug"
] | JawadPy | 5 |
JaidedAI/EasyOCR | deep-learning | 727 | Where can we find the training codes of CRAFT? | I am considering fine-tuning craft_mlt_25k.pth on some customized data. I am wondering where to find the training codes of CRAFT, i.e., the codes that are used to train craft_mlt_25k.pth.
Thank you! | open | 2022-05-13T09:21:26Z | 2022-06-27T18:02:58Z | https://github.com/JaidedAI/EasyOCR/issues/727 | [] | dr-GitHub-account | 1 |
jupyterhub/repo2docker | jupyter | 1,140 | "Error during build: .0.0 is not valid SemVer string" | When I try to start mybinder: https://mybinder.org/v2/gh/ngs-docs/2020-ggg-201b-rnaseq/latest?urlpath=rstudio
I get the following error message upon build:
```
Waiting for build to start...
Picked Git content provider.
Cloning into '/tmp/repo2docker9q9ck4ah'...
HEAD is now at bfa8ad2 update README to point to... | closed | 2022-02-22T23:20:16Z | 2022-03-06T15:35:03Z | https://github.com/jupyterhub/repo2docker/issues/1140 | [] | ctb | 2 |
onnx/onnx | deep-learning | 6,656 | Shape inference error after SplitToSequence | # Bug Report
### Is the issue related to model conversion?
<!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sklea... | open | 2025-01-24T09:55:30Z | 2025-02-19T17:32:44Z | https://github.com/onnx/onnx/issues/6656 | [
"bug",
"module: shape inference",
"contributions welcome"
] | LoSealL | 2 |
custom-components/pyscript | jupyter | 114 | Feature Request: Creation of sensors | I find myself frequently using the code below to modify helper inputs to make faux sensors. Overall I'd love to make any type of entity with pyscript, but starting with sensors seem like the logical first step.
```python
@state_trigger("media_player.main_speakers.source")
def speakers_changed():
set_tv_playing_... | closed | 2020-12-08T18:02:19Z | 2020-12-10T02:39:30Z | https://github.com/custom-components/pyscript/issues/114 | [] | tal | 2 |
PaddlePaddle/models | nlp | 5,696 | ๅธๆ่ฝๅค็ป่ฟไธช้กต้ขๅ ไธไธช็ฎๅฝ๏ผ่ฆไธ็ถไปไธๅพไธ็ฟป้ๅธธไธๆนไพฟ | https://github.com/PaddlePaddle/models/blob/release/2.4/docs/official/README.md
็ฅๅฅฝ~ | open | 2023-01-03T06:37:34Z | 2024-02-26T05:07:48Z | https://github.com/PaddlePaddle/models/issues/5696 | [] | we-enjoy-today | 0 |
AirtestProject/Airtest | automation | 596 | ่พๅ
ฅๆณ้ฎ้ข | ๆไฝฟ็จairtest.core.android.android้Android็ฑป็textๆนๆณ่ฟ่ก่พๅ
ฅ๏ผๅฝ็ถไนไฝฟ็จ่ฟairtest.core.api้็textๆนๆณ๏ผ๏ผๆๆถๆฒก่พๅ
ฅไปปไฝไธ่ฅฟ๏ผๅฆๆ่พๅ
ฅๆๅไบ๏ผ่ฟไผๅจ่พๅ
ฅ็ไธค่พนๅ ๅฏนๅๅผๅท๏ผๆฏๅฆๆ่พๅ
ฅ123456๏ผๆๅๅจ่พๅ
ฅๆกไผๆพ็คบ'123456'๏ผ่ฟๆ่พๅ
ฅไธญๆไผๆพ็คบไนฑ็ ๏ผๆๆฒกๆไบบ็ฅ้ๆไน่งฃๅณ่ฟไบ้ฎ้ขๅข๏ผ่ฐข่ฐข๏ผ
่ฟไธชๆพ็คบโไธญๅฝโๅทฒ็ป่พๅ
ฅ๏ผไฝๅฎ้
ไธๆฒกๆ่พๅ
ฅ๏ผ็ถๅ่พๅ
ฅๆกๅจๅดไผๆ... | open | 2019-11-07T07:17:59Z | 2019-11-07T07:53:27Z | https://github.com/AirtestProject/Airtest/issues/596 | [] | ancining | 0 |
LAION-AI/Open-Assistant | machine-learning | 3,381 | Right to Left message tree is non-indented | When viewing the message tree in Hebrew, the tree is not indented according to the reply tree but is completely flat. It looks like the fact that the tree structure graphics are aligned to the left of the screen instead of the right is the issue.
Notice that the screenshots are examples of English text in Hebrew mod... | open | 2023-06-11T12:43:42Z | 2023-06-11T16:18:56Z | https://github.com/LAION-AI/Open-Assistant/issues/3381 | [
"website"
] | jmpfar | 0 |
tensorlayer/TensorLayer | tensorflow | 606 | Failed: TensorLayer (33f9b10c) | *Sent by Read the Docs (readthedocs@readthedocs.org). Created by [fire](https://fire.fundersclub.com/).*
---
| TensorLayer build #7203489
---
| 
---
| Build Failed for TensorLayer (1.4.3)
---
You can find out more about this failure here:
... | closed | 2018-05-17T07:57:14Z | 2018-05-17T08:00:29Z | https://github.com/tensorlayer/TensorLayer/issues/606 | [] | fire-bot | 0 |
kynan/nbstripout | jupyter | 99 | exclude folder option | Hรฉ,
I love this plugin and I use it with all my repositories. However, I would love to be able to use it in conjunction with `nbsphinx`. I currently copy my notebooks to the `./docs` folder to let sphinx compile it for documentation. Id love to exclude the docs folder from `nbstripout` in my `.gitattributes` such th... | closed | 2019-06-03T09:48:29Z | 2020-05-09T08:02:32Z | https://github.com/kynan/nbstripout/issues/99 | [
"type:documentation",
"resolution:answered"
] | Luttik | 4 |
google-research/bert | tensorflow | 1,215 | AssertionError: Some objects had attributes which were not restored | I am trying to reproduce this tutorial:
https://www.tensorflow.org/official_models/fine_tuning_bert
I downloaded the Tiny model and everything seems OK until I try to restore the weights from the checkpoint.
Model structure read from the model folder:
 | Platforms: linux, mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_donated_buffer1_dynamic_shapes&suite=DynamicShapesAotAutogradFallbackTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/38... | open | 2025-03-13T03:45:33Z | 2025-03-14T03:45:33Z | https://github.com/pytorch/pytorch/issues/149101 | [
"triaged",
"module: flaky-tests",
"skipped",
"oncall: pt2",
"module: dynamo"
] | pytorch-bot[bot] | 4 |
coleifer/sqlite-web | flask | 163 | Set up action to publish to GitHub container registry | Since you said you didn't want to mess with DockerHub in #151 would you instead consider publishing your image to GitHub's container registry? It allows you to stay on the same platform and it can be automated by using Actions | closed | 2024-08-13T11:50:15Z | 2024-11-14T01:37:18Z | https://github.com/coleifer/sqlite-web/issues/163 | [] | assyrus-favolo | 3 |
ranaroussi/yfinance | pandas | 2,030 | New error even after uninstalling/reinstalling. | New error even after uninstalling/reinstalling.
_Originally posted by @BeachGuy007 in https://github.com/ranaroussi/yfinance/issues/2024#issuecomment-2301915757_
| closed | 2024-08-21T12:20:04Z | 2024-08-21T13:09:29Z | https://github.com/ranaroussi/yfinance/issues/2030 | [] | BeachGuy007 | 4 |
tflearn/tflearn | tensorflow | 800 | [WinError 2] The system cannot find the file specified | hi guys i am trying to use this command in cmd to download tflearn
`pip install git+https://github.com/tflearn/tflearn.git`
but i am getting the errors:
`[WinError 2] The system cannot find the file specified`
`cannot find command: 'git'` | open | 2017-06-18T01:20:29Z | 2017-06-19T13:46:02Z | https://github.com/tflearn/tflearn/issues/800 | [] | imswiming | 1 |
hankcs/HanLP | nlp | 985 | pyhanlpไฝฟ็จSafeJClass่ฐ็จcrfๅ่ฏๅจๆๅพๅค็บฟ็จๅ่ฏ๏ผๆฅjvm้่ฏฏ | <!--
ๆณจๆไบ้กนๅ็ๆฌๅทๅฟ
ๅกซ๏ผๅฆๅไธๅๅคใ่ฅๅธๆๅฐฝๅฟซๅพๅฐๅๅค๏ผ่ฏทๆๆจกๆฟ่ฎค็ๅกซๅ๏ผ่ฐข่ฐขๅไฝใ
-->
## ๆณจๆไบ้กน
่ฏท็กฎ่ฎคไธๅๆณจๆไบ้กน๏ผ
* ๆๅทฒไป็ป้
่ฏปไธๅๆๆกฃ๏ผ้ฝๆฒกๆๆพๅฐ็ญๆก๏ผ
- [้ฆ้กตๆๆกฃ](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [ๅธธ่ง้ฎ้ข](https://github.com/hankcs/HanLP/wiki/FAQ)
* ๆๅทฒ็ป้่ฟ[Google](https://www.google.com/#newwindow=1&q=HanLP)ๅ[issueๅบๆฃ... | closed | 2018-09-30T11:46:52Z | 2020-01-01T10:56:37Z | https://github.com/hankcs/HanLP/issues/985 | [
"ignored"
] | SrWYG | 2 |
fastapi-users/fastapi-users | fastapi | 1,303 | How can i response many others user fields in jwt login ? | ### Discussed in https://github.com/fastapi-users/fastapi-users/discussions/1299
<div type='discussions-op-text'>
<sup>Originally posted by **ScrimForever** October 6, 2023</sup>
how can I pass other user fields in the login call, without having to call another /me endpoint?
I tried to use
async def on_a... | closed | 2023-10-18T01:41:37Z | 2023-10-19T07:14:21Z | https://github.com/fastapi-users/fastapi-users/issues/1303 | [] | ScrimForever | 0 |
geopandas/geopandas | pandas | 2,692 | Release 0.13 | Issue to start tracking a next 0.13 release (https://github.com/geopandas/geopandas/milestone/22)
I was thinking that it would be nice to a next release in something like a month or so?
Brainstoring, what we certainly should try to include:
- Next step in pygeos->shapely migration (https://github.com/geopandas... | closed | 2022-12-30T19:16:45Z | 2023-11-08T14:53:10Z | https://github.com/geopandas/geopandas/issues/2692 | [] | jorisvandenbossche | 8 |
pytest-dev/pytest-django | pytest | 835 | Pytest-django , factory_boy InterfaceError: connection already closed | Failed tests occur when running multiple tests that use @django_db or / and @django_db(transaction=True) complaining that connection is already closed.
```
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <django.db.backends.postgresql.base.DatabaseWrapper object at 0x7f082... | closed | 2020-04-16T15:44:37Z | 2020-04-17T13:08:13Z | https://github.com/pytest-dev/pytest-django/issues/835 | [] | PyB1l | 5 |
PaddlePaddle/PaddleHub | nlp | 1,565 | ๅฉ็จernie_gen่ฟ่กfintune่ฎญ็ปๆถๆฅ้ |
- ็ๆฌใ็ฏๅขไฟกๆฏ
1๏ผPaddleHub 2.1๏ผPaddlePaddle2.1.1
2๏ผwindows10 python3.7.9 cuda11.2
- ๅค็ฐไฟกๆฏ๏ผๅฉ็จernie_gen่ฟ่กfintune่ฎญ็ปๆถๆฅ้
- ่ฎญ็ปไปฃ็ ๏ผ
import paddlehub as hub
module = hub.Module(name="ernie_gen")
result = module.finetune(
train_path='D:\\project\\python\\medicineQA\\cMedQA\\train.txt',
# dev_path='/home/aistud... | closed | 2021-08-08T03:07:43Z | 2021-08-08T09:11:20Z | https://github.com/PaddlePaddle/PaddleHub/issues/1565 | [] | thomas-yanxin | 3 |
public-apis/public-apis | api | 4,199 | Best Cab Rental Services | Tour and Travel Company | Taxi Services inโLucknow | Xpress Tour And Travels |
**๐ Comfortable Ride Throughout Lucknow with Taxi Services inโLucknow โ Xpress Tour And Travels!**
Theโcity of Nawabs, Lucknow is a treat for history buffs, food lovers, and shopaholics! ๐ฐโจ Every part of this city โ from the grand Bara Imambara to the beautiful RumiโDarwaza โ has a tale to share. Whether you are... | open | 2025-03-22T06:17:00Z | 2025-03-24T00:36:00Z | https://github.com/public-apis/public-apis/issues/4199 | [] | Xpresstourandtravellucknow | 2 |
yzhao062/pyod | data-science | 342 | copod od result strange. Especially, continouse od result may be wrong | Hi, Mr.Zhao,
Thanks for share a idea of COPOD. I ready the copod idea at Zhihu and tried it recently. The explain_od method is wonderful. It disclosed the which feature lead to the outlier score. I tried at my real data and found it looks work strange for continuouse data such as sequence number or timestamp of log... | open | 2021-09-29T07:36:12Z | 2022-01-03T00:40:43Z | https://github.com/yzhao062/pyod/issues/342 | [] | Wang-Yong2018 | 5 |
open-mmlab/mmdetection | pytorch | 11,452 | Adding Additional Features to COCO Dataset for RTMDET Training | Greetings mmdetection community!
I am currently working with a COCO dataset and training an RTMDET model. Each image in my dataset has objects that are annotated, but I'd like to enhance the dataset with an extra attribute. Specifically, I want to indicate whether each image corresponds to an "Up" or "Down" directio... | open | 2024-01-31T14:28:28Z | 2024-01-31T14:28:45Z | https://github.com/open-mmlab/mmdetection/issues/11452 | [] | smoothumut | 0 |
aiortc/aioquic | asyncio | 86 | ImportError: /usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: Undefined symbol "OPENSSL_no_config" | Hi,
Trying to run the aioquic H3 server on freeBSD 11.3 I get the error in the title of this issue. Seems like in openssl 1.1+ OPENSSL_no_config was replaced by OPENSSL_init.
Related libraries:
cffi==1.14.0
cryptography==2.9
six==1.14.0
wsproto==0.15.0
OS version:
FreeBSD 11.3-RELEASE
Openssl version... | closed | 2020-04-21T06:52:27Z | 2020-04-22T00:05:49Z | https://github.com/aiortc/aioquic/issues/86 | [] | janev94 | 2 |
nerfstudio-project/nerfstudio | computer-vision | 2,858 | How to train depth-nerfacto using monocular depth๏ผ | Thanks for the great work of this project๏ผ i wanna know how to use monocular estimated depth to supervise the training๏ผ since colmap depth is too sparse
| open | 2024-01-31T22:01:18Z | 2024-11-05T07:38:19Z | https://github.com/nerfstudio-project/nerfstudio/issues/2858 | [] | YuiNsky | 5 |
jmcnamara/XlsxWriter | pandas | 645 | Feature Request: Add image to comment | Hi there, first of all thanks for this awesome library. I would benefit from the feature to add an image to a comment. This can be done manually by setting the background of a comment to an image. It is helpful to do so if an image shall be stored for explanation purpose in demand. It is shown when hovering over the ce... | closed | 2019-07-30T20:23:30Z | 2019-10-06T11:23:16Z | https://github.com/jmcnamara/XlsxWriter/issues/645 | [
"feature request",
"long term"
] | NKlinke | 2 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,339 | Use the native UUID type on mariadb | Version 2.0 of sqlalchemy added support for Uuid but has no specific support for it on mariadb, so `char(32)` is used there.
Since 10.7 there is a specific type for UUID in mariadb https://mariadb.com/kb/en/uuid-data-type/ | closed | 2023-09-11T20:39:40Z | 2024-02-21T15:57:30Z | https://github.com/sqlalchemy/sqlalchemy/issues/10339 | [
"datatypes",
"PRs (with tests!) welcome",
"mariadb"
] | CaselIT | 6 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 258 | [BUG] ็ฎ็ญๆไบ็ๆ่ฟฐ้ฎ้ข | ***ๅ็้่ฏฏ็ๅนณๅฐ๏ผ***
ๆ้ณ
***ๅ็้่ฏฏ็็ซฏ็น๏ผ***
web api
***ๆไบค็่พๅ
ฅๅผ๏ผ***
http://www.douyin.com/video/7245272311547317556
***ๆฏๅฆๆๅๆฌกๅฐ่ฏ๏ผ***
ๅฐ่ฏๆข่ฟๅ
ถไป่ง้ข้พๆฅ๏ผ้ๆฐไธ่ฝฝ้กน็ฎ้จ็ฝฒ๏ผไพ็ถๅบ็ฐ้ฎ้ข
***้่ฏฏๅ
ๅฎน***
```
่ทๅๆ้ณ่ง้ขๆฐๆฎๅคฑ่ดฅ๏ผๅๅ :Cannot connect to host www.douyin.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] ce... | closed | 2023-08-29T21:31:24Z | 2023-08-31T06:41:59Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/258 | [
"BUG"
] | ghost | 1 |
fbdesignpro/sweetviz | data-visualization | 128 | iteritems & mad deprecated | My code:
import sweetviz as sv
my_report = sv.analyze(df)
my_report.show_html() # Default arguments will generate to "SWEETVIZ_REPORT.html"
Warnings:
C:\Users\thomp\AppData\Local\Programs\Python\Python311\Lib\site-packages\sweetviz\dataframe_report.py:74: FutureWarning: iteritems is deprecated and will be remo... | closed | 2022-12-17T21:15:51Z | 2023-08-26T11:35:28Z | https://github.com/fbdesignpro/sweetviz/issues/128 | [] | tallgaijin | 2 |
amdegroot/ssd.pytorch | computer-vision | 464 | ValueError: not enough values to unpack (expected 2, got 0) | /home/cya/git_clones/ssd.pytorch/ssd.py:34: UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead.
self.priors = Variable(self.priorbox.forward(), volatile=True)
/home/cya/git_clones/ssd.pytorch/layers/modules/l2norm.py:17: UserWarning: nn.init.constant is now deprecated in fa... | open | 2020-04-13T23:08:13Z | 2020-05-22T03:17:49Z | https://github.com/amdegroot/ssd.pytorch/issues/464 | [] | sujeet764 | 2 |
PokeAPI/pokeapi | api | 189 | Some documentation shows localhost:8000 as the urls | The default on the [homepage](https://pokeapi.co/) shows all links as "localhost:8000" rather than "pokeapi.co".
There are also a few in the [documentation](https://pokeapi.co/docsv2) as well that seem to have localhost:8000
| closed | 2016-05-24T11:25:22Z | 2016-05-26T14:20:49Z | https://github.com/PokeAPI/pokeapi/issues/189 | [] | AlMcKinlay | 0 |
OFA-Sys/Chinese-CLIP | nlp | 310 | ่ฏท้ฎๅ่ฏๅจๆๆฒกๆc++็ๆฌ็ๅฎ็ฐ๏ผ | ๅฆ้ข๏ผ่ฐข่ฐข~ | open | 2024-05-07T07:57:38Z | 2024-07-31T07:54:33Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/310 | [] | liumingzhu6060 | 3 |
piskvorky/gensim | machine-learning | 2,753 | Incorrect documentation for `fit_transform` in `sklearn_api` API | #### Problem description
`fit_transform` in the `sklearn_api` is documented to return:
`X_new : numpy array of shape [n_samples, n_features_new]`
This is not the case. What is returned is:
` iterable of list (int, float) 2-tuples.`
It appears `fit_transform` is inherited from `sklearn.base.TransformerMixin`... | open | 2020-02-15T21:09:56Z | 2020-07-19T05:12:24Z | https://github.com/piskvorky/gensim/issues/2753 | [
"bug"
] | danielchalef | 3 |
jupyter/docker-stacks | jupyter | 2,098 | Is the latest build correctly labeled on quay.io | ### What docker image(s) are you using?
minimal-notebook
### Host OS system
Debian 12
### Host architecture
aarch64
### What Docker command are you running?
docker pull quay.io/jupyter/minimal-notebook:latest
### How to Reproduce the problem?
1. Start JupyterLab instance
2. Go to About-> Jupyter
3. Check ver... | closed | 2024-03-06T18:02:38Z | 2024-03-07T13:21:10Z | https://github.com/jupyter/docker-stacks/issues/2098 | [
"type:Bug"
] | diyoyo | 3 |
modelscope/data-juicer | streamlit | 495 | AttributeError: 'FusedFilter' object has no attribute '_name' | # ้
็ฝฎๆไปถๅฆไธ๏ผ
project_name: 'code'
dataset_path: โprocessed_starcode.jsonl' # path to your dataset directory or file
export_path: 'dataset.jsonl'
text_keys: 'text'
export_in_parallel: false # whether to export the result dataset in parallel to a single file, which usually takes... | closed | 2024-11-24T02:22:34Z | 2024-12-30T03:51:29Z | https://github.com/modelscope/data-juicer/issues/495 | [
"bug",
"stale-issue",
"dj:op"
] | xunmenglt | 2 |
onnx/onnx | pytorch | 6,182 | Shape inference check fails with external data. | # Bug Report
### Is the issue related to model conversion?
Related to it.
### Describe the bug
Consider the following code snippet (I am using `torch` for ease of model definition. This will reproduce with pure `onnx` as well):
```
import torch
import onnx
class Linear(torch.nn.Module):
def __ini... | closed | 2024-06-14T15:09:13Z | 2024-07-18T20:05:17Z | https://github.com/onnx/onnx/issues/6182 | [
"bug"
] | stswidwinski | 4 |
FlareSolverr/FlareSolverr | api | 1,137 | Connectio issues to YGGtorrent caused by flaresolverr | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [X] I have read the Dis... | closed | 2024-03-31T19:13:13Z | 2024-04-08T15:24:58Z | https://github.com/FlareSolverr/FlareSolverr/issues/1137 | [
"more information needed"
] | Arcanis22 | 3 |
d2l-ai/d2l-en | data-science | 1,989 | Implementing Pretraining BERT | I forgot to tune the `num_workers` so the `train_bert()` ran for an extended time. I simply tuned the `num_worker` to `0` and completed training in less than 1 minute on a single RTX 3090 GPU. | open | 2021-12-11T13:03:09Z | 2021-12-11T13:03:54Z | https://github.com/d2l-ai/d2l-en/issues/1989 | [] | bjohn22 | 1 |
kizniche/Mycodo | automation | 579 | Display Addition: Adafruit PiOLED | Hi Kyle,
Can you add support for the Adafruit PiOLED 128x32 I2C display?
I'd like to use it to display temperature and PID data.
I've attached a Python script from the Adafruit GitHub repo.
Also included is a link to the tutorial I used to get the example code running.
I tested the script and was able ... | closed | 2018-12-07T20:55:32Z | 2018-12-22T17:50:51Z | https://github.com/kizniche/Mycodo/issues/579 | [] | Magnum-Pl | 35 |
pydata/bottleneck | numpy | 123 | Proposal for new design of bottleneck internals | In the current design we do this to add the function bn.nanmean to bottleneck (I'll only show the float version, you'd also need to add the integer version):
```
@cython.cdivision(True)
cdef object nanmean_all_DTYPE0(np.flatiter ita, Py_ssize_t stride,
Py_ssize_t length, int int_input):... | closed | 2016-05-31T20:46:39Z | 2016-06-30T18:44:32Z | https://github.com/pydata/bottleneck/issues/123 | [] | kwgoodman | 3 |
huggingface/pytorch-image-models | pytorch | 1,563 | The latest version of timm is not compatible with torchvision 0.10.1 | **Describe the bug**
Because the QMNIST library does not exist in torchvision 0.10.0, the following error will be generated when importing the timm library:
ImportError: cannot import name 'QMNIST' from 'torchvision.datasets'
**To Reproduce**
pip install torch==1.9.1
pip install torchvision==0.10.1
import tim... | closed | 2022-11-24T03:13:56Z | 2022-11-25T19:25:36Z | https://github.com/huggingface/pytorch-image-models/issues/1563 | [
"bug"
] | HongxinXiang | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.