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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
DistrictDataLabs/yellowbrick | scikit-learn | 943 | KElbow raises confusing `ValueError` when optimal k is outside provided k-range | **Describe the bug**
We seem to have a bug in our updated `KElbow` visualizer following the updates in #813 and #935. When the `locate_elbow` param is set to `True` (which it is by default), we get a `ValueError` when calling `fit` on the visualizer.
**To Reproduce**
```python
from sklearn.cluster import KMeans... | closed | 2019-08-08T16:02:16Z | 2019-08-15T19:10:55Z | https://github.com/DistrictDataLabs/yellowbrick/issues/943 | [] | rebeccabilbro | 1 |
pywinauto/pywinauto | automation | 547 | uia APP.kill() bug | I'm not sure about this, but my observation is that `APP.kill()` depending on the state of the program throws an error or "halfly terminates" probably because of trying to press ESC on a non existing control/window.
Example 1 : windows magnifier. This only happens, when you click on the dropdown menu AND the window ... | closed | 2018-08-15T10:09:16Z | 2022-05-12T16:44:38Z | https://github.com/pywinauto/pywinauto/issues/547 | [
"bug",
"Priority-Critical"
] | meshuggahtas | 12 |
xlwings/xlwings | automation | 1,622 | add app.cut_copy_mode | should be used in reports package | closed | 2021-06-18T09:41:00Z | 2021-06-24T12:45:18Z | https://github.com/xlwings/xlwings/issues/1622 | [
"enhancement"
] | fzumstein | 0 |
ultralytics/yolov5 | deep-learning | 12,690 | Yolov5 object detection and classification in a single script | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
How can I merge yolov5 object detection and classification in a single script? My task is... | closed | 2024-01-30T13:53:58Z | 2024-10-20T19:38:37Z | https://github.com/ultralytics/yolov5/issues/12690 | [
"question",
"Stale"
] | humairaneha | 3 |
pbugnion/gmaps | jupyter | 342 | Error displaying widget: model not found | Hi,
after updating jupyter & co. I'm not able anymore to show the map, I got instead:
**Error displaying widget: model not found**
In the console there is this error:
**Unhandled Promise Rejection: Error: Module jupyter-gmaps, semver range 0.9.0 is not registered as a widget module**
Is there something that ... | open | 2020-06-26T10:59:39Z | 2022-07-02T23:14:21Z | https://github.com/pbugnion/gmaps/issues/342 | [] | mbelletti | 9 |
Zeyi-Lin/HivisionIDPhotos | fastapi | 185 | idphoto接口有几个参数没有使用Form() | 在学习大佬的代码时发现 `/idphoto`接口的入参里有几个参数没有使用 `fastapi`的`Form()` 处理。这样有一个问题是在前端调用时 虽然通过`new FormData()`传递了 但是fastapi接收不到
```js
// 前端调用
const formdata = new FormData()
formdata.append('head_measure_ratio', '0.6')
formdata.append('head_height_ratio', '0.6')
formdata.append('top_distance_max', '0.6')
formdata.append('top_... | closed | 2024-10-08T03:20:27Z | 2024-10-13T02:27:15Z | https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/185 | [] | shen774411223d | 1 |
explosion/spaCy | machine-learning | 12,487 | missing documentation for util.decaying | <!-- Describe the problem or suggestion here. If you've found a mistake and you know the answer, feel free to submit a pull request straight away: https://github.com/explosion/spaCy/pulls -->
I am able to import util.decaying:
from spacy.util import decaying
and even run it:
dropout_rates = decaying(0.2, 0.005)... | closed | 2023-03-29T20:42:11Z | 2023-05-08T00:02:20Z | https://github.com/explosion/spaCy/issues/12487 | [
"docs"
] | mevol | 6 |
dsdanielpark/Bard-API | nlp | 272 | Multiple-Cookies has been changed. | Hello!
it seem google have changed this again. now the value dont end with an . anymore.
i have looked at older issues, i did try to use version 0.1.39 but no go. the as it seem to expect the value to end with an . as i am getting this error with it
```bash
__Secure-1PSID value should end with a single dot. Enter ... | closed | 2024-02-01T19:27:05Z | 2024-03-05T08:25:09Z | https://github.com/dsdanielpark/Bard-API/issues/272 | [] | mathisen99 | 15 |
HumanSignal/labelImg | deep-learning | 504 | Bug: Fit Width doesn't stays active | If I am using the option "Fit Width" it works. But if I change to the next picture the zoom is resetted. I have to deactivate the "Fit Width" option and activate it again that it works. Because this is no good practice when annotating 5000 pictures once this was no option for me. I was annotating with the resetted zoom... | closed | 2019-09-15T11:55:21Z | 2022-06-15T22:03:33Z | https://github.com/HumanSignal/labelImg/issues/504 | [] | butcher211 | 1 |
tiangolo/uvicorn-gunicorn-fastapi-docker | fastapi | 242 | getting timeout 504 in 1 minute | only happens on dev, when I process a csv then does not happen in dev
what could be the reason for this? | closed | 2023-05-11T00:16:26Z | 2024-08-25T04:01:51Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/242 | [] | ravi160822 | 0 |
pydata/pandas-datareader | pandas | 763 | ModuleNotFoundError: No module named 'pandas_datareader' | I know this issue has been solved in so many posts, but none of them has fixed mine. I do not understand why but when I try to call pandas_datareader is always running this error. I'm coding in Sublime Text 3 in a Mac OS. My python version is 3.8, my panda version is 0.25.0 and the pandas_datareader's version is 0.8.1.... | closed | 2020-03-26T17:05:02Z | 2020-07-06T23:42:38Z | https://github.com/pydata/pandas-datareader/issues/763 | [] | Moratiya | 0 |
streamlit/streamlit | data-visualization | 10,257 | Chart builder | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [x] I added a descriptive title and summary to this issue.
### Summary
It would be nice if Chart Builder feature can be bumped up in the priority list.
### Why?
This feature coul... | open | 2025-01-27T02:37:34Z | 2025-01-27T11:48:05Z | https://github.com/streamlit/streamlit/issues/10257 | [
"type:enhancement",
"feature:charts"
] | dmslowmo | 1 |
deepset-ai/haystack | nlp | 8,863 | Explain deprecation of `dataframe` field in documentation | We should explain here that dataframe is deprecated. https://docs.haystack.deepset.ai/docs/data-classes#document
We will need to fully remove the dataframe field from the explanation after the 2.11 release.
| closed | 2025-02-14T15:40:53Z | 2025-02-17T12:20:19Z | https://github.com/deepset-ai/haystack/issues/8863 | [
"type:documentation",
"P1"
] | julian-risch | 0 |
awesto/django-shop | django | 651 | Error if email field is not unique | The [docs](http://django-shop.readthedocs.io/en/latest/reference/customer-model.html?highlight=user_email#caveat-when-using-this-alternative-user-model) quote:
> The savvy reader may have noticed that in email_auth.models.User, the email field is not declared as unique. This by the way causes Django to complain during... | closed | 2017-09-12T13:50:06Z | 2017-09-14T13:44:23Z | https://github.com/awesto/django-shop/issues/651 | [] | raratiru | 14 |
home-assistant/core | python | 140,860 | Ollama uses the wrong model when using a dash and the model without dash exists | ### The problem
Hi, I am trying to use the phi4-mini model with Home Assistant.
I added by mistake the phi4 model, then I realized only the mini has support for tools, so I added that as well.
I subsequently removed the phi4, but the error is the same.
When I try to run a base query against the assistant, or directly ... | open | 2025-03-18T08:35:07Z | 2025-03-18T08:35:07Z | https://github.com/home-assistant/core/issues/140860 | [] | canepan | 0 |
developmentseed/lonboard | data-visualization | 194 | Auto-downcast numeric attribute types in `from_geopandas` | Check for float, signed int, unsigned int data types, and call `pd.to_numeric(downcast=...)`.
It would be nice to check if this works with pyarrow-based data types as well.
This should be a kwarg, maybe named `auto_downcast: bool = True`? | closed | 2023-11-02T15:20:14Z | 2023-11-02T16:46:36Z | https://github.com/developmentseed/lonboard/issues/194 | [] | kylebarron | 0 |
liangliangyy/DjangoBlog | django | 423 | ubuntu nginx 部署后 502 Bad Gateway ,Gunicorn 能跑通,就是nginx出错,导致后面supervisor也出错,都是按照您的配置来的,希望您能指点一下 | <!--
如果你不认真勾选下面的内容,我可能会直接关闭你的 Issue。
提问之前,建议先阅读 https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way
-->
**我确定我已经查看了** (标注`[ ]`为`[x]`)
- [x] [DjangoBlog的readme](https://github.com/liangliangyy/DjangoBlog/blob/master/README.md)
- [x] [配置说明](https://github.com/liangliangyy/DjangoBlog/blob/master/bin... | closed | 2020-09-17T16:59:07Z | 2021-07-12T08:30:26Z | https://github.com/liangliangyy/DjangoBlog/issues/423 | [] | internet96 | 5 |
JoeanAmier/TikTokDownloader | api | 185 | 是否支持账号数据采集导出 csv,json 格式 | 获取视频数据后,不一定有下载需求。是否提供采集数据和下载可以单独选择或者组合选择 | open | 2024-03-22T07:24:32Z | 2024-04-16T02:28:52Z | https://github.com/JoeanAmier/TikTokDownloader/issues/185 | [] | gogelabs | 4 |
serengil/deepface | deep-learning | 510 | hi,bro, any module for train? or this code don't support to train or must diy | closed | 2022-07-14T09:24:16Z | 2022-07-14T12:14:14Z | https://github.com/serengil/deepface/issues/510 | [
"question"
] | wlz987 | 1 | |
coqui-ai/TTS | python | 3,833 | [Bug] Error with torch.isin() in Docker Container with transformers Library | ### Describe the bug
When running the application inside a Docker container, an error occurs related to the torch.isin() method within the transformers library. The error does not occur when running the application locally (outside of the container), suggesting a possible incompatibility or issue with the dependencies... | closed | 2024-07-23T21:26:45Z | 2024-07-24T18:30:14Z | https://github.com/coqui-ai/TTS/issues/3833 | [
"bug"
] | Fledermaus-20 | 3 |
saulpw/visidata | pandas | 2,013 | [agg-sum] sum() takes no keyword arguments | **Small description**
sum aggregator no longer working. when applied to a column and a freq sheet is opened you get the following error in the sum agg col: `sum() takes no keyword arguments`
**Expected result**
sum aggregation on columns
**Actual result with screenshot**
```
Traceback (most recent call last):... | closed | 2023-08-29T15:13:14Z | 2023-10-10T04:59:03Z | https://github.com/saulpw/visidata/issues/2013 | [
"bug",
"can't reproduce"
] | geekscrapy | 10 |
google-research/bert | nlp | 499 | Bert movie review - prediction's on same record are changing widely for each run | I ran the bert movie review notebook in google colab . Everytime I run the prediction , I'm getting new set of results with different confidence scores. Any reasons for the instability . After running it twice , my output was
[('That movie was absolutely awful', array([-5.1986515e-03, -5.2619457e+00], dtype=float32... | open | 2019-03-14T12:05:50Z | 2019-03-14T12:06:56Z | https://github.com/google-research/bert/issues/499 | [] | tvinith | 0 |
joke2k/django-environ | django | 254 | Code block is missing on RTFD for Multiple env files | The code block is missing for documentation on RTFD.
Please refer to the screenshot below:
**Github README**:
<img width="903" alt="github" src="https://user-images.githubusercontent.com/665982/77299664-c7b68080-6d27-11ea-976e-395148164f59.png">
https://github.com/joke2k/django-environ/tree/dc2d281e45eb41a72354... | closed | 2020-03-23T09:12:03Z | 2021-09-07T20:21:38Z | https://github.com/joke2k/django-environ/issues/254 | [
"bug",
"documentation"
] | chitak | 2 |
thp/urlwatch | automation | 375 | how to completely remove a job | I have used the --delete option, but I have noted that if I add it back urlwatch does not recognize it as new, somehow has kept memory of it! (I am trying to debug my sendmail notification, so this is standing in the way) | closed | 2019-04-13T00:50:52Z | 2020-07-10T13:45:39Z | https://github.com/thp/urlwatch/issues/375 | [] | foice | 5 |
miguelgrinberg/Flask-SocketIO | flask | 1,070 | Where to put the code to stop a background thread? | I have been unsuccessfully searching for quite a long time now to find the recommended way of stopping a background thread that has been started with something like:
```
socketio = SocketIO(app, async_mode='gevent')
background_thread = socketio.start_background_task(target=bg_task.watcher)
```
Can somebody tell me... | closed | 2019-09-28T16:47:39Z | 2023-07-04T09:53:03Z | https://github.com/miguelgrinberg/Flask-SocketIO/issues/1070 | [
"question"
] | johschmitz | 18 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 33 | 执行完 Step 2: 合并LoRA权重,生成全量模型权重,输出路径中找不到config.json,导致模型无法加载 | does not appear to have a file named config.json. | closed | 2023-04-03T03:24:28Z | 2023-04-04T12:34:38Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/33 | [] | candowu | 5 |
unit8co/darts | data-science | 1,924 | Support for probabilistic predictions with historical_forecasts | I want to use the historical_forecasts method instead of calling fit and predict to evaluate the forecasting models over the whole timeseries. However, in this method there is no support for setting num_samples to obtain a probablistic prediction like in the predict method. So the timeseries returned by historical_fore... | closed | 2023-07-28T15:41:28Z | 2023-07-29T01:01:16Z | https://github.com/unit8co/darts/issues/1924 | [
"question"
] | ramiyaari | 2 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 259 | can i use My intel HD graphic 620 instate cuda | closed | 2020-01-04T18:02:03Z | 2020-07-04T23:27:42Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/259 | [] | sam10001 | 2 | |
onnx/onnx | scikit-learn | 6,475 | source code question | Why not optimize this by determining if the index is already in the set?

