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
OFA-Sys/Chinese-CLIP
nlp
297
关于ACC和R@5的问题
验证集和训练集的ACC都达到了80+,但是在测试集和验证集中R@5评分只有18分和9分,请问是什么问题呢?应该如何解决呢
open
2024-04-16T09:59:30Z
2024-08-26T09:08:05Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/297
[]
EasonTuT
14
widgetti/solara
flask
1,022
--auto-restart option of the 'solara run' command does not open browser
When `auto_restart` is set to `True`, the `uvicorn.Server` is not executed; instead, the `ChangeReload` instance is used. https://github.com/widgetti/solara/blob/8947be4d7ddbc891017e89d6a463a94f8ac0c355/solara/__main__.py#L443 However, the `open_browser()` function does not check if the `ChangeReload` instance is cur...
open
2025-03-19T17:22:28Z
2025-03-19T17:22:28Z
https://github.com/widgetti/solara/issues/1022
[]
SeoulSKY
0
lepture/authlib
django
59
AGPL?!
I just realized that this library is AGPL-licensed - quite unexpected considering that its predecessors like flask-oauthlib and oauthlib are BSD-licensed, and e.g. flask-oauthlib [strongly](https://github.com/lepture/flask-oauthlib#notice) recommends people to authlib instead. While I completely understand that you ...
closed
2018-05-25T12:35:20Z
2019-04-06T05:14:49Z
https://github.com/lepture/authlib/issues/59
[]
ThiefMaster
45
DistrictDataLabs/yellowbrick
matplotlib
826
API Discussion for Figures and Axes
This issue is to discuss the open letter regarding Yellowbrick's API roadmap. To summarize, we currently attempt to only manage matplotlib `Axes` objects so that visualizers can be embedded into more complex plots and reports. However, many of our visualizers are getting increasingly complex, requiring subplots of thei...
closed
2019-04-24T20:19:39Z
2019-08-28T23:37:18Z
https://github.com/DistrictDataLabs/yellowbrick/issues/826
[ "type: question", "priority: high", "level: expert" ]
bbengfort
10
errbotio/errbot
automation
916
Slack: Cannot send a message to a presence.identifier
When you receive a presence, it doesn't have any channelid attached to it. If you send it straight back with a send() Fixed by #914
closed
2016-11-27T21:47:58Z
2016-12-06T20:59:14Z
https://github.com/errbotio/errbot/issues/916
[]
gbin
1
fastapi-users/fastapi-users
fastapi
746
TypeError: 'Record' object is not a mapping
### Discussed in https://github.com/fastapi-users/fastapi-users/discussions/745 <div type='discussions-op-text'> <sup>Originally posted by **Briscoooe** September 27, 2021</sup> I am following [this example](https://replit.com/@frankie567/fastapi-users-sqlalchemy) in my project and I can't seem to get it to work...
closed
2021-09-27T09:06:03Z
2021-10-02T11:05:07Z
https://github.com/fastapi-users/fastapi-users/issues/746
[]
Briscoooe
1
rafsaf/minimal-fastapi-postgres-template
sqlalchemy
47
docker run failed
great template! `docker run -d -p 8000:8000 ..` yields the error message below ``` INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit) INFO: Started parent process [8] Process SpawnProcess-1: Process SpawnProcess-2: Traceback (most recent call last): Traceback (most recent call last)...
closed
2024-03-13T02:19:39Z
2024-12-06T18:32:49Z
https://github.com/rafsaf/minimal-fastapi-postgres-template/issues/47
[ "question" ]
zhibor
1
Nekmo/amazon-dash
dash
112
Amazon dash sends 2 times
I've just configured a HA event with call_service. For instance: ``` name: ColaCao homeassistant: http://127.0.0.1:8123 # Address to the hass server event: call_service # Event name to send data: '{"domain": "switch", "service": "toggle", "service_data": {"entity_id": "switch.studio_speakers"}}...
closed
2018-12-09T12:35:59Z
2018-12-09T15:27:37Z
https://github.com/Nekmo/amazon-dash/issues/112
[]
nicomda
1
psf/requests
python
6,310
Requests loses payload when encountering HTTP code 301
<!-- Summary. --> When connecting to an endpoint with HTTP that has HTTP -> HTTPS redirect enabled, Requests loses the payload and sends no payload when reconnecting to the endpoint with HTTPS. It is considered good practice to redirect non-HTTPS traffic to HTTPS. The widely-accepted method is to set up a web server...
closed
2022-12-15T16:20:51Z
2023-12-16T00:03:15Z
https://github.com/psf/requests/issues/6310
[]
uncommonephemera
2
matterport/Mask_RCNN
tensorflow
2,432
ModuleNotFoundError: No module named 'astunparse'
When I run demo.py, Spyder prompts: ModuleNotFoundError: No module named 'astunparse'
open
2020-11-28T11:38:09Z
2020-11-28T11:38:09Z
https://github.com/matterport/Mask_RCNN/issues/2432
[]
s1297422520
0
noirbizarre/flask-restplus
flask
319
MIT license is incompatible with the code which was copied from Flask-RESTful
I recognize a substantial amount of code from Flask-RESTful in this project (as noted originally in #149). Your inclusion of some attribution to the original authors added in 7edec90 helps, but you are still not able to re-license BSD code as MIT. Here's a helpful chart to illustrate license compatability: ![license...
closed
2017-08-30T21:13:22Z
2018-05-17T20:43:25Z
https://github.com/noirbizarre/flask-restplus/issues/319
[]
joshfriend
2
tartiflette/tartiflette
graphql
87
Subscription operations with multiple root field doesn't raise any error
A GraphQL request containing non-unique named operation definition doesn't raise any error (cf. [GraphQL spec](https://facebook.github.io/graphql/June2018/#sec-Single-root-field)): ```sdlang interface Sentient { name: String! } interface Pet { name: String! } type Human implements Sentient { name: St...
closed
2019-01-15T15:26:38Z
2019-01-17T11:14:02Z
https://github.com/tartiflette/tartiflette/issues/87
[ "bug" ]
Maximilien-R
0
ultralytics/yolov5
pytorch
12,725
train.py in YOLOv5 no information is displayed, program executes with no error messages, but weights are not saved
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Training ### Bug I am running the command: !python train.py --img 256 --epochs 1 --batch-size 16 --data dataset.yml --weights yolov5n...
closed
2024-02-09T22:50:47Z
2024-10-20T19:39:25Z
https://github.com/ultralytics/yolov5/issues/12725
[ "bug", "Stale" ]
artduurrr
7
huggingface/pytorch-image-models
pytorch
1,594
[Feature] Make (non `rmlp`) MaxxViT to support variable resolution
Dear rwightman, thanks for you job. I was going to input a tensor with size (16,3 112,112) to test the MaxxViT small 224 model, but it failed . do you have any solutions ?
closed
2022-12-17T02:27:55Z
2023-08-21T23:01:45Z
https://github.com/huggingface/pytorch-image-models/issues/1594
[ "enhancement", "help wanted" ]
mywebinfo65536
5
ageitgey/face_recognition
python
1,269
error with getting multiple matches using KNN module
* face_recognition version: latest * Python version: 3.9.1 * ubuntu 20.04 ### Description after a lot of digging trying to get multiple results for an unknown person am getting the same results for everyone. my dataset is 26 person about 170 images for all of them ### What I Did ```python # Find encodings...
open
2021-01-21T23:53:53Z
2021-02-05T05:38:06Z
https://github.com/ageitgey/face_recognition/issues/1269
[]
ferasawadi
2
tensorlayer/TensorLayer
tensorflow
293
Object Extraction after detection
Hi, Could you please share a script to extract co-ordinates of the detected classes? I want to extract the objects out of the picture?
closed
2018-01-29T21:25:57Z
2018-02-18T14:11:21Z
https://github.com/tensorlayer/TensorLayer/issues/293
[]
alokgrover88
4
plotly/dash-table
dash
829
Dash DataTable with RadioButton as cell content
I’m trying to create a table containing players, games and a set of configurations that can be toggled on/off. The ideal would be to use a Dash DataTable with RadioButtons (similar as for DropDowns). Is this possible? Any ideas on how to achieve this? Screenshot 2020-09-16 at 23.27.41 ![Screenshot 2020-09-16 at 23 ...
open
2020-09-18T22:11:20Z
2020-09-18T22:11:20Z
https://github.com/plotly/dash-table/issues/829
[]
TomRoger
0
raphaelvallat/pingouin
pandas
139
Remove Glass Delta effect size
Pingouin's implementation of the [Glass Delta effect size](https://www.statisticshowto.com/glasss-delta/) is based on the assumption that the control group will always have the lowest standard deviation. ```python # Find group with lowest variance sd_control = np.min([x.std(ddof=1), y.std(ddof=1)]) d = (x.mean()...
closed
2020-10-08T23:17:41Z
2020-10-20T21:34:57Z
https://github.com/raphaelvallat/pingouin/issues/139
[ "deprecation :skull:" ]
raphaelvallat
1
plotly/dash
jupyter
3,085
[BUG] scrollTo Jumps the Scroll Bar
- `pip list` ``` dash 2.18.2 dash_ag_grid 31.2.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` - Browser, Version and OS - OS: win11 - Browser chrome - Version 130.0.6723.119 (Offizieller Build) (64-Bit) **Describe the bug** Adjusting the ...
closed
2024-11-19T18:32:13Z
2024-11-20T12:23:17Z
https://github.com/plotly/dash/issues/3085
[]
georgiossalon
2
google-research/bert
nlp
944
NotFoundError: ./dev.tsv
When I'm running `run_classifier.py`, even though the `do_eval` is `false`, this class still looks for the `dev.tsv` file. This happens when I change the batch size from 32, which is the default, to 16 (since I don't have enough memory on my GPU, I'm just trying to reduce the batch size to see if I can train my model.)...
open
2019-12-01T05:21:48Z
2019-12-01T05:21:48Z
https://github.com/google-research/bert/issues/944
[]
phosseini
0
falconry/falcon
api
2,075
Ship cythonized `.c` files in sdist
As suggested by @koobs in https://github.com/falconry/falcon/issues/1281, it seems we closed that issue without a decision on this part. This would let us drop `cython` from the PEP 517 build requirements. While not a very big/common issue, we are currently unable to fall back to pure Python if `cython` installation...
open
2022-05-30T13:11:00Z
2023-01-08T16:07:26Z
https://github.com/falconry/falcon/issues/2075
[ "proposal", "maintenance" ]
vytas7
3
chiphuyen/stanford-tensorflow-tutorials
tensorflow
124
how to edit stanford-tensorflow-tutorials/2017/examples/09_tfrecord_example.py to read multiple images?
Looping the process of writing images into the .tfrecords-file works fine, but how do I read multiple images from a .tfrecords-file? Is there any simple solution? would be great if added to the code.
closed
2018-07-03T11:26:31Z
2020-08-31T19:03:40Z
https://github.com/chiphuyen/stanford-tensorflow-tutorials/issues/124
[]
LarsFichtel
0
mars-project/mars
scikit-learn
3,216
[BUG] Ray task backend no progress
<!-- Thank you for your contribution! Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue. --> **Describe the bug** Ray task mode doesn't update progress until whole task finished: ![image](https://user-images.githubusercontent.com/12445254/183634801-331c03f...
closed
2022-08-09T11:18:21Z
2022-11-10T07:24:47Z
https://github.com/mars-project/mars/issues/3216
[]
chaokunyang
2
seleniumbase/SeleniumBase
web-scraping
3,586
`sb.wait_for_text_not_visible()` wasn't mapping to the correct CDP Mode method
### `sb.wait_for_text_not_visible()` wasn't mapping to the correct CDP Mode method ---- This would cause failures in CDP Mode when calling regular SB methods directly.
closed
2025-03-05T17:31:03Z
2025-03-05T18:25:39Z
https://github.com/seleniumbase/SeleniumBase/issues/3586
[ "bug", "UC Mode / CDP Mode" ]
mdmintz
1
paperless-ngx/paperless-ngx
django
8,211
[BUG] Reprocess do not trigger the post-consumption script
### Description The Action "Preprocess" will just do OCR stuff, but don't reprocess the file like it is added newly in paperless. My wish is, that it execute the post consumption script also, after doing the OCR tasks. ### Steps to reproduce When I open a pdf file and select "Action" -> "Preprocess" ### Webse...
closed
2024-11-06T14:35:46Z
2024-12-07T03:16:39Z
https://github.com/paperless-ngx/paperless-ngx/issues/8211
[ "not a bug" ]
slydlake
2
holoviz/panel
matplotlib
7,596
Plotly fig with rangeslider of type 'date' freezes app if controls are shown
<!-- Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](https://discourse.holoviz.org) instead. Issues without the required informa...
open
2025-01-06T21:10:55Z
2025-01-20T21:46:08Z
https://github.com/holoviz/panel/issues/7596
[]
CodyKlingler
1
aiortc/aioquic
asyncio
68
Certificate generation documentation?
Hi, I am prototyping QUIC for a mobile application, thanks for making aioquic available. Question: I am getting a certificate error even after hardcoding --host with the example http3 code, I am assuming that's because there is a mismatch between localhost and external server address I am communicating with (I'm ...
closed
2020-03-20T12:05:17Z
2020-03-22T09:37:47Z
https://github.com/aiortc/aioquic/issues/68
[]
pablogranolabar
1
neuml/txtai
nlp
100
Infer vector method using path
Currently, if a vector method is not provided with a new Embeddings object, it defaults to Word Vectors. Word Vectors are no longer installed in the base package (see #97), so this is no longer the best logic. This change will infer the method using the path. New logic should be: - If path is a file, set the met...
closed
2021-08-15T17:33:37Z
2021-08-15T17:52:58Z
https://github.com/neuml/txtai/issues/100
[]
davidmezzetti
0
aio-libs/aiopg
sqlalchemy
186
mogrify doesn't need to be a coroutine
Is there a good reason why [mogrify](https://github.com/aio-libs/aiopg/blob/fb5f28505debafd7b7f5961314dd6a9b28f3d616/aiopg/cursor.py#L149-L160) is a coroutine? It's like to be used in "bulk create" operations where it'll be called a lot of times so it would have a margin improvement to performance to make it a simple ...
closed
2016-10-17T18:10:48Z
2017-02-16T11:16:23Z
https://github.com/aio-libs/aiopg/issues/186
[]
samuelcolvin
3
pytest-dev/pytest-mock
pytest
212
When tests are duplicated they fail
I am not easily able to create something reproducible but I think this is related to a bug, it seems like the `MockFixture` is somehow persisting mocked methods between tests. pytest mock version: pytest-mock-3.1.1 pytest version: 5.4.3 Python version: Python 3.8.2 If I duplicate the following method and change...
closed
2020-10-16T12:32:09Z
2020-10-16T13:50:21Z
https://github.com/pytest-dev/pytest-mock/issues/212
[]
paulalex
4
matplotlib/matplotlib
data-visualization
29,101
[Doc]: ax.scatter `alpha` also supports an array-like of floats
### Documentation Link https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.scatter.html ### Problem Aside from float, ax.scatter `alpha` also supports an array-like of floats. ### Suggested improvement It would be useful if this was documented, potentially including an example.
closed
2024-11-08T08:43:24Z
2024-12-14T02:45:14Z
https://github.com/matplotlib/matplotlib/issues/29101
[ "Documentation" ]
EwoutH
4
marcomusy/vedo
numpy
98
tests fail: vtkOpenGLPolyDataMapper has no attribute 'SetArrayName'
Building and testing vtkplotter2020.0.2 on Debian GNU/Linux (2020.0.2+dfsg1-1), the tests fails, e.g. tests/common$ ./run_all.sh Processing test_actors.py script.. Traceback (most recent call last): File "test_actors.py", line 11, in <module> cone.addCellScalars(carr, 'carr') Fi...
open
2020-01-22T04:21:38Z
2020-01-22T11:22:53Z
https://github.com/marcomusy/vedo/issues/98
[ "bug" ]
drew-parsons
1
recommenders-team/recommenders
machine-learning
2,064
[BUG] NameError in ImplicitCF
### Description <!--- Describe your issue/bug/request in detail --> ``` 2024-02-19T18:34:57.2553239Z @pytest.mark.gpu 2024-02-19T18:34:57.2568702Z def test_model_lightgcn(deeprec_resource_path, deeprec_config_path): 2024-02-19T18:34:57.2569997Z data_path = os.path.join(deeprec_resource_path, "dkn...
closed
2024-02-19T19:30:03Z
2024-04-05T14:07:32Z
https://github.com/recommenders-team/recommenders/issues/2064
[ "bug" ]
miguelgfierro
3
NullArray/AutoSploit
automation
1,227
Unhandled Exception (3d888a9f4)
Autosploit version: `2.2.3` OS information: `Linux-3.18.71-perf-gbb71efc-armv8l-with-libc` Running context: `/data/data/com.thecrackertechnology.andrax/ANDRAX/AutoSploit/autosploit.py` Error meesage: `[Errno 2] No such file or directory: ''` Error traceback: ``` Traceback (most recent call): File "/data/data/com.thecr...
closed
2019-12-29T17:23:03Z
2020-02-02T01:20:00Z
https://github.com/NullArray/AutoSploit/issues/1227
[]
AutosploitReporter
0
Johnserf-Seed/TikTokDownload
api
16
File "/TikTokDownload/TikTokMulti.py", line 106, in judge_link key = re.findall('&sec_uid=(.*?)&',str(r.url))[0] IndexError: list index out of range
![image](https://user-images.githubusercontent.com/6568296/121457455-3a486600-c997-11eb-85e3-5f314fe3cba8.png)
closed
2021-06-10T02:55:17Z
2021-06-10T12:12:15Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/16
[]
kukupigs
0
wkentaro/labelme
deep-learning
517
How to generate occluded segments in annotations.jason
How to generate occluded segments in annotations.jason examples/instance_segmentation/data_dataset_coco/annotations.json I tried use labelme as the example below; labelme data_annotated --labels labels.txt --nodata --labelflags '{.*: [occluded, truncated], person-\d+: [male]}' and label person-1, person-2 wi...
closed
2019-11-22T11:03:24Z
2019-12-06T08:59:41Z
https://github.com/wkentaro/labelme/issues/517
[]
sonozuka
3
dunossauro/fastapi-do-zero
pydantic
254
Slides aulas assíncronas v2
Atualizar os slides das aulas para v2 - [x] Recriar uma Aula 00 para o async - [x] Aula 01 - [x] Versão do python 3.12 - [x] fastapi[standard] - [x] Aula 02 - [x] Aula 03: Remover pydantic-email - [x] Aula 04 - [x] Inserir evento no sumário - [x] Inserir códigos do evento - [x] Adicionar novo exer...
closed
2024-10-05T18:04:49Z
2024-10-07T01:32:34Z
https://github.com/dunossauro/fastapi-do-zero/issues/254
[]
dunossauro
1
harry0703/MoneyPrinterTurbo
automation
50
Language
how do i change the language? can you please tell how to deploy to huggingface space? is there a way so that to application keep on running even when i am offline?
closed
2024-03-24T16:53:12Z
2024-03-29T12:56:29Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/50
[ "suggestion" ]
enterprisium
5
iperov/DeepFaceLive
machine-learning
38
Excuse me, do you need the linux networking version? Windows I don't think it can be better commercialized. I have changed the linux interfaceless version.
Excuse me, do you need the linux networking version? Windows I don't think it can be better commercialized. I have changed the linux interfaceless version.
closed
2022-02-15T07:36:42Z
2022-07-25T07:29:32Z
https://github.com/iperov/DeepFaceLive/issues/38
[]
baixinping618
2
miguelgrinberg/Flask-Migrate
flask
125
Migration cannot read database file inside a folder
I have trying to set up migration for my app but when the database file is inside a folder i get the following traceback: http://pastebin.com/tv8PiNAD but when i move the file outside the folder it seems to work any help?:
closed
2016-08-11T19:54:32Z
2019-01-13T22:21:35Z
https://github.com/miguelgrinberg/Flask-Migrate/issues/125
[ "question", "auto-closed" ]
draedarockstar
8
OpenInterpreter/open-interpreter
python
1,201
Incorrect formatting & syntax error for vertex ai models
### Describe the bug When using vertex ai models, the interpreter does not format the code appropriately and leaves the trailing \``` which causes syntax errors. ### Reproduce Run the terminal interpreter with any vertex AI model, for example ``` interpreter --model codechat-bison@001 ``` Then prompt the mod...
open
2024-04-12T17:45:03Z
2024-04-12T17:45:03Z
https://github.com/OpenInterpreter/open-interpreter/issues/1201
[]
deleomike
0
tensorpack/tensorpack
tensorflow
1,152
MemoryError when train FasterRCNN example with Mapillary Dataset, 4 x NVIDIA Tesla T4
If you're asking about an unexpected problem which you do not know the root cause, use this template. __PLEASE DO NOT DELETE THIS TEMPLATE, FILL IT__: If you already know the root cause to your problem, feel free to delete everything in this template. ### 1. What you did: TRAIN FasterRCNN network with Mapillar...
closed
2019-04-16T15:26:17Z
2019-04-25T16:18:16Z
https://github.com/tensorpack/tensorpack/issues/1152
[ "examples", "installation/environment" ]
AlbertoMCS
8
lukas-blecher/LaTeX-OCR
pytorch
159
Model don't know how to use 'aligined' but always use 'array'
The 'aligned' command is frequetly used in latex. For example: ```latex \begin{aligned} y & =( x+y)^{2}\\ & =( x+y)( x+y)\\ & =x^{2} +2xy+y^{2} \end{aligned} ``` <img width="101" alt="_20220602144601" src="https://user-images.githubusercontent.com/50736266/171569607-84367dc5-eb64-4ede-a76c-b6cec3d03c28.png"...
open
2022-06-02T06:50:29Z
2022-06-08T17:23:01Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/159
[ "bug", "dataset" ]
Jie-Qiao
2
Lightning-AI/LitServe
api
339
Prometheus logger is not pickable + monitoring metrics set via self.log are not tracked
## 🐛 Bug I get the following warning when using Prometheus inside of `ls.Logger`: ``` WARNING:litserve.loggers:Logger PrometheusLogger is not picklable and might not work properly. ``` Then the metrics that I am "observing" are not being tracked under the endpoint `/metrics` using `self.log` on the ls.LitAP...
closed
2024-10-22T18:33:47Z
2024-10-27T00:04:07Z
https://github.com/Lightning-AI/LitServe/issues/339
[ "bug", "help wanted" ]
miguelalba96
5
harry0703/MoneyPrinterTurbo
automation
593
【年度旗舰】顶级IEPL专线机场,解锁你的数字宇宙!
### 是否已存在类似的功能请求? - [x] 我已搜索现有的功能请求 ### 痛点 还在用“平平无奇”的机场? [**万城 V-city(万城网络)**](https://user.vcsite02.com/#/sign-up?code=0BnXRJud),年度旗舰级高端机场,霸气降临! 我们以【顶级IEPL全专线】技术,重新定义速度与稳定,带你进入前所未有的数字宇宙! 🌟 **真·顶级专线,快到飞起**: 温哥华总部,IEPL全专线硬核加持! 香港🇭🇰、日本🇯🇵、新加坡🇸🇬、美国🇺🇸,小众节点也任你选! 速度快到突破天际,告别一切卡顿! 🎬 **全能解锁,玩转全球娱乐**: ChatGPT秒连!...
closed
2025-02-19T02:57:49Z
2025-02-19T03:37:42Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/593
[ "enhancement" ]
LorettaGreen3
0
OFA-Sys/Chinese-CLIP
computer-vision
214
Zero-shot分类问题
作者您好, CN-clip是很棒的工作!我在复现voc-2007-classification zero-shot推理的过程中发现最终推理的性能与report的结果无法对齐,下面是我的执行结果,烦请有空是帮看下问题,感谢。 Params: context_length: 52 datapath: ******/Chinese-CLIP/content/datasets/voc-2007-classification/test dataset: voc-2007-classification img_batch_size: 64 index: label_file: ***...
open
2023-09-28T08:47:02Z
2023-12-11T13:16:18Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/214
[]
cdy-for-grad
1
opengeos/streamlit-geospatial
streamlit
13
streamlit.gishub.org U.S. Real Estate Data and Market Trends error
Hi on the hosted site the demo for us real estate is showing the following error ![image](https://user-images.githubusercontent.com/14004559/144949885-99e16161-0f3c-441c-8c4c-067282e5852c.png)
closed
2021-12-07T01:36:28Z
2021-12-21T13:27:01Z
https://github.com/opengeos/streamlit-geospatial/issues/13
[]
Niko-La
1
pyeve/eve
flask
1,277
First example of Eve use doesn't work
### Expected Behavior This should work, as it's [the very first example of how Eve works](https://docs.python-eve.org/en/stable/#eve-is-simple): ```python from eve import Eve app = Eve() ``` ### Actual Behavior ```pytb Python 3.6.7 (default, Oct 22 2018, 11:32:17) [GCC 8.2.0] on linux Type "help", ...
closed
2019-05-29T12:11:51Z
2019-06-07T13:41:18Z
https://github.com/pyeve/eve/issues/1277
[ "documentation" ]
sybrenstuvel
1
pydata/xarray
pandas
9,404
Linear interpolation gives negative output values with non-negative inputs
### What happened? I have some time-series data that contains non-negative values (with a few zeroes). When I call the interp() method with method='linear', and pass a time corresponding exactly to one of the zero values, the result is a (tiny) negative value. This causes problems later on when I pass the interpolat...
closed
2024-08-27T18:58:53Z
2024-09-27T00:52:14Z
https://github.com/pydata/xarray/issues/9404
[ "bug", "contrib-help-wanted", "enhancement", "topic-interpolation" ]
jameswilburlewis
5
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,053
Synthesizer alignment
Hi, when I followed the steps inside the training guide to train the code, I found some problems with the alignment of the synthesizer. The dataset I used was LibriSpeech and I followed the instructions exactly for each step and also downloaded the alignment file. I don't know what's wrong, any help would be greatly ap...
open
2022-04-15T01:35:31Z
2022-05-06T06:31:33Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1053
[]
Alterbort
1
andrew-hossack/dash-tools
plotly
71
[Feature Request] Change created Dockerfiles to use a non-root user.
**Is your feature request related to a problem? Please describe.** Dockerfiles generated by `dashtools docker --init` default to the base image default user (in this case root). Best practice is to run container processes as a non-root user. **Describe the solution you'd like** Update the process that generates Do...
closed
2022-11-07T23:33:23Z
2022-11-11T02:20:41Z
https://github.com/andrew-hossack/dash-tools/issues/71
[]
jasonwashburn
0
bmoscon/cryptofeed
asyncio
353
KeyError 'openInterest' with Binance Delivery
**Describe the bug** Error message... ```bash Task exception was never retrieved future: <Task finished coro=<Binance._open_interest() done, defined at /home/pierre/miniconda3/lib/python3.7/site-packages/cryptofeed-1.6.2-py3.7.egg/cryptofeed/exchange/binance.py:234> exception=KeyError('openInterest')> Traceback (m...
closed
2020-12-13T18:32:01Z
2020-12-13T19:08:30Z
https://github.com/bmoscon/cryptofeed/issues/353
[ "bug" ]
yohplala
1
aiortc/aiortc
asyncio
220
Mulitple cameras and broadcast
First of all thank you for the amazing work! I could easily get a video streaming of my webcams with very small latency. Tell me if I've understood well, to stream multiple videos (cameras) to the same client, we cannot add videos (called `track`?) to a connections and we should rather open a connection for each video...
closed
2019-10-24T09:13:30Z
2019-11-25T11:25:45Z
https://github.com/aiortc/aiortc/issues/220
[]
AntoninRousset
4
ResidentMario/geoplot
matplotlib
11
Host the documentation
Likely via my personal website for the moment.
closed
2016-12-18T18:39:24Z
2017-01-05T03:48:12Z
https://github.com/ResidentMario/geoplot/issues/11
[]
ResidentMario
0
albumentations-team/albumentations
deep-learning
2,402
[New feature] Add apply_to_images to FancyPCA
open
2025-03-11T01:02:29Z
2025-03-11T01:02:35Z
https://github.com/albumentations-team/albumentations/issues/2402
[ "enhancement", "good first issue" ]
ternaus
0
graphdeco-inria/gaussian-splatting
computer-vision
347
questions: batch-render, multi-object splat and render, image augment.
as title 1. so far, the gaussian splatting rendering is one by one, right? if right, the performance on batch will ... :-) 2. multi-object splat and render, including partial-pose partial-occlusion. I am just a scientist-guise layman, maybe not right. :-(
closed
2023-10-20T02:33:31Z
2023-10-21T14:44:38Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/347
[]
yuedajiong
1
pykaldi/pykaldi
numpy
140
Why I can't download model?
I run the command "./models.sh" inside zamia directory. While there is an error: `HTTP request sent, awaiting response... 404 Not Found 2019-06-22 21:06:24 ERROR 404: Not Found. tar (child): kaldi-generic-en-tdnn_f-r20190227.tar.xz: Cannot open: No such file or directory tar (child): Error is not recoverable: ...
closed
2019-06-22T13:11:11Z
2019-06-26T10:08:08Z
https://github.com/pykaldi/pykaldi/issues/140
[]
CXiaoDing
2
jumpserver/jumpserver
django
14,441
[Bug] 安全角色索引异常
### Product Version 4.0.1 ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [X] Online Installation (One-click command installation) - [ ] Offline Package Installation - [ ] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] Source Code ### E...
closed
2024-11-13T03:32:39Z
2024-11-13T06:05:26Z
https://github.com/jumpserver/jumpserver/issues/14441
[ "🐛 Bug" ]
kingofeagles
1
chatanywhere/GPT_API_free
api
26
Host不太稳定经常连不上
转发api key对应的两个host感觉都不太稳定,尤其是在用sidebar的时候,经常用着就连不上了,或者回应速度会变得非常慢。同时,感觉转发api的速度比直连官方接口速度会慢不少。不知道是不是host访问量过大的原因?能否优化升级一下呢?谢谢!
closed
2023-05-30T03:09:15Z
2023-05-30T05:06:23Z
https://github.com/chatanywhere/GPT_API_free/issues/26
[]
hshenmeow
6
noirbizarre/flask-restplus
flask
330
Download link in SwaggerUI corrupts the file (changes the encoding)
Hi, There is an issue (basically swagger messes up the encoding of the file) when adding binary data into Response, that seems to be originated in Swagger (https://github.com/swagger-api/swagger-ui/issues/2132). It seems that the issue is solved in version 2.2.10 ? Do you have any plans of upgrading swagger or pat...
open
2017-09-28T13:49:37Z
2018-02-08T18:50:41Z
https://github.com/noirbizarre/flask-restplus/issues/330
[]
naeioan
3
mjhea0/flaskr-tdd
flask
52
Posts can be deleted even though user isn't logged in
Currently, posts can be deleted if you aren't logged in.
closed
2019-09-27T13:27:11Z
2019-11-05T15:42:40Z
https://github.com/mjhea0/flaskr-tdd/issues/52
[]
jeremiasbaur
6
tflearn/tflearn
tensorflow
298
bug of global_avg_pool
sorry my fault
closed
2016-08-23T08:20:03Z
2016-08-23T08:34:08Z
https://github.com/tflearn/tflearn/issues/298
[]
lfz
0
slackapi/bolt-python
fastapi
938
Chat Post Message Unfurl Link / Media Ignored
I have an app that sends messages in DMs that often contain 3-5 links. The links are sometimes links to other slack messages and sometimes the slack messages have links or files in them, so the previews can get really cluttered. So I have been setting the `unfurl_link` and `unfurl_media` to False. But when I post messa...
closed
2023-07-28T14:32:39Z
2023-07-28T16:16:15Z
https://github.com/slackapi/bolt-python/issues/938
[ "question" ]
weallwegot
2
blacklanternsecurity/bbot
automation
2,248
Unable to send scan files to elasticsearch
### Description Unable to send BBOT scan files to Elasticsearch despite following the official BBOT integration guide. The scan files are being extracted in SIEM-friendly JSON format but are not being successfully ingested into Elasticsearch. ### Environment Setup - BBOT installed and configured - Elasticsearch + Kiba...
open
2025-02-04T23:34:36Z
2025-02-06T00:01:57Z
https://github.com/blacklanternsecurity/bbot/issues/2248
[ "bug" ]
antton
0
man-group/arctic
pandas
915
Naming database other than "arctic"
#### Arctic Version ``` # 1.79.4 ``` #### Arctic Store ``` # VersionStore ``` #### Platform and version Windows 10 x64 #### Description of problem and/or code sample that reproduces the issue The database name cannot be named with another name than "arctic". I see the name is coded in arctic.py...
closed
2021-09-29T12:56:11Z
2022-08-04T12:28:20Z
https://github.com/man-group/arctic/issues/915
[]
bmicognito
2
iperov/DeepFaceLab
machine-learning
5,471
Input images dst checked after loading faces during at 7) merge SAEHD.bat
Hello I noticed that the extracted images from data_dst.mp4 are checked after the model and src/dst faces are loaded. This means in larger projects of 60.000 images, it takes quite some time to find out that you are missing your data_dst extracted images. This check should be done first before proceeding to l...
open
2022-02-04T10:17:57Z
2023-06-08T22:57:33Z
https://github.com/iperov/DeepFaceLab/issues/5471
[]
thedeepface
1
yt-dlp/yt-dlp
python
12,387
[iPrima.cz] Login Failed
### Checklist - [x] I'm reporting that yt-dlp is broken on a **supported** site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels)) - [x] I've checked that all provided URLs are playable in a browser with the same IP and same...
open
2025-02-17T18:40:17Z
2025-03-19T11:44:17Z
https://github.com/yt-dlp/yt-dlp/issues/12387
[ "account-needed", "geo-blocked", "site-bug", "triage", "can-share-account" ]
s1ren9133
3
pywinauto/pywinauto
automation
1,281
Actual click location changes on dual monitor setup with different monitor scales
## Expected Behavior Click location in the window being consistent regardless of monitor. ## Actual Behavior Click location in the window changes based on the monitor the window is on if the scaling for both monitors is not the same. ## Steps to Reproduce the Problem 1. Have a dual monitor setup with 2 dif...
open
2023-02-06T06:55:14Z
2023-07-15T05:53:56Z
https://github.com/pywinauto/pywinauto/issues/1281
[ "bug", "Priority-Low" ]
KarlRW
1
DistrictDataLabs/yellowbrick
scikit-learn
728
Finish JointPlot for Machine Learning Use Cases
This issue is a follow on to #721 to wrap up the extension of `JointPlot` for machine learning-specific use cases. The tasks are as follows: - [ ] Finish the JointPlot docstring - [ ] In the case where two columns are specified, color the plot with the target variable as in Manifold - [ ] Add in best fit line(s) a...
open
2019-02-06T16:15:00Z
2020-10-26T16:07:53Z
https://github.com/DistrictDataLabs/yellowbrick/issues/728
[ "type: feature", "priority: medium" ]
bbengfort
3
davidsandberg/facenet
tensorflow
373
It seems that mismatch exists between outputs of MTCNN and inputs of inception-resnet-v1
I am a beginner of the face recognition. In my view, inception-resnet-v1 (https://arxiv.org/abs/1602.07261) accepts a 299x299 image as the input, but in the "Validate on LFW" example, it seems that 160x160 aligned faced are cropped. So, how can the inception-resnet-v1 accept 160x160 cropped images as inputs? Thank yo...
closed
2017-07-14T04:10:34Z
2017-10-21T11:59:03Z
https://github.com/davidsandberg/facenet/issues/373
[]
xs-han
1
Yorko/mlcourse.ai
matplotlib
593
Dead link in README.md
The page is not available: https://github.com/Yorko/mlcourse.ai/wiki/About-the-course-(in-Russian)
closed
2019-05-18T15:47:47Z
2019-05-18T17:58:59Z
https://github.com/Yorko/mlcourse.ai/issues/593
[]
i-aztec
1
keras-team/keras
deep-learning
20,251
Allow to pass **kwargs to optimizers.get
https://github.com/keras-team/keras/blob/f6c4ac55692c132cd16211f4877fac6dbeead749/keras/src/optimizers/__init__.py#L72-L97 When dynamically getting an optimizer by using tf.keras.optimizers.get(<OPT_NAME>), it would be extremely useful if one could also pass extra arguments to the function, so that the optimizer get...
closed
2024-09-11T20:21:18Z
2024-09-11T22:31:30Z
https://github.com/keras-team/keras/issues/20251
[ "type:feature", "keras-team-review-pending" ]
manuelblancovalentin
1
koxudaxi/fastapi-code-generator
fastapi
350
Allow generation of subdirs when using '--template-dir'
Hi. I'd love to be able to generate sub directories when using the `--template-dir` option. Currently this is not possible as in [fastapi_code_generator/__main__](https://github.com/koxudaxi/fastapi-code-generator/blob/master/fastapi_code_generator/__main__.py#L179) `for target in template_dir.rglob("*"):` is used i...
open
2023-05-17T11:17:55Z
2023-05-17T11:23:59Z
https://github.com/koxudaxi/fastapi-code-generator/issues/350
[]
ThisIsANiceName
0
plotly/jupyter-dash
dash
72
Unable to communicate with the jupyter_dash notebook or JupyterLab extension required to infer Jupyter configuration.
hi i have follow the instruction but i have one question how can i load jupyter locally and write my codes after these installation commands?
open
2021-11-24T08:37:02Z
2022-03-06T10:55:11Z
https://github.com/plotly/jupyter-dash/issues/72
[]
armeh429
6
nvbn/thefuck
python
724
[Question] Run method in CorrectedCommand only runs side effect?
I was just (admittedly kinda briefly) looking through the code and there's something I don't understand - the default entrypoint is `fix_command` which runs the `run` method of the `CorrectedCommand` - however, the `run` method only appears to run the `side_effect` of the `CorrectedCommand`. When is the corrected comma...
closed
2017-11-03T04:42:19Z
2018-02-13T00:10:41Z
https://github.com/nvbn/thefuck/issues/724
[]
dieggsy
0
sanic-org/sanic
asyncio
3,027
CookieJar.cookies assumes Set-Cookie header to be present
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I'm updating some code to work after the removal of CookieJar.items() and while before it was safe to call it if there was no cookie header set now it's raising a KeyError. Maybe it's worthwhile to handle th...
open
2025-01-09T15:41:37Z
2025-01-10T08:56:50Z
https://github.com/sanic-org/sanic/issues/3027
[ "bug" ]
xrmx
2
dhaitz/mplcyberpunk
matplotlib
3
Add colormaps
Absolutely loving this stylesheet! One thing I've found that I wanted to do was use some of the cyberpunk colors as linear colormaps, and basically implement some functions that return `LinearSegmentedColormap` objects for others to use (example attached), in the same kind of way as how [palettable](https://jiffyclu...
closed
2020-04-02T14:06:03Z
2020-04-02T18:51:48Z
https://github.com/dhaitz/mplcyberpunk/issues/3
[]
laserkelvin
1
deepset-ai/haystack
nlp
8,171
Outdated documentation
Most of the examples provided in your documentation do not seem to be functioning correctly. Even on your website’s first page, under the “Quick Start” section (https://haystack.deepset.ai/overview/quick-start), there appears to be an error regarding the “PredefinedPipeline.” The line “from haystack import Pipeline, Pr...
closed
2024-08-08T04:13:33Z
2024-09-07T22:52:48Z
https://github.com/deepset-ai/haystack/issues/8171
[ "type:documentation", "community-triage" ]
dariush-saberi
4
marimo-team/marimo
data-science
4,163
New keyboard shortcuts and config file options
### Description I am hoping to be able to: 1. Give some keyboard commands to fold/unfold all markdown headers in a notebook. 2. Create a setting in the config file, to make all headers folded by default, on opening a notebook. 3. Make a setting in the config file, so that all newly created cells are viewed as markdow...
open
2025-03-19T16:26:11Z
2025-03-19T16:53:51Z
https://github.com/marimo-team/marimo/issues/4163
[ "enhancement", "help wanted", "good first issue (typescript)" ]
axiomtutor
0
xzkostyan/clickhouse-sqlalchemy
sqlalchemy
226
Add support for session id
**Describe the bug** No support for sessions in http protocol. Current url that contains session_id cuts get param to kwargs and does not use it. This leads to problems with creating temp tables in clickhouse and problems like `Code: 113. DB::Exception: There is no session or session context has expired. (THERE_IS_...
closed
2022-12-20T15:14:29Z
2024-08-06T10:17:28Z
https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/226
[]
hhalina
2
graphql-python/graphene-django
graphql
1,297
Page No base pagination djangoFilterConnectField
i am consfused a lot about the implementation of page no based pagination in grahene_django and relay . the default implementation cursor based which works well for infinite scroll but i need to implement traditional page no base . i have tried creating a custom pagination field on the connection as ` class Count...
open
2022-02-07T07:19:10Z
2022-02-07T07:19:10Z
https://github.com/graphql-python/graphene-django/issues/1297
[]
aabidsofi19
0
thp/urlwatch
automation
740
Shell reporter not working
Hi there, so I'm trying https://github.com/thp/urlwatch/commit/7c505657c7ccfe78060240ef5f09b21fd86cea13 but i can't get it to work; it seems whatever i do, nothing is reported. If i disable all other reporters, and only keep the `shell` one, i get: `reporters WARNING: No reporters enabled.` It seems as if it's no...
closed
2022-12-19T22:58:51Z
2023-01-05T06:57:56Z
https://github.com/thp/urlwatch/issues/740
[]
notDavid
5
unit8co/darts
data-science
1,882
[BUG] Error while importing forecasting model
**Describe the bug** When I try to import models from Darts like this : from darts.models import NaiveSeasonal from darts.models import KalmanForecaster from darts.models import StatsForecastAutoCES from darts.models import StatsForecastAutoETS I get the folloing error : TypeError: Descriptors cannot not ...
closed
2023-07-06T17:09:50Z
2023-08-07T14:55:58Z
https://github.com/unit8co/darts/issues/1882
[ "bug", "devops" ]
Jonathan-87
2
google-research/bert
nlp
412
How to extract the word embedding parameters from the pretrained files?
Hi there, can anyone give some tips on extracting the word embedding parameters from the pretrained files?
open
2019-02-01T17:27:15Z
2019-02-19T07:17:07Z
https://github.com/google-research/bert/issues/412
[]
dzhao123
3
plotly/dash-component-boilerplate
dash
146
upgrade to webpack 5
I think it would be good to update all the packages used in webpack as a lot of the packages are still using a version of node that will exit lts.
closed
2022-06-16T15:58:33Z
2023-05-31T13:30:40Z
https://github.com/plotly/dash-component-boilerplate/issues/146
[]
Brandontam29
3
Farama-Foundation/Gymnasium
api
855
[Question] Why was `FuncEnv.state_info()` renamed to `FuncEnv.initial_info()`?
### Question In https://github.com/Farama-Foundation/Gymnasium/pull/818/ `state_info` was renamed to `initial_info` with no explanation, what was the reason? I suggest that this change be reversed, as you have state info in each step for some environments. @RedTachyon Thanks
closed
2023-12-22T11:00:28Z
2023-12-25T20:55:08Z
https://github.com/Farama-Foundation/Gymnasium/issues/855
[ "help wanted", "question" ]
Kallinteris-Andreas
1
QuivrHQ/quivr
api
3,559
AttributeError: type object 'LLMEndpoint' has no attribute '_cache'
Sentry Issue: [PYTHON-FASTAPI-1A4](https://quivr-brain.sentry.io/issues/6250899282/?referrer=Linear) ``` AttributeError: type object 'LLMEndpoint' has no attribute '_cache' File "quivr_api/modules/rag_service/rag_service.py", line 293, in generate_answer_stream brain_core = await self.build_brain_core(retrieval_...
closed
2025-01-27T14:40:43Z
2025-01-27T14:48:43Z
https://github.com/QuivrHQ/quivr/issues/3559
[ "bug" ]
linear[bot]
1
roboflow/supervision
deep-learning
807
[Detections] - make `from_ultralytics` extract class names from result
### Description ultralytics result stores a dict allowing `class_id` to be mapped to `class_name`. You can find it in `result.names`. Perform such a mapping by converting `class_id` values into class names and storing it in the output `Detections.data["class_names"]`. For references a similar mapping has already bee...
closed
2024-01-29T13:54:25Z
2024-01-31T07:30:34Z
https://github.com/roboflow/supervision/issues/807
[ "enhancement", "good first issue", "api:detection", "Q1.2024" ]
SkalskiP
0
PablocFonseca/streamlit-aggrid
streamlit
277
How to implement quickfilter after enable_quicksearch is deprecated?
Pretty much what the title says. The official AG Grid documentation says to use the setGridOption api to enable quickfilter. How can we implement that in the st_aggrid library in Python? Or maybe override it? Any help is appreciated. In the meantime, I am using agTextColumnFilter. Official Documentation: https...
open
2024-06-06T07:09:35Z
2024-07-19T09:42:24Z
https://github.com/PablocFonseca/streamlit-aggrid/issues/277
[]
DuelistRaj
2
scikit-tda/kepler-mapper
data-visualization
166
JOSS Review Suggested Edits
Review in openjournals/joss-reviews#1315 by @ixjlyons suggested a few minor fixes along with #164 and #165. # JOSS Paper: - [x] Typo in the paper, second paragraph: "We also an provide extensive..." -> "We also provide an extensive..." - [x] I think there may be some missing DOIs in the references. # KM imple...
closed
2019-04-06T04:03:47Z
2019-11-26T01:33:52Z
https://github.com/scikit-tda/kepler-mapper/issues/166
[ "good first issue" ]
sauln
0
ultralytics/ultralytics
deep-learning
18,862
Image size
### 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 Hello, I have 1280*720 data, I train yolov11, and convert it to an onnx mode...
open
2025-01-24T09:15:32Z
2025-01-25T04:35:48Z
https://github.com/ultralytics/ultralytics/issues/18862
[ "question", "exports" ]
Wihui1
4
qubvel-org/segmentation_models.pytorch
computer-vision
770
Upgrade to PyTorch 2.0
Hi, PyTorch 2.0 has been released a couple of month ago, is there a roadmap to upgrade and migrate to it? Any thoughts about it in general?
closed
2023-05-30T21:10:23Z
2023-08-08T01:52:21Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/770
[ "Stale" ]
merryHunter
3
kaliiiiiiiiii/Selenium-Driverless
web-scraping
240
Bug: minimize_window function maximizes the window instead of minimizing it
https://github.com/kaliiiiiiiiii/Selenium-Driverless/blob/348b95dbb0025d1343fc3c6ade3540129269ae37/src/selenium_driverless/webdriver.py#L978 **Expected Behavior:** The function should minimize the browser window. **Actual Behavior:** The function maximizes the browser window. Found the workaround, set_window_s...
closed
2024-06-09T02:31:35Z
2024-06-09T06:32:46Z
https://github.com/kaliiiiiiiiii/Selenium-Driverless/issues/240
[ "bug", "duplicate" ]
supritobiswas
1
opengeos/leafmap
jupyter
525
Add palette customisation of cog layers
<!-- Please search existing issues to avoid creating duplicates. --> ### Description Allow palette customisation of cog layers Palette is currently stretched to min/max of data Could use the vmin and vmax arguments to set the palette min/max Below the rendered version was output from QGIS with the palette va...
closed
2023-08-28T22:32:58Z
2023-08-29T01:26:38Z
https://github.com/opengeos/leafmap/issues/525
[ "Feature Request" ]
Chris-airseed
3
vllm-project/vllm
pytorch
14,404
[Bug]: RuntimeError: CUDA error: an illegal memory access was encountered cos_sin = self.cos_sin_cache[torch.add(positions, offsets)
### Your current environment <details> <summary>The output of `python collect_env.py`</summary> INFO 03-07 04:33:32 [__init__.py:207] Automatically detected platform cuda. Collecting environment information... PyTorch version: 2.5.1+cu124 Is debug build: False CUDA used to build PyTorch: 12.4 ROCM used to build PyTor...
open
2025-03-07T04:26:52Z
2025-03-07T04:30:56Z
https://github.com/vllm-project/vllm/issues/14404
[ "bug" ]
sunjianxide
0
ymcui/Chinese-BERT-wwm
tensorflow
77
Do you have plans to release Chinese ALBERT model?
Thanks for the great work of Chinese roberta-large, do you have plans to release ALBERT models? Looking forward to it!
closed
2019-11-19T08:18:32Z
2019-11-21T01:40:09Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/77
[]
cmxcn
3
InstaPy/InstaPy
automation
6,042
Unfollow users w/o avatar and/or number of posts less than N
<!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht --> <!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki --> ## Expected Behavior Unfollow users according to some filters ## Current Behavior Unfollowing by list ##...
closed
2021-01-19T11:43:01Z
2021-01-19T11:46:43Z
https://github.com/InstaPy/InstaPy/issues/6042
[]
m0rtal
1
horovod/horovod
machine-learning
3,888
Does horovod handle the problem of each process has different batch num?
### Discussed in https://github.com/horovod/horovod/discussions/3887 <div type='discussions-op-text'> <sup>Originally posted by **formath** April 14, 2023</sup> ``` is_chief = (hvd.rank() == 0) # model train_iterator = data_reader.iterator( batch_size=100, ...
closed
2023-04-15T14:53:22Z
2023-04-21T14:20:48Z
https://github.com/horovod/horovod/issues/3888
[]
formath
0
pallets/flask
python
5,430
@app.errorhandler() cannot be used in blueprint when debug=False
I want to customize an error type in Flask, and then use `@app.errorhandler()` in the main program to capture it. Then, I define a function raise_error to actively throw this exception. When `debug=True` is enabled at runtime, both the main and blueprint routes can be used normally in the interface function. However, w...
closed
2024-03-05T03:13:48Z
2024-03-05T03:54:33Z
https://github.com/pallets/flask/issues/5430
[]
mengshun2022
0
Gerapy/Gerapy
django
83
scrapy 爬虫部署到主机时发生setting文件读取错误
一个写好的scrapy项目,通过图形界面部署到gerapy主机时,部署失败,后台的错误日志如下, 不知道是什么原因. { message: 'scrapyd_api.exceptions.ScrapydResponseError: Traceback (most recent call last):\\n File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main\\n "__main__", fname, loader, pkg_name)\\n File "/usr/lib/python2.7/runpy.py", line 72, ...
closed
2018-09-20T07:53:46Z
2018-09-22T04:48:40Z
https://github.com/Gerapy/Gerapy/issues/83
[]
FRANDAVID
4