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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
nltk/nltk | nlp | 3,288 | Incomplete Language Support in NLTK for Open Multilingual WordNet | I've been using NLTK's interface to access the Open Multilingual WordNet (OMW). According to the WordNet website, OMW Version 1 links hand-created wordnets and automatically created wordnets for over 150 languages through the Princeton WordNet of English. However, when I check the available languages using NLTK, I only... | closed | 2024-07-18T11:47:11Z | 2024-08-13T06:27:20Z | https://github.com/nltk/nltk/issues/3288 | [] | zarkua | 1 |
yeongpin/cursor-free-vip | automation | 123 | ubuntu24.04 浏览器无法打开 | 🚀 开始注册流程...
🚀 正在打开浏览器...
发生错误:
浏览器连接失败。
地址: 127.0.0.1:27973
提示:
1、用户文件夹没有和已打开的浏览器冲突
2、如为无界面系统,请添加'--headless=new'启动参数
3、如果是Linux系统,尝试添加'--no-sandbox'启动参数
可使用ChromiumOptions设置端口和用户文件夹路径。
版本: 4.1.0.17
系统已经安装chrome最新版:版本 133.0.6943.141(正式版本) (64 位)
firefox最新版:135.0.1 (64 位)
但依然卡在打开浏览器上,应该咋办呢?过不去这关了 | closed | 2025-02-28T13:35:30Z | 2025-03-06T04:22:52Z | https://github.com/yeongpin/cursor-free-vip/issues/123 | [
"documentation"
] | Alfred1109 | 4 |
NullArray/AutoSploit | automation | 827 | Divided by zero exception97 | Error: Attempted to divide by zero.97 | closed | 2019-04-19T16:01:16Z | 2019-04-19T16:37:34Z | https://github.com/NullArray/AutoSploit/issues/827 | [] | AutosploitReporter | 0 |
biolab/orange3 | numpy | 6,948 | Group by - Mode of categorical variable is sometimes completely off | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2024-12-05T10:48:58Z | 2024-12-19T12:23:59Z | https://github.com/biolab/orange3/issues/6948 | [
"bug"
] | wvdvegte | 2 |
explosion/spaCy | data-science | 13,223 | Example from https://spacy.io/universe/project/neuralcoref doesn't work for polish | ## How to reproduce the behaviour
Example from https://spacy.io/universe/project/neuralcoref works with english models:
```python
import spacy
import neuralcoref
nlp = spacy.load('en')
neuralcoref.add_to_pipe(nlp)
doc1 = nlp('My sister has a dog. She loves him.')
print(doc1._.coref_clusters)
doc2 = nlp... | closed | 2024-01-08T10:42:48Z | 2024-01-08T15:10:48Z | https://github.com/explosion/spaCy/issues/13223 | [
"feat / coref"
] | Zydnar | 1 |
JaidedAI/EasyOCR | machine-learning | 559 | Is it possible to find the distance between two words for example how many spaces are between them? Decreasing the width_ths in detect method worked, but at some other places it is not working very well especially when there is a number and word together. E.g. test 80 is detected as one work, however test test are dete... | closed | 2021-10-01T14:53:47Z | 2021-10-06T08:34:35Z | https://github.com/JaidedAI/EasyOCR/issues/559 | [] | warraich-a | 1 | |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,518 | Help with Rectangular Images | I have rectangular images ( 350 x 700 ) that i am trying to train.
Understand from previous posts that i can include --preprocess crop to train it as such and include --preprocess none in my test set
however when i do this i get this issue RuntimeError: Sizes of tensors must match except in dimension 1 when i run t... | closed | 2022-12-09T09:12:34Z | 2022-12-09T14:44:32Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1518 | [] | taggyhan | 1 |
SciTools/cartopy | matplotlib | 1,603 | Clip data array to map extent before plotting | ### Feature Request
Most of my projects with cartopy involve plotting the same data on many different map domains/zooms. Often, when working with weather data, I'll open a large netcdf file (could be data for the entire globe), but I'm only interested in plotting the data for a few different map domains in North Ame... | closed | 2020-07-03T16:07:17Z | 2020-07-11T16:06:59Z | https://github.com/SciTools/cartopy/issues/1603 | [] | karlwx | 8 |
ultralytics/ultralytics | pytorch | 19,467 | feature request about resuming model training with epochs change | ### Scene
given trained model total 100 epochs done, then I want to resume training based on previous trained model and increasing/decreasing some epochs.
first 100 epochs:
```python
model = YOLO("yolo.pt")
results = model.train(
data="datasets/xxx.yaml",
save_period=2,
epochs=100,
)
```
then, resume tra... | closed | 2025-02-27T20:20:20Z | 2025-03-01T16:26:39Z | https://github.com/ultralytics/ultralytics/issues/19467 | [
"question"
] | yantaozhao | 2 |
tableau/server-client-python | rest-api | 719 | DatasourceItem does not have webpage_url attribute | According to the [documentation](https://tableau.github.io/server-client-python/docs/api-ref#data-sources), `DatasourceItem` has a `webpage_url` attribute. The corresponding [tableau server rest api docs](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm#query_data_source) also appears to return... | closed | 2020-11-03T19:59:56Z | 2020-11-09T23:59:03Z | https://github.com/tableau/server-client-python/issues/719 | [] | snazzyfox | 2 |
pytorch/vision | machine-learning | 8,823 | Setting `90.0+0.0j` and `[-90.0+0.0j, 90.0+0.0j]` to `degrees` argument of `RandomRotation()` gets the indirect error messages | ### 🐛 Describe the bug
Setting `90.0+0.0j` and `[-90.0+0.0j, 90.0+0.0j]` to `degrees` argument of [RandomRotation()](https://pytorch.org/vision/main/generated/torchvision.transforms.RandomRotation.html) gets the indirect error messages as shown below:
```python
from torchvision.transforms.v2 import RandomRotati... | closed | 2024-12-23T21:52:20Z | 2025-01-09T17:01:39Z | https://github.com/pytorch/vision/issues/8823 | [] | hyperkai | 1 |
recommenders-team/recommenders | machine-learning | 1,867 | [FEATURE] | ### Description
<!--- Describe your expected feature in detail -->
### Expected behavior with the suggested feature
<!--- For example: -->
<!--- *Adding algorithm xxx will help people understand more about xxx use case scenarios. -->
### Other Comments
| closed | 2022-12-06T14:06:02Z | 2023-06-30T06:00:20Z | https://github.com/recommenders-team/recommenders/issues/1867 | [
"enhancement"
] | Ragghack | 0 |
dask/dask | scikit-learn | 11,396 | Are there any workarounds for dask breaking altogether with higher amounts of load than what fits into a worker | Are there any workarounds for dask breaking altogether with higher amounts of load than what fits into a worker.
Despite there being partitions the finalize step runs the entire thing on a single worker which renders the distributed mnature of things pointless here.
This causes the finalize step to fail in _apply_tra... | closed | 2024-09-18T19:41:36Z | 2024-11-07T19:00:08Z | https://github.com/dask/dask/issues/11396 | [
"needs triage"
] | Cognitus-Stuti | 4 |
CorentinJ/Real-Time-Voice-Cloning | tensorflow | 507 | Tensorflow 2.x implementation of synthesizer | As said in the issue « pytorch synthesizer », i’m trying to retrain a synthesizer in tensorflow 2.x (the model is inspired from NVIDIA’s pytorch implementation and is available on my github)
Actually i made some tests and have some results (see below for results, tests and future experience).
## Data and hardwar... | closed | 2020-08-24T11:34:01Z | 2021-10-29T19:08:28Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/507 | [] | Ananas120 | 47 |
serengil/deepface | deep-learning | 639 | running at least one task for all available models in unit tests | [Unit tests](https://github.com/serengil/deepface/blob/master/tests/unit_tests.py) must perform at least on function of verify and represent for all available models. In that way, we can find the early bug before a release. | closed | 2023-01-27T11:57:48Z | 2023-02-01T19:03:34Z | https://github.com/serengil/deepface/issues/639 | [
"enhancement"
] | serengil | 1 |
moshi4/pyCirclize | data-visualization | 70 | Problem with the .gbk parser | Hello, I am having the same issue as https://github.com/moshi4/pyCirclize/issues/33#top
however this is about the gbk file. My gbk have different contigs of different size but only the 1st contig is considered and plotted.
furthermore, the legends are not written as specified with the handles.
could you please h... | closed | 2024-05-23T19:12:00Z | 2024-05-24T00:02:31Z | https://github.com/moshi4/pyCirclize/issues/70 | [
"question"
] | DioufMouss0 | 3 |
python-visualization/folium | data-visualization | 1,949 | Geocoder plugin not working in Google Chrome | **Describe the bug**
Hello! Recently I've noted that the Geocoder plugin isn't working in Google Chrome when you use Chrome to open a saved Folium html file. I've noticed the plugin is working in Microsoft Edge, just not Chrome. In Google Chrome, the Geocoder search bar appears but anything you search in it will in... | closed | 2024-05-14T15:54:40Z | 2024-06-18T18:52:30Z | https://github.com/python-visualization/folium/issues/1949 | [] | joeyoey17 | 3 |
dropbox/PyHive | sqlalchemy | 477 | missing tag for >=v0.6.4 | Where are these missing tags?...

