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
wkentaro/labelme
deep-learning
1,021
When changing the label value with label edit, the program crashes.
app.py (1171 row) item = self.uniqLabelList.findItemsByLabel(label)[0] there is out of range error. add code.. good working. def _get_rgb_by_label(self, label): if self._config["shape_color"] == "auto": if not self.uniqLabelList.findItemsByLabel(label): item = QtWidgets.QListWidgetI...
closed
2022-05-20T09:09:10Z
2022-09-26T13:35:54Z
https://github.com/wkentaro/labelme/issues/1021
[ "issue::bug", "priority: high" ]
sangwoo89
1
feature-engine/feature_engine
scikit-learn
493
Ignore NaNs before using `OrdinalEncoder`
*Is your feature request related to a problem?* `OrdinalEncoder` should accept nulls. Sometimes you don't want to impute directly but using Imputing Options of XGBoost, LightGBM or CatBoost. Because of the constraints of always Impute before this is currently not possible. *Describe the solution you'd like* I like...
closed
2022-08-06T02:31:08Z
2023-01-14T11:22:45Z
https://github.com/feature-engine/feature_engine/issues/493
[ "urgent", "priority" ]
datacubeR
6
seleniumbase/SeleniumBase
pytest
3,602
LocalStorage variable deleted after refreshing page
Hello, Michael. Why does local storage variable, which i've set via set_local_storage_item, after refreshing page is deleted? ``` with SB( uc=True, browser="chrome", locale="ru", position="0,0", agen...
closed
2025-03-11T14:19:29Z
2025-03-12T06:34:54Z
https://github.com/seleniumbase/SeleniumBase/issues/3602
[ "question", "UC Mode / CDP Mode" ]
leesache
1
microsoft/nni
data-science
5,218
I am very new to NNI can you please provide a MS NNI + Pytorch Lightning example for HPO
**Describe the issue**: I am very new to NNI can you please provide a MS NNI + Pytorch Lightning example for HPO **Environment**: - NNI version: - Training service (local|remote|pai|aml|etc): - Client OS: - Server OS (for remote mode only): - Python version: - PyTorch/TensorFlow version: - Is conda/virtual...
open
2022-11-10T18:58:02Z
2022-11-24T01:23:03Z
https://github.com/microsoft/nni/issues/5218
[ "feature request" ]
sathishkumark27
0
OFA-Sys/Chinese-CLIP
computer-vision
20
import cn_clip出错UnicodeDecodeError: 'gbk' codec can't decode byte 0x81 in position 1564: illegal multibyte sequence
import cn_clip.clip as clip 发生异常: UnicodeDecodeError Traceback (most recent call last): File "D:\develop\anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "D:\develop\anaconda3\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "c:\Users\saizong\.vs...
closed
2022-11-28T08:07:28Z
2022-12-13T11:37:28Z
https://github.com/OFA-Sys/Chinese-CLIP/issues/20
[]
bigmarten
13
allenai/allennlp
data-science
5,164
How can i add a new subcommand?
I'm writing a transfer learning(domain adaptation) method in Allennlp, so I created a trainer by myself, and I wanted to write a new command( for example mytrain or mypredict) to begin the training and predict process. How can I use the command: allennlp mytrain xxx.jsonnet --including-package xxx --serialization-d...
closed
2021-04-28T13:34:03Z
2021-05-06T02:58:18Z
https://github.com/allenai/allennlp/issues/5164
[]
ding00
4
hack4impact/flask-base
sqlalchemy
202
Docker file for deployment
I am using this as a part of a larger project and found we need to deploy it with docker, I'm working on this now, and will open a pull request with the patch, I'll try to make it asap.
closed
2020-05-29T17:26:32Z
2020-06-05T04:26:39Z
https://github.com/hack4impact/flask-base/issues/202
[]
MohammedRashad
1
openapi-generators/openapi-python-client
fastapi
351
Support non-file fields in Multipart requests
**Is your feature request related to a problem? Please describe.** Given this schema for a POST request: ``` { "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "properties": { "file": { "type": "string", ...
closed
2021-03-19T17:08:08Z
2021-03-22T20:25:52Z
https://github.com/openapi-generators/openapi-python-client/issues/351
[ "✨ enhancement" ]
csymeonides-mf
1
ultralytics/ultralytics
computer-vision
18,748
yolo11 cls train error
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug from ultralytics import YOLO # Load a model model = YOLO("yolo11n-cls.yaml") # build a new model f...
closed
2025-01-18T08:18:08Z
2025-02-23T05:04:40Z
https://github.com/ultralytics/ultralytics/issues/18748
[ "classify" ]
xinsuinizhuan
4
adamerose/PandasGUI
pandas
3
MultiIndex names are not shown
When showing a DataFrame with a MultiIndex the index columns in the gui are all labeled None even though the index labels have names.
closed
2019-06-16T02:14:46Z
2019-06-17T18:50:07Z
https://github.com/adamerose/PandasGUI/issues/3
[ "bug" ]
selasley
3
deepspeedai/DeepSpeed
deep-learning
6,634
[BUG] Deepspeed MoE Multi-GPU Expert-Parallel Training/Inference freezes when a process finishes generation first.
**Describe the bug** I am using expert-parallel MoE implementation of Deepspeed-MoE for decoder model inference using Huggingface Trainer. During inference, if the generation lengths of the evaluation dataset distributed among the GPUs do not match, one of the GPUs will finish the decoding inference for its batch, whi...
closed
2024-10-17T05:53:47Z
2024-11-01T21:18:16Z
https://github.com/deepspeedai/DeepSpeed/issues/6634
[ "bug", "training" ]
taehyunzzz
1
mirumee/ariadne
api
359
Cannot import name 'GraphQLNamedType'
I am using version 0.11.0 of ariadne with FastAPI (0.54.1). When I launch the server, I have a systematic error of which here is the stack. ``` uvicorn app.main:app --reload INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [7818] Process SpawnProce...
closed
2020-04-18T07:39:17Z
2020-04-18T08:06:39Z
https://github.com/mirumee/ariadne/issues/359
[]
wkup
1
coqui-ai/TTS
python
2,905
[Bug] Documentation for Simple Usage Not Working
### Describe the bug Hi, I was attempting to setup and run TTS locally on my Macbook this morning, and I ran into what seems like a documentation issue. The README gives the following example for a single speaker ([link](https://github.com/coqui-ai/TTS#running-a-single-speaker-model)): ```python # Init TTS with th...
closed
2023-08-30T13:55:47Z
2023-09-04T10:55:06Z
https://github.com/coqui-ai/TTS/issues/2905
[ "bug" ]
jeremyblalock
2
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
102
视频ID获取失败
![image](https://user-images.githubusercontent.com/76581611/201521253-3481a148-d48d-4683-b360-15a2dab4a965.png) __最初由 @kk20180123 在 https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/101#issuecomment-1312716925 发布__
closed
2022-11-13T20:00:09Z
2022-11-14T09:53:46Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/102
[ "BUG", "Fixed" ]
Evil0ctal
6
microsoft/qlib
machine-learning
1,058
How can I do incremental training?
## ❓ Questions and Help I found a solution how to save and load models. But I can't find a solution how to do incremental training with it. Is there any example or documents to refer? I think online_srv example is close to the solution. But, there is only first_train in the example
closed
2022-04-15T15:45:24Z
2022-05-16T06:11:35Z
https://github.com/microsoft/qlib/issues/1058
[ "question" ]
heury
2
plotly/dash
jupyter
3,236
Dash 3 not properly rendering initially hidden plotly figures
**Describe the bug** If more than 1 plots are created into a `Div` (which is initially hidden) and subsequently updated and shown, then the width of some of the plots is not correctly set. If using `responsive=True`, resizing the browser window fixes the behaviour. This appeared in Dash 3 and it was not present in Das...
open
2025-03-24T12:28:36Z
2025-03-24T15:01:26Z
https://github.com/plotly/dash/issues/3236
[ "regression", "bug", "P1" ]
guidocioni
0
kochlisGit/ProphitBet-Soccer-Bets-Predictor
seaborn
83
NSButton: 0x7fe573a48080
Hello, I have successfully completed the installation, but I'm getting the following error and encountering the issue shown in the screenshot. How can I fix this? 024-04-15 23:28:53.160 python[10142:131011] Warning: Expected min height of view: (<NSButton: 0x7fe573a48080>) to be less than or equal to 30 but got a he...
open
2024-04-15T20:42:06Z
2024-04-16T07:01:08Z
https://github.com/kochlisGit/ProphitBet-Soccer-Bets-Predictor/issues/83
[]
omerkymcu
3
labmlai/annotated_deep_learning_paper_implementations
deep-learning
283
How to run model on multiple GPUs?
Hi, I am trying diffusion model. SOLVED
closed
2025-02-14T05:17:25Z
2025-02-21T08:08:45Z
https://github.com/labmlai/annotated_deep_learning_paper_implementations/issues/283
[]
yuffon
0
axnsan12/drf-yasg
rest-api
314
How to wrapping with envelope?
I want to wrapping response value with `data` In my class view code like this. ``` class UserList(BaseAPIView): @swagger_auto_schema(responses={200: UserSerializer(many=True)}) def get(self, request: Request) -> Union[Response, NoReturn]: ``` And response is here -> `{'user_id': 'test', 'user_pw':'...
closed
2019-02-15T08:41:54Z
2021-03-25T23:31:53Z
https://github.com/axnsan12/drf-yasg/issues/314
[]
teamhide
5
keras-rl/keras-rl
tensorflow
287
DDPG with MultiInputProcessor not working
Hi, I have used MultiInputProcessor with DQN and it works fine. I am trying to use that feature to train an agent using DDPG. I have 3 inputs from my environment: Image, two 1D vectors of size (1,3) (called vec_1 and vec_2) My Actor-network is defined as: ``` actor = Model ( inputs = [image, vec_1, vec_2] , ...
open
2019-01-17T00:10:19Z
2019-01-18T17:15:57Z
https://github.com/keras-rl/keras-rl/issues/287
[]
srivatsankrishnan
6
ClimbsRocks/auto_ml
scikit-learn
148
ImportError: cannot import name Predictor
When importing using the example from the readme get the error in the title :-/
closed
2016-12-13T01:00:55Z
2016-12-14T23:47:05Z
https://github.com/ClimbsRocks/auto_ml/issues/148
[]
jeregrine
13
autogluon/autogluon
computer-vision
3,846
Documentation for test set size minus train set size > prediction length
### Describe the issue linked to the documentation Perhaps this can be included in the documentation because it is unclear how to have settings for timeseries forecasting where I want to predict 1 step ahead. The docs state to make the train_set and then the test_set = train_set + prediction_length. If the p...
open
2024-01-04T03:49:48Z
2024-06-27T17:36:12Z
https://github.com/autogluon/autogluon/issues/3846
[ "API & Doc", "module: timeseries" ]
esnvidia
0
widgetti/solara
flask
989
Feature Request: accept async functions in `on_kernel_start`
## Feature Request - [ ] The requested feature would break current behaviour - [x] I would be interested in opening a PR for this feature ### What problem would this feature solve? Please describe. For certain functionality that you might want to execute on kernel start, you need to call asynchronous functions. It wo...
open
2025-01-28T14:18:35Z
2025-01-28T14:38:43Z
https://github.com/widgetti/solara/issues/989
[ "enhancement" ]
iisakkirotko
0
gunthercox/ChatterBot
machine-learning
2,216
Maintainer Needed?
What's the state of maintenance for Chatterbot? It seems a number of important things are unresolved without comment, and there's been only a single doc fixing commit this year. It can often be quite reasonable to find new maintainers for projects by reaching out to PR contributors and fork owners. There are also ...
closed
2021-11-05T18:31:36Z
2025-02-25T22:47:50Z
https://github.com/gunthercox/ChatterBot/issues/2216
[]
xloem
8
vitalik/django-ninja
django
499
serialization without a view?
Please describe what you are trying to achieve I have some places in my code where I need to get at a JSON version of an object that aren't within the API. Is there some way to take advantage of the Schemas I've defined to convert? Please include code examples (like models code, schemes code, view function) to he...
closed
2022-07-06T18:22:25Z
2023-04-02T11:39:51Z
https://github.com/vitalik/django-ninja/issues/499
[]
cltrudeau
7
httpie/http-prompt
api
70
Feature proposal: saving current request setup under named alias
This is great package, thanks for sharing your work! As I've been using it couple of days I noticed that it's quite inconvenient, having to repeatedly change request settings every time I want to send different request. The option of saving current state of request would solve the problem. Given this output of `htt...
closed
2016-07-25T10:08:26Z
2016-09-18T06:44:03Z
https://github.com/httpie/http-prompt/issues/70
[ "enhancement" ]
fogine
17
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
41
About pytorch version
ssd_model.py line4:from torch.jit.annotations import Optional, List, Dict, Tuple, Module I just deleted “Optional” and run it directly under pytorch1.0. It seems like module Optional is useless......
closed
2020-07-31T08:38:35Z
2020-08-21T03:08:52Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/41
[]
Venquieu
1
babysor/MockingBird
deep-learning
598
protoc 跑不起来训练,_pb2.py in <module>到底哪个版本可以啊?
protoc 哪个版本能跑起来synthesizer_traina啊? 3.19.4 21.0.rc 21.1 都不行 还是一大堆_pb2.py file,in<module> traceback File "D:\MockingBird-main\synthesizer_train.py", line 2, in <module> from synthesizer.train import train File "D:\MockingBird-main\synthesizer\train.py", line 5, in <module> from torch.utils.tensorboa...
closed
2022-06-02T02:27:13Z
2022-06-11T07:22:47Z
https://github.com/babysor/MockingBird/issues/598
[]
kidwanttolearn
2
graphql-python/graphene
graphql
973
Graphene Django and Classes instead of models
I am using graphene on a django project. It's nice to have graphene-django since you can add the Meta class and set the model from django models. But what I want to do is return my own custom classes. What I have is a Profile class, I am using project without db, so this profile class has properties like name, emai...
closed
2019-05-23T02:02:25Z
2019-05-23T03:12:03Z
https://github.com/graphql-python/graphene/issues/973
[]
pmcarlos
0
RomelTorres/alpha_vantage
pandas
237
Alpha Vantage API return empty results [bug?]
Dear, The following query does not work anymore (returns an empty dictionary). Do you introduce some restrictions for Italian stocks? https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&outputsize=full&symbol=ENI.MI&apikey= Best Lorenzo
closed
2020-06-26T06:33:59Z
2020-06-26T16:14:20Z
https://github.com/RomelTorres/alpha_vantage/issues/237
[]
lorenzo-gabrielli
6
horovod/horovod
tensorflow
3,251
How to load a pre-trained model using horovod
**Environment:** 1. Framework: PyTorch 1.4 2. python version: horovod with ppytorch 3. Horovod version: latest version 4. MPI version: 4.0.3 5. CUDA version: cuda10.1 6. NCCL version: 2.5.6 7. Python version: python3.6 **Question** I can successfully train my model using horovod in a multi-machine-multi-car...
closed
2021-11-01T06:52:27Z
2021-11-02T12:34:25Z
https://github.com/horovod/horovod/issues/3251
[ "bug" ]
ForawardStar
0
vaexio/vaex
data-science
2,230
[BUG-REPORT] median_approx and percentile_approx return nan instead of actual value
**Description** When using `median_approx` or `percentile_approx` to calculate the median or a percentile of a (Vaex) data frame or one of its columns, they return `nan` instead of the actual value of the statistic. I'm not sure if this might be related to #1304. See for instance the behavior of the median approxim...
open
2022-10-14T16:24:15Z
2022-10-19T03:40:49Z
https://github.com/vaexio/vaex/issues/2230
[]
abianco88
17
AUTOMATIC1111/stable-diffusion-webui
pytorch
15,483
[Bug]: Loading an fp16 SDXL model fails on MPS when model loading RAM optimization is enabled
### Checklist - [ ] The issue exists after disabling all extensions - [ ] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [ ] The issue has not been reported ...
open
2024-04-11T05:57:42Z
2024-04-11T05:58:36Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15483
[ "bug-report" ]
akx
0
coleifer/sqlite-web
flask
37
Some safety features for remote DB access
I just needed a sqlite db browser for testing of my program on remote Linux server. Sqlite-web is the only I found. It is simple and useful. Thank you! What I'm missing it is **simple password protection** to access the database remotely. For example specifying password as parameter in the start command line wou...
closed
2018-02-14T23:57:43Z
2018-02-23T17:42:09Z
https://github.com/coleifer/sqlite-web/issues/37
[]
lunfardo314
6
JoeanAmier/TikTokDownloader
api
316
无法下载内容
版本 TikTokDownloader_V5.4_WIN ![image](https://github.com/user-attachments/assets/aa94a6c7-4cf8-4b59-bf6d-b4ca7f70b32b)
open
2024-10-18T16:18:00Z
2024-10-29T03:17:08Z
https://github.com/JoeanAmier/TikTokDownloader/issues/316
[]
ZX828
2
nerfstudio-project/nerfstudio
computer-vision
3,332
COLMAP crashed causing the machine to restart
**Describe the bug** When using nerfstudio to process image data, the computer will restart directly during the bundle adjustment stage. It doesn't happen when the number of pictures is small, but it does happen with a large number of pictures (around 400 pics, 4000*6000). **Hardware** GPU: 4090, 24G Mem: 126G S...
open
2024-07-25T09:18:33Z
2024-07-29T13:11:22Z
https://github.com/nerfstudio-project/nerfstudio/issues/3332
[]
YuhsiHu
2
biolab/orange3
pandas
6,881
Switch the language of orange3 interface to Chinese.
<!-- Thanks for taking the time to submit a feature request! For the best chance at our team considering your request, please answer the following questions to the best of your ability. --> **What's your use case?** <!-- In other words, what's your pain point? --> <!-- Is your request related to a problem, or ...
closed
2024-08-23T03:20:41Z
2024-11-17T01:47:50Z
https://github.com/biolab/orange3/issues/6881
[]
TonyEinstein
5
widgetti/solara
jupyter
619
"Page not found by Solara router" with the boilerplate package from `solara create portal `
I am considering using solara for a prototype/showcase app. Starting from the boilerplate from `solara create portal` seems not to work out of the box with the current version 1.32 I'll see if I can figure out a PR, but no promise - not my field. ## Repro info ```sh python --version # 3.9.13; debian linux cd...
closed
2024-04-29T07:59:59Z
2024-04-29T08:06:47Z
https://github.com/widgetti/solara/issues/619
[]
jmp75
1
gunthercox/ChatterBot
machine-learning
1,827
Converting chatterbot used py to exe
After converting a simple chatbot program (using chatterbot module) to exe i encountered thousands of module not found runtime error when i run the exe file.... I simply keep adding hidden imports while compiling to exe using pyinstaller but i am tired now as there are tons of hidden modules require i guess...... So is...
closed
2019-10-06T10:39:16Z
2020-06-20T17:32:17Z
https://github.com/gunthercox/ChatterBot/issues/1827
[ "answered" ]
ProPython007
2
marcomusy/vedo
numpy
1,085
Bug: Thumbnail slices part of mesh
``` import vedo import numpy as np mesh = vedo.Mesh("snare.stl") image_size=224 num_views = 16 sqrt_num_views = 4 images = [] for i in range(sqrt_num_views): for j in range(sqrt_num_views): image = mesh.thumbnail( size=(image_size, image_size), azimuth=360 * i / sqrt_...
closed
2024-04-05T01:26:17Z
2024-04-05T17:59:57Z
https://github.com/marcomusy/vedo/issues/1085
[ "bug", "fixed" ]
JeffreyWardman
1
ets-labs/python-dependency-injector
asyncio
262
Does the `from_ini` method of the Configuration provider always return a str even when the value is an int?
I just started working with the newest version of the dependency injector and I'm curious about the Configuration provider and its return types. Using `from_dict` seems to return the correct values and correct types of those values, e.g.: ```python config.from_dict( { 'section1': { 'opti...
closed
2020-07-08T08:59:22Z
2020-08-24T17:42:33Z
https://github.com/ets-labs/python-dependency-injector/issues/262
[ "question" ]
zborowa
2
itamarst/eliot
numpy
185
Test against newer version of Twisted
Probably 15.2.
closed
2015-07-24T20:26:50Z
2018-09-22T20:59:18Z
https://github.com/itamarst/eliot/issues/185
[]
itamarst
0
Netflix/metaflow
data-science
1,712
add __repr__ methods to Parameter
I think it would be useful to add __str__ and __repr__ methods to the Parameter class (https://github.com/Netflix/metaflow/blob/master/metaflow/parameters.py#L212) to improve understanding and debugging
closed
2024-02-02T17:02:10Z
2024-02-07T10:52:10Z
https://github.com/Netflix/metaflow/issues/1712
[]
raybellwaves
0
hack4impact/flask-base
sqlalchemy
53
Add auto-formatting to flask-base
From working on Go and working at Google (where most code is auto-formatted) I've noticed that there are immense benefits to auto-formatting code. 1. Code style and conformation to standards, like pep8, are ensured. 2. Writing code is faster. 3. Less cognitive load, it's one less thing to worry about. 4. No arguments a...
closed
2016-08-21T05:02:41Z
2016-08-28T22:44:07Z
https://github.com/hack4impact/flask-base/issues/53
[]
sandlerben
3
ansible/awx
django
15,581
awx.awx.role module failed to assign role to teams when using "lookup_organization" parameter
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand that AWX is open source software provide...
closed
2024-10-11T23:23:38Z
2025-03-12T17:33:45Z
https://github.com/ansible/awx/issues/15581
[ "type:bug", "component:awx_collection", "needs_triage" ]
ecchong
1
davidsandberg/facenet
computer-vision
626
align_dataset_mtcnn.py too slow
I followed the instructions in https://github.com/davidsandberg/facenet/wiki/Classifier-training-of-inception-resnet-v1 and ran python src/align/align_dataset_mtcnn.py ~/datasets/casia/CASIA-maxpy-clean/ ~/datasets/casia/casia_maxpy_mtcnnpy_182 --image_size 182 --margin 44. It's working but seems to be very slow. Th...
closed
2018-01-23T08:26:23Z
2018-01-23T09:55:22Z
https://github.com/davidsandberg/facenet/issues/626
[]
eurus-yu
1
stanfordnlp/stanza
nlp
479
Connecting to remote CoreNLP server
closed
2020-10-06T04:53:40Z
2020-10-10T17:28:20Z
https://github.com/stanfordnlp/stanza/issues/479
[ "question" ]
ronkow
8
pytorch/vision
computer-vision
8,297
Allow empty class folders in ImageFolder
Follow up to https://github.com/pytorch/vision/issues/4925 and as summarized in https://github.com/pytorch/vision/issues/4925#issuecomment-1976785097, we need to allow empty class folders in ImageFolder i.e. we need a way for users to bypass this error: https://github.com/pytorch/vision/blob/c8c3839cb9b0fc52885cafa4...
closed
2024-03-05T10:30:55Z
2024-03-13T13:29:44Z
https://github.com/pytorch/vision/issues/8297
[ "enhancement", "module: datasets" ]
NicolasHug
0
tfranzel/drf-spectacular
rest-api
473
How can I disable schema for patch requests across all APIs
Currently I'm using this on all my viewsets: ``` @extend_schema_view( partial_update=extend_schema(exclude=True), ) class MyViewSet(...): ... ``` Any better suggestions?
closed
2021-07-31T05:12:42Z
2021-08-01T08:40:09Z
https://github.com/tfranzel/drf-spectacular/issues/473
[]
tiholic
2
pallets/quart
asyncio
37
http2_push example hangs when using nghttp
I was trying to verify the http2_push example by using nghttp. The example does seem to work fine from a browser (Chrome or Firefox). Repro: > $ QUART_APP=http2_push:app quart run > Running on https://127.0.0.1:5000 (CTRL + C to quit) > [2018-12-19 14:44:13,507] ASGI Framework Lifespan error, continuing without ...
closed
2018-12-19T22:49:49Z
2022-07-06T00:24:01Z
https://github.com/pallets/quart/issues/37
[]
jonozzz
4
pallets/flask
flask
4,425
flask app timeout urgent issue
Dears, Hope all is well. I have an application, my app build based on the flask, my issue is as follows, after sending 1000 to 3000 requests per minute to my flask app the flask going down (no response ) kindly keep in your mind that my issue is not a resource issue because my memory percentage is less than 2...
closed
2022-01-20T12:29:16Z
2022-01-20T12:30:35Z
https://github.com/pallets/flask/issues/4425
[]
themeswordpress
1
polakowo/vectorbt
data-visualization
165
Is there a way to change the start date in portfolio.stats() ?
Hi guys, I have a doubt, is there a way to change the start date in portfolio.stats() ? I'm backtesting a portfolio optimization model using a rolling window to rebalance the portfolio monthly, but when I use portfolio.stats(), the days consider the initial period (about 5 years) where the portfolio is only cash. I ...
closed
2021-06-12T07:05:41Z
2021-06-13T05:25:28Z
https://github.com/polakowo/vectorbt/issues/165
[]
dcajasn
2
encode/apistar
api
68
API Mocking
Once we've got the schemas fully in place we'd like to be able to run a mock API purely based on the function annotations, so that users can start up a mock API even before they've implemented any functionality. We'd want to use randomised output that fits the given schema constraints, as well as validating any inpu...
open
2017-04-20T13:50:35Z
2017-08-17T11:38:46Z
https://github.com/encode/apistar/issues/68
[ "Baseline feature" ]
tomchristie
2
pyeve/eve
flask
769
GeoJson types limited to 2 fields
Quoting from the [GeoJSON specification](http://geojson.org/geojson-spec.html#geojson-objects): > The GeoJSON object may have any number of members (name/value pairs) Using one of the GeoJson types in Eve schemas I cannot add additional fields besides "types" and "coordinates". For istance the following GeoJSON is va...
closed
2015-11-24T16:10:28Z
2018-05-18T18:19:37Z
https://github.com/pyeve/eve/issues/769
[ "stale" ]
mion00
1
slackapi/python-slack-sdk
asyncio
903
ActionsBlock elements are not parsed
### Description In ActionsBlock __init__, elements are simplie copied. [Exact bug place](https://github.com/slackapi/python-slack-sdk/blob/4e4524230ed41ef7cd9d637c52f4e86b1ffedad9/slack/web/classes/blocks.py#L241) For all other Blocks, similar elements are parsed into BlockElement [How it parsed for SectionBl...
closed
2020-12-23T12:07:14Z
2020-12-24T06:31:24Z
https://github.com/slackapi/python-slack-sdk/issues/903
[ "bug", "Version: 3x", "good first issue" ]
KharchenkoDmitriy
3
pyg-team/pytorch_geometric
deep-learning
9,310
ModuleNotFoundError: 'CuGraphSAGEConv' requires 'pylibcugraphops>=23.02'
### 😵 Describe the installation problem I am trying to run this code block: ``` import torch.nn.functional as F from torch_geometric.nn import CuGraphSAGEConv class CuGraphSAGE(torch.nn.Module): def __init__(self, in_channels, hidden_channels, out_channels, num_layers): super().__init__() ...
closed
2024-05-10T21:36:59Z
2024-07-22T00:36:21Z
https://github.com/pyg-team/pytorch_geometric/issues/9310
[ "installation" ]
d3netxer
2
microsoft/nni
data-science
4,756
Current support of Retiarii for TensorFlow
I am interesting in evaluating Retiarii for my particular use-case. Looking at the examples, and issues, it seems like currently only Pytorch is supported. However, I do see some mention of TensorFlow support to be introduced in the roadmap [V2.4](https://github.com/microsoft/nni/discussions/3744) My question is t...
closed
2022-04-12T13:34:33Z
2022-04-13T08:00:09Z
https://github.com/microsoft/nni/issues/4756
[]
Hrayo712
2
open-mmlab/mmdetection
pytorch
11,747
TypeError: __init__() got an unexpected keyword argument 'pretrained'
**Describe the bug** i try to run the following code: from mmseg.apis import init_model, inference_model, show_result_pyplot import mmcv from mmcv import imread import mmengine from mmengine.registry import init_default_scope import numpy as np from mmpose.apis import inference_topdown from mmpose.apis imp...
open
2024-05-28T15:37:41Z
2025-02-04T15:20:52Z
https://github.com/open-mmlab/mmdetection/issues/11747
[]
theaftaab
1
jupyterlab/jupyter-ai
jupyter
852
/export command uses name "Agent" for Jupyternaut's messages
When I use the `/export` command (see #658), the name used for Jupyternaut's messages is "Agent", not "Jupyternaut". If we let users change the default character's name, or create additional characters for AI assistance, this will be ambiguous. We should use the same character name in the chat panel and in exported fil...
closed
2024-06-21T16:40:00Z
2024-06-21T23:42:39Z
https://github.com/jupyterlab/jupyter-ai/issues/852
[ "bug", "scope:chat-ux" ]
JasonWeill
0
pyjanitor-devs/pyjanitor
pandas
731
Add an `also` method akin to Kotlins `also`
# Brief Description I would like to propose a new function `also` that takes a function with a single dataframe for input, runs the function on the chained dataframe, and returns the input dataframe. I would love to take a whack at implementing this if you're interested incorporating it into the library. As I'...
closed
2020-09-03T20:27:08Z
2020-09-10T23:51:56Z
https://github.com/pyjanitor-devs/pyjanitor/issues/731
[]
sauln
9
openapi-generators/openapi-python-client
fastapi
656
x-www-form-urlencoded in requestBody: no parameters generated
I am trying to generate a client for the following spec: ```yaml openapi: 3.0.3 info: title: Test version: 1.2.3 paths: /bar: post: summary: Do something requestBody: required: true content: application/x-www-form-urlencoded: schema: ...
closed
2022-08-19T09:24:29Z
2022-08-27T21:25:59Z
https://github.com/openapi-generators/openapi-python-client/issues/656
[]
supermihi
1
alyssaq/face_morpher
numpy
24
ImportError: No module named 'locator'
I tried using the project as a library. Python 3.5, OpenCV 3.3, Ubuntu 16.04 I have images in the `imgs` folder. Code- ``` (cv) ubuntu@ip:~/face_morpher_aslib$ cat fm.py import facemorpher facemorpher.averager(['imgs/trump.jpg', 'imgs/madara.jpg'], plot=True) ``` But, when I try to run the program, I end ...
closed
2017-08-23T10:47:29Z
2017-08-23T11:16:09Z
https://github.com/alyssaq/face_morpher/issues/24
[]
bozzmob
1
explosion/spaCy
data-science
13,710
Unable to finetune transformer based ner model after initial tuning
### Discussed in https://github.com/explosion/spaCy/discussions/13394 <div type='discussions-op-text'> <sup>Originally posted by **jlustgarten** March 23, 2024</sup> <!-- NOTE: For questions or install related issues, please open a Discussion instead. --> ## How to reproduce the behaviour Create a transforme...
open
2024-12-06T04:55:54Z
2024-12-06T04:55:54Z
https://github.com/explosion/spaCy/issues/13710
[]
jlustgarten
0
mljar/mercury
jupyter
210
YAML cell is not detected
I have setup a yamls cell (the first one) as RAW but the widgets on it are not shown. > title: PSFB dashboard > > author: xxx > description: yyyyyyyy > show-code: False > params: > primary_switch: > label: This is select label > input: select > value: Cześć > choices...
closed
2023-02-15T14:56:50Z
2023-02-16T14:43:28Z
https://github.com/mljar/mercury/issues/210
[]
mizamae
1
hbldh/bleak
asyncio
1,299
Add support for adapter selection in Windows
* bleak version: master * Python version: all * Operating System: Windows ### Description bluezdbus supports passing the adapter to use as parameter (e.g. https://github.com/hbldh/bleak/pull/524). Winrt doesn't. Would it be possible to add this support for Windows as well? Thanks!
closed
2023-05-04T13:54:29Z
2023-05-04T14:42:34Z
https://github.com/hbldh/bleak/issues/1299
[]
eranzim
1
vitalik/django-ninja
rest-api
884
[Feature request] simple way to generate error schema from validation error for models
**Is your feature request related to a problem? Please describe.** Generating schemas from model fields is super easy and a huge boon to productivity. However, on the other side of the happy path I have not had good luck finding a good pattern on how to map model errors into a schema. The best I've been able to do wou...
closed
2023-10-21T22:54:00Z
2023-10-22T20:24:16Z
https://github.com/vitalik/django-ninja/issues/884
[]
RileyMathews
2
scrapy/scrapy
python
6,118
Infinite request: producer-consumer scrapy
I am using redis achieve producer-consumer scrapy, as we can see in the code, if code get empty urls, It will fall into a loop, and if there are still running request tasks, then those request tasks will not be process. ```python class ExampleSpider(Spider): name = "ExampleSpider" @property def sta...
closed
2023-10-19T09:47:00Z
2023-10-19T10:25:36Z
https://github.com/scrapy/scrapy/issues/6118
[]
Yakuho
1
huggingface/transformers
nlp
36,384
Set non_blocking=True When moving data from the CPU to the GPU
### System Info No Need ### Who can help? _No response_ ### Information - [ ] The official example scripts - [x] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [x] My own task or dataset (give details below) ### Reproduction I used the ...
open
2025-02-25T03:31:37Z
2025-02-26T03:11:34Z
https://github.com/huggingface/transformers/issues/36384
[ "bug" ]
Hukongtao
3
oegedijk/explainerdashboard
dash
94
Can not handel stack models
I am trying to train and deploy a stack model but I get the following error! ```` ValueError: Parameter shap='gues'', but failed to to guess the type of shap explainer to use. Please explicitly pass a `shap` parameter to the explainer, e.g. shap='tree', shap='linear', etc. ```` Here is the code I used. ````...
closed
2021-03-03T01:55:42Z
2021-03-03T19:30:17Z
https://github.com/oegedijk/explainerdashboard/issues/94
[]
jkiani64
2
ymcui/Chinese-LLaMA-Alpaca
nlp
147
Resume损失与断点处差异较大
请问大家,断点续训时损失值的大小能接上吗,resume发现无论是load checkpoint还是最后保存的adapters_model.bin 损失值都接不上
closed
2023-04-13T03:04:37Z
2023-04-26T12:00:40Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/147
[ "stale" ]
xxr11
1
proplot-dev/proplot
data-visualization
145
Midpoint normalizer doesn't work well for data with large difference
### Description Midpoint normalizer doesn't work well for data with large difference. Zero value doesn't divide the colormap. ### Steps to reproduce ```python import proplot as plot import numpy as np state = np.random.RandomState(51423) data1 = (state.rand(20, 20) - 0.43).cumsum(axis=0) data2 = (state...
closed
2020-04-26T08:31:03Z
2020-05-10T08:25:55Z
https://github.com/proplot-dev/proplot/issues/145
[ "bug" ]
zxdawn
3
strawberry-graphql/strawberry
graphql
3,074
Strawberry trivia
<!--- Provide a general summary of the changes you want in the title above. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> I've been using strawberry at work for a few months now and can't get these silly things out of my mind. - Why is it called strawberry? - W...
open
2023-09-05T06:08:53Z
2025-03-20T15:56:21Z
https://github.com/strawberry-graphql/strawberry/issues/3074
[]
brunodantas
2
ultralytics/ultralytics
deep-learning
18,815
TensorBoard does not work properly in Docker
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Train ### Bug Training with docker images: ``` docker run -it --rm \ --ipc=host \ --gpus all \ -p 6006:6006 \ ultralytics/...
closed
2025-01-22T07:07:09Z
2025-01-22T08:44:41Z
https://github.com/ultralytics/ultralytics/issues/18815
[ "bug", "detect", "devops" ]
hexchip
6
autogluon/autogluon
scikit-learn
4,991
[Feature Request] Support Past Covariates in AutoGluon Time Series Models
## Description I would like to request support for incorporating past covariates in the training process of time series models within AutoGluon. This feature would enhance the flexibility and predictive power of time series models by allowing them to leverage additional historical information. - This proposal refers t...
open
2025-03-21T08:19:11Z
2025-03-21T08:25:33Z
https://github.com/autogluon/autogluon/issues/4991
[ "enhancement", "module: timeseries" ]
LiPingYen
0
netbox-community/netbox
django
18,572
Populate CORS_ORIGIN_WHITELIST documentation
### Change Type Addition ### Area Configuration ### Proposed Changes The [page](https://demo.netbox.dev/static/docs/configuration/security/) which describes CORS_ORIGIN_WHITELIST doesn’t define the value.
closed
2025-02-05T11:49:58Z
2025-02-05T13:11:17Z
https://github.com/netbox-community/netbox/issues/18572
[ "type: documentation" ]
mr1716
1
rthalley/dnspython
asyncio
754
resolve_address has wrong type
The type definition of resolve_address address is `def resolve_address(self, ipaddr: str, *args: Any, **kwargs: Optional[Dict]):`, but the real method has the signature `def resolve_address(ipaddr, *args, **kwargs):` --> the `self` parameter is wrong. Can you please have a look? I'm happy to open a PR
closed
2022-01-18T16:47:52Z
2022-01-18T17:18:32Z
https://github.com/rthalley/dnspython/issues/754
[ "Bug", "Fixed" ]
kasium
5
AntonOsika/gpt-engineer
python
547
Unable to use gpt-engineer with API from a free account with OpenAI
Hi, I am using a MacOS and a free OpenAI account. After following the readme and setting the API key, when I run the "gpt-engineer first_auto" command, I get the following info: ```openai:error_code=insufficient_quota error_message='You exceeded your current quota, please check your plan and billing details.' err...
closed
2023-07-20T06:26:29Z
2023-08-16T19:34:44Z
https://github.com/AntonOsika/gpt-engineer/issues/547
[]
AnkiBhatia
15
JaidedAI/EasyOCR
deep-learning
717
Help, a issues!
D:\ProgramData\Anaconda3\envs\pytorch\lib\site-packages\torchvision\io\image.py:13: UserWarning: Failed to load image Python extension: Could not find module 'D:\ProgramData\Anaconda3\envs\pytorch\Lib\site-packages\torchvision\image.pyd' (or one of its dependencies). Try using the full path with constructor syntax. ...
open
2022-05-03T13:02:58Z
2022-05-03T13:02:58Z
https://github.com/JaidedAI/EasyOCR/issues/717
[]
cobition
0
yeongpin/cursor-free-vip
automation
324
[讨论]: 使用自定义邮箱注册时出错
### Issue 检查清单 - [x] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。 - [x] 我确认自己需要的是提出问题并且讨论问题,而不是 Bug 反馈或需求建议。 - [x] 我已阅读 [Github Issues](https://github.com/yeongpin/cursor-free-vip/issues) 并搜索了现有的 [开放 Issue](https://github.com/yeongpin/cursor-free-vip/issues) 和 [已关闭 Issue](https://github.com/yeongpin/cursor-free-vip...
closed
2025-03-20T01:59:08Z
2025-03-20T03:46:20Z
https://github.com/yeongpin/cursor-free-vip/issues/324
[ "question" ]
mygithub424525
1
davidteather/TikTok-Api
api
841
[INSTALLATION] - requests.exceptions.ConnectionError
Describe the error I need to use VPN to login www.tiktok.com, but when i finished coding , displayed the below errors: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.tiktok.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object...
closed
2022-02-26T15:45:14Z
2023-08-08T22:20:22Z
https://github.com/davidteather/TikTok-Api/issues/841
[ "installation_help" ]
Jerrywangmax
2
ndleah/python-mini-project
data-visualization
262
Modularization for Caterpillar_Game
# Description With this implementation the actual game can be more easier to use it, diving the part of the code into two main files, the game mechanism and the user interface, doing this the code will be more flexibility and reusability, also with this we can have a better testing for the function of the game. ## ...
open
2024-05-15T07:41:29Z
2024-06-11T08:35:39Z
https://github.com/ndleah/python-mini-project/issues/262
[]
Gabriela20103967
0
ultralytics/ultralytics
pytorch
18,939
ONNX inference with GPU not working on NVIDIA ORIN
### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component _No response_ ### Bug Dear ultralytics team and community, I'm trying to run very simple inference on one image of yolov8...
open
2025-01-29T15:54:15Z
2025-02-03T09:30:54Z
https://github.com/ultralytics/ultralytics/issues/18939
[ "bug", "detect", "embedded", "exports" ]
xceccon
5
eamigo86/graphene-django-extras
graphql
177
Tried installing graphene-django-extras, but get errors about incompatibility
Hi, just tried to installed your library, but then I get this error : ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. django-graphql-jwt 0.3.0 requires graphql-core<3,>=2.1, but you have g...
open
2021-07-11T19:19:05Z
2021-08-26T06:48:17Z
https://github.com/eamigo86/graphene-django-extras/issues/177
[]
Instrumedley
3
gradio-app/gradio
data-science
10,141
Python version is not 3.10+ in devcontainer
- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** Since the CONTRIBUTING guide (https://github.com/gradio-app/gradio/blob/main/CONTRIBUTING.md) says that Python version 3.10+ is highly recommended, it would be nice to have the devc...
closed
2024-12-06T01:39:23Z
2024-12-08T04:52:58Z
https://github.com/gradio-app/gradio/issues/10141
[ "bug" ]
anirbanbasu
15
databricks/spark-sklearn
scikit-learn
32
Link pyspark docs in generated docs
Need to configure intersphinx
closed
2016-06-28T00:01:38Z
2018-12-08T20:01:33Z
https://github.com/databricks/spark-sklearn/issues/32
[]
vlad17
1
piskvorky/gensim
data-science
3,376
word2vec doesn't scale linearly with multi-cpu configuration ?
#### Problem description I've tried to use script from: https://github.com/RaRe-Technologies/gensim/releases/3.6.0 with varying number of cores (num_cores) and obtained following times: 8 -> 26 sec, 16 -> 17 sec, 24 -> 14.4 sec, 32 -> 15.9 sec, 48 -> 16 sec. So it doesn't scale linearly with number of cores and pea...
open
2022-08-09T06:20:56Z
2022-08-23T05:21:50Z
https://github.com/piskvorky/gensim/issues/3376
[]
mglowacki100
7
pallets/flask
flask
5,408
send_file doesn't work with objects
I had a file in an object of type io.BytesIO(), but when I put this object in a send_file made me the error that the parameter is incorrect. In the version 2 this work well but in the version 3.0.2 doesn't. Environment: - Python version: 3.10.12 - Flask version: 3.0.2
closed
2024-02-08T16:41:20Z
2024-02-23T00:05:36Z
https://github.com/pallets/flask/issues/5408
[]
AxelGarciaTello
1
waditu/tushare
pandas
1,494
LPR利率数据缺少
shibor_lpr接口获取的LPR数据只有截止2019年11月的 ID:265422
open
2021-01-17T12:23:31Z
2021-01-17T12:23:31Z
https://github.com/waditu/tushare/issues/1494
[]
EthanHsiung
0
gunthercox/ChatterBot
machine-learning
1,893
ListTrainer Import issue
I have already installed chatterbot and chatterbot corpus twice. Initially it was showing Import error for ChatBot which somehow resolved, but it started showing Import error for ListTrainer. Can someone please help me out here. I am using Linux This is the error being displayed Traceback (most recent call last)...
closed
2020-01-08T04:50:26Z
2025-03-24T12:12:47Z
https://github.com/gunthercox/ChatterBot/issues/1893
[]
anantshahi
1
httpie/cli
api
681
Fix Travis / tests
https://travis-ci.org/jakubroztocil/httpie/jobs/385658131#L598-L616
closed
2018-05-30T12:15:43Z
2018-06-09T10:13:59Z
https://github.com/httpie/cli/issues/681
[ "help wanted" ]
jkbrzt
3
ResidentMario/geoplot
matplotlib
237
webmap() + polyplot() does not seem to work
Hi there, first of all congrats on a great product. I'm trying to get `webmap()` to work in conjunction with `polyplot()` but can't seem to get the polys to show. Without `webmap()`, this works no problem: ``` ax = gplt.polyplot(gdf1, extent=extent, projection=gcrs.Mercator(), **kwargs) gplt.polyplot(gdf2, ax=a...
closed
2021-06-28T13:34:17Z
2021-07-03T21:50:29Z
https://github.com/ResidentMario/geoplot/issues/237
[]
gregorhd
3
iperov/DeepFaceLab
machine-learning
850
Error when I click on graph icon on analysis page.
### Problem It is solved.
closed
2020-08-04T21:12:35Z
2020-08-04T21:48:39Z
https://github.com/iperov/DeepFaceLab/issues/850
[]
Xtendera
0
waditu/tushare
pandas
1,271
pro.dividend读出的002050.SZ股票的分红出现重复,还有其他的股票 没有都列出 [tushare id=13936436049]
ts_code end_date ann_date div_proc stk_div stk_bo_rate stk_co_rate cash_div cash_div_tax record_date ex_date pay_date div_listdate imp_ann_date 0 002050.SZ 20190630 20190830 预案 0 0 0 1 002050.SZ 20181231 20190403 实施 0.3 0.3 0.25 0.25 20190509 20190510 20190510 20190510 20190430 2 002050.SZ 20181231 20190403...
open
2020-01-31T03:48:37Z
2020-01-31T03:49:31Z
https://github.com/waditu/tushare/issues/1271
[]
smqhrb
0
django-cms/django-cms
django
7,985
[BUG] cms middleware defeats ASGI adaptation
## Description Django async support adapts synchronous middleware to an asynchronous middleware stack automagically. It does that by assuming it's synchronous and testing for async. Subclassing MiddlewareMixin makes that test positive. However, some cms middleware then overrides \_\_call\_\_, which django does no...
closed
2024-09-04T16:21:21Z
2024-10-06T16:27:11Z
https://github.com/django-cms/django-cms/issues/7985
[ "3.11" ]
jbazik
4
wkentaro/labelme
computer-vision
995
multiple labels output in different colors each time json file is converted to png
As you can see that after labeling the 3 classes they come out in different colors after extracting from the json file. i want each of them to be of distinct colors. Can you help? ![label](https://user-images.githubusercontent.com/81734615/155832597-226f720e-11a3-4847-bf50-44b95883e0a3.png) ![label](https://use...
closed
2022-02-26T06:39:53Z
2022-03-06T09:54:47Z
https://github.com/wkentaro/labelme/issues/995
[]
rexxar0105
1
PeterL1n/RobustVideoMatting
computer-vision
62
Questions on reproducing the results
Hi, Thanks for sharing this amazing work on video matting! I'm trying to reproduce the numbers in Table 1 of the paper and have some questions here: 1. In table 1, all the results are under training stage 1,2,3 and 4, right? I trained the model for stage 1,2,3 and got the results 12.16 / 3.08 (MAD/MSE) on VM whil...
closed
2021-10-01T22:34:48Z
2021-10-01T23:37:05Z
https://github.com/PeterL1n/RobustVideoMatting/issues/62
[]
chrisjuniorli
2
jumpserver/jumpserver
django
15,112
[Bug] 通过jumpserver登录dell idrac后无法打开服务器里的系统
### Product Version 4.8.0 ### 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
2025-03-24T08:49:10Z
2025-03-24T09:02:33Z
https://github.com/jumpserver/jumpserver/issues/15112
[ "🐛 Bug" ]
ryswork1993
1
PaddlePaddle/ERNIE
nlp
361
ernie是基于字训练还是基于词训练的啊
closed
2019-11-03T06:50:14Z
2020-05-28T09:53:04Z
https://github.com/PaddlePaddle/ERNIE/issues/361
[ "wontfix" ]
wxlduter
5
pykaldi/pykaldi
numpy
73
【Question】Get cuArray from pytorch or cupy
Can I convert `kaldi::cuArray` <-> any python CUDA-library such as `pytorch` or `cupy` directly without transferring to CPU? I'm interesting to glue `chain` with such framework.
closed
2019-01-09T02:12:08Z
2019-01-11T06:46:27Z
https://github.com/pykaldi/pykaldi/issues/73
[]
kamo-naoyuki
2
miguelgrinberg/Flask-SocketIO
flask
947
How many namespaces?
In my app i have a live table with 2 parts: the live table and also the system overload variable. Lets say i want to update the live table using the user room and the system overload making a broadcast to all users in namespace. Is it bad to have a namespace for every client ? lets say i plan to scale up to 200 300 ...
closed
2019-04-14T07:33:05Z
2019-04-21T21:38:40Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/947
[ "question" ]
valentin-ballester
7