| closed | 2024-10-20T08:50:58Z | 2024-11-01T14:54:16Z | https://github.com/onnx/onnx/issues/6475 | [
"question"
] | XiaBing992 | 1 |
SYSTRAN/faster-whisper | deep-learning | 649 | translate from English to Chinese failed | my code
`def stt():
try:
print("start stt")
# data:{file_path}
data = request.get_json()
filePath = data['file_path']
lang = data['lang']
whisper_instance = WhisperSingleton().model
defaultExpire = 3600 * 12
key = 'videoSrt.' + filePath
... | open | 2024-01-19T09:15:02Z | 2024-01-19T17:19:28Z | https://github.com/SYSTRAN/faster-whisper/issues/649 | [] | hsiar | 2 |
PaddlePaddle/PaddleHub | nlp | 2,278 | paddle本地到底如何安装? | 想跑下stable_diffusion,本地linux服务器装了paddlepaddle 2.4.2GPU版和paddlehub2.3.1,要么就是JSONDecoderError, hub install stable_diffusion==1.0.0的时候要么就是找不到stable_diffusion要么就是can't find module pelease check your spelling;搞了一天没搞出来,网上教程都不管用
| closed | 2023-07-17T12:20:20Z | 2023-09-20T11:05:53Z | https://github.com/PaddlePaddle/PaddleHub/issues/2278 | [] | wzf19947 | 1 |
microsoft/unilm | nlp | 1,049 | RuntimeError: Unknown model (beit3_large_patch16_224) | **Describe**
Model I am using BEITV3:
I meet this issue:
RuntimeError: Unknown model (beit3_large_patch16_224)
timm has no this model, and i didnt find it.
<img width="949" alt="截屏2023-03-31 下午4 17 33" src="https://user-images.githubusercontent.com/13979105/229065534-1cdf35cc-e560-49f9-94d4-07a9fcf39b96.png">... | closed | 2023-03-31T05:59:23Z | 2023-06-08T06:25:13Z | https://github.com/microsoft/unilm/issues/1049 | [] | lc222 | 12 |
encode/databases | asyncio | 340 | PostgreSQL: Transaction rollback errors with "another operation is in progress" | I've noticed that if one of my tests fails, every next test will fail with error from `async with database` claiming that connection is still on.
Upon closer look I've found out that first tests failure triggers transaction's rollback which sends rollback to the database.
However `asyncpg.exceptions._base.Interfa... | open | 2021-05-16T15:25:19Z | 2021-05-16T15:59:57Z | https://github.com/encode/databases/issues/340 | [] | rafalp | 0 |
psf/black | python | 4,351 | Failure to format when double-quotes are in an f-string's code block | <!--
Please make sure that the bug is not already fixed either in newer versions or the
current development version. To confirm this, you have three options:
1. Update Black's version if a newer release exists: `pip install -U black`
2. Use the online formatter at <https://black.vercel.app/?version=main>, which w... | closed | 2024-05-07T16:04:24Z | 2024-05-28T20:00:12Z | https://github.com/psf/black/issues/4351 | [
"T: bug"
] | bmitc | 8 |
nikitastupin/clairvoyance | graphql | 3 | Utilise obtained names for probing | For example, we can break `maxAtmospheringSpeed` to `max`, `maxAtmosphering`, `AtmospheringSpeed`, `max`, `Atmosphering` and `Speed` names and use them for probing!
We can also add these to wordlist so they will be used in consequent probes 😃 | open | 2020-10-23T09:30:07Z | 2024-08-26T19:13:33Z | https://github.com/nikitastupin/clairvoyance/issues/3 | [
"enhancement"
] | nikitastupin | 1 |
dynaconf/dynaconf | fastapi | 1,163 | [RFC] Deprecate init and write commands on 4.0.0 | ### Discussed in https://github.com/dynaconf/dynaconf/discussions/1154
<div type='discussions-op-text'>
<sup>Originally posted by **rochacbruno** July 8, 2024</sup>
I suggest that on 4.0.0 we remove the following CLI commands
- init
- Users will need to write their schema manually so this command will n... | open | 2024-07-12T15:33:37Z | 2025-03-03T16:51:16Z | https://github.com/dynaconf/dynaconf/issues/1163 | [
"enhancement",
"Not a Bug",
"RFC",
"CLI",
"4.0-breaking-change"
] | rochacbruno | 4 |
flaskbb/flaskbb | flask | 537 | Ban/edit user in topic view | closed | 2019-10-17T19:25:36Z | 2020-12-04T17:56:08Z | https://github.com/flaskbb/flaskbb/issues/537 | [
"feature"
] | sh4nks | 1 | |
tox-dev/tox | automation | 3,054 | documentation build error for tox version 3 | ERROR: type should be string, got "https://readthedocs.org/projects/tox/builds/21135448/\r\n\r\n```\r\npython -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html\r\nRunning Sphinx v7.0.1\r\nmaking output directory... done\r\nWARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: \"intersphinx_mapping = {'<name>': ('https://docs.python.org/', None)}\".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping\r\nloading intersphinx inventory from https://docs.python.org/objects.inv...\r\nintersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv\r\nbuilding [mo]: targets for 0 po files that are out of date\r\nwriting output... \r\nbuilding [html]: targets for 22 source files that are out of date\r\nupdating environment: [new config] 22 added, 0 changed, 0 removed\r\nreading sources... [ 4%] _draft\r\nreading sources... [ 9%] announce/changelog-only\r\nreading sources... [ 13%] changelog\r\n\r\nTraceback (most recent call last):\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/cmd/build.py\", line 285, in build_main\r\n app.build(args.force_all, args.filenames)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/application.py\", line 351, in build\r\n self.builder.build_update()\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/builders/__init__.py\", line 294, in build_update\r\n self.build(to_build,\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/builders/__init__.py\", line 311, in build\r\n updated_docnames = set(self.read())\r\n ^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/builders/__init__.py\", line 418, in read\r\n self._read_serial(docnames)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/builders/__init__.py\", line 439, in _read_serial\r\n self.read_doc(docname)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/builders/__init__.py\", line 495, in read_doc\r\n publisher.publish()\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/core.py\", line 234, in publish\r\n self.document = self.reader.read(self.source, self.parser,\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/io.py\", line 104, in read\r\n self.parse()\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/readers/__init__.py\", line 76, in parse\r\n self.parser.parse(self.input, document)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/parsers.py\", line 80, in parse\r\n self.statemachine.run(inputlines, document, inliner=self.inliner)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 169, in run\r\n results = StateMachineWS.run(self, input_lines, input_offset,\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 233, in run\r\n context, next_state, result = self.check_line(\r\n ^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 445, in check_line\r\n return method(match, context, next_state)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 2785, in underline\r\n self.section(title, source, style, lineno - 1, messages)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 325, in section\r\n self.new_subsection(title, lineno, messages)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 391, in new_subsection\r\n newabsoffset = self.nested_parse(\r\n ^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 279, in nested_parse\r\n state_machine.run(block, input_offset, memo=self.memo,\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 195, in run\r\n results = StateMachineWS.run(self, input_lines, input_offset)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 233, in run\r\n context, next_state, result = self.check_line(\r\n ^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 445, in check_line\r\n return method(match, context, next_state)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 2785, in underline\r\n self.section(title, source, style, lineno - 1, messages)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 325, in section\r\n self.new_subsection(title, lineno, messages)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 391, in new_subsection\r\n newabsoffset = self.nested_parse(\r\n ^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 279, in nested_parse\r\n state_machine.run(block, input_offset, memo=self.memo,\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 195, in run\r\n results = StateMachineWS.run(self, input_lines, input_offset)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 233, in run\r\n context, next_state, result = self.check_line(\r\n ^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 445, in check_line\r\n return method(match, context, next_state)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 2785, in underline\r\n self.section(title, source, style, lineno - 1, messages)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 325, in section\r\n self.new_subsection(title, lineno, messages)\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 391, in new_subsection\r\n newabsoffset = self.nested_parse(\r\n ^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 279, in nested_parse\r\n state_machine.run(block, input_offset, memo=self.memo,\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 195, in run\r\n results = StateMachineWS.run(self, input_lines, input_offset)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 233, in run\r\n context, next_state, result = self.check_line(\r\n ^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 445, in check_line\r\n return method(match, context, next_state)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 1273, in bullet\r\n i, blank_finish = self.list_item(match.end())\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 1295, in list_item\r\n self.nested_parse(indented, input_offset=line_offset,\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 279, in nested_parse\r\n state_machine.run(block, input_offset, memo=self.memo,\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 195, in run\r\n results = StateMachineWS.run(self, input_lines, input_offset)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 233, in run\r\n context, next_state, result = self.check_line(\r\n ^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/statemachine.py\", line 445, in check_line\r\n return method(match, context, next_state)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 2799, in text\r\n paragraph, literalnext = self.paragraph(lines, startline)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 416, in paragraph\r\n textnodes, messages = self.inline_text(text, lineno)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 425, in inline_text\r\n nodes, messages = self.inliner.parse(text, lineno,\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 649, in parse\r\n before, inlines, remaining, sysmessages = method(self, match,\r\n ^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 792, in interpreted_or_phrase_ref\r\n nodelist, messages = self.interpreted(rawsource, escaped, role,\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/docutils/parsers/rst/states.py\", line 889, in interpreted\r\n nodes, messages2 = role_fn(role, rawsource, text, lineno, self)\r\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/ext/extlinks.py\", line 103, in role\r\n title = caption % part\r\n ~~~~~~~~^~~~~~\r\nTypeError: not all arguments converted during string formatting\r\n\r\nException occurred:\r\n File \"/home/docs/checkouts/readthedocs.org/user_builds/tox/envs/3.28.0/lib/python3.11/site-packages/sphinx/ext/extlinks.py\", line 103, in role\r\n title = caption % part\r\n ~~~~~~~~^~~~~~\r\nTypeError: not all arguments converted during string formatting\r\nThe full traceback has been saved in /tmp/sphinx-err-_5j6vwfl.log, if you want to report the issue to the developers.\r\nPlease also report this if it was a user error, so that a better error message can be provided next time.\r\nA bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!\r\nCommand time: 1s Return: 2\r\n```" | closed | 2023-06-28T08:27:16Z | 2023-06-28T13:15:07Z | https://github.com/tox-dev/tox/issues/3054 | [] | jugmac00 | 1 |
sunscrapers/djoser | rest-api | 675 | Djoser django.core.mail.backends.smtp.EmailBackend' Error do not work.. |
When I try to send an activation mail when creating a User, I see an error concerning the smtp lib and I realize that it is related to DJoser and the django EMail BAckend messaging engine..
Error
Internal Server Error: /auth/users/
Traceback (most recent call last):
File "/home/princeg/Bureau/django_authe... | open | 2022-06-04T14:33:02Z | 2022-06-04T14:33:02Z | https://github.com/sunscrapers/djoser/issues/675 | [] | princeGedeon | 0 |
ccxt/ccxt | api | 25,532 | Coinbase segfault (Go) | ### Operating System
macOS
### Programming Languages
Go
### CCXT Version
4.4.68
### Description
Checking for margin markets on Coinbase will cause a segfault.
### Code
```go
k := ccxt.NewCoinbase(nil)
<-k.LoadMarkets(nil)
fmt.Printf("ccxt version: %s\n", ccxt.Version)
m, _ := k.FetchMarkets(nil)
m0 := ... | open | 2025-03-22T22:22:05Z | 2025-03-24T11:13:26Z | https://github.com/ccxt/ccxt/issues/25532 | [
"question"
] | RealAtix | 6 |
aiortc/aiortc | asyncio | 697 | peer connections keeps waiting | I am testing server.py example. it works fine at localhost. But peer connection keeps waiting when I move this to online. I am using ubuntu, nginx and using proxy so that my https://domain.com is sent to 127.0.0.1:8080. I have attached the response at the sever which shows status of peer connection. I could not find a ... | closed | 2022-04-19T17:24:45Z | 2022-04-22T05:54:32Z | https://github.com/aiortc/aiortc/issues/697 | [
"invalid"
] | opusviz | 10 |
OFA-Sys/Chinese-CLIP | computer-vision | 186 | 支持开源的其他VIT预训练权重么 | hi,如题,我看model中的VIT是作者手动实现的,请问可以加载例如基于timm 的VIT训练的权重么。
谢谢~ | closed | 2023-08-14T09:35:10Z | 2023-08-15T11:37:52Z | https://github.com/OFA-Sys/Chinese-CLIP/issues/186 | [] | liszekei | 1 |
google/seq2seq | tensorflow | 159 | Win10: tensorflow.contrib.tfprof has no attribute 'model_analyzer'. | On a Windows 10 system, Python 3.5.2, TF 1.0. Runs two tests, fails the last one with this message:
```
======================================================================
ERROR: test_train_infer (seq2seq.test.pipeline_test.PipelineTest)
Tests training and inference scripts.
----------------------------------... | closed | 2017-04-13T04:21:25Z | 2017-06-25T17:25:06Z | https://github.com/google/seq2seq/issues/159 | [] | PAK90 | 3 |
django-import-export/django-import-export | django | 1,110 | export data for parent foreign key field that reference to self not working | I have model with field **parent** ref to '**self**' :
e.g:
parent = models.ForeignKey('self',verbose_name="parent", on_delete=models.CASCADE, null=True, blank=True, related_name='children')
> when export data the field value is '_str_' for instance , not '_id_' for primary key !!!
**but if I change it... | closed | 2020-04-19T14:23:38Z | 2023-04-12T17:29:43Z | https://github.com/django-import-export/django-import-export/issues/1110 | [] | EngFarisAlsmawi | 3 |
dunossauro/fastapi-do-zero | pydantic | 168 | Exercícios resolvidos | - [x] 02
- [x] 03
- [x] 04
- [x] 05
- [x] 06
- [x] 08
- [x] 09 | closed | 2024-06-08T05:25:10Z | 2024-10-05T04:57:08Z | https://github.com/dunossauro/fastapi-do-zero/issues/168 | [] | dunossauro | 1 |
amdegroot/ssd.pytorch | computer-vision | 92 | How can I fine tune a SSD network ? | I want to use a pre-trained ResNet as base network. Then I add some additional layers on top of the specific layer of base network. How can I finetuning it? | open | 2018-01-10T14:02:30Z | 2018-02-21T06:26:15Z | https://github.com/amdegroot/ssd.pytorch/issues/92 | [] | woaichipinngguo | 4 |
iMerica/dj-rest-auth | rest-api | 118 | Password reset throws error with django 3.1 | Hello,
recently updated django to version 3.1 and the password reset view throws error:
django.urls.exceptions.NoReverseMatch: Reverse for 'password_reset_confirm' with keyword arguments '{'uidb64': 'MTA', 'token': 'a88hdr-5fb0f72acbe1e9d2b81b7810dee31037'}' not found. 1 pattern(s) tried: ['usermanagement\\/passwor... | closed | 2020-08-07T10:16:36Z | 2020-12-29T10:57:18Z | https://github.com/iMerica/dj-rest-auth/issues/118 | [
"bug"
] | IIFelix | 14 |
rougier/numpy-100 | numpy | 215 | Exercise N62 - There is an unnecessary code, Exercise N80 - IndexError | **Exercise 62** - Considering two arrays with shape (1,3) and (3,1), how to compute their sum using an iterator?
**Code**
```python
a = np.random.randint(0, 10, (1, 3))
b = np.random.randint(0, 10, (3, 1))
it = np.nditer([a,b,None])
for x,y,z in it:
z = x + y
print(it.operands[2])
```
**Unnecessary p... | open | 2024-09-27T12:54:55Z | 2024-10-21T13:57:58Z | https://github.com/rougier/numpy-100/issues/215 | [] | Artur-Arstamyan | 1 |
pallets-eco/flask-sqlalchemy | flask | 723 | Add a contributing guidelines document? | Hi there! 👋
Thanks for creating a great package - we use it for our [FEC API](https://github.com/fecgov/openFEC). In preparation for PyCon sprints, I was checking out your project and found that there isn't a contributing guide.
Here's the [GitHub info](https://help.github.com/en/articles/setting-guidelines-for... | closed | 2019-05-06T05:14:32Z | 2020-12-05T19:58:33Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/723 | [
"docs"
] | lbeaufort | 1 |
python-arq/arq | asyncio | 264 | Question: how to run a job that creates more jobs? | Is there a better way to do this?
worker.py:
```python
redis_settings = RedisSettings.from_dsn(config.REDIS_URL)
redis_pool = asyncio.run(create_pool(redis_settings))
async def startup(ctx):
ctx['redis'] = redis_pool
await setup()
async def shutdown(ctx):
pass
class WorkerSettings:... | open | 2021-09-23T00:38:40Z | 2022-10-10T15:51:59Z | https://github.com/python-arq/arq/issues/264 | [] | omarish | 1 |
slackapi/python-slack-sdk | asyncio | 1,441 | Built-in InstallationStores fail to resolve a valid bot token when both bot and user-only installations co-exist in database tables | This happens in apps that implement both org-wide bot-scope installs together with individual user-scope installs.
Examples where an app would want to support this: (a) handling "[sign in with Slack](https://api.slack.com/authentication/sign-in-with-slack)" using Bolt and `/oauth_redirect` post-auth redirect url; o... | closed | 2023-12-02T10:50:57Z | 2023-12-04T09:10:30Z | https://github.com/slackapi/python-slack-sdk/issues/1441 | [
"bug",
"enhancement",
"Version: 3x",
"oauth"
] | kulmatitskiy | 2 |
ultralytics/ultralytics | deep-learning | 19,361 | export `engine` with `workspace` param in jetson will error | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Export
### Bug
in `jetson jetpack 6.2`
```
MODEL_PATH = "/opt/yolo/models/yolov8l-obb-640-53.pt"
models = YOLO(MODEL_PAT... | closed | 2025-02-21T10:47:04Z | 2025-03-06T14:28:02Z | https://github.com/ultralytics/ultralytics/issues/19361 | [
"bug",
"fixed",
"OBB",
"exports"
] | jaffe-fly | 2 |
Yorko/mlcourse.ai | matplotlib | 749 | Fix MyST header anchors | Check auto-generated anchors, e.g.:
`myst-anchors -l 3 mlcourse_ai_jupyter_book/book/topic02/topic02_visual_data_analysis.md`
[MyST docs](https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#auto-generated-header-anchors)
| closed | 2023-05-17T14:22:11Z | 2024-08-19T16:42:26Z | https://github.com/Yorko/mlcourse.ai/issues/749 | [] | Yorko | 2 |
matterport/Mask_RCNN | tensorflow | 2,762 | different outputs for keras.layers.TimeDistributed() | moving from
`Ubuntu 18.04 | CUDA 10.1 | tensorflow 2.1.0 | keras 2.3`
to
`Ubuntu 20.04 | CUDA 11.1 | tensorflow 2.4.0 | keras 2.4.0`
I'm getting a different output in
x = KL.TimeDistributed(KL.Conv2D(fc_layers_size, (pool_size, pool_size), padding='valid'), name='mrcnn_class_conv1')(x)
namely,... | open | 2022-01-19T13:29:37Z | 2022-01-19T13:29:37Z | https://github.com/matterport/Mask_RCNN/issues/2762 | [] | aabramovrepo | 0 |
quantumlib/Cirq | api | 6,538 | Inverting gates does not allow to save circuit in json | **Description of the issue**
**How to reproduce the issue**
```
U = cirq.Circuit()
K = cirq.Circuit()
K.append(cirq.PhasedFSimGate(0, 0, 0, 0,0).on(cirq.GridQubit(0, 0), cirq.GridQubit(0, 1)))
U.append(K)
U.append(cirq.X.on(cirq.GridQubit(0, 0)))
U.append(cirq.inverse(K))
with open('test.json', 'wb... | open | 2024-04-01T03:17:06Z | 2024-11-13T01:16:17Z | https://github.com/quantumlib/Cirq/issues/6538 | [
"kind/bug-report",
"triage/accepted",
"area/serialization",
"area/json"
] | nikita-astronaut | 3 |
Yorko/mlcourse.ai | numpy | 758 | Proofread topic 7 | - Fix issues
- Fix typos
- Correct the translation where needed
- Add images where necessary | closed | 2023-10-24T07:41:55Z | 2024-08-25T08:10:28Z | https://github.com/Yorko/mlcourse.ai/issues/758 | [
"enhancement",
"articles"
] | Yorko | 2 |
onnx/onnx | pytorch | 5,920 | Clarify DFT behavior when `inverse=True` | Currently, https://onnx.ai/onnx/operators/onnx__DFT.html specifies the input/output relations for DFT, but it does not specify what those when `inverse=True`. This can create confusion on, for example, whether both `onesided` and `inverse` can be set, and what the input/output shapes should be.
cc @xadupre @gramalin... | open | 2024-02-08T17:56:53Z | 2025-01-24T15:02:17Z | https://github.com/onnx/onnx/issues/5920 | [
"topic: spec clarification"
] | justinchuby | 3 |
geex-arts/django-jet | django | 233 | Custom Dashboard shows empty Modules | Hi,
if you setup a custom dashboard with some modules, e. g. AppList, ModelList, LinkedList, ..., the module instantiating with the argument `models` works only with the asterisk like this: `models=('appname.*',)`. In case of explicit given model names like `models=('appname.the_model',)`, the dashboard module remai... | open | 2017-07-14T19:58:54Z | 2017-08-15T15:42:01Z | https://github.com/geex-arts/django-jet/issues/233 | [] | ghost | 7 |
pyppeteer/pyppeteer | automation | 137 | Evaluate stuck after some executions in headless mode | if I call this code 100-200 times it just stuck and still awaiting forever:
`
await self.page.evaluate('''() => {
console.log('LOG');
return 'test string';
}''')
`
Any Ideas? This goes only with headless: True option on all chrome and chromium builds under macOS and Linux, but on NodeJS puppeteer same ... | closed | 2020-06-16T06:49:22Z | 2021-06-11T10:44:35Z | https://github.com/pyppeteer/pyppeteer/issues/137 | [
"bug",
"fixed-in-2.1.1",
"can't reproduce"
] | alternativshik | 37 |
google-research/bert | tensorflow | 1,139 | Is this BERT architecture will be suitable for log file anomly detection?? | I'm doing log files analysis where I have different server logs and I want to detect anomaly from these logs. Already it is implemented in LSTM but this implementation is not as much nice. I have done research a little bit on BERT it looks great but I just want to know more detail about this task. | open | 2020-08-19T06:52:09Z | 2020-08-19T06:53:33Z | https://github.com/google-research/bert/issues/1139 | [] | zawster | 0 |
huggingface/transformers | tensorflow | 36,472 | Dtensor support requires torch>=2.5.1 | ### System Info
torch==2.4.1
transformers@main
### Who can help?
#36335 introduced an import on Dtensor https://github.com/huggingface/transformers/blob/main/src/transformers/modeling_utils.py#L44
but this doesn't exist on torch==2.4.1, but their is no guard around this import and setup.py lists torch>=2.0.
@Arthu... | closed | 2025-02-28T05:02:22Z | 2025-03-05T10:27:02Z | https://github.com/huggingface/transformers/issues/36472 | [
"bug"
] | winglian | 6 |
wemake-services/wemake-django-template | pytest | 2,160 | Upgrade to 4.2 | Django 4.2 is out: https://github.com/wemake-services/wemake-django-template/pull/2157
We need to upgrade our template, when `django-stubs` will be ready. | closed | 2023-04-04T07:04:27Z | 2023-05-03T08:49:57Z | https://github.com/wemake-services/wemake-django-template/issues/2160 | [] | sobolevn | 0 |
cobrateam/splinter | automation | 1,072 | Error in Docker Container, "unknown error: DevToolsActivePort file doesn't exist" | I'm trying to run a program in a Docker container using Splinter. Here is my Dockerfile
```
FROM python:3.7-alpine
COPY requirements.txt .
RUN apk update && \
apk add make automake gcc g++ subversion python3-dev && \
apk add gcc musl-dev python3-dev libffi-dev openssl-dev && \
apk add chromiu... | closed | 2022-07-22T13:04:18Z | 2024-02-13T15:04:11Z | https://github.com/cobrateam/splinter/issues/1072 | [] | oliverdixon85 | 2 |
iperov/DeepFaceLab | deep-learning | 5,679 | Who knows what kind of artifacts climbed out? | Who knows what kind of artifacts climbed out?


| open | 2023-06-06T09:37:55Z | 2023-06-08T14:30:55Z | https://github.com/iperov/DeepFaceLab/issues/5679 | [] | pisket | 1 |
ultrafunkamsterdam/undetected-chromedriver | automation | 937 | Can't use user profiles | Hi all, I am trying to run a user profile that has a custom extension installed. However, when I run the WebDriver, it does not open with that profile and the extension is nowhere to be found. The entire of purpose of this is to use authenticated proxies, as every other method that I have tried (including loading an un... | open | 2022-12-06T01:12:34Z | 2022-12-09T02:00:11Z | https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/937 | [] | joshglens | 4 |
hpcaitech/ColossalAI | deep-learning | 5,600 | [BUG] [Shardformer]: Error in blip2 testing with half precision | ### 🐛 Describe the bug
1. It seems blip2 testing doesn't work correctly at all if model is half precision (torch.float16).
2. With bfloat16, `colossalai.shardformer.layer.FusedLayerNorm` doesn't seem to work correctly.
https://github.com/hpcaitech/ColossalAI/blob/main/tests/test_shardformer/test_model/test_shard_... | open | 2024-04-15T20:59:12Z | 2024-04-24T08:57:39Z | https://github.com/hpcaitech/ColossalAI/issues/5600 | [
"bug"
] | insujang | 1 |
ultralytics/yolov5 | machine-learning | 13,164 | multi-gpu validation | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hello,
Is there any way to use multi-gpu during running val.py of Yolov5?
I set --dev... | closed | 2024-07-04T05:17:12Z | 2024-08-15T00:22:57Z | https://github.com/ultralytics/yolov5/issues/13164 | [
"question",
"Stale"
] | yjseok | 2 |
Miserlou/Zappa | django | 1,871 | bug: Error condition check for binary support | https://github.com/Miserlou/Zappa/blob/3ccf7490a8d8b8fa74a61ee39bf44234f3567739/zappa/handler.py#L542-L551
The condition `not response.mimetype.startswith("text/") or response.mimetype != "application/json"` will never happen. | open | 2019-05-11T17:45:05Z | 2019-05-11T17:45:05Z | https://github.com/Miserlou/Zappa/issues/1871 | [] | lonsdale8734 | 0 |
jupyter/nbgrader | jupyter | 1,340 | Help with the error, The exchange directory at /srv/nbgrader/exchange does not exist and could not be created. The "release" and "collect" functionality will not be available. | The documentation is somewhat vague as to how to fix this error. Could someone please provide a more direct, step-by-step approach to solving this error. Some of us would like to bring Jupyter notebooks into our curriculum but are very new to it. | open | 2020-06-10T22:13:53Z | 2020-07-29T16:25:41Z | https://github.com/jupyter/nbgrader/issues/1340 | [] | stcline | 4 |
marcomusy/vedo | numpy | 610 | Curvature range | I am playing around with the vedo library a bit and find it super helpful to work with surfaces. In particular, I turn point clouds into surfaces with `recoSurface()` and then measure curvatures with the `addcurvatureScalar()` function and the Gaussian curvature method.
The visualized surface looks like this:
![S... | closed | 2022-03-04T14:04:29Z | 2022-03-07T23:40:03Z | https://github.com/marcomusy/vedo/issues/610 | [] | jo-mueller | 8 |
man-group/arctic | pandas | 407 | Randomly raise Exception: Error decompressing if append many times to a symbol in chunk store | #### Arctic Version
```
arctic (1.51.0)
```
#### Arctic Store
```
ChunkStore
```
#### Platform and version
Red Hat Enterprise Linux Server release 7.2 (Maipo)
#### Description of problem and/or code sample that reproduces the issue
I append daily data to one symbol (write if not exists and set ... | closed | 2017-08-29T07:14:20Z | 2017-10-17T20:23:35Z | https://github.com/man-group/arctic/issues/407 | [] | lf-shaw | 14 |
InstaPy/InstaPy | automation | 6,526 | Can I specify a few types of media? | <!-- Did you know that we have a Discord channel ? Join us: https://discord.gg/FDETsht -->
<!-- Is this a Feature Request ? Please, check out our Wiki first https://github.com/timgrossmann/InstaPy/wiki -->
## Expected Behavior
When i want like some posts of people from list, sometimes I meet situation where most par... | open | 2022-03-01T00:26:24Z | 2022-03-01T00:27:28Z | https://github.com/InstaPy/InstaPy/issues/6526 | [] | Ilnur786 | 0 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,373 | How to get result images have same names suffix as testA? | Hi,
Firstly thank you very much for such a nice implementation. My question is related to CycleGan:
1. I have 500 files in /testA/ named such as 1.jpg, 2.jpg, ... , 500.jpg
2. I want to have the results to have outputs say 1_real.png , 1_fake.png, ..., 500_real.png, 500_fake.png - that refers to the original 1.j... | open | 2022-01-30T21:35:15Z | 2022-02-15T20:23:13Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1373 | [] | adnan0819 | 3 |
tqdm/tqdm | jupyter | 678 | Colors do not work if tqdm imported. | This code works...
```
_CRED = '\033[91m'
_CEND = '\033[0m'
print(_CRED + "Colors bre being set" + _CEND + '-all_set')
```
but after importing the same code does not work.
```
import tqdm
_CRED = '\033[91m'
_CEND = '\033[0m'
print(_CRED + "Colors bre being set" + _CEND + '-all_set')
```
Python:
(... | closed | 2019-02-19T21:45:11Z | 2020-10-10T23:51:15Z | https://github.com/tqdm/tqdm/issues/678 | [
"invalid ⛔",
"to-fix ⌛",
"p2-bug-warning ⚠"
] | krishnachouhan | 13 |
sinaptik-ai/pandas-ai | data-visualization | 1,168 | Support Chinese characters in prompt generation stage | ### System Info
pandasai == 2.0.43
python == 3.11
### 🐛 Describe the bug
I was trying to use *Field Descriptions* feature to improve the understanding of my dataset to LLMs. The way I am doing is write a data description function to create a dictionary info about dataset then pass then to pandasai through *F... | closed | 2024-05-20T02:58:26Z | 2024-10-16T08:32:27Z | https://github.com/sinaptik-ai/pandas-ai/issues/1168 | [
"bug"
] | Tu-Zhenzhao | 1 |
slackapi/python-slack-sdk | asyncio | 1,611 | Add `expand` attribute to SectionBlock | The [API docs list the attribute `expand`](https://api.slack.com/reference/block-kit/blocks#section), which is currently missing from the SDK version in SectionBlock class.
### Category (place an `x` in each of the `[ ]`)
- [ ] **slack_sdk.web.WebClient (sync/async)** (Web API client)
- [ ] **slack_sdk.webhook.W... | closed | 2024-12-06T07:33:34Z | 2025-01-14T14:53:39Z | https://github.com/slackapi/python-slack-sdk/issues/1611 | [
"enhancement",
"good first issue"
] | henrinormak | 2 |
mwaskom/seaborn | data-science | 3,227 | seaborn objects scale with two visualisations with same kwargs? | Hello,
I ran into a problem with scale, when I'm trying to display two visualizations with color mapped by column.
I'm trying to create bar plot with labels on bars. Position of labels and color of labels depends on column of dataframe. Also, I would like to color bars by column.
here is my question on stack ove... | closed | 2023-01-19T11:30:20Z | 2023-01-20T00:30:28Z | https://github.com/mwaskom/seaborn/issues/3227 | [] | vorel99 | 1 |
cvat-ai/cvat | tensorflow | 8,627 | GT annotations can sometimes show up in the Standard mode | ### 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
In a task with honeypots, GT annotations can show up in the UI, when an annotation job is just opened. It can happen... | closed | 2024-10-31T15:03:55Z | 2024-11-13T14:20:47Z | https://github.com/cvat-ai/cvat/issues/8627 | [
"bug",
"ui/ux"
] | zhiltsov-max | 0 |
jmcarpenter2/swifter | pandas | 132 | TypeError Thrown for Geospatial Calculations | When calling
`df[geom_col].swifter.apply(lambda geom: geom.minimum_rotated_rectangle)`
A TypeError is thrown. `TypeError: apply() takes from 2 to 3 positional arguments but 4 were given`
If its something simpler, like getting the area, no error is thrown
`df[geom_col].swifter.apply(lambda geom: geom.area... | closed | 2020-10-08T19:57:53Z | 2020-10-12T03:32:50Z | https://github.com/jmcarpenter2/swifter/issues/132 | [] | yesthisistom | 4 |
lucidrains/vit-pytorch | computer-vision | 292 | Question regarding 1d fft use | Hi, thanks so much for your excellent work! I just have one question regarding your last commit of simple_vit_with_fft:
https://github.com/lucidrains/vit-pytorch/blob/d446a41243c91a43adcac6f0559d53f1a4eea4fa/vit_pytorch/simple_vit_with_fft.py#L131
In this commit you use a 1D fft; may I ask why not use torch.fft.fft2... | closed | 2023-12-23T07:47:55Z | 2023-12-23T16:12:14Z | https://github.com/lucidrains/vit-pytorch/issues/292 | [] | chengengliu | 1 |
thtrieu/darkflow | tensorflow | 969 | Conversion to ONNX (Yolo on HoloLens) | Hey there,
I'm currently trying to convert my saved (and working) .pb file into a onnx file. I'm using winML tools at the moment but the result of the conversion doesn't work at all (the input parameters are wrong + the whole architecture is not correct). I want to use the converted model inside a UWP application th... | open | 2019-01-16T09:48:20Z | 2019-01-16T10:01:37Z | https://github.com/thtrieu/darkflow/issues/969 | [] | walterPeyton | 0 |
httpie/cli | python | 637 | Is there a way to catch response body of a Internal Server Error? | Hello, i need to get the response body of a Http Status Code 500 request, but i need that request itself to be an "exit 0" request. Is there a way to do this with httpie?
Example with curl:
```bash
curl --silent --show-error --fail -X GET --header "Accept: application/json" --header "token:mytoken" "https://myr... | closed | 2017-12-04T16:41:48Z | 2017-12-28T16:03:30Z | https://github.com/httpie/cli/issues/637 | [] | thiagobucca | 1 |
airtai/faststream | asyncio | 1,350 | Create docs according to design (image) | closed | 2024-04-08T06:03:49Z | 2024-04-15T06:06:12Z | https://github.com/airtai/faststream/issues/1350 | [
"documentation"
] | davorrunje | 0 | |
randyzwitch/streamlit-folium | streamlit | 82 | How to get lat/lon from mouse click position? | How can I get the GPS (lat/lon) point for the last clicked mouse position, and have this info displayed in the console continuously?
I have tried with the following code.
<details>
<summary>Click to see code</summary>
```python
import time
import streamlit as st
from streamlit_folium import st_folium
imp... | closed | 2022-08-25T00:05:28Z | 2022-08-31T09:50:24Z | https://github.com/randyzwitch/streamlit-folium/issues/82 | [] | eabase | 2 |
huggingface/diffusers | pytorch | 10,194 | Full support for Flux attention masking | **Is your feature request related to a problem? Please describe.**
SimpleTuner/Kohya allow T5 attention masked training, however this is not currently supported natively in diffusers
**Describe the solution you'd like.**
Already implemented and used in Simpletuner and Kohya: https://github.com/bghira/SimpleTuner/b... | open | 2024-12-11T19:07:38Z | 2025-01-11T15:02:41Z | https://github.com/huggingface/diffusers/issues/10194 | [
"stale"
] | squewel | 2 |
graphistry/pygraphistry | jupyter | 85 | About point_color | Is the point color we can use no more than 12 ?
What if my network has more over 12 modules, The rest modules would all be painting in black, so we can not distinguish those modules?
The question is how can I override the default edge and node coloring ?
I have read this tutorial, but still don't understand? Any... | closed | 2017-10-11T03:15:06Z | 2017-11-04T13:21:40Z | https://github.com/graphistry/pygraphistry/issues/85 | [] | RiptideBo | 1 |
ultralytics/yolov5 | pytorch | 12,925 | Multi-GPU train | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
First of all, thank you for your always kind and detailed answers!
I'm trying to train... | closed | 2024-04-15T15:31:10Z | 2024-05-26T00:23:56Z | https://github.com/ultralytics/yolov5/issues/12925 | [
"question",
"Stale"
] | Cho-Hong-Seok | 2 |
ray-project/ray | data-science | 51,368 | [Core] Problems with uv run and remote cluster | ### What happened + What you expected to happen
I'm trying to use the new uv run feature of Ray 2.43.0, but I'm stumbling into an issue.
When I run it locally, things seems to work, but when I try to launch it on a remote cluster like this:
```
ray.init(
"ray://<internal_url>:10001",
runtime_env={
"p... | open | 2025-03-14T09:26:59Z | 2025-03-21T21:52:42Z | https://github.com/ray-project/ray/issues/51368 | [
"bug",
"P1",
"core",
"core-runtime-env",
"uv"
] | sveint | 4 |
widgetti/solara | jupyter | 221 | What happened to Switch? | I'm new to solara and experimenting, now by taking a streamlit project and changing the front end. Streamlit has these expandable containers. Looking at the online API documentation, Switch looked like an easy way to mimmick this functionality. The following code is based on the Switch example, but when I run it, I get... | closed | 2023-07-28T16:48:43Z | 2023-07-28T19:48:10Z | https://github.com/widgetti/solara/issues/221 | [] | stepsbystep | 3 |
fastapi/sqlmodel | fastapi | 504 | underscore_attrs_are_private cannot use | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X] I al... | open | 2022-11-22T06:44:57Z | 2022-11-22T08:24:56Z | https://github.com/fastapi/sqlmodel/issues/504 | [
"question"
] | dongfengweixiao | 1 |
pytorch/pytorch | numpy | 149,533 | UnsupportedOperatorException: aten._fft_r2c.default | ### 🐛 Describe the bug
We ran into this error when trying to convert the <a href="https://huggingface.co/speechbrain/lang-id-voxlingua107-ecapa">VoxLingua107 ECAPA-TDNN Spoken Language Identification Model</a> to ONNX. Replication and error outputs are below; a more verbose logs file is attached as well.
[onnx_expor... | closed | 2025-03-19T17:37:55Z | 2025-03-21T20:30:06Z | https://github.com/pytorch/pytorch/issues/149533 | [
"module: onnx",
"triaged",
"oncall: pt2",
"oncall: export"
] | ivyw-ts | 7 |
CorentinJ/Real-Time-Voice-Cloning | pytorch | 955 | zsh: illegal hardware instruction python demo_toolbox.py | When i'm running ‘python demo_toolbox.py’,The console prompts me‘zsh: illegal hardware instruction python demo_toolbox.py’;
My operating environment is macbook(m1), python 3.9.9,pytorch 1.10.0;
what should i do now; | closed | 2021-12-21T14:50:40Z | 2021-12-28T12:34:20Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/955 | [] | absc | 0 |
encode/uvicorn | asyncio | 1,713 | GitHub TestSuite checks are failing | I think this might be due to #1696, the pip upgrade fails for Windows, and others are cascaded into cancellation.
```
Run scripts/install
scripts/install
shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0}
env:
pythonLocation: C:\hostedtoolcache\windows\Python\3.7.9\x64
... | closed | 2022-10-18T19:13:24Z | 2022-10-19T08:48:52Z | https://github.com/encode/uvicorn/issues/1713 | [] | adnaanbheda | 3 |
JaidedAI/EasyOCR | pytorch | 666 | how can I convert the pretrained .pth models to .bin for libtorch? steve8000818@gmail.com | how can I convert the pretrained .pth models to .bin for libtorch? steve8000818@gmail.com | closed | 2022-02-14T23:32:45Z | 2022-08-25T10:52:30Z | https://github.com/JaidedAI/EasyOCR/issues/666 | [] | nissansz | 0 |
huggingface/transformers | python | 36,495 | `_load_state_dict_into_meta_model` - `'NoneType' object has no attribute 'load_state_dict'` | https://github.com/huggingface/diffusers/actions/runs/13615360562/job/38057746315?pr=10898
```
model = StableDiffusionSafetyChecker(
(vision_model): CLIPVisionModel(
(vision_model): CLIPVisionTransformer(
(emb...=1e-05, elementwise_affine=True)
)
)
(visual_projection): Linear(in_features=32, out_f... | closed | 2025-03-02T12:34:36Z | 2025-03-03T17:53:31Z | https://github.com/huggingface/transformers/issues/36495 | [] | hlky | 5 |
coqui-ai/TTS | pytorch | 2,494 | Reporting a vulnerability | Hello!
I hope you are doing well!
We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has a feature called **Private vulnerability reporting**, which enables security research to privately disclose a vulnerability. Unfortun... | closed | 2023-04-10T11:04:25Z | 2023-05-12T13:53:40Z | https://github.com/coqui-ai/TTS/issues/2494 | [
"wontfix"
] | igibek | 4 |
WeblateOrg/weblate | django | 13,908 | Lower automatic suggestions threshold in case of no results | ### Describe the problem
In automatic suggestions, the threshold to show them (75 as written [here](https://github.com/WeblateOrg/weblate/discussions/10933#discussioncomment-8347434)) is sometimes too high and useful suggestions are omitted. As a workaround, user can enter the string into the "Translation memory" fiel... | closed | 2025-02-17T20:31:57Z | 2025-02-24T18:56:41Z | https://github.com/WeblateOrg/weblate/issues/13908 | [
"bug"
] | strepon | 8 |
fastapi/sqlmodel | fastapi | 61 | Can SQLModel be more generic in its implementations? Swappable backends? | ### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the integrated search.
- [X] I already searched in Google "How to X in SQLModel" and didn't find any information.
- [X... | open | 2021-08-31T05:18:42Z | 2023-04-24T06:50:05Z | https://github.com/fastapi/sqlmodel/issues/61 | [
"feature"
] | ashleysommer | 2 |
miguelgrinberg/flasky | flask | 270 | Account confirming problem | Hi Mr.Grinberg & everyone:
I've got an issue about account comfirming:
When I click the link from the email sent by my webapp, but failed comfirming:
The webpage flashed 'You have confirmed your account. Thanks! ',BUT the url was still '/auth/unconfirmed', and I check the data through sqlite3, the value ... | closed | 2017-05-28T03:42:12Z | 2017-05-28T08:29:12Z | https://github.com/miguelgrinberg/flasky/issues/270 | [
"question"
] | butflame | 3 |
WZMIAOMIAO/deep-learning-for-image-processing | deep-learning | 603 | 关于Vit的pos embedding | 您好!有两个问题想询问一下
1.讲解的时候说明,用1D位置编码 ,9个patch已经按照1-9 排好了;但在代码中为什么没有用到1-9这个位置顺序,需要学习才能得到?
<img width="785" alt="image" src="https://user-images.githubusercontent.com/54054113/180702963-d63a9c27-6237-4f92-b2dc-52c2a7f90ad0.png">
2.为什么class_token也需要pos_position,他不是固定好放在第0个位置吗?
谢谢 | closed | 2022-07-25T05:12:14Z | 2022-08-06T09:00:51Z | https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/603 | [] | Liqq1 | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.