| open | 2024-06-20T02:06:33Z | 2024-06-20T02:06:33Z | https://github.com/dropbox/PyHive/issues/477 | [] | fbpcchen | 0 |
graphql-python/graphql-core | graphql | 142 | Improve performance of async execution | When executing a query against a schema that contains async resolvers, then the executor method creates some overhead by defining and calling async functions (`async def async_...` inside methods in `execute.py`).
We should check whether pre-defining these functions or static methods of the ExecutionContext could re... | open | 2021-10-14T09:03:56Z | 2021-12-28T23:48:00Z | https://github.com/graphql-python/graphql-core/issues/142 | [
"help wanted",
"optimization",
"investigate"
] | Cito | 6 |
521xueweihan/HelloGitHub | python | 2,875 | 【开源自荐】IntelliConnect:首个基于 LLM 的 Agent智能体物联网平台 🌟 | IntelliConnect基于 LLM 的 Agent智能体物联网平台内核,它使用了Agent智能体和物模型的抽象设计,使得使用者仅需要稍作定义即可以使得接入的硬件获得AI能力的赋能。
## 主要功能
1. 配备物模型(属性,功能和事件模块)和完善的监控模块
2. 支持多种大模型和先进的Agent智能体技术提供出色的AI智能,可以快速搭建智能物联网应用
3. 支持多种iot协议,使用emqx exhook作为mqtt通讯,可扩展性强
4. 支持OTA空中升级技术
5. 支持微信小程序和微信服务号
6. 使用常见的mysql和redis数据库,上手简单
7. 支持时序数据库influxdb
#... | open | 2024-12-30T08:46:45Z | 2024-12-30T08:46:45Z | https://github.com/521xueweihan/HelloGitHub/issues/2875 | [] | ruanrongman | 0 |
nalepae/pandarallel | pandas | 230 | Memory and parallelism tuning | (1)It seems that memory issues cannot be solved when there is a large amount of data.
(2)If the parallelism is 20, the original data will be copied in 20 copies?
(3)How can I solve the coordination relationship between memory and CPU to set the optimal parameters,please? | open | 2023-04-14T08:56:20Z | 2024-04-27T10:21:36Z | https://github.com/nalepae/pandarallel/issues/230 | [] | jamessmith123456 | 4 |
graphistry/pygraphistry | pandas | 323 | [BUG] layout_tree demo uses non-standard APIs | **Describe the bug**
Demo `demos/more_examples/graphistry_features/layout_tree.ipynb` uses non-standard data loaders and renderers instead of Graphistry's, so it's quite surprising and misleading.
| open | 2022-03-24T04:10:28Z | 2022-03-24T04:10:28Z | https://github.com/graphistry/pygraphistry/issues/323 | [
"bug",
"docs"
] | lmeyerov | 0 |
piskvorky/gensim | nlp | 3,200 | Complete triage of PRs for version 4.1.0 | Gentlemen, there are 6 in-progress PRs that I initially marked for inclusion into the 4.1.0 release [here](https://github.com/RaRe-Technologies/gensim/projects/9).
I propose that we deal with them after the release, as they do not appear to be critical, and need not hold back the release. Can you please have a look ... | closed | 2021-07-22T12:27:58Z | 2021-07-23T07:46:51Z | https://github.com/piskvorky/gensim/issues/3200 | [
"housekeeping"
] | mpenkov | 4 |
raphaelvallat/pingouin | pandas | 221 | Omega Reliability | Thanks for the library.
I think this is one of the first to have something related to reliability in python. In contraposition with R which has many and in particular psych.
I was wondering if there are plans to incorporate [McDonald's Omega](https://personality-project.org/r/psych/HowTo/omega.tutorial/omega.html) fu... | closed | 2022-01-01T18:39:14Z | 2024-09-03T09:51:04Z | https://github.com/raphaelvallat/pingouin/issues/221 | [
"feature request :construction:"
] | rafaelvalero | 1 |
marimo-team/marimo | data-science | 3,888 | Custom Anywidget updates in Jupyter but not in Marimo | ### Describe the bug
### Describe the bug
Hi, I have a simple anywidget [here](https://github.com/habemus-papadum/anydiff) that shows the diff of two code snippets using codemirror 6. I have a [jupyter notebook](https://github.com/habemus-papadum/anydiff/blob/main/src/anydiff/demo.ipynb) that shows the widget updati... | closed | 2025-02-23T20:37:13Z | 2025-02-25T15:17:42Z | https://github.com/marimo-team/marimo/issues/3888 | [
"bug"
] | habemus-papadum | 2 |
pytest-dev/pytest-flask | pytest | 95 | Rendering Templates with Jinja 2 Does Not Work | Hi,
First of all thank you for your great library, I really appreciate your effort.
I am having an issue with testing a function which calls Flask's `render_template` function. Whenever executing the command `pytest` the error shown below is thrown.
```python
def test_generate_notebook_for_experiment():
... | closed | 2019-04-25T19:09:27Z | 2020-10-04T23:36:07Z | https://github.com/pytest-dev/pytest-flask/issues/95 | [
"question"
] | agentS | 1 |
WZMIAOMIAO/deep-learning-for-image-processing | pytorch | 749 | yolov3_spp train模型运行的时候报错TypeError: 'numpy._DTypeMeta' object is not subscriptable | 哥哥们知道是怎么回事吗 | open | 2023-08-14T16:10:42Z | 2023-08-14T16:10:42Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/749 | [] | pastrami06 | 0 |
sanic-org/sanic | asyncio | 2,242 | Blueprint exceptions are sometimes handled by other blueprint's exception handlers | **Describe the bug**
Exceptions thrown from within one blueprint are sometimes handled by the exception handler of another, unrelated blueprint instead of by its own. I have not had time to check whether this happens all the time or only if specific conditions are met, but I have attached a code snippet with which the... | closed | 2021-09-17T10:47:30Z | 2021-09-29T10:47:31Z | https://github.com/sanic-org/sanic/issues/2242 | [] | prryplatypus | 2 |
elliotgao2/toapi | flask | 56 | Expose wsgi inteface for gunicorn or uwsgi. | closed | 2017-12-13T01:20:05Z | 2017-12-13T03:44:20Z | https://github.com/elliotgao2/toapi/issues/56 | [] | elliotgao2 | 0 | |
openapi-generators/openapi-python-client | rest-api | 773 | generated client doesn't support proxies | **Is your feature request related to a problem? Please describe.**
The generated client is nice - clean, ergonomic, and lean - but it doesn't provide the full ability to pass arguments through to `httpx`. In the case I care about right now, I need to pass a proxy configuration to it (and I need to do so in code, I c... | closed | 2023-06-27T02:09:34Z | 2023-07-23T19:38:28Z | https://github.com/openapi-generators/openapi-python-client/issues/773 | [
"✨ enhancement"
] | leifwalsh | 3 |
microsoft/nlp-recipes | nlp | 128 | [Example] Question Answering - BiDAF | closed | 2019-06-25T15:09:13Z | 2019-07-05T14:48:01Z | https://github.com/microsoft/nlp-recipes/issues/128 | [
"example"
] | saidbleik | 0 | |
autokey/autokey | automation | 473 | engine.create_phrase() does not enable the phrase. | ## Classification:
The engine.create_phrase function does not operate as expected, while it does create the phrase it does not "activate" the phrase to the point where it would immediately start working
## Reproducibility:
*Always*
## Version
AutoKey version: current development version
Used GUI (Gtk, Qt,... | closed | 2020-11-17T16:48:32Z | 2023-04-26T09:05:25Z | https://github.com/autokey/autokey/issues/473 | [
"invalid"
] | sebastiansam55 | 3 |
numpy/numpy | numpy | 28,187 | DOC: Duplication of Fortran compiler installation instructions | ### Issue with current documentation:
Currently there are two places in the documentation which talks about installing a Fortran compiler on Windows:
- The [building from source page](https://numpy.org/doc/stable/building/index.html)
- The [F2PY and Windows page](https://numpy.org/doc/stable/f2py/windows/index.html)
A... | open | 2025-01-19T15:41:04Z | 2025-01-19T15:41:12Z | https://github.com/numpy/numpy/issues/28187 | [
"04 - Documentation"
] | HaoZeke | 0 |
2noise/ChatTTS | python | 841 | 无法合成数字 | 我在合成电话号码相关的文本时候碰到数字无法合成的问题。具体代码如下:
chat = Chat()
chat.load()
text = "我的电话号码是1234567889“
waveform = chat.infer(text)
此时合成的声音没有后面的数字内容并且打印如下信息
**found invalid characters: {'8', '2', '3', '6', '7', '4', '5', '1'}** | closed | 2024-12-13T10:46:34Z | 2024-12-17T02:32:41Z | https://github.com/2noise/ChatTTS/issues/841 | [] | di-osc | 1 |
iperov/DeepFaceLab | deep-learning | 636 | SAEHD neural network architecture diagram | I'm studying this project recently, because there are many parameters, I can't understand the architecture from a global perspective when reading the network architecture of SAEHD. Can anyone draw a diagram of this architecture? Or give some suggestions, thanks.
| open | 2020-02-26T18:45:15Z | 2023-06-08T20:07:13Z | https://github.com/iperov/DeepFaceLab/issues/636 | [] | notknowchild | 6 |
kynan/nbstripout | jupyter | 199 | Feature request: accept 0 as execution_count | Would it be possible to define as a parameter that an `{"execution_count": 0}` could also be accepted and left unchanged (or execution_count maybe ignored altogether)?
The question comes from the fact that Databricks, when not committing outputs, writes 0 there (even if "null" would have been also a good option) -- an... | closed | 2025-02-24T13:01:59Z | 2025-03-16T08:32:47Z | https://github.com/kynan/nbstripout/issues/199 | [
"type:question",
"type:documentation",
"resolution:answered"
] | danielsparing | 5 |
ageitgey/face_recognition | machine-learning | 1,271 | CNN Model slow. | * face_recognition version: 1.2.3
* Python version: 3.9.0
* Operating System: Windows 10 19041.746 (i5 9600KF, 1660 Super)
### Description
I've created an application which streams a series of images to a 'server' which processes the frames using this face_recognition library. When changing the model from `hog` ... | open | 2021-01-26T08:59:00Z | 2021-03-07T04:55:18Z | https://github.com/ageitgey/face_recognition/issues/1271 | [] | MattPChoy | 1 |
erdewit/ib_insync | asyncio | 274 | We're discarding trade RT Volume times | - [Ticker.lastSize](https://github.com/erdewit/ib_insync/blob/master/ib_insync/ticker.py#L54) is `float`
- [TickData.size](https://github.com/erdewit/ib_insync/blob/master/ib_insync/objects.py#L206) is `int`
Is there a reason to do with different asset types?
I'm also noticing some duplicate code where this seem... | closed | 2020-06-29T22:07:27Z | 2020-09-20T20:41:50Z | https://github.com/erdewit/ib_insync/issues/274 | [] | goodboy | 11 |
mljar/mercury | data-visualization | 51 | add ability to change the PORT for mercury watch command | As of `0.5.1` there is no way to change the port for mercury when using `watch`. There are various work arounds using `runserver` and [something external](https://calmcode.io/entr/introduction.html) to control restarts, but this would be a nice convenience.
#50 | closed | 2022-02-23T17:01:19Z | 2023-02-15T10:09:58Z | https://github.com/mljar/mercury/issues/51 | [
"enhancement"
] | mckeown12 | 1 |
python-visualization/folium | data-visualization | 1,161 | basemap doesn't appear when changing default crs to EPSG4326 | #### Please add a code sample or a nbviewer link, copy-pastable if possible
```python
# Your code here
# default crs
m = folium.Map(location=[45.5236, -122.6750], tiles='OpenStreetMap')
m
# change default crs to EPSG4326
m = folium.Map(location=[45.5236, -122.6750], crs='EPSG4326', tiles='OpenStreetMap')
m
... | closed | 2019-06-14T06:45:54Z | 2020-03-05T02:24:37Z | https://github.com/python-visualization/folium/issues/1161 | [
"question"
] | KarenChen9999 | 3 |
seanharr11/etlalchemy | sqlalchemy | 17 | NameError: global name ‘dump_sql_statement’ is not defined | .
.
.
.
ETLAlchemySource (INFO) - Creating 'upsert' statements for '3' rows, and dumping to 'demo_tags_sum.sql'.
ETLAlchemySource (INFO) - Creating 'insert' stmts for (the remaining)3 rows, and dumping to 'demo_tags_sum.sql' (because they DNE in the table!).
ETLAlchemySource (INFO) - (3) -- Inserting remaining '... | closed | 2017-04-26T07:51:46Z | 2017-04-26T13:08:13Z | https://github.com/seanharr11/etlalchemy/issues/17 | [] | gauravdalvi63 | 1 |
kangvcar/InfoSpider | automation | 16 | 没有微博数据源吗 | ## Bug Report
**Description**: [Description of the issue]
**Expected behavior**: [What should happen]
**Current behavior**: [What happpens instead of the expected behavior]
**Steps to Reproduce**:
1. [First Step]
2. [Second Step]
3. [and so on ¡]
**Reproduce how often**: [What percentage of the tim... | closed | 2020-08-30T15:05:43Z | 2020-08-31T02:17:16Z | https://github.com/kangvcar/InfoSpider/issues/16 | [
"bug"
] | tianyw0 | 1 |
jofpin/trape | flask | 34 | Remotely Sending files | While sending files from our system to victim system it is showing as below


