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
google-research/bert
nlp
1,169
Access to TFRC
Hello all Dears, How can we access free tpu via TFRC for pre-training BERT language Model on a specific language? the link below explains that we have to sign up here: https://services.google.com/fb/forms/tpusignup/ , but it seems that it's a dead URL. https://ai.googleblog.com/2017/05/introducing-tensorflow-res...
open
2020-11-08T18:17:26Z
2020-11-08T18:17:26Z
https://github.com/google-research/bert/issues/1169
[]
alighofrani95
0
roboflow/supervision
deep-learning
1,337
What models or data sets are used for object detection
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question The following picture is an example, but no documentation was found ![image](https://github.com/roboflow/supervision/assets/34231503/a5c9d548...
closed
2024-07-10T03:50:18Z
2024-07-10T07:03:01Z
https://github.com/roboflow/supervision/issues/1337
[ "question" ]
dearMOMO
1
Esri/arcgis-python-api
jupyter
1,323
pip install arcgis==2.0.1 fails on MacOS
**Describe the bug** Cannot install _arcgis_ Python SDK v2.0.1 on MacOS using _pip install .._ which makes server installs using _requirements.txt_ difficult (_arcgis_ Python SDK v2.0.0 installs just fine). **To Reproduce** Steps: ``` pip install arcgis==2.0.1 ``` Error: ``` pip install arcgis==2.0.1 ER...
closed
2022-08-08T23:06:01Z
2024-05-15T13:05:19Z
https://github.com/Esri/arcgis-python-api/issues/1323
[ "bug" ]
twystd
17
google-research/bert
nlp
650
Using bert for Document Classification
How can i use BERT to fine tune for document classifications? Has anyone implemented it? Any example or lead would be really helpful. I want to use it for document which are way bigger than current max length(512 tokens).
open
2019-05-15T15:19:20Z
2021-03-03T18:51:42Z
https://github.com/google-research/bert/issues/650
[]
sandeeppilania
6
ultralytics/ultralytics
pytorch
19,658
Questions about yolov11 output printing
### 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 ![Image](https://github.com/user-attachments/assets/9308ff91-c5b1-4e3b-b6f9-...
closed
2025-03-12T07:09:27Z
2025-03-12T23:44:43Z
https://github.com/ultralytics/ultralytics/issues/19658
[ "question", "fixed", "detect" ]
xukaixu
3
google-research/bert
tensorflow
1,272
run_pretraining.py ignores undefined flags.
Hi, I'm trying to make bert model. I found that **`run_pretraining.py` ignores undefined flags**. for example, If I do like this, ``` python3 bert/run_pretraining.py \ --input_file=gs://input_dir/*.tfrecord \ --output_dir=gs://output_dir/ \ --do_train=True \ --do_eval=True \ --bert_config_file=./bert_confi...
open
2021-10-27T03:18:12Z
2021-10-27T03:18:42Z
https://github.com/google-research/bert/issues/1272
[]
kyle-bong
0
miguelgrinberg/Flask-SocketIO
flask
1,053
How to control /socket.io/ endpoint
Hello, This is less of an issue and more of a question, but is it possible to control the `/socket.io/` endpoint? I am using `Flask-SocketIO` for authenticated users only, using the `authenticated_only` function wrapper: ```def authenticated_only(f): @functools.wraps(f) def wrapped(*args, **kwargs): ...
closed
2019-09-09T06:55:49Z
2019-09-09T10:40:32Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1053
[]
dank69
2
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
453
[BUG]: <Provide a clear, descriptive title> Cannot generate resume: Chromedriver version not discovered
### Describe the bug 2024-09-30 11:27:11.553 | ERROR | src.aihawk_easy_applier:_create_and_upload_resume:470 - Failed to generate resume: Message: Selenium Manager failed for: /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/selenium/webdriver/common/macos/selenium-manager --browser c...
closed
2024-09-30T16:30:48Z
2024-10-25T00:04:02Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/453
[ "bug" ]
nitSubedi
8
PaddlePaddle/ERNIE
nlp
21
neglect、、
closed
2019-03-16T06:36:33Z
2019-03-16T06:40:19Z
https://github.com/PaddlePaddle/ERNIE/issues/21
[]
JianboTang
0
dask/dask
numpy
10,848
pandas 2.2: changed behaviour in `test_multi.py::test_concat5`
This test has started failing when pandas got upgraded to 2.2 last weekend: ``` FAILED dask/dataframe/tests/test_multi.py::test_concat5 - AssertionError: DataFrame are different DataFrame shape mismatch [left]: (14, 6) [right]: (14, 5) ```
closed
2024-01-22T13:52:57Z
2024-01-23T09:59:57Z
https://github.com/dask/dask/issues/10848
[ "dataframe" ]
crusaderky
1
JaidedAI/EasyOCR
pytorch
557
ddd
ddd
closed
2021-10-01T02:34:34Z
2021-10-01T02:37:25Z
https://github.com/JaidedAI/EasyOCR/issues/557
[]
dayoorang
0
yzhao062/pyod
data-science
542
issues about scikit-learn
1- in requirements.txt you have "scikit_learn" i think should scikit-learn. should change underscore "_" to hiffen "-". 2 - pyod is a indepencence of pycaret, i'm tryng making support to scikit-learn 1.4, but pyod have a conflict, please make support to scikit-learn 1.4 and release a new version thanks
closed
2024-01-20T16:51:13Z
2024-02-09T20:39:34Z
https://github.com/yzhao062/pyod/issues/542
[]
celestinoxp
3
pydata/bottleneck
numpy
466
[BUG]move_rank is much slower than pd.rolling(window).rank() when window is a large value(>1000)
move_rank is much slower than pd.rolling(window).rank() when window is a large value(>1000)
open
2024-12-04T08:57:35Z
2024-12-04T08:57:35Z
https://github.com/pydata/bottleneck/issues/466
[ "bug" ]
sysy007uuu
0
wandb/wandb
data-science
9,110
[Bug-App]: Invalid License json: cannot unmarshal string into Go struct field WeaveLimits.weaveLimits.weaveLimitBytes of type int64
### Describe the bug I installed wandb locally, I got a free license. ![Image](https://github.com/user-attachments/assets/6a6ca74d-48a8-4db2-9e69-cb5fbac61424) But when I click on update settings, I'm getting the error ``` Invalid License json: cannot unmarshal string into Go struct field WeaveLimits.weaveLimits.w...
open
2024-12-18T23:22:33Z
2025-01-15T06:02:53Z
https://github.com/wandb/wandb/issues/9110
[ "ty:bug", "a:app" ]
6be709c0
3
SALib/SALib
numpy
170
question: how do I select the optimum number of resamples value to use?
Hi, It may be possible that the results of Sobol, Morris, Delta-Moment, and Derivative-based Global Sensitivity Measure depend on the used number of resamples value. If this is the case, is there a way to estimate the optimum value? For example, I have this problem definition: problem= { 'num_vars': 6, ...
closed
2017-11-02T17:08:21Z
2017-11-02T22:36:41Z
https://github.com/SALib/SALib/issues/170
[ "question" ]
ivan-marroquin
3
Layout-Parser/layout-parser
computer-vision
181
google-api-core error with lp.TesseractAgent(languages='eng')
**Describe the bug** code: `ocr_agent = lp.TesseractAgent(languages='eng')` <br> Error: ContextualVersionConflict: (google-api-core 2.11.0 (/usr/local/lib/python3.10/dist-packages), Requirement.parse('google-api-core[grpc]<2.0.0dev,>=1.14.0'), {'google-cloud-vision'}) **Checklist** 1. I have searched related is...
open
2023-05-22T06:15:55Z
2023-05-22T06:15:55Z
https://github.com/Layout-Parser/layout-parser/issues/181
[ "bug" ]
mlbrothers
0
sqlalchemy/sqlalchemy
sqlalchemy
10,650
pymysql Connection.ping AttributeError
### Describe the bug sqlalchemy with PyMySQL 0.9.3 ping cause exception. ### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected _No response_ ### SQLAlchemy Version in Use 2.0.23 1.4.50 ### DBAPI (i.e. the database driver) pymysql ### Database Vendor and...
closed
2023-11-17T16:10:05Z
2023-11-24T19:48:30Z
https://github.com/sqlalchemy/sqlalchemy/issues/10650
[ "bug", "mysql", "external driver issues" ]
luoye2018
20
huggingface/diffusers
pytorch
11,041
WAN2.1 apply_group_offloading **ERROR** result
### Describe the bug I am attempting to use the WAN 2.1 model from the diffusers library to complete an image-to-video task on an NVIDIA RTX 4090. To optimize memory usage, I chose the group offload method and intended to compare resource consumption across different configurations. However, during testing, I encounte...
closed
2025-03-12T08:49:48Z
2025-03-18T09:14:11Z
https://github.com/huggingface/diffusers/issues/11041
[ "bug" ]
Passenger12138
6
JoeanAmier/TikTokDownloader
api
293
已经下载过的视频,本地删除后,再次下载提示存在下载记录或文件已存在,跳过下载,怎么解决?
closed
2024-09-09T02:22:09Z
2024-12-29T06:05:20Z
https://github.com/JoeanAmier/TikTokDownloader/issues/293
[]
arvinws
1
collerek/ormar
pydantic
993
Lost connection to MySQL server during query
When my application throws an exception and I try to access an endpoint again, it returns the error "**(2013, 'Lost connection to MySQL server during query ([Errno 104] Connection reset by peer)')"**. It is as if it were not connected to the database or as if it did not refresh. Using SQLAlchemist I edited the param...
closed
2023-01-21T23:36:13Z
2023-02-03T03:05:07Z
https://github.com/collerek/ormar/issues/993
[ "enhancement" ]
alexol91
1
jmcarpenter2/swifter
pandas
32
Progress Bar doesn't seem to be working
Hi, I just installed swifter and I'm running something like: ``` df.swifter.apply(lambda x: custom_function(x), axis=1) ``` But the progress bar doesn't show up (there is no console output at all). The documentation looks like `self._progress_bar` should be set to `True` by default, but I also tried: ``` df.swif...
closed
2018-11-21T21:29:37Z
2019-03-05T06:28:11Z
https://github.com/jmcarpenter2/swifter/issues/32
[]
basilvetas
8
mitmproxy/pdoc
api
92
Is it possible to remove author's information at the bottom of the produced documentation?
Is it possible to remove author's information at the bottom of the produced documentation? I mean, that might depend on the license of `pdoc`, but I think it's not interesting to show in every page the author of `pdoc`, with all respect and gratitude for what he's made, which is amazing. Note that I am not asking how...
closed
2016-02-03T19:56:33Z
2018-06-03T02:44:57Z
https://github.com/mitmproxy/pdoc/issues/92
[]
nbro
2
mars-project/mars
pandas
2,813
How to disable console logs ?
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> There are a lot of logs in console , how to disable console logs output? Note that the issue tracker is NOT the place for general support. For discussions about dev...
closed
2022-03-11T14:49:53Z
2022-03-15T03:00:33Z
https://github.com/mars-project/mars/issues/2813
[ "reso: invalid" ]
tianlinzx
1
ivy-llc/ivy
tensorflow
28,604
Fix Frontend Failing Test: paddle - tensor.torch.Tensor.fix
To-do List: https://github.com/unifyai/ivy/issues/27500
closed
2024-03-14T21:25:39Z
2024-03-25T15:21:22Z
https://github.com/ivy-llc/ivy/issues/28604
[ "Sub Task" ]
ZJay07
0
recommenders-team/recommenders
deep-learning
1,725
[BUG] Container usage from external registry 'docker.io' found cause a warning in the tests
### Description <!--- Describe your issue/bug/request in detail --> We started to get a warning that can be seen [here](https://dev.azure.com/best-practices/recommenders/_build/results?buildId=60846&view=logs&j=475df697-7465-54db-fcd2-cb9bdea8ab03&t=b7db66b6-fa35-5c82-573e-eabcb50ded02) ``` tools/docker/Dockerfil...
closed
2022-05-27T08:33:00Z
2022-05-30T12:52:09Z
https://github.com/recommenders-team/recommenders/issues/1725
[ "bug" ]
miguelgfierro
4
adbar/trafilatura
web-scraping
53
Bypass catchas/cookies/consent windows?
Are there Python libraries which allow to bypass diverse consent mechanisms put in place by news outlets for the readers to allow cookies? It would be too cumbersome to develop a headless browser exclusively for trafilatura. A good example would be the newspaper zeit.de. Related to #18. Potential solutions: - he...
closed
2021-01-12T18:00:15Z
2023-01-04T16:41:00Z
https://github.com/adbar/trafilatura/issues/53
[ "feedback" ]
adbar
3
huggingface/transformers
deep-learning
36,467
Enhance the memory efficiency of loading large models (400B) to prevent out-of-memory errors when using tensor parallelism.
### Feature request Support shredded checkpoint file that matches the process rank for Pytorch distributed model creation and tensor papalism inference. ### Motivation When I attempted to test the Llama 405B model with FP8 precision using tensor parallelism (TP = 4), the server, which has 1.5TB of RAM, experienced p...
open
2025-02-27T22:56:56Z
2025-03-08T15:34:46Z
https://github.com/huggingface/transformers/issues/36467
[ "Feature request" ]
amd-xiaoyu12
5
thunlp/OpenPrompt
nlp
70
detail about prefix tuning
In prefix_tuning_template.py file https://github.com/thunlp/OpenPrompt/blob/675545ce1f946aa186efda8e8640dbc29fd1159f/openprompt/prompts/prefix_tuning_template.py#L207 The above code pad the attention_mask for extra prompt tokens. Why the function 'torch.zeros' is used here? Should we use 'torch.ones' here?
closed
2021-12-04T15:27:34Z
2021-12-25T07:18:58Z
https://github.com/thunlp/OpenPrompt/issues/70
[]
yuto3o
3
gradio-app/gradio
python
10,691
Demo for highlighting text in a pdf file for LLM RAG purposes
- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** I wanted a way to simply show a PDF with highlighted text at the right page (for LLM RAG purposes). **Describe the solution you'd like** A demo to build such an app.
closed
2025-02-27T15:10:48Z
2025-03-06T11:20:24Z
https://github.com/gradio-app/gradio/issues/10691
[ "docs/website" ]
maxenceleguery
0
PaddlePaddle/models
nlp
5,115
Optimizer file [/home/weidawang/.paddle/weights/BMN.pdopt] not exits
I got error when i am getting started with BMN: ``` (base) weidawang@weidawang-TUF-Gaming-FX506LU-FX506LU:~/Repo/PaddlePaddle/models/PaddleCV/video$ bash run.sh predict BMN ./configs/bmn.yaml predict BMN ./configs/bmn.yaml DALI is not installed, you can improve performance if use DALI [INFO: predict.py: 199]: N...
closed
2020-12-18T08:37:09Z
2020-12-22T05:34:56Z
https://github.com/PaddlePaddle/models/issues/5115
[]
wwdok
11
gunthercox/ChatterBot
machine-learning
2,037
Is there a better way to handle big data?
I have recently downloaded a big data file and was processing it. I successfully extracted required data and stored it in a .db file. I then proceeded to convert data from the .db file to a Yaml file. But I keep on getting errors when trying to train the bot. ``` Training train0.yml: [## ] 9% F...
closed
2020-08-29T13:04:15Z
2021-08-07T17:23:03Z
https://github.com/gunthercox/ChatterBot/issues/2037
[ "answered" ]
AtomynosAtom
4
mage-ai/mage-ai
data-science
5,062
Add support for running a job in BQ
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Mage's internal BigQuery class only allows load() and export() but not to run a job in BQ without moving data from or to BQ. **Describe the solution you'd...
open
2024-05-13T17:46:25Z
2024-10-09T18:57:54Z
https://github.com/mage-ai/mage-ai/issues/5062
[ "feature", "io" ]
ucom
0
fastapi-users/fastapi-users
fastapi
391
Put user creation logic in a importable function
Following discussion in #375, I think it would be nice to have a user creation function with all the related logic instead of having it nested in register route.
closed
2020-11-17T07:20:58Z
2021-11-05T13:53:06Z
https://github.com/fastapi-users/fastapi-users/issues/391
[ "enhancement" ]
frankie567
3
svc-develop-team/so-vits-svc
deep-learning
344
[Help]: 为何扩散模型生成的效果要远好於 sovits 的模型?
### 请勾选下方的确认框。 - [X] 我已仔细阅读[README.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/README_zh_CN.md)和[wiki中的Quick solution](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)。 - [X] 我已通过各种搜索引擎排查问题,我要提出的问题并不常见。 - [X] 我未在使用由第三方用户提供的一键包/环境包。 ### 系统平台版本号 win 10 ### GPU 型号 3060 12g ### Py...
closed
2023-07-25T16:01:24Z
2023-08-01T09:10:40Z
https://github.com/svc-develop-team/so-vits-svc/issues/344
[ "help wanted" ]
happyman2025
3
databricks/koalas
pandas
1,724
Koalas read_json cannot read json when Pandas can
``` import requests full_url_with_date = 'https://demo.matomo.org/index.php?module=API&method=Live.getLastVisitsDetails&format=json&period=day&filter_limit=99&date=2020-08-02&idSite=62' matomo_pull = requests.get(full_url_with_date).content import pandas as pd pdf = pd.read_json(matomo_pull) from databricks...
closed
2020-08-24T18:59:59Z
2021-08-02T07:47:05Z
https://github.com/databricks/koalas/issues/1724
[ "question" ]
ericbugin
4
dgtlmoon/changedetection.io
web-scraping
2,552
[bug] One site doesnt work with price tracker
https://www.vitacost.com/method-stain-remover `Exception: float() argument must be a string or a real number, not 'list'`
closed
2024-08-07T07:45:12Z
2024-10-11T09:43:37Z
https://github.com/dgtlmoon/changedetection.io/issues/2552
[ "restock-price-monitoring" ]
dgtlmoon
1
xonsh/xonsh
data-science
5,648
Edge case: callable alias with full capturing and redirect in the middle: `I/O operation on closed file`
Two ways for reproduce: ```xsh $XONSH_SHOW_TRACEBACK = True @aliases.register def _e(): echo -n O echo -n E 1>2 execx("echo -n O") execx("echo -n E 1>2") print("o") print("O", file=o) print("E", file=e) for i in range(5): p = !(e > /tmp/ttt) $[e > /tmp/ttt2] p.en...
open
2024-08-07T10:03:49Z
2024-08-09T11:52:28Z
https://github.com/xonsh/xonsh/issues/5648
[ "threading", "edge-case", "aliases-callable" ]
anki-code
0
tensorpack/tensorpack
tensorflow
574
Faster R-CNN example bug report
On https://github.com/ppwwyyxx/tensorpack/blob/master/examples/FasterRCNN/train.py#L105 `decoded_boxes = decode_bbox_target(rpn_box_logits, fm_anchors) # fHxfWxNAx4, floatbox` the `decoded_boxes` is defined on the feature_map which is 1/16.0 scale smaller than original image, because `fm_anchors `is defined on featu...
closed
2018-01-03T09:48:00Z
2018-05-30T20:59:30Z
https://github.com/tensorpack/tensorpack/issues/574
[ "examples" ]
machanic
13
arogozhnikov/einops
numpy
207
[BUG] torch2trt assert(permutation[0] == 0) # cannot move batch dim
**Describe the bug** https://github.com/cszn/SCUNet/blob/main/models/network_scunet.py ``` File "C:\Program Files\Python310\lib\site-packages\einops\einops.py", line 487, in rearrange return reduce(tensor, pattern, reduction='rearrange', **axes_lengths) File "C:\Program Files\Python310\lib\site-packages\...
closed
2022-09-24T06:38:02Z
2022-09-27T04:56:27Z
https://github.com/arogozhnikov/einops/issues/207
[ "bug" ]
Ken1256
1
sunscrapers/djoser
rest-api
781
Implement urls domain, protocol and site name for frontend
If you're develop a backend and frontend in separate projects, cannot add `ACTIVATION_URL` in DJOSER settings like this ```python DJOSER = { "SEND_ACTIVATION_EMAIL": True, "SEND_CONFIRMATION_EMAIL": True, "USER_CREATE_PASSWORD_RETYPE": True, # specially this "ACTIVATION_URL": os.environ.get( ...
closed
2023-11-14T10:53:22Z
2024-03-31T10:54:57Z
https://github.com/sunscrapers/djoser/issues/781
[]
FraCata00
3
aws/aws-sdk-pandas
pandas
3,107
awswrangler.data_api.redshift.read_sql_query support query parameters
**Is your idea related to a problem? Please describe.** can't specify query parameters via awswrangler.data_api.redshift.read_sql_query AWS docs describe [underlying support](https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html#data-api-calling-considerations-parameters) for this, but seems it's not exposed ...
closed
2025-03-07T03:35:32Z
2025-03-12T15:17:05Z
https://github.com/aws/aws-sdk-pandas/issues/3107
[ "enhancement" ]
robmcd
1
lgienapp/aquarel
matplotlib
12
Add legend styling options
Introduce a `set_legend` option to style the legend. Maybe also legend-specific transforms, for example location?
closed
2022-08-13T08:19:08Z
2022-08-31T11:23:06Z
https://github.com/lgienapp/aquarel/issues/12
[ "enhancement" ]
lgienapp
0
explosion/spaCy
nlp
13,679
Pipeline for opentapioca not working
### Discussed in https://github.com/explosion/spaCy/discussions/13678 <div type='discussions-op-text'> <sup>Originally posted by **piaschwarz** October 25, 2024</sup> I am using opentapioca for entity linking. The code worked before but now calling the opentapioca endpoint throws an error (happens with _and_ w...
open
2024-10-28T07:40:29Z
2024-10-28T07:40:29Z
https://github.com/explosion/spaCy/issues/13679
[]
piaschwarz
0
xmu-xiaoma666/External-Attention-pytorch
pytorch
121
HaloAttention掩码问题
# mask out padding (in the paper, they claim to not need masks, but what about padding?) mask = torch.ones(1, 1, h, w, device = device) mask = F.unfold(mask, kernel_size = block + (halo * 2), stride = block, padding = halo) mask = repeat(mask, '() j i -> (b i h) () j', b = b, h = heads) ...
open
2024-12-19T10:21:21Z
2024-12-19T10:21:21Z
https://github.com/xmu-xiaoma666/External-Attention-pytorch/issues/121
[]
L-wwww
0
huggingface/datasets
numpy
7,135
Bug: Type Mismatch in Dataset Mapping
# Issue: Type Mismatch in Dataset Mapping ## Description There is an issue with the `map` function in the `datasets` library where the mapped output does not reflect the expected type change. After applying a mapping function to convert an integer label to a string, the resulting type remains an integer instead of ...
open
2024-09-03T16:37:01Z
2024-09-05T14:09:05Z
https://github.com/huggingface/datasets/issues/7135
[]
marko1616
3
scikit-optimize/scikit-optimize
scikit-learn
385
Examples involving skopt.callbacks
Right now, we have no examples illustrating callbacks. It would be great to have a number of examples illustrating at least 1. Usage of different types of callbacks. 2. How to write a custom callback.
open
2017-05-31T03:55:20Z
2017-05-31T03:55:34Z
https://github.com/scikit-optimize/scikit-optimize/issues/385
[ "Documentation", "Moderate" ]
MechCoder
0
OthersideAI/self-operating-computer
automation
170
[BUG] -m gemini-pro-vision asking for OPENAI_API_KEY
Found a bug? Please fill out the sections below. 👍 ### Describe the bug Ran `operate -m gemini-pro-vision`, entered my gemini API key from google AIstudio, but when I request something I always get ``` [Self-Operating Computer | gemini-pro-vision] Hello, I can help you with anything. What would you like do...
open
2024-02-27T02:29:01Z
2025-02-28T14:09:21Z
https://github.com/OthersideAI/self-operating-computer/issues/170
[ "bug" ]
FelipeLujan
3
sunscrapers/djoser
rest-api
626
Incorrect validation from the e-mail when the user is not logged in.
``` def validate(self, attrs): user = self.context["request"].user or self.user # why assert? There are ValidationError / fail everywhere assert user is not None ``` When the user is not logged in then AnonymousUser is always sent to the function` validate_password (attrs ["new_password"...
open
2021-08-12T11:48:31Z
2021-08-12T11:48:58Z
https://github.com/sunscrapers/djoser/issues/626
[]
sylwesterwalczak
0
Guovin/iptv-api
api
535
楼主生成的txt 放在那个云盘上使用的啊?
楼主使用你的软件生成了txt文件,你们是放在那个平台上使用的啊?给家里的电视提供直播源?我之前都是放在彩虹网盘上使用的 看直播挺卡的
closed
2024-11-08T09:59:13Z
2024-11-08T12:30:09Z
https://github.com/Guovin/iptv-api/issues/535
[ "question" ]
Hi-360
3
gradio-app/gradio
python
10,061
Lots of components on gradio.app component gallery are broken
### Describe the bug Visit https://www.gradio.app/custom-components/gallery Click on logsview, popup, chatpdf, agentchatbot, etc... Observe this: ![image](https://github.com/user-attachments/assets/f6d6e432-4244-420b-b1c9-99ef7f3542ed) It says "Your space is in error, check its status on hf.co" ### Have you...
open
2024-11-28T08:15:29Z
2024-11-28T17:44:56Z
https://github.com/gradio-app/gradio/issues/10061
[ "bug", "docs/website" ]
umarbutler
0
matplotlib/mplfinance
matplotlib
513
`vlines` (vertical lines, sharing x axis) on multiple panels
Hello Daniel, 👋 Thank you for your dedication in improving the MPF library ! 📈 I am looking for different options for the X_AXIS/GRID adjustments: - [1] : Drawing vertical line for all panels ( when passing ```**kwargs(vlines)``` to ```mpf.plot()``` it is not drawing on all panels) - [2] : Adjusting the ``...
open
2022-03-23T12:17:56Z
2024-01-13T10:07:59Z
https://github.com/matplotlib/mplfinance/issues/513
[ "enhancement", "question", "hacktoberfest" ]
Tirbo06
17
sinaptik-ai/pandas-ai
pandas
1,223
Unable to save chart image, or setting not to save chart will throw error "No such file or directory"
### System Info OS version: win 10 22h2 Python version: 3.12.3 The current version of pandasai being used: 2.1.1 ### 🐛 Describe the bug Originally, these codes were working properly. But since I specified running parameters such as "open_charts" and "save_charts"<sup>*</sup>, I found that the parameters se...
closed
2024-06-11T02:06:18Z
2024-07-02T02:39:36Z
https://github.com/sinaptik-ai/pandas-ai/issues/1223
[ "bug" ]
wuhuanyan
3
cleanlab/cleanlab
data-science
718
Datalab tutorials: reduce size of plots to look nicer on docs.cleanlab.ai
helper functions to make plots should reduce their size so they look nicer than this ![Screen Shot 2023-05-12 at 4 07 34 PM](https://github.com/cleanlab/cleanlab/assets/1390638/eacece63-c077-4225-af97-26a20d45c2d6)
open
2023-05-12T23:07:41Z
2024-12-25T19:50:57Z
https://github.com/cleanlab/cleanlab/issues/718
[ "good first issue", "help-wanted" ]
jwmueller
2
wagtail/wagtail
django
12,227
Uncaptured error raised when invalid HTML is stored in RichTestField and processed by `handle_endtag` in edit interface (throws 500 error)
### Issue Summary When invalid HTML is imported programmatically into a `RichTextField` when viewing custom Wagtail Page model in the CMS interface an unhandled exception is thrown when using the default widget for this field type. ref: `wagtail/admin/rich_text/converters/html_to_contentstate.py` ### Steps to ...
closed
2024-08-12T16:16:22Z
2024-08-12T17:07:36Z
https://github.com/wagtail/wagtail/issues/12227
[ "type:Bug", "status:Unconfirmed" ]
asset-web
2
mage-ai/mage-ai
data-science
5,438
Pipeline Level success/failure callbacks
**Is your feature request related to a problem? Please describe.** There are times where I want to call a function when a pipeline fails, but having it be block level and applied to every block can lead to multiple calls when concurrent blocks fail at the same time. Having a pipeline-level callback feature would prev...
open
2024-09-23T14:03:15Z
2024-10-09T18:47:53Z
https://github.com/mage-ai/mage-ai/issues/5438
[ "feature" ]
Cgc2000
0
neuml/txtai
nlp
9
Switch from faiss-gpu to faiss-cpu
Given that GPU builds aren't being used and reported issues with macOS, switch to faiss-cpu package
closed
2020-08-17T14:39:01Z
2021-05-13T14:58:42Z
https://github.com/neuml/txtai/issues/9
[ "bug" ]
davidmezzetti
0
AutoGPTQ/AutoGPTQ
nlp
178
Example for quant Gpt-neox-20b
Hey guys, I am using `GPTQ` to quantize the `GPT-NeoX-20B` model. Previously, when quantizing the Llama Family model, I usually used `C4` as the example tokenizer. May I ask which dataset is suitable for `GPT-NeoX-20B`?
open
2023-06-27T08:51:01Z
2023-06-29T07:42:10Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/178
[]
sgwhat
1
jpadilla/django-rest-framework-jwt
django
31
Is JWT in Authorization header a standard?
Hi there, Great work on django-rest-framework-jwt so far. It is a perfect fit with DRF. I noticed that you are using JWT in your Authorization header, as in your example: $ curl -H "Authorization: JWT <your_token>" http://localhost:8000/protected-url/ Is it the recommended way in the current JWT draft? Other server...
closed
2014-08-25T03:19:53Z
2014-08-30T11:55:23Z
https://github.com/jpadilla/django-rest-framework-jwt/issues/31
[]
pmcao
6
microsoft/nni
machine-learning
5,142
Build from source on MacOS M1 failed
**Describe the issue**: I followed instructions from https://nni.readthedocs.io/zh/stable/notes/build_from_source.html, run command ```bash conda create --name my_env conda activate my_env git clone https://github.com/microsoft/nni.git cd nni pip install --upgrade setuptools pip wheel pip install jupyterlab==...
closed
2022-09-27T09:12:47Z
2023-02-27T02:47:10Z
https://github.com/microsoft/nni/issues/5142
[ "waiting user confirm", "support", "macOS" ]
DDDOH
8
tensorflow/tensor2tensor
deep-learning
1,900
Why there is no square root at area_temperature?
https://github.com/tensorflow/tensor2tensor/blob/5623deb79cfcd28f8f8c5463b58b5bd76a81fd0d/tensor2tensor/layers/area_attention.py#L415 In typical dot product attention, logit which is the input matrix of softmax supposed to be divided by square rooted temperature like the equation below. ![image](https://user-images...
open
2021-11-04T12:57:30Z
2021-11-04T12:57:30Z
https://github.com/tensorflow/tensor2tensor/issues/1900
[]
jiminbot20
0
polakowo/vectorbt
data-visualization
155
Is Vectorbt suitable for price-based aggregations?
Congratulations on an exciting project - a seriously impressive achievement in such a short timeframe! I'd be grateful if you could help me assess its suitability for our trading style. I'm a developer, but have never used Python. But I'd learn it to access Vectorbt provided you can reassure me that I'm not going to...
closed
2021-05-30T21:05:40Z
2024-03-16T09:26:59Z
https://github.com/polakowo/vectorbt/issues/155
[]
gcaplan
5
slackapi/bolt-python
fastapi
280
Django thread-local connection cleanup in multi threads
This issue illustrates a potential issues that may affect Django adapter users. Django's ORM establishes a database connection per thread. For the threads managed by Django (which are supposed to be used for directly handing web requests), Django ORM cleans the established connections up under the hood once the proc...
closed
2021-04-02T08:31:07Z
2022-07-15T20:46:52Z
https://github.com/slackapi/bolt-python/issues/280
[ "bug", "area:async", "area:adapter", "area:sync" ]
seratch
2
jmcnamara/XlsxWriter
pandas
609
Issue with write_url when internally referencing a sheet (with spaces) in the same book
Hi, I am trying to use XlsxWriter to create a table of contents that has hyperlinks that are linked to the various sheets within the book. The sheet names have spaces in them, so I follow the syntax guidelines of single-quoting the sheet: ``` import xlsxwriter workbook = xlsxwriter.Workbook('hello.xlsx') wor...
closed
2019-03-25T19:02:25Z
2019-03-26T02:15:11Z
https://github.com/jmcnamara/XlsxWriter/issues/609
[ "awaiting user feedback" ]
baym7
4
graphql-python/graphene-django
graphql
1,043
Don't know how to convert the Django field class 'djongo.models.fields.ArrayField'
from djongo.models import Model, CharField, ObjectIdField, IntegerField, ArrayField from django.forms import ModelForm class Contact(Model): name = CharField(max_length=50) phone_number = IntegerField() class Meta: abstract = True class ContactForm(ModelForm): class Meta: ...
open
2020-10-12T14:39:30Z
2021-02-04T13:35:40Z
https://github.com/graphql-python/graphene-django/issues/1043
[ "🐛bug", "✨enhancement" ]
sfahad1414
2
strawberry-graphql/strawberry
fastapi
3,809
Automatic object type resolution does not trigger in reference resolvers
<!-- 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 <!-- A clear and concise descripti...
open
2025-03-13T16:14:33Z
2025-03-13T16:21:00Z
https://github.com/strawberry-graphql/strawberry/issues/3809
[ "bug" ]
parafoxia
0
adap/flower
tensorflow
4,399
Update embedded-devices example for the latest PyTorch and JetPack
### Describe the type of feature and its functionality. Following @jafermarq's suggestion(#4381 , #4382 ), I am creating this new issue. How would you feel about providing guidelines for the build script? I’ve modified the build script (`build_jetson_flower_client.sh`) to use Flower (`flwr`) with JetPack 6.0 and ...
open
2024-10-30T02:27:03Z
2025-03-07T14:34:48Z
https://github.com/adap/flower/issues/4399
[ "feature request", "part: examples", "state: revision needed" ]
wwjang
6
StackStorm/st2
automation
5,136
Json definition in core.remote action command
## SUMMARY I need to insert a workflow parameter inside a Json definition for my action. The first problem is that I can't even run the command with a Json definition in it (withou the parameter in the Json). ``` input: - parameter tasks: run: action: core.remote input: cmd: command --j...
closed
2021-02-02T14:12:18Z
2021-02-08T13:08:41Z
https://github.com/StackStorm/st2/issues/5136
[]
pavanfhw
3
tatsu-lab/stanford_alpaca
deep-learning
124
I consider redoing this for other languages, is this possible for a private person?
I would love to recrate this experiment in German and maybe also Esperanto and it looks easy enough, I bascially just have to adapt [prompt.txt](https://github.com/tatsu-lab/stanford_alpaca/blob/main/prompt.txt) to another language and follow the rest of the instructions, right? I am willing to invest arount 100€ in...
open
2023-03-22T12:52:23Z
2023-03-28T10:09:16Z
https://github.com/tatsu-lab/stanford_alpaca/issues/124
[]
stefangrotz
10
TencentARC/GFPGAN
deep-learning
464
如何加载自己训练的模型
基于GFPGAN训练了自己的数据集,如何加载自己训练的模型?加载哪一个?
open
2023-11-08T09:27:23Z
2023-11-08T09:27:23Z
https://github.com/TencentARC/GFPGAN/issues/464
[]
summerhuwenjun
0
serengil/deepface
machine-learning
713
is dlib Detector use gpu ?
Hello I have tried Face recognition using (Facenet512 and dlib) on 300 images it takes 8 min. And I have tried to install TensorFlow-GPU but the time is still 8 min. If use (Facenet512 and ssd )for example it uses GPU but with using (Facenet512 and dlib) it's now. ####### ``` python version 3.9.16 TensorFl...
closed
2023-04-08T10:37:08Z
2023-04-08T10:42:48Z
https://github.com/serengil/deepface/issues/713
[ "question" ]
Shamaseen-iotistic
3
JaidedAI/EasyOCR
pytorch
389
Batch prediction
Hi! Is there any plan for batch inference or passing list of images/image path list in the `readtext` function? I see that `recognize` takes `batch_size` arg but `img_cv_grey` seem to be single image only. How do I infer on a batch of image? ```python def recognize(self, img_cv_grey, horizontal_list=None, free_l...
closed
2021-03-08T15:52:48Z
2022-03-02T09:24:34Z
https://github.com/JaidedAI/EasyOCR/issues/389
[]
aniketmaurya
3
google-deepmind/sonnet
tensorflow
225
__init__() got an unexpected keyword argument 'w_init'
I got this error when I try to create a instance with initializers. This error comes from **sonnet.nets.MLP** . Any solutions? thanks
open
2021-12-08T17:20:05Z
2021-12-09T09:12:06Z
https://github.com/google-deepmind/sonnet/issues/225
[]
gautica
1
zappa/Zappa
django
664
[Migrated] zappa deploy fails with import error even though the module is present in the package
Originally from: https://github.com/Miserlou/Zappa/issues/1687 by [wholeinsoul](https://github.com/wholeinsoul) ## Context I have django project that works locally and in elasticbeanstalk. Now I'm trying to deploy it to AWS lambda using zappa. But I'm getting the following error even though the module urllib3 is pres...
closed
2021-02-20T12:32:38Z
2024-04-13T17:36:44Z
https://github.com/zappa/Zappa/issues/664
[ "no-activity", "auto-closed" ]
jneves
2
tflearn/tflearn
data-science
974
Fast way to load multiple models from files?
I'm building a system for classifying images into multiple categories, and approaching the problem using multiple networks (all my networks have the same structure, and output `[0,1]` or `[1,0]` (Yes or No). There's (for the sake of the example) a network for dogs, another network for cats, the third network is for ...
open
2017-12-09T15:44:48Z
2018-06-29T07:40:19Z
https://github.com/tflearn/tflearn/issues/974
[]
yotam180
1
QuivrHQ/quivr
api
3,428
Add Structured Parsing
From a BaseModel class, we return the parsing of the file organized.
closed
2024-10-25T08:23:53Z
2025-01-29T08:03:52Z
https://github.com/QuivrHQ/quivr/issues/3428
[ "enhancement" ]
chloedia
2
huggingface/diffusers
deep-learning
10,144
Why mochi diffusers video output is worse than mochi official code?
### Describe the bug The quality of video is worse. ### Reproduction Run the code with official prompt ### Logs _No response_ ### System Info diffusers@main ### Who can help? @a-r-r-o-w @yiyixuxu
closed
2024-12-07T05:53:57Z
2025-01-07T15:38:38Z
https://github.com/huggingface/diffusers/issues/10144
[ "bug", "stale" ]
foreverpiano
10
deepfakes/faceswap
machine-learning
1,035
Using TensorFlow backend
I can't use my GPU. ============ System Information ============ encoding: cp936 git_branch: master git_commits: 2f15597 requirements.txt - typofix gpu_cuda: No global version found. Check Conda packages for Conda Cuda gpu_cudnn: No global version found. Check...
closed
2020-07-18T10:01:06Z
2020-07-18T14:47:27Z
https://github.com/deepfakes/faceswap/issues/1035
[]
danuonuo
4
wkentaro/labelme
deep-learning
984
Change landmark color to digit ?
**Change landmark color to digit** I have 17 points that need to be labeled, but it is not easy to distinguish by color, I want to change the color to numbers. Is it possible?
closed
2022-02-09T06:41:42Z
2022-02-09T09:14:17Z
https://github.com/wkentaro/labelme/issues/984
[]
jnulzl
1
iperov/DeepFaceLab
deep-learning
913
I cannot login DFL Google Colab Forum
I cannot login [mrdeepface.com](https://mrdeepfakes.com/forums/thread-sfw-guide-deepfacelab-google-colab-tutorial#) `DeepFaceLab with Google Colab - Tutorial` I logged in successfully (maybe) but reload and display same as previous page
open
2020-09-29T06:54:03Z
2023-06-08T21:28:07Z
https://github.com/iperov/DeepFaceLab/issues/913
[]
keisan1231
1
litestar-org/litestar
pydantic
3,649
Bug: Extending middlewares or dependencies in the main application does not actually register them.
### Description When I try to register middlewares or dependencies or even error_handlers from outside the main application, by extending them after creation rather than passing them directly, they appear to be in scope but are not actually present (or at least not recognized by Swagger, which requires them as path ...
closed
2024-07-27T03:08:41Z
2025-03-20T15:54:50Z
https://github.com/litestar-org/litestar/issues/3649
[ "Bug :bug:" ]
hpphpro
2
feature-engine/feature_engine
scikit-learn
100
add tests for doc build in circleci
Add automatic test for doc build as part of circleci checks
closed
2020-08-11T04:56:50Z
2020-08-13T17:57:01Z
https://github.com/feature-engine/feature_engine/issues/100
[]
solegalli
0
ipyflow/ipyflow
jupyter
101
transfer `call_scope` for assigned-to functions
E.g. if `foo` is a function and I do `bar = foo`, `bar` is currently missing the `call_scope`, because it wasn't created with `def bar(): ...`
closed
2022-05-08T15:57:24Z
2022-05-28T18:03:33Z
https://github.com/ipyflow/ipyflow/issues/101
[]
smacke
0
profusion/sgqlc
graphql
213
Enums should be nullable on input
Input fields deriving from Enum are not properly nullified. The resulting `str(mutation)` (prettified): ```graphql mutation { createUser( user: { firstName: "Jan" lastName: "Kowalski" middleName: null // <-- this is string field, nullified correctly idType: None // <-- BUG ...
closed
2022-08-19T05:57:33Z
2022-08-19T15:15:38Z
https://github.com/profusion/sgqlc/issues/213
[]
kgadek
1
developmentseed/lonboard
data-visualization
566
Why "Input being reprojected to EPSG:4326 CRS"?
I'm plotting multiple layers of a Map and I get a bunch of warning saying: `Input being reprojected to EPSG:4326 CRS` . Why is that warning showing up? I think a more explanatory message would be helpful.
closed
2024-07-09T00:00:36Z
2024-09-24T19:48:47Z
https://github.com/developmentseed/lonboard/issues/566
[]
ncclementi
2
simple-login/app
flask
1,603
Confusing characters
For generated email aliases, it is difficult to differentiate between - capital i - small L This particularly becomes a problem when you manually need to write an email on a paper.
open
2023-02-24T07:20:02Z
2023-02-24T07:20:02Z
https://github.com/simple-login/app/issues/1603
[]
bigfoot31
0
lexiforest/curl_cffi
web-scraping
471
BUG: free(): invalid pointer
**Describe the bug** I create a Session instance and use streaming responses. But after a while I get memory related errors, for example free(): invalid pointer. **Error message content** ``` free(): invalid pointer Fatal Python error: Aborted Current thread 0x0000007f8947e1c0 (most recent call first): File "/home/...
closed
2025-01-08T22:16:52Z
2025-03-08T14:33:52Z
https://github.com/lexiforest/curl_cffi/issues/471
[ "bug", "help wanted", "confirmed" ]
lihachev9
12
widgetti/solara
flask
330
Change select values typing
I'm not sure if I should have opened this issue in solara's repo since it seems to use reacton/ipyvuetify, but I would like to suggest changing the [Select](https://solara.dev/api/select) `values` parameter from `List[T]` to `Union[List[T], Dict[T, Any]]`. Allowing dict will enable users to display a good label for...
open
2023-10-19T16:47:05Z
2024-01-26T14:53:13Z
https://github.com/widgetti/solara/issues/330
[]
itepifanio
2
MilesCranmer/PySR
scikit-learn
296
Taking Derivatives of Candidate Expression Inside Custom Loss Function
Hi Miles, I'm working on a problem in which I would like to define a custom loss function that doesn't just use the predicted values of the candidate expression given the training data ( y_pred | X ), but instead evaluates the candidate expression and its derivatives at a number of new (necessarily unknown at the be...
closed
2023-04-19T04:13:05Z
2023-04-19T18:16:25Z
https://github.com/MilesCranmer/PySR/issues/296
[]
gopal-iyer
0
litestar-org/polyfactory
pydantic
431
Bug: Attribute with `_` prefixed alias cannot be set on a factory class
### Description When a model has an attribute, that is not private, but its alias is prefixed with an underscore (because of e.g. third party input data format), it is not generated by the model's factory, nor it can have a default set as a model attribute. ### URL to code causing the issue _No response_ ##...
closed
2023-10-30T03:39:25Z
2025-03-20T15:53:10Z
https://github.com/litestar-org/polyfactory/issues/431
[ "bug" ]
uhlikfil
4
ultralytics/yolov5
deep-learning
12,458
How can improve my YOLOv5x-Seg model's precision?
![confusion_matrix - Kopya](https://github.com/ultralytics/yolov5/assets/32833796/1b14cdcb-af36-4fcc-ad2f-3c2b4f6ef547) ### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no s...
closed
2023-12-02T14:39:18Z
2024-10-20T19:33:13Z
https://github.com/ultralytics/yolov5/issues/12458
[ "question" ]
uyuk2
4
tqdm/tqdm
jupyter
1,102
It is not correct to take the average of speed; tqdm needs to use two EMAs.
Average speed is not the average of speed measurements, it is the ratio of the average of units and the average of time. This fact means that tqdm.update calculates average speed incorrectly in many cases. Average speed is `(a + b)/(c + d)` and does not equal `((a/c)+(b/d))/2` in the general case. As an example, ...
closed
2020-12-24T07:32:58Z
2020-12-25T11:09:08Z
https://github.com/tqdm/tqdm/issues/1102
[ "p3-enhancement 🔥", "to-merge ↰", "c1-quick 🕐" ]
almson
3
CorentinJ/Real-Time-Voice-Cloning
python
525
Fine-tuning for hindi
Hi @blue-fish , I am trying to fine-tune the model to clone voices of hindi speakers. I wanted to know the steps to follow for the same and also the amount of data I'd need for the model to work well. Edit - I shall use google colab for fine-tuning
closed
2020-09-11T06:50:07Z
2024-05-13T13:01:09Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/525
[]
hetpandya
32
piskvorky/gensim
nlp
3,081
Memory leaks when using doc_topics in LdaSeqModel
<!-- **IMPORTANT**: - Use the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim) to ask general or usage questions. Github issues are only for bug reports. - Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers. Github bug reports that d...
open
2021-03-18T15:29:10Z
2021-03-18T17:46:06Z
https://github.com/piskvorky/gensim/issues/3081
[]
nikchha
0
sktime/sktime
data-science
7,896
[ENH] Design improvement on `config` parameter for FM forecasters
**Is your feature request related to a problem? Please describe.** Currently the below list of forecasters, use the `config` parameter to pass in the model configs. - TinyTimeMixerForecaster ```python def __init__( self, model_path="ibm/TTM", revision="main", validation_split=0.2, ...
open
2025-02-25T14:08:02Z
2025-02-28T14:02:06Z
https://github.com/sktime/sktime/issues/7896
[ "API design", "module:forecasting", "enhancement", "module:base-framework" ]
PranavBhatP
6
Gozargah/Marzban
api
872
date left and total usage column in mysql
سلام خسته نباشید جای خالی ستون های Data_ left و total usage تو دیتابیس مرزبان احساس میشه. به نظرم بودنشون توی محاسبه دقیق تر حجم مصرفی ادمین ها کمک میکنه
closed
2024-03-15T01:11:13Z
2024-03-16T10:48:10Z
https://github.com/Gozargah/Marzban/issues/872
[ "Feature" ]
tohid3aeed
1
chatopera/Synonyms
nlp
106
WARNING:absl:not exist in w2v model: 全脂奶粉
# description lack of these words??? ## current WARNING:absl:not exist in w2v model: 全脂奶粉 WARNING:absl:not exist in w2v model: 原装 WARNING:absl:not exist in w2v model: 脱脂奶粉 WARNING:absl:not exist in w2v model: 原装 WARNING:absl:not exist in w2v model: 全脂奶粉 WARNING:absl:not exist in w2v model: 原装 WARNING:absl:not ...
closed
2020-06-28T08:15:06Z
2020-10-01T11:28:07Z
https://github.com/chatopera/Synonyms/issues/106
[]
cancerwower
2
firerpa/lamda
automation
45
请问 d(className="xxx")获取多个元素后,如何遍历这些元素
请问 d(className="xxx")获取多个元素后,如何遍历这些元素操作,比如: ```python element = d(className="xxx") print(element.count()) # 输出15 for i in range(element.count()): element_i = element # ???? 这里怎么填? element_i.screenshot(quality=60).save(str(i)+".png") ```
closed
2023-06-02T13:36:49Z
2025-01-18T04:40:50Z
https://github.com/firerpa/lamda/issues/45
[]
argszero
3
plotly/dash
data-visualization
3,111
Background callback polling request sends all callback inputs, states, outputs each time
**Describe your context** As far as I can tell this is a general issue I have reproduced it in Jupyterlab with Diskcache and also in a separately served app with Gunicorn and Celery. ``` dash 2.18.2 dash_ag_grid 31.2.0 dash-core-components 2.0.0 dash-html-components 2.0.0 da...
open
2024-12-27T11:19:47Z
2025-01-03T17:16:02Z
https://github.com/plotly/dash/issues/3111
[ "performance", "P2" ]
andredfb
1
mljar/mercury
jupyter
235
issue with notebook files with space in the name
closed
2023-03-29T12:15:57Z
2023-03-31T11:45:47Z
https://github.com/mljar/mercury/issues/235
[]
pplonski
0
sgl-project/sglang
pytorch
4,085
[Bug] sgl.Engine(**dataclasses.asdict(server_args)) return_logprob=True error
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest version. - [ ] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
closed
2025-03-05T07:16:44Z
2025-03-06T15:30:41Z
https://github.com/sgl-project/sglang/issues/4085
[]
Young1993
2