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
pyppeteer/pyppeteer
automation
151
How to disguise browser fingerprint?
I didn't find any documentation about injecting JavaScript before the page loads. How to modify the fingerprint information of these browsers in the picture ![image](https://user-images.githubusercontent.com/28799892/87236752-7c7fc500-c41f-11ea-95b0-0376e2d70622.png)
closed
2020-07-12T01:14:20Z
2020-07-12T04:10:39Z
https://github.com/pyppeteer/pyppeteer/issues/151
[ "invalid" ]
xiaohuimc
1
allenai/allennlp
nlp
5,260
I think the implementation of bimpm_mathcing is wrong
<!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here. --...
closed
2021-06-15T02:41:30Z
2021-07-28T16:13:55Z
https://github.com/allenai/allennlp/issues/5260
[ "bug", "stale" ]
zhaowei-wang-nlp
6
healthchecks/healthchecks
django
1,006
Discord Webhook integration
Hello, thanks for healthchecks ! Would it be possible to get [Discord Webhook integration](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) ? There are simpler to set-up than the Discord App integration.
open
2024-05-25T16:12:58Z
2024-08-28T16:45:04Z
https://github.com/healthchecks/healthchecks/issues/1006
[ "good-first-issue" ]
r3mi
9
MaartenGr/BERTopic
nlp
1,109
`_preprocess_text` does not remove stop words
I tried to aggregate documents by topics using the following code: ``` # Aggregate documents by topics documents = pd.DataFrame({"Document": docs, "ID": range(len(docs)), "Topic": topics}) documents_per_topic = documents.groupby(['Topic'], as_index=False).agg({'Document': ' '.join}) cleaned_docs = topic_model._pre...
closed
2023-03-21T06:33:50Z
2023-03-21T10:06:31Z
https://github.com/MaartenGr/BERTopic/issues/1109
[]
zhimin-z
1
dmlc/gluon-cv
computer-vision
1,514
temporal segment network load increases on inference
I tried inferencing on a pretrained TSN model for Action recognition from Gluon zoo. On inferencing the first few frames the CPU consumption was lower, but it gradually increased on inferencing on later frames
closed
2020-11-11T05:31:07Z
2021-05-22T06:40:20Z
https://github.com/dmlc/gluon-cv/issues/1514
[ "Stale" ]
athulvingt
1
AntonOsika/gpt-engineer
python
896
pip metadata problem in 0.2.0? (downgrades install to 0.1.0)
## Expected Behavior Using `python -m pip install gpt-engineer` should install version 0.2.0 by now. ## Current Behavior pip seems to reject 0.2.0 (as the package metadata is "0.0.0"???) and installs 0.1.0 instead. ## Failure Information Running the below pip command shows a message: ``` Discardin...
closed
2023-12-11T15:57:10Z
2023-12-14T17:53:00Z
https://github.com/AntonOsika/gpt-engineer/issues/896
[ "bug", "triage" ]
IanRogers
2
kornia/kornia
computer-vision
2,173
Using images from tutorials is breaking in some places
## 📚 Documentation Using images from tutorials is crashing in some places - Face detection - https://kornia.readthedocs.io/en/latest/applications/face_detection.html ![image](https://user-images.githubusercontent.com/20444345/214157864-9cadf3af-aa0f-4c91-b1d1-a9aa337f106f.png) similar to https://github.com/...
open
2023-01-23T21:52:30Z
2023-01-24T16:08:43Z
https://github.com/kornia/kornia/issues/2173
[ "bug :bug:", "docs :books:" ]
johnnv1
3
pennersr/django-allauth
django
3,161
Changing primary key for user model causes No Reverse Match
Reverse for 'account_reset_password_from_key' with keyword arguments '{'uidb36': 'mgodhrawala402@gmail.com', 'key': 'bbz25w-9c6941d5cb69a49883f15bc8e076f504'}' not found. 1 pattern(s) tried: ['accounts/password/reset/key/(?P<uidb36>[0-9A-Za-z]+)-(?P<key>.+)/$']
closed
2022-09-19T00:18:17Z
2022-12-10T21:55:04Z
https://github.com/pennersr/django-allauth/issues/3161
[]
mustansirgodhrawala
1
plotly/dash
data-visualization
2,449
dcc.Upload doesn't support rendering of tif image files with html.Img
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.8.1 dash-canvas 0.1.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-tab...
open
2023-03-10T15:31:05Z
2024-08-13T14:29:22Z
https://github.com/plotly/dash/issues/2449
[ "bug", "P3" ]
matt-sd-watson
2
RobertCraigie/prisma-client-py
asyncio
351
Add foreign key constraint failed error
closed
2022-04-01T17:51:39Z
2022-04-30T04:07:06Z
https://github.com/RobertCraigie/prisma-client-py/issues/351
[ "kind/subtask" ]
RobertCraigie
0
google-deepmind/graph_nets
tensorflow
31
Pretrained Networks
closed
2018-12-01T06:38:10Z
2019-03-27T23:03:00Z
https://github.com/google-deepmind/graph_nets/issues/31
[]
ferreirafabio
0
jina-ai/serve
machine-learning
5,401
Wrong host ip it served really
**Describe the bug** I start a service ```python f = Flow(port=22456, host_in='127.0.0.1', host='127.0.0.1').add(uses=xxxx) with f: f.block() ``` And i use `neetstat -ant` ![image](https://user-images.githubusercontent.com/26429138/202343645-8bccec0d-5fbc-4766-8f05-c10e01587e61.png) It seems th...
closed
2022-11-17T02:56:57Z
2022-11-17T09:00:07Z
https://github.com/jina-ai/serve/issues/5401
[]
wqh17101
1
pytest-dev/pytest-mock
pytest
312
#note-about-usage-as-context-manager leads to no message
https://github.com/pytest-dev/pytest-mock/blob/35e2dca0ab5e0a0e1580359f7effd6ef99a7c8e6/src/pytest_mock/plugin.py#L212-L220 Leads to the now not-existing section of the README.rst: https://github.com/pytest-dev/pytest-mock/blob/4c3caaf2260f77ed10e855a20207023dded12c07/README.rst#L277-L315
closed
2022-09-09T10:25:48Z
2022-09-09T11:58:12Z
https://github.com/pytest-dev/pytest-mock/issues/312
[]
stdedos
1
ydataai/ydata-profiling
pandas
1,426
to_html ignores sensitive parameter and exposes data
### Current Behaviour In ydata-profile v4.5.0, `ProfileReport.to_html()` ignores the sensitive parameter and exposes data, similar to the bug reported in #1300. ### Expected Behaviour No sensitive data shown. ### Data Description A list of integers from 0 - 9, inclusive. ### Code that reproduces the bug ```Pytho...
open
2023-08-11T18:25:03Z
2023-08-24T15:38:41Z
https://github.com/ydataai/ydata-profiling/issues/1426
[ "information requested ❔" ]
ch-nickgustafson
1
piskvorky/gensim
nlp
3,184
Reduce duplication in word2vec.pyx source code
OK, we can deal with this separately. _Originally posted by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3169#discussion_r660297089_
open
2021-06-29T05:44:26Z
2021-06-29T05:44:42Z
https://github.com/piskvorky/gensim/issues/3184
[ "housekeeping" ]
mpenkov
0
HIT-SCIR/ltp
nlp
655
有必要再加上ltp.to("cuda")吗
加载模型的时候,看到初始化里面包含了判断是否有GPU ![image](https://github.com/HIT-SCIR/ltp/assets/40288288/9ee74554-f4a1-4944-942c-fcf046673706) 在文档里面也看到有类似的判断,那这个是有必要的吗 ![image](https://github.com/HIT-SCIR/ltp/assets/40288288/64fbf1f0-025c-46e2-b6b8-0acc5b9b132d)
closed
2023-06-30T02:35:46Z
2023-07-04T07:56:42Z
https://github.com/HIT-SCIR/ltp/issues/655
[]
liyanfu520
1
pydata/pandas-datareader
pandas
125
Treasury returns
To my knowledge, pandas-datareader does not support loading of US treasury returns from the federal reserve. These are implemented in zipline: https://github.com/quantopian/zipline/blob/master/zipline/data/treasuries.py Is there interest in adding these to `pandas-datareader`? What's the preferred style?
closed
2015-11-23T11:28:54Z
2018-01-18T17:27:50Z
https://github.com/pydata/pandas-datareader/issues/125
[]
twiecki
2
coqui-ai/TTS
python
2,884
[Bug] Sound too quick when synthesize one-word-speech like "hello"。
### Describe the bug hello,I want to synthesize some speech only have one word, like "Hello". I try the model named "tts_models/en/ek1/tacotron2". I got the wav file but it sound so quickly that can not hear the word clearly. Any method can solve it? ### To Reproduce tts --text "hello" --model_name tts_models/en/...
closed
2023-08-23T10:42:18Z
2023-08-26T20:29:32Z
https://github.com/coqui-ai/TTS/issues/2884
[ "bug" ]
travisCxy
2
PokeAPI/pokeapi
api
441
Egg Group Missing: Field
As described here: https://bulbapedia.bulbagarden.net/wiki/Egg_Group https://bulbapedia.bulbagarden.net/wiki/Field_(Egg_Group) The field group is missing (or does not seem to work.) Its other group name would be **ground** but that does not seem to work either. Ex. I've tried both **egg-group/field** ...
closed
2019-08-05T07:05:51Z
2019-08-06T15:26:02Z
https://github.com/PokeAPI/pokeapi/issues/441
[]
bausshf
3
Kitware/trame
data-visualization
623
Bug with exporting the plotter to an HTML file
I found a bug with exporting the plotter to an HTML file ```self.plotter.export_html()```. When I open it in a browser, it works normally. However, when I open trame in desktop mode (using this line ```sys.argv.append('--app')```), not only does the HTML file fail to export, but a strange dialog box also pops up....
closed
2024-10-28T10:02:28Z
2024-11-04T14:54:55Z
https://github.com/Kitware/trame/issues/623
[]
Brandon-Xu
2
jupyterhub/zero-to-jupyterhub-k8s
jupyter
2,995
Customizing jupyter docker image not working
<!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Bug description I tried creating a customized notebook using this link https://z2jh.jupyter.org/en/latest/jupyterhub/customizing/user-environment.html#customize-a...
closed
2023-01-10T09:22:32Z
2023-01-10T09:27:52Z
https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/2995
[ "support" ]
rafmacalaba
2
tpvasconcelos/ridgeplot
plotly
171
[DISCUSSION] Using `ridgeplot` for `sktime` and `skpro` distributional predictions?
For a while I have now been thinking about what a good plotting modality would be for fully distributional predictions, i.e., the output of `predict_proba` in `sktime` or `skpro`. The challnge is that you have a (marginal) distribution for each entry in a `pandas`-like table, which seems hard to visualize. I've expe...
closed
2024-01-31T02:36:32Z
2024-02-01T11:48:15Z
https://github.com/tpvasconcelos/ridgeplot/issues/171
[]
fkiraly
2
TencentARC/GFPGAN
pytorch
519
Image blending problem while caching the gfpgan model
I have created an API for Real-ESRGAN using FastAPI, and it is working properly for multiple user requests. However, when I am initially loading the models (Real-ESRGAN and GFPGAN) using lru_cache (functools) to decrease the inference time, I am encountering following two errors during execution. **1. Sometimes I ha...
open
2024-02-21T10:25:05Z
2024-03-15T08:04:52Z
https://github.com/TencentARC/GFPGAN/issues/519
[]
dummyuser-123
8
jeffknupp/sandman2
sqlalchemy
235
Is it possible to serialize the models/code that sandman2 generates?
My understanding is that `sandmanctl` generates SQLAlchemy models and Flask routes for my DB on the fly. Is it in any way possible to store the generated code so it can reviewed, put under version control etc?
open
2021-09-09T13:48:40Z
2021-09-09T13:48:40Z
https://github.com/jeffknupp/sandman2/issues/235
[]
arne-cl
0
PaddlePaddle/PaddleHub
nlp
2,164
向容器中的服务发送请求,报错:(External) CUDA error(3), initialization error.
报错信息: {"msg":"(External) CUDA error(3), initialization error. [Hint: 'cudaErrorInitializationError'. The API call failed because the CUDA driver and runtime could not be initialized. ] (at /paddle/paddle/phi/backends/gpu/cuda/cuda_info.cc:172) ","results":"","status":"101"} 欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡...
open
2022-12-05T09:46:47Z
2022-12-05T10:58:10Z
https://github.com/PaddlePaddle/PaddleHub/issues/2164
[]
what-is-perfect
2
qubvel-org/segmentation_models.pytorch
computer-vision
334
Is it possible to increase the U-Net context (input size different than the output size)?
Nowadays, most implementations have inputs of the same size as the outputs. However, the original U-Net has a 572x572 image as input and a 388x388 mask as output. I think this extra context is useful in many applications. Would it be possible to add this additional context in the segmentation_models.pytorch? Thanks...
closed
2021-01-23T21:52:25Z
2022-02-28T01:54:55Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/334
[ "Stale" ]
bpmsilva
2
PokeAPI/pokeapi
graphql
324
Asynchronous Python Wrapper?
I was deep into my project when I embarrassingly noticed that the pokeapi wrapper I used ([PokeBase](https://github.com/GregHilmes/pokebase) by Greg Hilmes) is not asynchronous. Now I have the issue that I am not particularly experienced in this field and the wrapper is already fairly deeply integrated into the proj...
closed
2018-03-01T21:06:31Z
2018-03-02T13:20:56Z
https://github.com/PokeAPI/pokeapi/issues/324
[]
AtomToast
1
Yorko/mlcourse.ai
seaborn
773
Proofread topic 9
- Fix issues - Fix typos - Correct the translation where needed - Add images where necessary
open
2024-08-25T07:53:55Z
2024-08-25T08:11:36Z
https://github.com/Yorko/mlcourse.ai/issues/773
[ "enhancement", "articles" ]
Yorko
0
matterport/Mask_RCNN
tensorflow
2,713
ValueError: operands could not be broadcast together with shapes (571,800,3) (300,506,3)
I was trying to remove the background and only include the the segmented object in my image but however only 1 image worked but the rest showing me this error. Any one has faced this issue? ![image](https://user-images.githubusercontent.com/67724089/138850353-36eef9b5-90cd-44cf-bc55-a05f0f3f0472.png)
closed
2021-10-26T09:25:58Z
2021-11-17T17:30:51Z
https://github.com/matterport/Mask_RCNN/issues/2713
[]
hcyeow
1
521xueweihan/HelloGitHub
python
2,200
【自荐】ACNumpad,为主键盘区添加数字小键盘
## 项目推荐 - 项目地址:[ACNumpad](https://github.com/AstronChen/ACNumpad) - 类别:AutoHotkey - 平台 Windows - 项目后续更新计划: - 增加自定义键位映射功能。 - 保持软件简洁。 - 项目描述: - 运行于后台,在主键盘区增加可随时开关的数字小键盘。 - 绿色,免费,简单,高效。 - 相对于其他同类软件,切换方式更顺手,快捷键冲突少。 - 解决以下问题: ①快速输入数字。 ②使用小键盘快捷键可大幅提升效率的应用。如几个著名的音视频制作软件。 ## 1. 安装...
closed
2022-05-12T12:28:50Z
2022-05-24T03:23:56Z
https://github.com/521xueweihan/HelloGitHub/issues/2200
[]
AstronChen
1
ageitgey/face_recognition
machine-learning
1,447
What is the image size sweet-spot?
I have been crawling the discussions here hoping to find any recommended sizes for training images. We are building an app that will capture multiple images of each person so we can control the input. The app will capture a full face and neck. So the face will occupy most of the image's available space. Can anyone...
closed
2022-09-18T14:51:05Z
2023-01-18T00:44:05Z
https://github.com/ageitgey/face_recognition/issues/1447
[]
julianadormon
5
zappa/Zappa
flask
1,179
How to add regions to existing deployment?
I'd like to either add select regions to an existing deployment or switch to deploying globally. Ideally the former but I don't know if it's possible. I've seen many articles/docs referencing the option in the `init` function for deploying globally, but I haven't seen anywhere what the zappa settings file should look l...
closed
2022-09-29T13:59:03Z
2024-04-13T20:13:02Z
https://github.com/zappa/Zappa/issues/1179
[ "documentation", "no-activity", "auto-closed" ]
davidgolden
6
adamerose/PandasGUI
pandas
213
Installing Pandasgui breaks opencv/matplotlib compatibility
Ubuntu 20.04.5 LTS To reproduce: Install matplotlib, and opencv, then install pandasgui. Note that you can no longer plot anything with matplotlib due to the following error: ``` QObject::moveToThread: Current thread (0x2c2de30) is not the object's thread (0x36f3050). Cannot move to target thread (0x2c2de30)...
open
2022-09-29T14:46:47Z
2022-09-29T14:46:47Z
https://github.com/adamerose/PandasGUI/issues/213
[ "bug" ]
ckyleda
0
widgetti/solara
fastapi
145
TypeError: set_parent() takes 3 positional arguments but 4 were given
When trying the First script example on the Quickstart of the docs, it works correctly when executed on Jupyter notebook, but it won't work as a script directly executed via solara executable. When doing: **solara run .\first_script.py** the server starts but then it keeps logging the following error: ERROR...
closed
2023-06-06T10:05:14Z
2023-07-28T09:55:25Z
https://github.com/widgetti/solara/issues/145
[ "bug" ]
jicastillow
5
tflearn/tflearn
data-science
338
Is it possible to change the tensor shape in the model define process
Hello, there, I want to define the data as ``` Input: Images:(NxM) x height x width x channel, label: N x L ``` Is that possible to change the shape of the tensor in the network definition such as ``` net = input_data(inputs, [-1, NxM, height, width, channel]) # inputs net = conv_2d(net, 32, 3) # co...
closed
2016-09-12T16:29:58Z
2016-09-15T16:00:46Z
https://github.com/tflearn/tflearn/issues/338
[]
ShownX
3
man-group/arctic
pandas
628
enum34 should be used via enum-compat for python 3.6+ compatibility
**enum34** (one of arctic's dependencies in [setup.py](https://github.com/manahl/arctic/blob/5ef7f322481fcee7a275e3b3708c6c3ecdab6304/setup.py#L83)) should be used via [enum-compat](https://pypi.org/project/enum-compat/0.0.2/) for **python 3.6+ compatibility** Please see: https://stackoverflow.com/questions/43124775...
closed
2018-09-20T14:53:30Z
2018-11-13T14:11:19Z
https://github.com/man-group/arctic/issues/628
[]
fersarr
1
graphql-python/graphene-sqlalchemy
graphql
337
Sorting not working
``` def int_timestamp(): return int(time.time()) class UserActivity(TimestampedModel, Base, DictModel): __tablename__ = 'user_activities' id = Column(Integer, primary_key=True) user_id = Column(Integer, ForeignKey("user.id", ondelete='SET NULL')) username = Column(String()) timestamp =...
closed
2022-04-27T16:53:47Z
2023-02-25T00:48:48Z
https://github.com/graphql-python/graphene-sqlalchemy/issues/337
[ "question" ]
kastolars
11
thunlp/OpenPrompt
nlp
282
请问反向传播训练PromptModel的原理是什么?
在README的示例中,prompt model是(template, plm, verbalizer)三元组,而template和verbalizer是Manual给定的,不会发生变化,那么Step 7: Train and inference 是怎么可能做到训练prompt model的呢?是会修改plm吗?
open
2023-06-18T16:47:35Z
2023-06-18T16:48:36Z
https://github.com/thunlp/OpenPrompt/issues/282
[]
2catycm
1
man-group/arctic
pandas
425
Metadata for Tickstore
Hi, I see from the documents that metadata can be saved in a VersionStore. However, I'm using TickStore and now I can only save metadata of each symbol in a seperate mongo library, which is very inconvenient. Is there a way to save metadata in a TickStore?
closed
2017-09-26T08:47:32Z
2017-12-03T23:25:14Z
https://github.com/man-group/arctic/issues/425
[]
SnowWalkerJ
3
PokemonGoF/PokemonGo-Bot
automation
5,716
UBUNTU 16
Hi, Have installed the bot on ubuntu 16.04 But i cant get the bot working. If i start the bot on the defualt config it just go to sleep in 2 seconds, when the sleep is done it just sleeps again. if i go with optimizer it stops at: 2016-09-27 20:59:14,676 [pokemongo_bot.health_record.bot_event] [INFO] Health check i...
closed
2016-09-27T18:59:59Z
2016-09-27T19:51:26Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/5716
[]
perpysling2
3
tqdm/tqdm
pandas
1,380
Unnecessary
- [ ] I have marked all applicable categories: + [ ] exception-raising bug + [ ] visual output bug - [ ] I have visited the [source website], and in particular read the [known issues] - [ ] I have searched through the [issue tracker] for duplicates - [ ] I have mentioned version numbers, operating syste...
closed
2022-10-07T03:33:55Z
2022-10-13T21:13:23Z
https://github.com/tqdm/tqdm/issues/1380
[ "invalid ⛔" ]
soheil
0
littlecodersh/ItChat
api
217
自动回复消息没有反应
我的版本是python3.5 这是chengxu程序进程 ![2017-01-27 15_42_15-_python 3 5 2 shell_](https://cloud.githubusercontent.com/assets/9779726/22363718/57b1f4ce-e4a7-11e6-9c9f-dc2e6044da0f.png) 源码在这里 ``` import itchat @itchat.msg_register(itchat.content.TEXT) def text_reply(msg): return msg['Text'] itchat.auto_login() ...
closed
2017-01-27T07:43:53Z
2017-02-02T14:51:14Z
https://github.com/littlecodersh/ItChat/issues/217
[ "question" ]
Ericxiaoshuang
1
aiortc/aiortc
asyncio
381
Ice connection state stuck in checking
Hi! I have been trying to work on handling frames from a wowza streaming server using python, i'm working since a while on this code and i cannot understand why my ice candidate still on checking state and i'm not receiving any frames or any feedback from server I'm look for a lot of examples on this repository ...
closed
2020-06-17T18:58:55Z
2021-08-05T12:38:58Z
https://github.com/aiortc/aiortc/issues/381
[ "invalid" ]
jcanabarro
8
plotly/dash
data-visualization
2,608
[BUG] adding restyleData to input causing legend selection to clear automatically
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip l...
closed
2023-08-01T04:39:47Z
2024-07-25T13:39:35Z
https://github.com/plotly/dash/issues/2608
[]
crossingchen
3
httpie/cli
python
1,388
No such file or directory: '~/.config/httpie/version_info.json'
## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps 1. do use `http` command, e.g. `http GET http://localhost:8004/consumers/test` ## Current result ```bash ❯ http GET http://localhost:8004/consumers/test HTTP...
closed
2022-05-06T06:38:24Z
2022-05-07T00:43:46Z
https://github.com/httpie/cli/issues/1388
[ "bug", "new" ]
nico-arianto
3
microsoft/unilm
nlp
1,501
Image decoder download for beitv3
**Describe** For my personal research, I would like to have the pre-training parameters for the BEiT3-base-indomain version of the decoder. Is there any place where I can download it?
open
2024-04-07T11:50:28Z
2024-04-07T11:50:28Z
https://github.com/microsoft/unilm/issues/1501
[]
YangSun22
0
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
322
Linked in
closed
2024-09-08T17:25:06Z
2024-09-08T22:31:12Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/322
[]
TheGeoHaze
1
ultralytics/ultralytics
machine-learning
19,669
minor bug critical bug in /examples/YOLOv8-ONNXRuntime /main.py
### Search before asking - [ ] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### Ultralytics YOLO Component Other ### Bug in line 184 `gain = min(self.input_height / self.img_height, self.input_width / self.img_height)` it should...
open
2025-03-13T01:15:49Z
2025-03-14T01:29:03Z
https://github.com/ultralytics/ultralytics/issues/19669
[ "bug", "exports" ]
FitzWang
2
hack4impact/flask-base
flask
183
Can't install postgresql
For some reason I can't install postgresql, obviously there's a missing resource but had anyone else has had this problem before? <img width="920" alt="screen shot 2019-02-26 at 6 29 28 pm" src="https://user-images.githubusercontent.com/13212319/53456553-80f73980-39f4-11e9-94cf-b32fce872b76.png">
closed
2019-02-27T00:31:45Z
2019-03-01T20:39:11Z
https://github.com/hack4impact/flask-base/issues/183
[]
JeanPierreFig
1
lepture/authlib
django
654
Algorithm confusion when verifying JSON Web Tokens with asymmetric public keys
# Issue description If the `algorithm` field is left unspecified when calling `jwt.decode`, the library will allow HMAC verification with ANY asymmetric public key. The library does no checks whatsoever to mitigate this. This applies to verification with the algorithms HS256, HS384, and HS512 in lieu of the asymmetr...
closed
2024-06-03T13:51:05Z
2024-06-10T16:40:33Z
https://github.com/lepture/authlib/issues/654
[ "bug" ]
milliesolem
5
paperless-ngx/paperless-ngx
django
9,304
[BUG] Server hang up when multiple consecutive requests
### Description Using API, I would like to delete an existing document and replace it with a new one, with the same name, First I verify that the document exists, then I delete it and finally I upload the document. I can do the getbyname of the document but immediately after, at the time of delete, the server respond...
closed
2025-03-05T16:44:04Z
2025-03-05T16:53:24Z
https://github.com/paperless-ngx/paperless-ngx/issues/9304
[ "not a bug" ]
clabnet
1
plotly/dash
jupyter
2,871
Address typing issues
#2841 addresses some longstanding issues with Python typing, and could be extended to add typing for methods as well.
closed
2024-05-29T19:22:05Z
2024-08-13T19:51:09Z
https://github.com/plotly/dash/issues/2871
[ "feature", "P3" ]
gvwilson
0
noirbizarre/flask-restplus
api
274
Having 'strict' fields when using JSON schema models
After creating an JSON Schema model and using it on api.expect(<schema_model>, strict=True). It would only allow fields that are on the schema model and throw error if other args are sent. Similar to "... parse_args() with strict=True ensures that an error is thrown if the request includes arguments your parser does n...
open
2017-04-13T23:16:00Z
2017-04-20T17:58:03Z
https://github.com/noirbizarre/flask-restplus/issues/274
[]
apires03
2
litestar-org/polyfactory
pydantic
466
Use defaults values from BaseModel in ModelFactory
### Summary I think it would be great if `ModelFactory` can use defaults values from `BaseModel` ### Basic Example For example I have class `AppSettings`, where I set `app_title` as APP_TITLE by default ``` from pydantic import BaseModel, Field from polyfactory.factories.pydantic_factory import ModelFactory AP...
closed
2023-12-20T09:13:31Z
2025-03-20T15:53:13Z
https://github.com/litestar-org/polyfactory/issues/466
[ "enhancement" ]
ShtykovaAA
4
JaidedAI/EasyOCR
pytorch
1,058
Can I get the result of negative number?
Hello I hope you are doing well. In my code, I cannot get the result of negative number. I didn't train my custom model. ``` import easyocr reader = easyocr.Reader(['en']) result = reader.readtext('directory') ``` Other characters are detected well(English characters and numbers), but only negative symbol ...
open
2023-06-20T08:27:59Z
2024-11-26T06:46:47Z
https://github.com/JaidedAI/EasyOCR/issues/1058
[]
chungminho1
1
plotly/dash
flask
3,094
Allow_duplicate=True Fails with More Than Two Duplicate Callbacks
## Bug Report: `allow_duplicate=True` Fails with More Than Two Duplicate Callbacks **Description:** The `allow_duplicate=True` parameter does not function correctly when there are more than two duplicate callbacks. **Reproducible Example:** The following examples demonstrate the issue: **Working Examples (Two Dupl...
closed
2024-11-26T12:01:25Z
2024-11-27T15:35:24Z
https://github.com/plotly/dash/issues/3094
[ "bug", "P2" ]
Kissabi
1
google-research/bert
tensorflow
1,191
Where is 'token_is_max_context' used in run_squad.py?
For input features, there is an attributre called `token_is_max_context` in `run_squad.py`. However, I don't find where it has been used apart from checking validity of an answer prediction. I would be grateful if you could provide with a description and how and where it is being used. Thanks, Gunjan
closed
2021-01-14T00:25:14Z
2021-01-21T16:03:07Z
https://github.com/google-research/bert/issues/1191
[]
gchhablani
1
MagicStack/asyncpg
asyncio
544
Serializing Connection/Pool/Record objects
I'm trying to use asyncpg in combination with Dask, but I'm running into the problem that Pool, Connection or asyncpg.Record objects cannot be serialized (pickled) to and from my workers. (I need to supply a Pool or Connection to a worker, and expect Record objects back) Any suggestions? Regards,
open
2020-03-19T15:38:45Z
2024-01-14T06:48:20Z
https://github.com/MagicStack/asyncpg/issues/544
[]
MennoNij
1
redis/redis-om-python
pydantic
646
redis-om 0.3.2 no longer supports pydantic<2
https://github.com/redis/redis-om-python/blob/c5068e561116d6d19e571aa336175de91311d695/pyproject.toml#L40 ```bash pip install "redis-om" "pydantic<2" ``` ```python from redis_om import JsonModel ``` ```python File.../site-packages/redis_om/__init__.py", line 4, in <module> from .model.migrations.mi...
closed
2024-08-07T16:42:04Z
2024-10-30T14:47:17Z
https://github.com/redis/redis-om-python/issues/646
[]
woutdenolf
5
jupyter/nbviewer
jupyter
758
Error 503 No healthy backends
Hi guys, Any idea why it's not possible to access https://nbviewer.jupyter.org/ Error 503 No healthy backends No healthy backends Guru Mediation: Details: cache-bos8234-BOS 1516977539 2493363251 Varnish cache server
closed
2018-01-26T14:39:46Z
2019-10-16T18:11:53Z
https://github.com/jupyter/nbviewer/issues/758
[ "tag:HackIllinois" ]
igorrates
5
jmcnamara/XlsxWriter
pandas
494
Modification to enable producing consistent binary output
I think it'd be very useful to have a way to make `xlsxwriter` produce identical binary result every time a workbook with identical contents is generated. Two scenarios I have personally in mind: - it would be useful to keep some slow-changing data in worksheets in version control without wasting space every time a...
closed
2018-03-28T19:10:05Z
2018-04-23T19:09:58Z
https://github.com/jmcnamara/XlsxWriter/issues/494
[ "feature request", "medium term" ]
ziembla
6
StackStorm/st2
automation
5,239
Benchmark and prototype compressing message bus payloads
Right now we send raw pickled object byte strings over message bus (yeah, pickling is not great and IIRC, there is like a 3-4 year old ticket to move from pickle to something else, but sadly that never materialized and it's not an easy change). In some scenarios such as when dispatching whole ExecutionDB and Trigger...
closed
2021-04-18T20:55:15Z
2021-04-22T11:05:50Z
https://github.com/StackStorm/st2/issues/5239
[ "performance", "rabbitmq" ]
Kami
1
unytics/bigfunctions
data-visualization
16
add "private preview" label for remote functions
closed
2022-12-06T22:54:45Z
2022-12-24T08:33:57Z
https://github.com/unytics/bigfunctions/issues/16
[ "website" ]
unytics
0
DistrictDataLabs/yellowbrick
scikit-learn
514
The Manifold visualizer doesn't work with 'tsne'
**Describe the bug** calling _fit_transform()_ on _Manifold_ object fails when using **'tsne'**. It seems that it is calling _transform()_ function which dosent exist on [sklearn.manifold.TSNE](http://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html) **To Reproduce** ``` from yellowbrick.fea...
closed
2018-07-20T15:22:19Z
2018-07-20T15:31:25Z
https://github.com/DistrictDataLabs/yellowbrick/issues/514
[]
imad24
2
newpanjing/simpleui
django
39
在 raw_id_fields的模式下,弹出选择清单后, 如果点搜索后, 会选择不了
在 raw_id_fields的模式下,弹出选择清单后, 如果点搜索后, 会选择不了, 直接会跑到编辑页面 发现在是在点搜索后页面刷新了, url之前的带&_popup=1, 刷新没有这个了 **重现步骤** 1. 采用raw_id_fields 2. 弹出选择框 3. 筛选一项, 后就无法选择要的项目 **环境** 1.操作系统: 2.python版本:3.6 3.django版本:2.1 4.simpleui版本:2.0 **其他描述**
closed
2019-05-16T10:37:24Z
2019-05-21T02:31:16Z
https://github.com/newpanjing/simpleui/issues/39
[ "bug" ]
JohnYan2017
2
3b1b/manim
python
1,389
First example command returns error (get_monitors)
### Describe the error I want to execute : manimgl example_scenes.py OpeningManimExample ### Code and Error **Code**: example_scenes.py **Error**: Warning: Using the default configuration file, which you can modify in d:\videos\manim\manimlib\default_config.yml If you want to create a local configur...
open
2021-02-14T16:14:40Z
2025-03-09T13:24:39Z
https://github.com/3b1b/manim/issues/1389
[]
ultravision3d
8
ray-project/ray
tensorflow
51,276
[core][gpu-objects] Support collective operations
### Description Support collective operations of GPU objects such as gather / scatter / all-reduce. ### Use case _No response_
open
2025-03-11T22:43:35Z
2025-03-11T22:43:51Z
https://github.com/ray-project/ray/issues/51276
[ "enhancement", "P2", "core", "gpu-objects" ]
kevin85421
0
lepture/authlib
flask
263
你好!用authlib做阿里钉钉的第三方登录功能的时候
今天做阿里钉钉的时候,, 钉钉的请求接口用的字段不是client_id而是appid字段, 这样的结果就是调用auth.dingding.authorize_redirect()生成的url中client_id在钉钉的接口中是无效的 我想寻求的帮助是。。如何把client_id变成appid
closed
2020-09-04T11:25:31Z
2020-09-17T07:24:24Z
https://github.com/lepture/authlib/issues/263
[]
kanhebei
1
sloria/TextBlob
nlp
151
Issue with .correct()
I'm just testing out TextBlob and in particular the spelling functionality. Perhaps I'm missing something, but the basic example of the .correct() method is returning an empty Texblob. (I'm using Python 2.7 in Jupyter Notebooks). Other Texblob functionality has worked as expected/demonstrated in docs. input: phras...
closed
2017-02-13T19:28:59Z
2017-03-20T21:22:21Z
https://github.com/sloria/TextBlob/issues/151
[]
nyborrobyn
2
graphdeco-inria/gaussian-splatting
computer-vision
1,176
SIBR_viewer cmake build fail
`cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release` I overcome some errors before this and it works well for now. but i can't handle this problem. is anyone can help me? after i command `cmake --build build -j24 --target install` i got ``` ~/gaussian-splatting/SIBR_viewers$ cmake --build build -j24 --target install [ 0%]...
open
2025-02-28T05:34:20Z
2025-02-28T05:36:39Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1176
[]
qkrwnsdn0427
0
scikit-learn/scikit-learn
data-science
30,449
duck typed estimators fail in check_estimator
### Describe the bug I believe these 5 lines, which check for specific types: https://github.com/scikit-learn/scikit-learn/blob/76ae0a539a0e87145c9f6fedcd7033494082fa17/sklearn/utils/estimator_checks.py#L4439-L4443 breaks the documentation in https://scikit-learn.org/stable/developers/develop.html#rolling-your-o...
closed
2024-12-10T00:43:08Z
2024-12-21T18:31:27Z
https://github.com/scikit-learn/scikit-learn/issues/30449
[ "Bug" ]
paulbkoch
8
AirtestProject/Airtest
automation
403
多线程配合多台手机运行脚本,运行中手机之间有冲突,并且报异常ValueError: generator already executing
**描述问题bug** 多线程配合多台手机运行脚本,运行中报异常ValueError: generator already executing ``` Traceback (most recent call last): File "D:\Users\tangzt\AppData\Local\Programs\Python\Python35\lib\site-packages\airtest\cli\runner.py", line 65, in runTest six.reraise(*sys.exc_info()) File "D:\Users\tangzt\AppData\Local\Progr...
closed
2019-05-14T07:05:36Z
2019-05-14T10:32:10Z
https://github.com/AirtestProject/Airtest/issues/403
[]
rossoneri520
3
pyg-team/pytorch_geometric
pytorch
8,774
It is hoped that the explanation class can add a function to output important results (list/dictionary /df).
### 🚀 The feature, motivation and pitch It is hoped that the explanation class can add a function to output important results (list/dictionary /df). Because now you can only output images through 'visualize_feature_importance' ### Alternatives _No response_ ### Additional context _No response_
open
2024-01-16T06:37:13Z
2024-01-18T10:24:04Z
https://github.com/pyg-team/pytorch_geometric/issues/8774
[ "feature" ]
lck-handsome
4
pydantic/pydantic-ai
pydantic
895
AssertionError: OpenAI requires `tool_call_id`
# Description Hi. I had run into an issue when switching models. Basically, I have implemented an API endpoint where I can change models. Where is what happened: - I started with `gemini-1.5-flash`, asking it what time is now, which would call my `now()` tool. - It runs without any problem returning the current datet...
open
2025-02-11T16:05:52Z
2025-02-27T12:42:16Z
https://github.com/pydantic/pydantic-ai/issues/895
[ "bug", "good first issue" ]
AlexEnrique
6
JaidedAI/EasyOCR
pytorch
1,340
Using CPU. Note: This module is much faster with a GPU.
Hi, It is bug or something wrong with my cpu why its giving me empty output? My Code: import cv2 import easyocr reader = easyocr.Reader(['en', 'hi'], gpu=False) image_path = r"yoboyS_20230522065533539_.jpg" image = cv2.imread(image_path) if image is None: print(f"Error: Could not read the i...
open
2024-11-30T16:36:48Z
2025-01-10T02:57:46Z
https://github.com/JaidedAI/EasyOCR/issues/1340
[]
parvinders347
2
graphql-python/graphql-core
graphql
12
Got invalid value wrong interpretation
Code in graphql-core https://github.com/graphql-python/graphql-core/blob/master/graphql/execution/values.py#L71-L76 Code in graphql-core-next: https://github.com/graphql-python/graphql-core-next/blob/master/graphql/execution/values.py#L96-L99 Graphql-core next leaks the inner Python representation of an object...
closed
2018-10-04T10:12:18Z
2018-10-22T18:17:10Z
https://github.com/graphql-python/graphql-core/issues/12
[]
syrusakbary
4
gevent/gevent
asyncio
1,721
Failure to build on Python 3.9.1 / Apple arm64
* gevent version: 20.9.0 * Python version: cPython 3.9.1 downloaded from python.org * Operating System: macOS 11.1 (on M1 arm64) ### Description: I have tried two ways to get a python project, which uses gevent, running on a new M1 macbook. The first way was to use this method https://stackoverflow.com/a/648...
closed
2020-12-16T22:47:28Z
2023-12-21T12:06:21Z
https://github.com/gevent/gevent/issues/1721
[ "Status: not gevent", "Type: Question" ]
anentropic
24
allenai/allennlp
data-science
5,009
@Registrable.register decorator hinders annotation-based suggestions in IDEs
I have a fix for your consideration that I'll open a PR for. <!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/q...
closed
2021-02-22T19:16:54Z
2021-02-24T01:37:29Z
https://github.com/allenai/allennlp/issues/5009
[ "bug" ]
willfrey
0
ultralytics/ultralytics
pytorch
19,413
first epochs val mAp when fine tune very low
### 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 im finetuning yolov11n object detection on my custom dataset. The first epoc...
closed
2025-02-25T04:01:55Z
2025-02-25T12:38:47Z
https://github.com/ultralytics/ultralytics/issues/19413
[ "question", "detect" ]
nisrinaam29
2
modelscope/modelscope
nlp
282
TP-Aligner语音时间戳预测 运行报错
OS: windows Python:python3.7 Package Version:pytorch=1.13.1、modelscope=1.5.0与funasr=0.4.1 Model:TP-Aligner语音时间戳预测-16k-离线 Command:模型中的范例 inference_pipeline = pipeline( task=Tasks.speech_timestamp, model='damo/speech_timestamp_prediction-v1-16k-offline',) rec_result = inference_pipeline( audio_in='https://isv-...
closed
2023-04-21T06:59:31Z
2023-05-28T02:00:59Z
https://github.com/modelscope/modelscope/issues/282
[ "Stale" ]
Axiaozhu1
2
cvat-ai/cvat
computer-vision
9,009
Task annotations/backup download fails in online version
### Actions before raising this issue - [x] I searched the existing issues and did not find anything similar. - [x] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce 1. Import .png images to a previously created project that used to work, as train or val subset 2. Annotate with box annota...
closed
2025-01-29T09:47:08Z
2025-01-30T05:13:36Z
https://github.com/cvat-ai/cvat/issues/9009
[ "bug" ]
boninale
10
timkpaine/lantern
plotly
161
bars dropped from legend
closed
2018-05-29T22:23:06Z
2018-09-19T04:25:12Z
https://github.com/timkpaine/lantern/issues/161
[ "bug", "matplotlib/seaborn" ]
timkpaine
1
explosion/spaCy
data-science
13,484
Can I retokenize at the start of a training pipeline?
I need to perform a lot of _retokenization_ before running a _training pipeline_, but from the doc I cannot understand if that is possible and, if yes, how to specify that in the config file. In https://github.com/explosion/spaCy/discussions/5921 , @svlandeg showed how to deal with a similar issue, in the case at hand...
open
2024-05-12T15:11:00Z
2024-05-15T11:04:49Z
https://github.com/explosion/spaCy/issues/13484
[ "feat / tokenizer" ]
gtoffoli
0
dsdanielpark/Bard-API
nlp
289
Reflection on the Bard API Project
# Thank you for loving Bard API Your support means a lot! ## 1. Appreciation for Contributors Before reflecting on the project, I want to express my gratitude to all the contributors. Especially, a big thank you to [Antonio Cheang](https://github.com/acheong08), and to everyone who enriched the Bard API with m...
open
2024-03-11T02:54:05Z
2024-03-11T03:00:11Z
https://github.com/dsdanielpark/Bard-API/issues/289
[ "project ending credit" ]
dsdanielpark
0
PaddlePaddle/ERNIE
nlp
692
retrospective feed mechanism的开启机制
请问retrospective feed mechanism是根据repeat_input来判断是否开启吗? 那做文本分类任务时,是默认没有开启吗? 我试着改成TRUE,迭代了三次以后,效果并没有变好,请问是什么原因呢? 可能是我理解错了,期待您的回答,谢谢
closed
2021-06-02T09:52:19Z
2021-08-08T10:33:46Z
https://github.com/PaddlePaddle/ERNIE/issues/692
[ "wontfix" ]
zpp13
1
ets-labs/python-dependency-injector
flask
628
Error while overriding container with copy
Hello, I have an issue while overriding a base container with providers using new sub-dependencies: ``` from dependency_injector import containers, providers class SessionA: def __init__(self) -> None: print("init sessionA") class SessionB: def __init__(self, config) -> None: pri...
open
2022-10-03T17:04:18Z
2022-10-03T17:04:59Z
https://github.com/ets-labs/python-dependency-injector/issues/628
[]
giodall
0
ultralytics/ultralytics
machine-learning
18,925
OBB Model Prediction
### Search before asking - [x] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description To the best of my knowledge, currently YOLO OBB models ignore labels that are partially out of the image area and cannot predict such pred...
closed
2025-01-28T08:12:37Z
2025-02-11T23:54:53Z
https://github.com/ultralytics/ultralytics/issues/18925
[ "enhancement", "OBB" ]
oguz-hanoglu
4
ageitgey/face_recognition
python
1,161
Dlib install error must use the git to get latest vision
* face_recognition version:1.3 * Python version:3.8 * Operating System: ubuntu 20 ### Description When I install the dlib, it always failed and threw these errors. I have update de version to the latest and installed the python3.8-dev. > c++: fatal error: Killed signal terminated program cc1plus compilation...
closed
2020-06-17T10:07:05Z
2020-06-17T12:03:39Z
https://github.com/ageitgey/face_recognition/issues/1161
[]
Windyskys
1
CorentinJ/Real-Time-Voice-Cloning
pytorch
586
Compatibility with Pytorch 1.8 and CUDA 11
Hi, In order to take advantage of Nvidia Amper architecture, I was wondering how one could make the synthesizer andd vocoder training program use Pitorch 1.8 and CUDA 11. Any lead on the procedure to follow would be very helpfull. Thank you
closed
2020-11-02T17:42:47Z
2020-11-04T15:37:58Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/586
[]
rallandr
2
huggingface/datasets
computer-vision
6,771
Datasets FileNotFoundError when trying to generate examples.
### Discussed in https://github.com/huggingface/datasets/discussions/6768 <div type='discussions-op-text'> <sup>Originally posted by **RitchieP** April 1, 2024</sup> Currently, I have a dataset hosted on Huggingface with a custom script [here](https://huggingface.co/datasets/RitchieP/VerbaLex_voice). I'm loa...
closed
2024-04-02T10:24:57Z
2024-04-04T14:22:03Z
https://github.com/huggingface/datasets/issues/6771
[]
RitchieP
2
liangliangyy/DjangoBlog
django
443
搭建成功
感谢作者贡献, http://0kqs2do1op.52http.tech
closed
2021-01-28T06:21:17Z
2021-03-02T09:30:29Z
https://github.com/liangliangyy/DjangoBlog/issues/443
[]
echo0110
0
mirumee/ariadne-codegen
graphql
212
Future-proofing generated types
One of our teams at Mirumee would like to future-proof their generated client. They already know how the GraphQL API they are integrating with will change in future and would like the generated client to already target the future API, but include the backwards compat layer. Initial idea for solving this would be ...
open
2023-09-12T11:12:19Z
2023-09-12T11:12:19Z
https://github.com/mirumee/ariadne-codegen/issues/212
[ "decision needed" ]
rafalp
0
explosion/spaCy
data-science
13,076
LLM models in spaCy requiring OpenAI key
#The following code will throw the error (marked below) import spacy nlp = spacy.blank("en") #this next line throws the error below llm_ner = nlp.add_pipe("llm_ner") spaCy Error: C:\Program Files\Python311\Lib\site-packages\spacy_llm\models\rest\openai\model.py:25: UserWarning: Could not find the API key to a...
closed
2023-10-21T14:47:54Z
2023-10-23T09:31:16Z
https://github.com/explosion/spaCy/issues/13076
[ "feat/llm" ]
rshahrabani
1
gunthercox/ChatterBot
machine-learning
1,399
Request for new API under Storage class to list all conversations for a specific conversation id
Hi, I am looking for a new API under Storage class to list all conversations for a specific conversation id. I am not if that already exists. If not it will be helpful to have something like as shown below bot.storage.get_conversations(conversation_id),. where bot is an bot of a chatterbot class Thanks ...
closed
2018-09-13T13:34:41Z
2019-07-19T02:36:47Z
https://github.com/gunthercox/ChatterBot/issues/1399
[ "answered" ]
faraazc
4
microsoft/nni
deep-learning
5,427
Res2Net/Res2Next series models prune error with assert len(set(num_channels_list)) == 1
With models from [https://github.com/Res2Net/Res2Net-PretrainedModels](url) prune with FPGMPruner I got same error as : File "/usr/local/lib/python3.7/dist-packages/nni/compression/pytorch/speedup/compressor.py", line 518, in speedup_model fix_mask_conflict(self.masks, self.bound_model, self.dummy_input) F...
open
2023-03-08T07:19:31Z
2023-03-14T12:13:28Z
https://github.com/microsoft/nni/issues/5427
[]
moonlightian
2
Crinibus/scraper
web-scraping
8
Change soup.find_all(...)[0] to soup.find(...)
closed
2020-07-05T11:33:19Z
2020-07-05T21:54:41Z
https://github.com/Crinibus/scraper/issues/8
[]
Crinibus
0
babysor/MockingBird
pytorch
229
AttributeError: 'HParams' object has no attribute 'tts_schedule'
今天在训练过程中出现这个问题,请问是什么原因导致的呢 ![image](https://user-images.githubusercontent.com/58197813/142977076-a4239cff-7e1b-430e-9d69-fce616aeb9a0.png)
closed
2021-11-23T05:55:38Z
2021-11-23T10:57:25Z
https://github.com/babysor/MockingBird/issues/229
[]
ffffreeyu
1
LAION-AI/Open-Assistant
python
3,663
[Feature]: I want to add "please wait..." loading on continue with email button
I want to add loading "please wait..." on the "continue with email" button when it get disable for a few second when the user go on login page.
open
2023-08-20T09:36:45Z
2023-08-29T15:29:06Z
https://github.com/LAION-AI/Open-Assistant/issues/3663
[]
taqui-786
1
PaddlePaddle/ERNIE
nlp
337
可以提供命名实体识别的上线demo?
1)实体识别生成inference_model demo 2)实体识别在线预测demo
closed
2019-10-11T09:22:21Z
2020-05-28T10:52:46Z
https://github.com/PaddlePaddle/ERNIE/issues/337
[ "wontfix", "feature request" ]
nx04
2
nl8590687/ASRT_SpeechRecognition
tensorflow
131
识别速度怎么样?我这边需要高并发短语识别 3-5秒
识别速度怎么样?我这边需要高并发短语识别 3-5秒
closed
2019-07-23T09:42:43Z
2019-07-25T02:41:16Z
https://github.com/nl8590687/ASRT_SpeechRecognition/issues/131
[]
BadDeveloper2022
3