| closed | 2018-02-12T11:08:03Z | 2018-11-24T01:57:40Z | https://github.com/jofpin/trape/issues/34 | [] | WinXprt | 4 |
aleju/imgaug | machine-learning | 764 | repo owner | @aleju, it appears that you stopped being active on GitHub around June last year. I personally hope that everything is fine!
I open this issue to see if there are collaborators that actually have full access to this repo and can do releases. If not, the main question would be if you, @aleju, would be open to someone... | open | 2021-04-20T10:01:47Z | 2022-09-16T07:26:26Z | https://github.com/aleju/imgaug/issues/764 | [] | patzm | 9 |
liangliangyy/DjangoBlog | django | 171 | 大佬 我能不能参考你这个做个毕设 | 菜鸡 毕设选的网页设计 题目不限 但是没啥数据来源 查了查只有博客系统比较简单 。由于只会一点python 所以就搜了一下,了解了一点django,照着网上的教程搞了一下,发现好多不会 所以就来github搜了一下,准备参考一下您的自己实现一下。可以的话就谢谢了 | closed | 2018-10-15T13:21:43Z | 2018-10-16T06:32:00Z | https://github.com/liangliangyy/DjangoBlog/issues/171 | [] | jy2lhz | 2 |
zihangdai/xlnet | nlp | 167 | Can we perform multi-language task on current model? | I'm wonder can we use the large model to deal with other language tasks such as Chines, Japanese and Korean. Or the model only support English so far? | closed | 2019-07-17T08:43:19Z | 2019-07-24T03:57:17Z | https://github.com/zihangdai/xlnet/issues/167 | [] | MaXXXXfeng | 2 |
marcomusy/vedo | numpy | 723 | Question about "cutting" a mesh | Hi!
I have a mesh formed by a lot of triangles. I want to know if it's possible to "cut/subset" the faces and points of that mesh with certain position criteria, for example, all faces above z = 1000 or similar.
Thx in advance! | closed | 2022-10-26T20:21:04Z | 2022-11-07T13:35:08Z | https://github.com/marcomusy/vedo/issues/723 | [] | ManuGraiph | 2 |
msoedov/langcorn | rest-api | 21 | Two Chains in One File | Seems like this issue is present if you try to define two chains in one file:
https://github.com/tiangolo/fastapi/discussions/7455
Simple workaround is obviously "don't do that", but often it's useful to define two chains with related purposes in the same file.
I believe the real fix is to ensure that the der... | closed | 2023-06-29T16:03:34Z | 2023-07-12T21:20:32Z | https://github.com/msoedov/langcorn/issues/21 | [] | kevroy314 | 5 |
dgtlmoon/changedetection.io | web-scraping | 2,543 | When iframed on a Chromium-based browser, the CSRF token check fails | **Describe the bug**
When the CD interface is in an iframe, any edit form causes a CSRF failure. **It works fine on Firefox, though!**
Checking the DevTools, I can definitely see the `csrf_token` sent both on iframed requests and the raw page requests.
I noticed this when trying to embed ChangeDetection.io into th... | open | 2024-08-04T01:14:58Z | 2024-08-04T01:19:40Z | https://github.com/dgtlmoon/changedetection.io/issues/2543 | [
"triage"
] | igorsantos07 | 0 |
facebookresearch/fairseq | pytorch | 5,112 | STOP dataset BART expirement | Hello,
Could you please provide the code of the GT experiment mentioned in the STOP dataset paper: https://arxiv.org/pdf/2207.10643.pdf
The GT is the experiment where you used the ground truth transcription with the BART model and achieved 85.25% EM on the test set.
I appreciate any help you can provide. | open | 2023-05-22T12:41:16Z | 2023-05-22T12:41:16Z | https://github.com/facebookresearch/fairseq/issues/5112 | [
"question",
"needs triage"
] | othman-istaiteh | 0 |
zappa/Zappa | flask | 585 | [Migrated] pipenv install zappa fails | Originally from: https://github.com/Miserlou/Zappa/issues/1528 by [dins](https://github.com/dins)
Installing zappa with pipenv fails because of futures==3.2.0 dependency cannot not be met.
## Context
Installing zappa on new pipenv virtualenv.
## Expected Behavior
Should install zappa with dependencies.
## A... | closed | 2021-02-20T12:23:07Z | 2022-07-16T07:00:14Z | https://github.com/zappa/Zappa/issues/585 | [] | jneves | 1 |
ijl/orjson | numpy | 489 | OSS-Fuzz Integration | hello!
My name is McKenna Dallmeyer and I would like to submit orjson to OSS-Fuzz. If you are not familiar with the project, OSS-Fuzz is Google's platform for continuous fuzzing of Open Source Software. In order to get the most out of this program, it would be greatly beneficial to be able to merge-in my fuzz harness ... | closed | 2024-05-30T00:49:10Z | 2024-06-07T08:02:02Z | https://github.com/ijl/orjson/issues/489 | [
"Stale"
] | ennamarie19 | 0 |
amidaware/tacticalrmm | django | 2,112 | [Feature request] pre-made global variables | **Is your feature request related to a problem? Please describe.**
we have pre-made var for agent, client, site but nothing for global
i was working on a couple of scripts that interact with the api and for easier sharing it would be usefull to have some common global var for everyone
**Describe the solution you'd... | open | 2025-01-05T23:37:48Z | 2025-01-05T23:37:48Z | https://github.com/amidaware/tacticalrmm/issues/2112 | [] | P6g9YHK6 | 0 |
huggingface/transformers | deep-learning | 36,924 | <spam> | ### System Info
test
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)
- [ ] My own task or dataset (give details below)
### Reproduction
xxx
### Expec... | closed | 2025-03-24T11:58:09Z | 2025-03-24T13:55:19Z | https://github.com/huggingface/transformers/issues/36924 | [
"bug"
] | suhaibo666 | 0 |
uriyyo/fastapi-pagination | fastapi | 751 | Motor pagination with "aggregate" | Hey, I'm trying to paginate over aggregate (using time series) and the `fastapi_pagination.ext.motor.paginate` seems to work only with `find`.
Am I missing something or it's not supported (yet)? | closed | 2023-07-19T09:28:52Z | 2023-08-15T07:59:32Z | https://github.com/uriyyo/fastapi-pagination/issues/751 | [
"question"
] | jochman | 1 |
mlfoundations/open_clip | computer-vision | 932 | training details for convnext_large_d.laion2B-s26B-b102K-augreg | Hi,
I have been looking for training details for convnext_large_d.laion2B-s26B-b102K-augreg but couldn't find anything.
Could you please provide these details? Thanks. | closed | 2024-09-04T01:39:30Z | 2024-09-05T20:54:22Z | https://github.com/mlfoundations/open_clip/issues/932 | [] | mumu-mu | 1 |
koaning/scikit-lego | scikit-learn | 483 | [FEATURE] New Meta Model: MergedAverage Classifiers via Hashing | https://arxiv.org/pdf/1910.13830.pdf | closed | 2021-09-05T14:57:39Z | 2021-12-21T08:13:59Z | https://github.com/koaning/scikit-lego/issues/483 | [
"enhancement"
] | koaning | 1 |
apache/airflow | data-science | 47,167 | Trino split_statements is default to False | ### Apache Airflow Provider(s)
trino
### Versions of Apache Airflow Providers
6.0.1
### Apache Airflow version
2.9.0
### Operating System
Red Hat Enterprise Linux 9.5
### Deployment
Virtualenv installation
### Deployment details
_No response_
### What happened
I'm following this [document](https://airflow.... | open | 2025-02-27T19:38:36Z | 2025-03-10T22:05:45Z | https://github.com/apache/airflow/issues/47167 | [
"kind:bug",
"area:providers",
"good first issue",
"provider:trino"
] | willshen99 | 3 |
deepspeedai/DeepSpeed | deep-learning | 6,692 | Installing DeepSpeed in WSL. | I am using Windows 11. I have Windows Subsystem for Linux activated (Ubuntu) as well as installed CUDA, and Visual Studio C++ Build tools. I am trying to install deepspeed. However, I am getting the following 2 errors. Could anybody please help resolve this?
 Could not fetch resource: | ### Description
I am getting this error when running the command in **Commands to generate WikisumCommonCrawl**
`python -m tensor2tensor.data_generators.wikisum.parallel_launch \
--num_instances=1000 \
--cpu=1 --mem=2 \
--name=wikisum-cc-refs \
--log_dir=$BUCKET/logs \
--setup_command="pip install te... | closed | 2019-08-13T14:04:22Z | 2019-09-01T12:12:33Z | https://github.com/tensorflow/tensor2tensor/issues/1660 | [] | SKRohit | 1 |
tensorpack/tensorpack | tensorflow | 1,453 | train raise WRN The following variables are in the dict, but not found in the graph | I train my dataset and model FasterRCNN , raise WRN。
WRN The following variables are in the graph, but not found in the dict: fastrcnn/box/W
WRN The following variables are in the dict, but not found in the graph: group2/block10/conv1/W,
how fix it.
CUDA_VISIBLE_DEVICES=0,1 python train.py \
--config "DATA... | closed | 2020-06-05T09:25:13Z | 2020-06-05T09:39:06Z | https://github.com/tensorpack/tensorpack/issues/1453 | [] | zbsean | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 1,903 | [nodriver] how can i use a socks5 proxy with authentication? | i have tried this [h](https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1306#issuecomment-1581842980)
```
manifest_json = """
{
"version": "1.0.0",
"manifest_version": 3,
"name": "Chrome Proxy",
"permissions": [
"proxy",... | open | 2024-05-30T17:00:04Z | 2025-03-15T23:41:22Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1903 | [] | rex1de | 12 |
scikit-image/scikit-image | computer-vision | 7,260 | `build_docs.yml` bloats size of scikit-image/docs with regular commits to ~1 GiB | In [yesterday's community call](https://github.com/scikit-image/skimage-archive/blob/b7c858391664acc0cf7701d4b6948d998eeccc8c/meeting-notes/2023/2023-12-05_europe_africa_cc.md), @stefanv discovered that our [current setup](https://github.com/scikit-image/scikit-image/blob/604d0776f882e2ba6c50a2b1fc254d718edb659a/.githu... | open | 2023-12-06T10:43:36Z | 2024-06-04T02:27:06Z | https://github.com/scikit-image/scikit-image/issues/7260 | [
":robot: type: Infrastructure",
":sleeping: Dormant"
] | lagru | 3 |
autokey/autokey | automation | 1,007 | Modifier key (like `<ctrl>`) not released on releasing hotkey | ### AutoKey is a Xorg application and will not function in a Wayland session. Do you use Xorg (X11) or Wayland?
Xorg
### Has this issue already been reported?
- [X] I have searched through the existing issues.
### Is this a question rather than an issue?
- [X] This is not a question.
### What type of issue is thi... | open | 2025-01-12T09:55:56Z | 2025-03-21T05:36:04Z | https://github.com/autokey/autokey/issues/1007 | [
"bug",
"help-wanted",
"autokey triggers",
"0.96.1",
"environment"
] | BenjaminRi | 11 |
aiortc/aiortc | asyncio | 873 | SyntaxError: Unexpected non-whitespace character after JSON at position 4 | Hey! Currently trying to implement something using [https://github.com/aiortc/aiortc/tree/main/examples/webcam].
And sometimes, out of nowhere, it generates this popup:
Sometimes when I rename a variable.

<details><summary>Python 3.12 Test Summary</summary>
```
dask/dataframe/tests/test_arithmetics_reduction.py::test_reductions_frame_dtypes_numeric_only_supported[std]: AssertionError: Regex pattern did not match.
Regex: "'DatetimeArray' with dty... | closed | 2024-11-02T01:59:44Z | 2024-11-04T13:55:45Z | https://github.com/dask/dask/issues/11481 | [
"upstream"
] | github-actions[bot] | 0 |
keras-team/autokeras | tensorflow | 1,133 | ConvBlock get_config lacks `num_layers` and `max_pooling` | ### Bug Description
<!---
A clear and concise description of what the bug is.
-->
The get_config methods in ConvBlock does not have `num_layers` and `max_pooling` hyperparameters.
https://github.com/keras-team/autokeras/blob/470651e10ef1d07cb42802516e8161d20d3fbe62/autokeras/hypermodels/basic.py#L194
##... | closed | 2020-05-16T19:10:38Z | 2020-06-03T02:31:28Z | https://github.com/keras-team/autokeras/issues/1133 | [
"bug report",
"pinned"
] | qingquansong | 0 |
QuivrHQ/quivr | api | 3,603 | Implement sentry cache hit/miss | open | 2025-02-25T16:49:36Z | 2025-02-25T16:49:41Z | https://github.com/QuivrHQ/quivr/issues/3603 | [] | AmineDiro | 1 | |
brightmart/text_classification | nlp | 112 | suggest upgrade to support python3 | open | 2019-03-13T12:34:27Z | 2023-11-13T10:05:56Z | https://github.com/brightmart/text_classification/issues/112 | [] | kevinew | 1 | |
DistrictDataLabs/yellowbrick | matplotlib | 1,190 | XGBoost Fit: XGBoostError: value 0 for Parameter num_class should be greater equal to 1 | **Describe the bug**
When calling the .fit() method of the PrecisionRecallCurve class on a XGBoost Multiclass Classifier it raises an error:
`XGBoostError: value 0 for Parameter num_class should be greater equal to 1
num_class: Number of output class in the multi-class classification.`
**To Reproduce**
```pyth... | closed | 2021-07-13T12:30:49Z | 2021-08-16T15:41:23Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1190 | [] | lambda-science | 3 |
milesmcc/shynet | django | 284 | Github container's last publish date was over 3 years ago. | 1. Ghcr.io's lasted container publish date was over 3 years ago, people are still downloading it.
2. Docker Hub provides a very restrictive rate limit for anonymous users at 100 pulls every 6 hours per IP.
For authenticated users, its 200 pulls every 6 hours per ip.
Paid Users can get up to 5000 pull a day.
... | closed | 2023-09-19T14:19:41Z | 2023-09-23T03:24:53Z | https://github.com/milesmcc/shynet/issues/284 | [] | kashalls | 0 |
onnx/onnx | scikit-learn | 5,878 | OSError: SavedModel file does not exist at: /content/drive/MyDrive/craft_mlt_25k.h5/{saved_model.pbtxt|saved_model.pb} | open | 2024-01-29T12:17:08Z | 2025-01-29T06:43:48Z | https://github.com/onnx/onnx/issues/5878 | [
"stale"
] | RNVALA | 1 | |
blb-ventures/strawberry-django-plus | graphql | 9 | Input field Optional[OneToManyInput] is a required field in the resulting schema | Not sure if this is expected behaviour, but if I define an input type like this:
```python
@gql.django.input(ServiceInstance)
class ServiceInstancePartialInput(NodeInput):
id: Optional[gql.ID]
service: Optional[OneToManyInput]
```
The resulting schema marks 'service' as required field:
<img width="2... | closed | 2022-02-18T10:19:47Z | 2022-02-28T20:19:35Z | https://github.com/blb-ventures/strawberry-django-plus/issues/9 | [] | gersmann | 8 |
Lightning-AI/LitServe | api | 272 | Supporting query params alongside file upload | ### ⚠️ BEFORE SUBMITTING, READ:
We're excited for your request! However, here are things we are not interested in:
- Decorators.
- Doing the same thing in multiple ways.
- Adding more layers of abstraction... tree-depth should be 1 at most.
- Features that over-engineer or complicate the code internals. ... | closed | 2024-09-07T01:04:52Z | 2024-09-09T07:02:17Z | https://github.com/Lightning-AI/LitServe/issues/272 | [
"enhancement",
"help wanted"
] | energydrink9 | 4 |
ivy-llc/ivy | numpy | 27,936 | Fix Ivy Failing Test: torch - elementwise.multiply | closed | 2024-01-17T10:41:48Z | 2024-01-17T11:00:31Z | https://github.com/ivy-llc/ivy/issues/27936 | [
"Sub Task"
] | samthakur587 | 1 | |
K3D-tools/K3D-jupyter | jupyter | 255 | auto_rendering locks view in k3d 2.9.1 | In 2.8.2 I could set `auto_rendering` keyword argument of `k3d.plot` to `False` and freely rotate the view with the mouse. I use this to multiple changes and then explicitly call `k3d.plot.render()` for optimization purposes
In version 2.9.2 setting `auto_rendering` to `False` leads to the view being stuck (am able... | closed | 2021-01-13T15:15:18Z | 2021-02-09T04:37:21Z | https://github.com/K3D-tools/K3D-jupyter/issues/255 | [] | ghost | 2 |
ipython/ipython | jupyter | 14,016 | Get rid of pickle. | ```python
self.db = PickleShareDB(os.path.join(self.profile_dir.location, 'db'))
```
is like
```python
self.db = exec((Path(self.profile_dir.location) / 'backdoor.py').read_text())
```
, but worse: at least we can audit contents of `backdoor.py` with a text editor.
| open | 2023-04-13T21:24:31Z | 2023-04-17T08:14:14Z | https://github.com/ipython/ipython/issues/14016 | [] | KOLANICH | 3 |
pyeventsourcing/eventsourcing | sqlalchemy | 175 | Latest release v7.1.4 tests fail | I've tried to contribute the project to fix some issues and found that unit tests have fail status
Environment: Windows 10 x64, Python 3.7.0
Run command: python -m unittest
Failed tests:
eventsourcing.tests.core_tests.test_events.TestEventWithTimestamp
AssertionError: Decimal('1563540932.143897') not greater than ... | closed | 2019-07-19T13:01:22Z | 2019-07-20T02:30:36Z | https://github.com/pyeventsourcing/eventsourcing/issues/175 | [] | alexanderlarin | 1 |
yuka-friends/Windrecorder | streamlit | 54 | 使用时ffmpeg占用大量内存 | 
如图所示,内存总占用约 10G,请问这是正常现象吗?
主屏幕是4K屏。
(~~顺便请问多屏开发的优先级高么~~) | closed | 2023-12-03T05:59:04Z | 2024-06-26T16:28:36Z | https://github.com/yuka-friends/Windrecorder/issues/54 | [
"bug",
"P1"
] | ASC8384 | 3 |
iperov/DeepFaceLab | deep-learning | 512 | OOM but i got enough memory | Running trainer.
Loading model...
Model first run.
Enable autobackup? (y/n ?:help skip:n) : y
Write preview history? (y/n ?:help skip:n) : n
Target iteration (skip:unlimited/default) : n
0
Batch_size (?:help skip:0) : 0
Feed faces to network sorted by yaw? (y/n ?:help skip:n) : n
Flip faces randomly? (y/n ... | closed | 2019-12-06T01:05:06Z | 2019-12-06T17:34:48Z | https://github.com/iperov/DeepFaceLab/issues/512 | [] | N1el132 | 2 |
huggingface/transformers | tensorflow | 36,254 | Is T5 model supported with HQQ quantization ? (AttributeError: 'HQQLinear' object has no attribute 'weight') | ### System Info
- `transformers` version: 4.48.2
- Platform: Linux-6.8.0-52-generic-x86_64-with-glibc2.35
- Python version: 3.11.11
- Huggingface_hub version: 0.28.1
- Safetensors version: 0.5.2
- Accelerate version: 1.3.0
- Accelerate config: - compute_environment: LOCAL_MACHINE
- distributed_type: NO
- mixed_prec... | open | 2025-02-18T11:42:54Z | 2025-03-04T22:30:12Z | https://github.com/huggingface/transformers/issues/36254 | [
"bug"
] | szwagros | 6 |
tableau/server-client-python | rest-api | 624 | Can we update tableau connection string via tableauserverclient api? | Hello All,
My use-case requires me to update the connections of all those workbooks/datasources that are connected to certain Redshift databases on tableau server.
I tested a script leveraging tableauserverclient API to update the credentials of published workbooks/datasources connections pointing to those Redshift... | closed | 2020-05-19T09:05:03Z | 2024-09-19T21:49:08Z | https://github.com/tableau/server-client-python/issues/624 | [
"help wanted",
"document-api"
] | rgandhi2712 | 2 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,596 | More standard statuses for triaging reports | ### Proposal
More standard statuses for the recipients to use when handling reports, e.g.:
Closed – Completed investigation
Closed – No wrongdoing
Closed – Allocated as grievance
Closed – Not enough evidence to proceed
Allocated for investigation
Allocated for investigation – Escalated to leadership
Allocated... | open | 2023-09-02T14:42:24Z | 2023-09-11T14:59:15Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3596 | [
"T: Feature"
] | danielvaknine | 2 |
biolab/orange3 | scikit-learn | 6,847 | Problem when import Table module | <!--
Thanks for taking the time to report a bug!
If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3
To fix the bug, we need to be able to reproduce it. Please answer the following... | closed | 2024-07-04T09:20:30Z | 2024-09-11T12:01:26Z | https://github.com/biolab/orange3/issues/6847 | [
"bug report"
] | Isaamarod | 5 |
Anjok07/ultimatevocalremovergui | pytorch | 1,009 | ultimate vocal remover : incompatible library version | mac mini
intel i5 3Ghz 6core
Big Sur 11.7.0
ram: 16 gb
Hi, here is my problem.. hopefully you can help me
I've installed Ultimate vocal remover but it doesn't run at all. The fist time I opened it after installation, pops out the window : "this software it's from an unidentified developer, still want to open?",... | open | 2023-12-06T09:59:36Z | 2023-12-06T10:34:05Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1009 | [] | GlobeAudio | 0 |
strawberry-graphql/strawberry | asyncio | 3,635 | Misleading static type for "execution result" attribute (introduced in `0.240.0`) | I think https://github.com/strawberry-graphql/strawberry/pull/3554 introduce a static typing bug in the execution result attribute.
It's statically typed as [graphql.ExecutionResult](https://github.com/graphql-python/graphql-core/blob/26701397d84338a42c7acbce78368ae8f9d97271/src/graphql/execution/incremental_publish... | open | 2024-09-19T18:37:32Z | 2025-03-20T15:56:52Z | https://github.com/strawberry-graphql/strawberry/issues/3635 | [
"bug"
] | kkom | 0 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 431 | Add dynamic margin option to ArcFaceLoss | As mentioned in this pull request: https://github.com/KevinMusgrave/pytorch-metric-learning/pull/424#issuecomment-1042868787 | open | 2022-02-19T10:56:23Z | 2022-02-19T10:56:23Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/431 | [
"enhancement"
] | KevinMusgrave | 0 |
deepfakes/faceswap | deep-learning | 621 | Tensorflow currently has no official prebuild for your CUDA | I had an issue with setup.py ( the following )
INFO CUDA version: 9.0
INFO cuDNN version: 7.0.4
WARNING Tensorflow currently has no official prebuild for your CUDA, cuDNN combination.
Either install a combination that Tensorflow supports or build and install your own tensorflow-gpu.
CUDA Vers... | closed | 2019-02-24T12:37:54Z | 2019-02-24T12:47:21Z | https://github.com/deepfakes/faceswap/issues/621 | [] | fetchlister | 1 |
scanapi/scanapi | rest-api | 159 | Change HTML report to default | Change HTML report to default. Current it is markdown, but HTML is way more popular and our html report is [beautiful](https://github.com/scanapi/scanapi/pull/157) now
Here is where we need to change it: https://github.com/scanapi/scanapi/blob/master/scanapi/settings.py#L11 | closed | 2020-06-04T19:49:50Z | 2020-06-25T10:29:06Z | https://github.com/scanapi/scanapi/issues/159 | [
"Good First Issue",
"Reporter"
] | camilamaia | 0 |
google-research/bert | tensorflow | 583 | BERT has a non deterministic behaviour | I am using the BERT implementation in https://github.com/google-research/bert for feature extracting and I have noticed a weird behaviour which I was not expecting: if I execute the program twice on the same text, I get different results. I need to know if this is normal and why this happens in order to treat this fact... | open | 2019-04-17T08:15:01Z | 2021-01-11T23:02:56Z | https://github.com/google-research/bert/issues/583 | [] | RodSernaPerez | 6 |
strawberry-graphql/strawberry | django | 3,655 | multipart upload struggle | I am trying to make the file upload work and no luck yet
I got back to the example on https://strawberry.rocks/docs/guides/file-upload#sending-file-upload-requests
but just copy past multi file requests from postman returns "Unsupported content type"
<!-- Provide a general summary of the bug in the title above. --... | closed | 2024-10-01T15:59:02Z | 2025-03-20T15:56:53Z | https://github.com/strawberry-graphql/strawberry/issues/3655 | [
"bug"
] | itsklimov | 5 |
coqui-ai/TTS | deep-learning | 3,276 | [Bug] Multiple speaker requests? | ### Describe the bug
The [TTS API](https://tts.readthedocs.io/en/latest/models/xtts.html) states that `speaker_wav` can be a list of filepaths for multiple speaker references. But in `def tts_to_file(...)`, `speaker_wav` only accepts a single string.
### To Reproduce
```
tts.tts_to_file(
text="Some test",
... | closed | 2023-11-20T18:52:29Z | 2024-01-10T21:59:41Z | https://github.com/coqui-ai/TTS/issues/3276 | [
"bug",
"wontfix"
] | mukundt | 4 |
KevinMusgrave/pytorch-metric-learning | computer-vision | 115 | Check cuda version when determining max k in Accuracy Calculator | ```num_k``` is clipped at 1024, but in cuda >= 9.5, it can be 2048. | closed | 2020-06-02T09:15:51Z | 2021-04-03T00:24:11Z | https://github.com/KevinMusgrave/pytorch-metric-learning/issues/115 | [
"enhancement",
"fixed in dev branch"
] | KevinMusgrave | 0 |
flairNLP/flair | nlp | 3,603 | Result class has param marked as Optional that is required | The param `scores` has a type hint of `Optional` and a default value of `None`, but is not allowed to be unset. Perhaps this should not be an optional param. However, changing the order of params could break existing code, and keeping its position requires a default value. Otherwise, classification report must not have... | closed | 2025-01-27T00:11:07Z | 2025-03-15T05:35:37Z | https://github.com/flairNLP/flair/issues/3603 | [] | MattGPT-ai | 0 |
explosion/spaCy | machine-learning | 13,633 | CVE in dependency (black==22.3.0) | `black==22.3.0` is a dependency and the version is pinned in spaCy's `requirements.txt`. There is a CVE affecting `black` versions prior to `24.3.0`, specifically CVE-2024-21503 (https://nvd.nist.gov/vuln/detail/CVE-2024-21503).
Impact: Although not a run-time vulnerability in most scenarios (unless untrusted code i... | open | 2024-09-25T06:28:28Z | 2024-11-06T11:24:50Z | https://github.com/explosion/spaCy/issues/13633 | [] | sstefanov78 | 2 |
tqdm/tqdm | jupyter | 876 | Using multiple tqdm bars | So I'm making a script to scrape data and I need 2 tqdm bars but when I run the script after the first loop the first bar disappears and starts making multiple seconds bars.
Here is a simple recreation of the code I have: (This is not the complete code only a simplified example)
```
from tqdm import tqdm
import t... | closed | 2020-01-05T19:53:39Z | 2020-01-14T14:52:22Z | https://github.com/tqdm/tqdm/issues/876 | [
"duplicate 🗐",
"question/docs ‽",
"p2-bug-warning ⚠"
] | DEADSEC-SECURITY | 5 |
zappa/Zappa | flask | 1,349 | Zappa failing due to newer version of setuptools | https://github.com/zappa/Zappa/blob/39f75e76d28c1a08d4de6501e6f794fe988cbc98/zappa/core.py#L22
https://github.com/zappa/Zappa/blob/39f75e76d28c1a08d4de6501e6f794fe988cbc98/zappa/core.py#L690
### Env details
```
Python version: 3.10
pip version: 24.2
setuptools version: 75.0.0
```
### Logs
```
File "/_ve... | open | 2024-09-16T10:43:54Z | 2025-02-11T20:33:26Z | https://github.com/zappa/Zappa/issues/1349 | [] | sridhar562345 | 20 |
mirumee/ariadne | api | 987 | Fragments not implemented? | Any plan of implementing Fragments? | closed | 2022-12-08T15:13:43Z | 2024-01-12T18:50:06Z | https://github.com/mirumee/ariadne/issues/987 | [
"docs"
] | simanlaci | 7 |
xinntao/Real-ESRGAN | pytorch | 766 | 使用RMSprop优化器问题 | 我想把优化器替换为RMSprop,看了basicsr的源码也有实现RMSprop优化器方式,optim_type == 'RMSprop':
optimizer = torch.optim.RMSprop(params, lr, **kwargs)。
但是为什么会出现没有实现的错误:basicsr/models/base_model.py", line 107, in get_optimizer
raise NotImplementedError(f'optimizer {optim_type} is not supperted yet.')
NotImplementedError: opti... | open | 2024-03-16T03:41:38Z | 2024-03-16T03:41:38Z | https://github.com/xinntao/Real-ESRGAN/issues/766 | [] | bujideman1 | 0 |
vimalloc/flask-jwt-extended | flask | 85 | How to specify audience? | Hello,
We are consuming a JWT token from an AWS Cognito Identity Pool that has an "aud" claim specified for the audience. The base JWT decode function is throwing an `InvalidAudienceException` because there is an audience specified in the token but not in the configuration/call to `jwt.decode()`.
Is there a way ... | closed | 2017-09-18T16:48:30Z | 2019-08-19T23:41:22Z | https://github.com/vimalloc/flask-jwt-extended/issues/85 | [] | psyvision | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.