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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
satwikkansal/wtfpython | python | 364 | Опечатка в тексте | https://github.com/satwikkansal/wtfpython/tree/master/translations/ru-russian
Опечатка — вместо:
> Подобная оптимизация применима и к другим **изменяемым** объектам, таким как пустые кортежи.
Должно быть:
> Подобная оптимизация применима и к другим **неизменяемым** объектам, таким как пустые кортежи. | open | 2024-12-26T14:46:45Z | 2025-02-06T09:12:28Z | https://github.com/satwikkansal/wtfpython/issues/364 | [] | mvdomrachev | 3 |
ranaroussi/yfinance | pandas | 1,381 | previous_close not working on some stock symbols | not working stock icon
`import yfinance as yf
ticker = yf.Ticker('SOKE.IS').fast_info
previous_close = ticker['previous_close']
print(previous_close)`
working stock icon
`import yfinance as yf
ticker = yf.Ticker('MAVI.IS').fast_info
previous_close = ticker['previous_close']
print(previous_close)`
... | closed | 2023-01-30T12:25:57Z | 2023-04-11T20:04:45Z | https://github.com/ranaroussi/yfinance/issues/1381 | [] | FrknKAYA | 7 |
ultralytics/ultralytics | computer-vision | 19,231 | Calculating AP and mAP for yolov8 model with some postprocessing techniques | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi,
I have a yolov8 model with postprocessing techniques like TTA.
I want t... | closed | 2025-02-13T11:19:13Z | 2025-02-17T12:26:30Z | https://github.com/ultralytics/ultralytics/issues/19231 | [
"question",
"detect"
] | teengineer | 3 |
apify/crawlee-python | automation | 1,012 | Add a separate `crawlee-cli` PyPI package | - It should depend on `crawlee[cli]` and expose a `crawlee` script (CLI entrypoint)
- It is more user friendly to run than the square-brackets variant
- Follow up to https://github.com/apify/crawlee-python/pull/1011 | open | 2025-02-24T10:35:59Z | 2025-02-24T10:40:19Z | https://github.com/apify/crawlee-python/issues/1012 | [
"t-tooling"
] | janbuchar | 0 |
streamlit/streamlit | data-science | 9,998 | will streamlit components support different language later? | ### 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
recently i upgrade streamlit to version 1.41.0, and use st.date_input component. i found the month and week d... | closed | 2024-12-11T02:06:04Z | 2024-12-11T18:44:36Z | https://github.com/streamlit/streamlit/issues/9998 | [
"type:enhancement"
] | phoenixor | 3 |
streamlit/streamlit | python | 10,165 | `st.logo` makes printing look bad | ### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provided sufficient information below to help reproduce this issue.
### Summary
When printing an app that uses `st.logo` (e.g... | closed | 2025-01-11T19:35:16Z | 2025-01-14T13:26:26Z | https://github.com/streamlit/streamlit/issues/10165 | [
"type:bug",
"status:confirmed",
"priority:P2",
"feature:st.logo"
] | jrieke | 1 |
Lightning-AI/LitServe | fastapi | 431 | Failing tests with `wrap_litserve_start` Never exit | ## 🐛 Bug: Failing tests with `wrap_litserve_start` Never exit
<!-- A clear and concise description of what the bug is. -->
### To Reproduce
1. Modify any test that uses `wrap_litserve_start` to force a failure.
2. Run the test and observe that it never exits.
<!-- If you have a code sample, error messages, stack tr... | closed | 2025-02-18T05:47:19Z | 2025-02-18T10:18:10Z | https://github.com/Lightning-AI/LitServe/issues/431 | [
"bug",
"help wanted"
] | bhimrazy | 0 |
jonaswinkler/paperless-ng | django | 753 | [Errno 13] Permission denied: '/usr/src/paperless/src/../media/documents/archive' | hi!
i installed paperless-ng via docker script on my RPi4, and web interface, mail import etc. works just fine!
But processing Documents produces an error: PermissionError: [Errno 13] Permission denied: '/usr/src/paperless/src/../media/documents/archive'
```
[Errno 13] Permission denied: '/usr/src/paperless/src... | closed | 2021-03-13T20:58:31Z | 2021-03-13T22:14:19Z | https://github.com/jonaswinkler/paperless-ng/issues/753 | [] | kopfpolster | 3 |
AUTOMATIC1111/stable-diffusion-webui | pytorch | 16,126 | [Bug]: Stable diffusion model failed to load | ### Checklist
- [x] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui
- [x] The issue exists in the current version of the webui
- [ ] The issue has not been reported before... | open | 2024-07-02T07:26:58Z | 2024-07-13T20:28:38Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16126 | [
"bug-report"
] | kingyoolee | 2 |
kymatio/kymatio | numpy | 478 | Sphinx gallery does not create thumbnails for all examples | See for example https://www.kymat.io/gallery_2d/regularized_inverse_scattering_MNIST.html#sphx-glr-gallery-2d-regularized-inverse-scattering-mnist-py and various other examples: the figure is neither displayed on the example page, nor in the gallery of thumbnails. I believe this is because of the
```
if __name__ == ... | closed | 2020-01-05T21:17:58Z | 2020-01-27T02:46:19Z | https://github.com/kymatio/kymatio/issues/478 | [] | emmanuelle | 5 |
pytest-dev/pytest-selenium | pytest | 78 | INTERNALERROR: KeyError: 'startdir' | Hi, I'm using py.test and django. After installing `pytest-selenium`, I got the following error.
Can anyone shed some light on this?
```
$ py.test
Test session starts (platform: darwin, Python 3.5.2, pytest 3.0.2, pytest-sugar 0.7.1)
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/Users/jon/... | closed | 2016-09-06T22:38:08Z | 2016-09-06T23:39:03Z | https://github.com/pytest-dev/pytest-selenium/issues/78 | [] | jmillxyz | 7 |
GibbsConsulting/django-plotly-dash | plotly | 154 | Add demo website to documentation and demo templates | There is now a demo website at https://djangoplotlydash.com
It can be used as a live example of the library, so links should be added to the documentation and also the template for the demo itself. | closed | 2019-05-16T16:38:46Z | 2019-05-17T16:08:26Z | https://github.com/GibbsConsulting/django-plotly-dash/issues/154 | [
"enhancement"
] | GibbsConsulting | 0 |
noirbizarre/flask-restplus | api | 613 | The name of the body can only be called payload? | In the generated document, the name of the body can only be called payload? I want change the name to make more sense.
```
@au.route('/authenticate')
@au.response(400, 'params error')
class Authenticate(Resource):
@au.doc('Get a accessT... | open | 2019-03-27T07:42:34Z | 2020-01-16T02:58:23Z | https://github.com/noirbizarre/flask-restplus/issues/613 | [
"Needed: Feedback"
] | ELvisZxc | 3 |
lukas-blecher/LaTeX-OCR | pytorch | 18 | google/protobuf/pyext/descriptor.cc:358: bad argument to internal function | Hello, i got this error went i run python pix2tex.
I have torch 1.7 with cuda.
| closed | 2021-06-01T09:49:56Z | 2021-06-01T16:22:37Z | https://github.com/lukas-blecher/LaTeX-OCR/issues/18 | [] | geek3000 | 6 |
babysor/MockingBird | pytorch | 682 | 在训练模型时attention图无法生成明显斜线是否正常 | 目前只跑了7k,素材都是自己精心挑选和处理的,但是attention图始终无法呈现明显斜线,是素材的问题还是训练数没够?有没有必要等等看

| open | 2022-07-27T08:21:46Z | 2022-07-30T12:20:58Z | https://github.com/babysor/MockingBird/issues/682 | [] | Ternloli | 1 |
JaidedAI/EasyOCR | machine-learning | 569 | Newbie Question : how to produce Output as TXT file | hi, sorry for the very newbie question, and my broken English,
I am not a python programmer, so installing to this "working state" is quite miraculous for me,
for the info, I use windows 10 and use "easyocr.exe" using cmd and this is the result:
```
([[384, 46], [862, 46], [862, 124], [384, 124]], '元旱安,好久不旯', 0.553... | closed | 2021-10-15T13:23:30Z | 2024-03-28T12:51:04Z | https://github.com/JaidedAI/EasyOCR/issues/569 | [] | kucingkembar | 3 |
flasgger/flasgger | flask | 434 | The imp module is deprecated in favour of importlib; | It seems this line needs to be updated:
https://github.com/flasgger/flasgger/blob/ce98b046cbec2b2eb8c6de6df4b5409c06a8e539/flasgger/utils.py#L5
```
File "/usr/local/Cellar/python@3.8/3.8.2/Frameworks/Python.framework/Versions/3.8/lib/python3.8/imp.py", line 31, in <module>
warnings.warn("the imp module is... | closed | 2020-09-30T15:14:11Z | 2022-09-03T02:04:56Z | https://github.com/flasgger/flasgger/issues/434 | [] | kamyar | 8 |
slackapi/bolt-python | fastapi | 818 | Scopes required to allow DM-ing bot directly | Hello! Got a feature request that users would like to DM the bot directly instead of asking in channels.
<img width="969" alt="image" src="https://user-images.githubusercontent.com/67022327/216746049-0f6e4c82-b95f-4bff-b74e-3eb665dc79ff.png">
Here are the scopes I have set. Thought adding `im:read` and `im:write`... | closed | 2023-02-04T03:38:17Z | 2023-02-07T02:08:57Z | https://github.com/slackapi/bolt-python/issues/818 | [
"question"
] | asontha | 4 |
autokey/autokey | automation | 557 | Autokey breaks dependencies in the latest KDE Neon. | ## Classification:
Bug
## Reproducibility:
Always
## Version
AutoKey version: 0.95.10
Used GUI (Gtk, Qt, or both): Qt
If the problem is known to be present in more than one version, please list all of those.
Installed via: PPA (nemonein)
Linux Distribution: KDE Neon
## Summary
In the la... | closed | 2021-06-06T08:09:28Z | 2021-06-12T16:51:06Z | https://github.com/autokey/autokey/issues/557 | [
"upstream bug",
"installation/configuration"
] | nemonein | 11 |
streamlit/streamlit | deep-learning | 10,758 | Unable to see tracebacks in console for app exceptions | ### Checklist
- [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [x] I added a very descriptive title to this issue.
- [x] I have provided sufficient information below to help reproduce this issue.
### Summary
Hello, I have encountered a very frustrating ... | closed | 2025-03-12T21:52:06Z | 2025-03-13T16:10:11Z | https://github.com/streamlit/streamlit/issues/10758 | [
"type:bug",
"status:needs-triage"
] | cc-c4 | 2 |
graphistry/pygraphistry | jupyter | 473 | [BUG] hackernews demo fails on merge branch | On `http://localhost/notebook/lab/tree/demos/ai/Introduction/Ask-HackerNews-Demo.ipynb`:
```
ile /opt/conda/envs/rapids/lib/python3.8/site-packages/graphistry/feature_utils.py:652, in impute_and_scale_df(df, use_scaler, impute, n_quantiles, output_distribution, quantile_range, n_bins, encode, strategy, keep_n_decim... | open | 2023-05-01T06:13:05Z | 2023-05-26T23:48:30Z | https://github.com/graphistry/pygraphistry/issues/473 | [
"bug"
] | lmeyerov | 4 |
babysor/MockingBird | deep-learning | 789 | 运行demo_toolbox.py提示错误 | **Summary[问题简述(一句话)]**
A clear and concise description of what the issue is.
运行demo_toolbox.py提示错误
Arguments:
datasets_root: None
vc_mode: False
enc_models_dir: encoder\saved_models
syn_models_dir: synthesizer\saved_models
voc_models_dir: vocod... | open | 2022-11-23T14:45:29Z | 2022-12-15T13:40:49Z | https://github.com/babysor/MockingBird/issues/789 | [] | jasonyun | 1 |
piskvorky/gensim | nlp | 2,906 | Add 32/64-bit reporting to issue template | It's be useful if the issue template also requested whether the local Python is a 32-bit or 64-bit executable. Adding this line to the "Please provide the output of" code should be enough:
```python
import struct; print(8 * struct.calcsize("P"))
``` | closed | 2020-07-29T18:37:04Z | 2020-07-29T22:14:54Z | https://github.com/piskvorky/gensim/issues/2906 | [
"housekeeping"
] | gojomo | 3 |
mars-project/mars | pandas | 3,185 | [BUG] Ray shuffle load fetch shuffle raises AssertionError | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
A clear and concise description of what the bug is.
```python
mars/tensor/indexing/tests/test_indexing_execution.py:309 (test_setitem_fancy... | closed | 2022-07-12T10:00:43Z | 2022-08-08T11:16:55Z | https://github.com/mars-project/mars/issues/3185 | [
"type: bug",
"mod: ray integration",
"shuffle"
] | fyrestone | 1 |
ultralytics/ultralytics | machine-learning | 18,805 | How to Plot and Visualize Feature Maps for Each Layer in a YOLOv11 Mode | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi, I'm training a model using YOLOv11 and I've enabled visualization by set... | open | 2025-01-21T16:39:23Z | 2025-01-21T22:39:08Z | https://github.com/ultralytics/ultralytics/issues/18805 | [
"question",
"detect"
] | WengYan0619 | 2 |
albumentations-team/albumentations | deep-learning | 1,880 | [Feature Request] Make hardcoded parameter `shadow_intensity = 0.5` a paramater | The proposal is to add `shadow_intenisity_range: tuple[int, int]` parameter to the `RandomShadow` class, sample from it and use in `add_shadow` function. | closed | 2024-08-14T16:23:35Z | 2024-08-16T06:36:35Z | https://github.com/albumentations-team/albumentations/issues/1880 | [
"enhancement"
] | ternaus | 4 |
nteract/papermill | jupyter | 814 | Use maintained bumpversion fork | ## 🐛 Bug
bumpversion is not maintained in over 5 years and the README recommends to use one of the maintained forks.
Would you accept a PR to use bump-my-version instead?
https://github.com/callowayproject/bump-my-version
| open | 2024-12-22T02:47:03Z | 2024-12-22T02:47:03Z | https://github.com/nteract/papermill/issues/814 | [
"bug",
"help wanted"
] | jgarte | 0 |
nvbn/thefuck | python | 768 | Syntax errors in fish shell | <!-- If you have any issue with The Fuck, sorry about that, but we will do what we
can to fix that. Actually, maybe we already have, so first thing to do is to
update The Fuck and see if the bug is still there. -->
<!-- If it is (sorry again), check if the problem has not already been reported and
if not, just op... | closed | 2018-01-07T21:53:16Z | 2019-01-01T10:31:04Z | https://github.com/nvbn/thefuck/issues/768 | [] | Genora51 | 4 |
jupyter-book/jupyter-book | jupyter | 1,585 | Documentation or feature to enable glue to work with tables | ### Description / Summary
Following the docs [here](https://jupyterbook.org/content/executable/output-insert.html#the-glue-figure-directive) I can use syntax like this to generate a table, however, it get's called a figure and the formatting is very plain when rendering to PDF:
Code cell to generate glue table:
``... | open | 2022-01-03T21:09:03Z | 2022-01-03T21:09:03Z | https://github.com/jupyter-book/jupyter-book/issues/1585 | [
"enhancement"
] | ttimbers | 0 |
tradingstrategy-ai/web3-ethereum-defi | pytest | 135 | Better tracking for Uniswap v3 price estimation | - Currently `estimate_sell_received_amount` (and co) return raw amount
To track the slippage better, we should also return
- Block number
- Mid-price at the time of the reading
This allows us to post-mortem diagnose why slippage tolerance was exceeded | closed | 2023-07-16T18:17:09Z | 2023-07-25T11:33:04Z | https://github.com/tradingstrategy-ai/web3-ethereum-defi/issues/135 | [
"priority: P1"
] | miohtama | 0 |
neuml/txtai | nlp | 537 | Why do memory usages differ by 3Gb in these 2 scenarios? | scenario 1 where I pull the agnews dataset(60Mb) and save first 10K into an index. It takes about 4.32Gb in memory after completion.
scenario 2 where I load from the same path and only takes about 1.4 Gb.
Why is there a difference here?
```
scenario 1 - 4.32Gb
# Build hybrid index
embeddings = txtai.Embedd... | closed | 2023-08-28T18:36:57Z | 2023-09-22T16:57:48Z | https://github.com/neuml/txtai/issues/537 | [] | Vincent-liuwingsang | 14 |
polarsource/polar | fastapi | 4,721 | Resend API is blocking | It blocks the worker loop, especially when Resend API has hiccups and timeouts. Two things:
* [x] Make the API request ourself using `httpx`, remove their wrapper.
* [x] Make email sending an individual task so the whole job doesn't fail if the email sending fails; allowing us to retry it.
My # 1 priority before... | closed | 2024-12-20T12:54:58Z | 2024-12-20T15:01:15Z | https://github.com/polarsource/polar/issues/4721 | [
"bug"
] | frankie567 | 1 |
plotly/dash-core-components | dash | 292 | Input type “number” increment bug | https://community.plot.ly/t/input-type-number-increment-issue/13277
If Min is set to 0.0001 and one tries to increase the value from 1 to 2 it instead goes to 1 to 1.0001. The next number it goes to is 0.0001. | closed | 2018-09-04T15:33:31Z | 2018-11-05T20:31:29Z | https://github.com/plotly/dash-core-components/issues/292 | [] | oliverbrace | 0 |
mljar/mljar-supervised | scikit-learn | 276 | Error for 5_Default_CatBoost | Stop training after the first fold. Time needed to train on the first fold 821.0 seconds. The time estimate for training on all folds is larger than total_time_limit.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/supervised/base_automl.py", line 907, in _fit
trained = self.tra... | closed | 2020-12-26T04:33:37Z | 2021-01-11T22:07:15Z | https://github.com/mljar/mljar-supervised/issues/276 | [] | ijeffking | 2 |
ShishirPatil/gorilla | api | 112 | [feature]: Implement GitHub Workflow for Pre-Commit Checks and Validation | # Description
As we continue to enhance the development process of our repository, it's essential to ensure code quality and consistency. This issue aims to implement an automated GitHub Workflow that performs pre-commit checks and validation on every push. By doing so, we can catch potential issues early in the dev... | open | 2023-08-23T09:50:37Z | 2023-08-23T09:58:33Z | https://github.com/ShishirPatil/gorilla/issues/112 | [
"enhancement"
] | rajveer43 | 0 |
Miserlou/Zappa | django | 1,609 | "exception_handler" does not work. | <!--- Provide a general summary of the issue in the Title above -->
## Context
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
<!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 2.7/3.6 -->
### **"When I s... | closed | 2018-09-14T15:13:15Z | 2018-09-19T14:13:56Z | https://github.com/Miserlou/Zappa/issues/1609 | [] | ohjeyong | 2 |
jofpin/trape | flask | 288 | CVEs fixed? | Hi,
Have you fixed the following CVEs:
CVE-2019-13489
CVE-2019-13488
If so, in what commits?
thanks in advance!! | open | 2020-12-31T13:15:58Z | 2020-12-31T13:15:58Z | https://github.com/jofpin/trape/issues/288 | [] | OS-WS | 0 |
dfm/corner.py | data-visualization | 89 | Plotting a range of truth values | I'm looking for a way to plot a range of truth values, sort of like a confidence interval. Ideally this would take the form of a semi-opaque wide line, just like the standard truths function, but the width of the line would represent the confidence width.
Is there any way to do that? I have been playing around with t... | open | 2016-11-04T13:30:41Z | 2016-11-27T17:23:31Z | https://github.com/dfm/corner.py/issues/89 | [] | albin-n | 1 |
httpie/cli | python | 688 | Tox on Travis uses system python for -e py27 and -epy37 | https://travis-ci.org/jakubroztocil/httpie/jobs/403274486
```
Error: python 2.7.14 is already installed
To upgrade to 3.7.0, run `brew upgrade python`
```
```
============================= test session starts ==============================
platform darwin -- Python 2.7.14, pytest-3.6.3, py-1.5.4, pluggy-0.6.... | closed | 2018-07-12T20:11:27Z | 2018-09-07T17:24:59Z | https://github.com/httpie/cli/issues/688 | [] | jkbrzt | 1 |
pykaldi/pykaldi | numpy | 33 | In Protobuf installation, google test is not pulled. | Adding
```
git submodule update --init --recursive
```
in protobuf directory does this. | closed | 2018-04-15T16:20:56Z | 2018-04-20T18:21:09Z | https://github.com/pykaldi/pykaldi/issues/33 | [] | alexraju91 | 3 |
encode/httpx | asyncio | 2,738 | Cookies are not being imported properly? | Hello,
I think it's worth opening an issue report, because after long and countless time spent on reading docs I did not find any solution for my issue which is while setting cookies for Client or request itself.
I do import my cookies from selenium chrome and at the end they looks like this:
<details>
<summary... | closed | 2023-06-08T02:38:45Z | 2023-06-08T04:24:54Z | https://github.com/encode/httpx/issues/2738 | [] | OpsecGuy | 0 |
janosh/pymatviz | plotly | 160 | Add `density_scatter_plotly` | one very important plot type that i've been meaning to port over to `pymatviz` is a truly scalable version of `density_scatter` but using `plotly` as backend to get interactive tooltips. those can be very useful when making parity plots of e.g. of [machine learning models tested on large datasets](https://matbench-disc... | closed | 2024-06-18T01:17:21Z | 2024-06-20T15:02:16Z | https://github.com/janosh/pymatviz/issues/160 | [
"enhancement",
"plotly",
"scatter"
] | janosh | 4 |
AUTOMATIC1111/stable-diffusion-webui | deep-learning | 16,910 | Someone is impersonating AUTOMATIC1111 for crypto | Thanks to @Jessiebase and users on Discord
It has been brought to our attention that someone on Twitter (X) is impersonating @AUTOMATIC1111 and using project to promote a crypto wallet
- for details see orignal post #16908
We have not set up any form of donation to this project, nor am I aware that @AUTOMATIC1111 have... | open | 2025-03-21T19:57:32Z | 2025-03-21T20:00:36Z | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16910 | [
"announcement"
] | w-e-w | 0 |
jupyter/nbviewer | jupyter | 759 | Error 503 No healthy backends | Getting the following when trying to view any notebook or the viewer homepage (http://nbviewer.jupyter.org/)
Error 503 No healthy backends
No healthy backends
Guru Mediation:
Details: cache-mdw17327-MDW 1516977568 4278289699
Varnish cache server

| closed | 2023-04-10T11:55:53Z | 2023-06-17T11:06:00Z | https://github.com/Neoteroi/BlackSheep/issues/327 | [] | RobertoPrevato | 6 |
ShishirPatil/gorilla | api | 807 | After using raft_local.py in Gorilla to generate the training dataset, it seems that the subsequent code for fine-tuning the model is not included or visible | After using raft_local.py in Gorilla to generate the training dataset, it seems that the subsequent code for fine-tuning the model is not included or visible。
Could you provide more details about this part? Specifically, after using raft_local.py to generate the training dataset, are there any specific steps, configur... | closed | 2024-12-02T09:53:56Z | 2024-12-05T08:37:39Z | https://github.com/ShishirPatil/gorilla/issues/807 | [
"hosted-openfunctions-v2"
] | belief888 | 2 |
Farama-Foundation/PettingZoo | api | 599 | ImportError | Hello,
I would like to try the PettingZoo library and installed version 1.14.0.
Nevertheless, I can't import any environment correctly. For example:
`from pettingzoo.butterfly import pistonball_v5`
Gives me the following error:
```
---------------------------------------------------------------------------... | closed | 2021-12-31T17:25:21Z | 2021-12-31T17:52:04Z | https://github.com/Farama-Foundation/PettingZoo/issues/599 | [] | christophelebrun | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 1,365 | Discrepancy of dataset size in the two domains | Hello,
I'm trying to adopt the idea of CycleGAN on solving a domain mapping problem. Say I have domain A and B, and I want a function mapping data from B to A.
The problem is that the amount of available data in the two domains differ significantly: I have ~20k entries in domain A and only ~4k entries in domain B... | closed | 2022-01-11T04:01:36Z | 2022-01-14T01:18:26Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1365 | [] | marcmk6 | 2 |
piskvorky/gensim | data-science | 3,509 | library stubs are missing | <!--
**IMPORTANT**:
- Use the [Gensim mailing list](https://groups.google.com/g/gensim) to ask general or usage questions. Github issues are only for bug reports.
- Check [Recipes&FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) first for common answers.
Github bug reports that do not includ... | open | 2024-01-08T13:54:14Z | 2024-01-10T18:45:52Z | https://github.com/piskvorky/gensim/issues/3509 | [] | kkasra12 | 1 |
hankcs/HanLP | nlp | 1,264 | 分词结果是否支持不进行词性标注呢? | <!--
注意事项和版本号必填,否则不回复。若希望尽快得到回复,请按模板认真填写,谢谢合作。
-->
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经通过[Google](https://www.google.com/#newwindow=1&q=HanLP)和[issue区检... | closed | 2019-08-15T09:21:58Z | 2019-08-16T09:55:06Z | https://github.com/hankcs/HanLP/issues/1264 | [
"question"
] | lxw0109 | 2 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 1,031 | CelebA face generation met problem? | 
Hi there,
I apply cycle consistent loss on conditional GAN to keep the identity. Do you have any idea why the generated images are like this?
I appreciate your help!
Thanks!
| open | 2020-05-19T01:09:31Z | 2020-05-24T00:13:30Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1031 | [] | EvaFlower | 5 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 198 | windows模型合并assert not torch.allclose(first_weight_old, first_weight) | 感谢您使用Issue提问模板,请按照以下步骤提供相关信息。我们将优先处理信息相对完整的Issue,感谢您的配合。
*提示:将[ ]中填入x,表示打对钩。提问时删除上面这两行。请只保留符合的选项,删掉其他。*
### 问前必查项目
- [x] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行
- [x] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案... | closed | 2023-04-22T05:22:49Z | 2023-05-08T00:03:37Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/198 | [
"stale"
] | zyxdm | 4 |
CorentinJ/Real-Time-Voice-Cloning | deep-learning | 1,069 | Result is not what i expected | Maybe i'm missing something, but i've got some voice sample from videogame Thief II, and i used this file to make my text sound like character from the game. It doesn't. I even recorded the process, take a look?
https://youtu.be/lDbpoaaBJSo
| open | 2022-05-25T19:46:01Z | 2022-05-31T23:33:29Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1069 | [] | vorob1 | 3 |
seleniumbase/SeleniumBase | web-scraping | 3,133 | uc_gui_click_captcha() isn't working with CF on Indeed | This was working fine until this morning.
The behavior *did* change a little bit after upgrading to 4.30.8, but it still isn't getting past the captcha without manual intervention (i.e., duplicating the tab, manually clicking the captcha)
```
driver = Driver(uc=True)
driver.uc_open_with_reconnect("https://www.ind... | closed | 2024-09-13T11:00:39Z | 2024-09-13T12:22:05Z | https://github.com/seleniumbase/SeleniumBase/issues/3133 | [
"duplicate",
"UC Mode / CDP Mode"
] | nicq10 | 1 |
gee-community/geemap | jupyter | 459 | Unexpected result for style=None in Map.add_geojson() |
### Environment Information
- geemap version: 0.8.15
- Python version: 3.8
- Operating System: macOS 10.14.6
### Description
On https://geemap.org/geemap/#geemap.geemap.Map.add_geojson `style=None` is used which I've copied, (likely from another snippet) and found to give unexpected results, see atta... | closed | 2021-05-06T21:02:33Z | 2021-05-07T04:15:23Z | https://github.com/gee-community/geemap/issues/459 | [
"bug"
] | deeplook | 3 |
zappa/Zappa | django | 591 | [Migrated] ERROR: To modify pip, please run the following command | Originally from: https://github.com/Miserlou/Zappa/issues/1537 by [karthy1988](https://github.com/karthy1988)
While deploying code. The dependencies try to package "pip" which throws an error : "ERROR: To modify pip, please run the following command"
https://github.com/Miserlou/Zappa/blob/d99c193e32733946fb52a4f9b2... | closed | 2021-02-20T12:26:18Z | 2023-08-17T01:07:59Z | https://github.com/zappa/Zappa/issues/591 | [
"bug"
] | jneves | 6 |
robinhood/faust | asyncio | 384 | Error fetching metadata for topic | ## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
start a worker with new topic defined
## Expected behavior
auto create the topic
## Actual behavior
```bash
SC[36mwor... | open | 2019-07-15T06:47:19Z | 2019-07-15T07:29:06Z | https://github.com/robinhood/faust/issues/384 | [] | DeoLeung | 4 |
raphaelvallat/pingouin | pandas | 318 | shift_plot | Thank you for suggesting that I open an issue on GitHub after my unsuccessful pull requests. You're right, my experience on GitHub is low, and using the issue topics might be a better way to address the problem. I originally edited the HTML in my previous pull request because I didn't know how to use Sphinx, but now I ... | closed | 2022-12-07T06:58:48Z | 2022-12-10T19:04:23Z | https://github.com/raphaelvallat/pingouin/issues/318 | [
"docs/testing :book:"
] | turkalpmd | 2 |
nltk/nltk | nlp | 3,028 | already downloaded 'wordnet' but can't find it | Hello, I ran `nltk.download('wordnet')` in jupternotebook in Linux.
```
[nltk_data] Downloading package wordnet to
[nltk_data] /home/xxxx_linux/nltk_data...
[nltk_data] Package wordnet is already up-to-date!
```
then then i ran
```py
from nltk.stem.wordnet import WordNetLemmatizer
WordNetLemmatizer().l... | closed | 2022-07-28T12:26:08Z | 2025-03-13T22:16:06Z | https://github.com/nltk/nltk/issues/3028 | [] | canfang-feng | 19 |
mljar/mljar-supervised | scikit-learn | 514 | Please remove warning messages | File binary_classifier.py was started on Windows 10 using Python 3.8 with Anaconda. AutoML is working good, but there are two recurring errors:
-`'evals_result' argument is deprecated and will be removed in a future release of LightGBM. Pass 'record_evaluation()' callback via 'callbacks' argument instead.`
-`'early... | closed | 2022-02-14T11:16:17Z | 2022-02-14T12:33:12Z | https://github.com/mljar/mljar-supervised/issues/514 | [] | maciekmalachowski | 1 |
deepset-ai/haystack | machine-learning | 8,671 | Adding 'setup.py' and 'pyproject.toml' for Local Installation | **Is your feature request related to a problem? Please describe.**
Currently, `haystack` and its related PyPI packages (e.g., `haystack-core-integrations`) lack `setup.py` and sometimes `pyproject.toml` files in their repositories. This creates challenges for developers who want to install the packages locally for tes... | closed | 2024-12-23T06:19:16Z | 2024-12-31T12:14:22Z | https://github.com/deepset-ai/haystack/issues/8671 | [] | d-kleine | 2 |
suitenumerique/docs | django | 392 | Redirect user to their last doc | ## Feature Request
**Is your feature request related to a problem or unsupported use case? Please describe.**
As a user 70% of the time I want to get back to the last doc I was editing.
Right now I have to look at the doc index and find the doc I want to work on every time.
**Describe the solution you'd like**
Inste... | open | 2024-10-28T10:12:59Z | 2024-11-21T11:35:07Z | https://github.com/suitenumerique/docs/issues/392 | [
"needs design"
] | virgile-dev | 0 |
ScottfreeLLC/AlphaPy | scikit-learn | 22 | Samples not working | The examples do not work. Is it possible to get examples that work or are prepared to be used? Would it be possible to show a solution to the mistakes? | closed | 2018-06-25T18:48:11Z | 2018-09-15T21:01:50Z | https://github.com/ScottfreeLLC/AlphaPy/issues/22 | [] | ConsultingSecurty | 0 |
vi3k6i5/flashtext | nlp | 3 | example is 12x slower than regex | This code is actually 12x faster:
```python
import re
reg = re.compile("Big Apple|New York")
for line in big_text: # wikipedia dump
reg.findall(line)
``` | closed | 2017-09-03T17:14:44Z | 2017-09-06T17:43:31Z | https://github.com/vi3k6i5/flashtext/issues/3 | [
"question"
] | kootenpv | 3 |
nolar/kopf | asyncio | 327 | [PR] Extended syntax for filtering and accessing labels/annotations/patches/body parts | > <a href="https://github.com/nolar"><img align="left" height="50" src="https://avatars0.githubusercontent.com/u/544296?v=4"></a> A pull request by [nolar](https://github.com/nolar) at _2020-03-11 10:22:06+00:00_
> Original URL: https://github.com/zalando-incubator/kopf/pull/327
> Merged by [nolar](https://githu... | closed | 2020-08-18T20:03:48Z | 2020-08-23T20:56:19Z | https://github.com/nolar/kopf/issues/327 | [
"enhancement",
"archive"
] | kopf-archiver[bot] | 0 |
docarray/docarray | fastapi | 1,570 | AnyDoc not working as expected | I believe this should work:
```python
from docarray import DocList
from docarray.base_doc import AnyDoc, BaseDoc
from typing import Dict
class ProcessingTestDocConditions(BaseDoc):
text: str
tags: Dict[str, int]
input_da = DocList[ProcessingTestDocConditions](
[ProcessingTestDocConditions(t... | closed | 2023-05-24T10:43:47Z | 2023-05-24T14:21:29Z | https://github.com/docarray/docarray/issues/1570 | [] | JoanFM | 3 |
developmentseed/lonboard | data-visualization | 491 | [EPIC] Enable mixed geometry type visualization | ## Context
I have a GeoParquet file with geometries of mixed type (points, linestrings, polygons, multipolygons). I'd like to have it visualized at once, just like calling `explore` on a GeoDataFrame object with folium. Would it be possible to stack multiple layers on top of each other? I tried to filter out geometrie... | closed | 2024-04-29T21:14:27Z | 2024-05-05T17:23:16Z | https://github.com/developmentseed/lonboard/issues/491 | [] | RaczeQ | 9 |
ultralytics/ultralytics | machine-learning | 19,787 | Dataset Validation Issue: Non-Sequential Class Indices Cause Errors in data.yaml | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hi Ultralytics Team,
I'm encountering an issue when using a YOLO dataset wi... | open | 2025-03-19T19:03:08Z | 2025-03-19T20:07:19Z | https://github.com/ultralytics/ultralytics/issues/19787 | [
"question",
"detect"
] | mariamattia181 | 4 |
LAION-AI/Open-Assistant | python | 3,133 | Using Hidden Engrams for long context | Currently, the OA models have a fairly short window of context (Compared to other models). While efforts are underway to expand the context size, I suggest that we should use hidden engrams (https://github.com/AeroScripts/HiddenEngrams) to expand the context size of the model temporarily. Previously, Areo (the maker o... | closed | 2023-05-12T14:57:31Z | 2023-12-06T03:50:58Z | https://github.com/LAION-AI/Open-Assistant/issues/3133 | [
"feature",
"ml"
] | SummerSigh | 1 |
benbusby/whoogle-search | flask | 763 | [BUG] <Instance gets ratelimited if more than 2-3 devices use it> | **Describe the bug**
A clear and concise description of what the bug is.
When I use whoogle on mobile, there are no issues with it. I also use Kaffeine to keep it alive. But if I start using it on desktop, it gets ratelimites in a day or two
**To Reproduce**
Steps to reproduce the behavior:
1. Use whoogle on dev... | open | 2022-05-21T18:05:56Z | 2022-06-05T06:37:41Z | https://github.com/benbusby/whoogle-search/issues/763 | [
"bug"
] | peternrdstrm | 1 |
localstack/localstack | python | 12,014 | bug: DynamoDB - using terraform on table with on-demand capacity + GSI behaves oddly | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
using terraform + localstack to create a dynamodb table with pay_per_request billing mode + a GSI
- the table creation using `terraform apply` works fine
- if i subsequently run `terraform plan` (without... | closed | 2024-12-10T20:00:40Z | 2025-01-13T22:49:03Z | https://github.com/localstack/localstack/issues/12014 | [
"type: bug",
"area: integration/terraform",
"aws:dynamodb",
"status: in progress"
] | bkindersleytrulioo | 4 |
keras-team/keras | machine-learning | 20,474 | NO _loss_tracker on train_on_batch because compile model multiple times. Possible Bug. | Same code of a GAN works perfectly in Keras 3.3 but doesn´t work in keras 3.6. There is an error on train_on_batch I believe is because an bug introduce in a change in Keras 3.6
The code is this:
import numpy as np
import matplotlib.pyplot as plt
import random
from keras.datasets import mn... | closed | 2024-11-08T17:19:38Z | 2024-12-06T16:31:34Z | https://github.com/keras-team/keras/issues/20474 | [
"type:Bug"
] | TheMGGdev | 5 |
s3rius/FastAPI-template | asyncio | 224 | The address docker 0.0.0.0:8000 cannot be accessed from an external computer | Problem: The issue is that while all select components function correctly within the Docker environment, I can't access http://localhost:8000 from my computer.
Solution: To resolve this, it is necessary to include **ALL** port definitions/ mapping in the Docker Compose file.
ex:
........
restart: always
... | closed | 2024-08-30T09:09:47Z | 2024-12-14T10:27:07Z | https://github.com/s3rius/FastAPI-template/issues/224 | [] | yucelz | 1 |
sktime/pytorch-forecasting | pandas | 1,303 | UserWarning with target EncoderNormalizer | - PyTorch-Forecasting version: 1.0.0
- PyTorch version: 2.0.0
- Python version: Python 3.10.8
- Operating System: Ubuntu
I am using a target EncoderNormalizer which produces the following warning:
```
sklearn/base.py:409: UserWarning:
X does not have valid feature names, but StandardScaler was fitted with fe... | open | 2023-05-15T10:03:13Z | 2024-02-26T14:11:06Z | https://github.com/sktime/pytorch-forecasting/issues/1303 | [] | terbed | 2 |
kennethreitz/responder | graphql | 294 | Document how to do file uploads | After a bit of trial and error (and poking around in the codebase), I think I’ve worked out how to process file uploads:
```python
import responder
api = responder.API()
@api.route("/")
async def upload_file(req, resp):
@api.background.task
def process_data(data):
open("uploaded_fi... | closed | 2019-02-17T22:40:44Z | 2019-03-21T03:07:05Z | https://github.com/kennethreitz/responder/issues/294 | [
"feature",
"documentation"
] | alexwlchan | 4 |
holoviz/panel | jupyter | 7,031 | JSComponent with Bytes parameter raises [object ArrayBuffer] is not cloneable | I'm on the latest `main` branch of Panel.
I was trying to create an `AudioStream` widget using the `JSComponent`. The `value` parameter should be a `Bytes` parameter. But it raises an exception in the browser console.
```python
import panel as pn
import param
from panel.custom import JSComponent
pn.extens... | closed | 2024-07-28T06:54:51Z | 2024-07-28T12:19:46Z | https://github.com/holoviz/panel/issues/7031 | [] | MarcSkovMadsen | 1 |
aminalaee/sqladmin | sqlalchemy | 398 | Convertor for PhoneNumberType | ### Checklist
- [X] The bug is reproducible against the latest release or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
If field of model has `PhoneNumberType` from [sqlalchemy_utils](https://pypi.org/project/SQLAlchemy-Utils/), you cannot create or edit new records... | closed | 2022-12-20T11:38:16Z | 2023-02-03T09:22:53Z | https://github.com/aminalaee/sqladmin/issues/398 | [] | aryadovoy | 5 |
healthchecks/healthchecks | django | 182 | Description field for Checks | In addition to Name and Tags, allow users to enter a free form description for each check. Perhaps allow a subset of markdown for simple formatting.
This would be useful to add some quick information on "what to do when this check goes down", it could link out to wiki / knowledge base articles, etc. | closed | 2018-07-31T13:13:09Z | 2018-08-20T15:16:13Z | https://github.com/healthchecks/healthchecks/issues/182 | [] | cuu508 | 0 |
lux-org/lux | pandas | 39 | Show widget in Out[...] to conform to Pandas semantics | Currently, the Lux widget is rendered through the [IPython.display](https://ipython.readthedocs.io/en/stable/api/generated/IPython.display.html) module, which is not directly tied to the output. This makes the widget show up before the Out[...] in Jupyter.
There is a way to display the Jupyter widget through the [Ou... | closed | 2020-07-19T10:26:39Z | 2021-04-20T15:55:59Z | https://github.com/lux-org/lux/issues/39 | [
"priority"
] | dorisjlee | 1 |
pandas-dev/pandas | pandas | 61,043 | BUG: `.str.replace()` with capture groups does not play nice with string methods | ### Pandas version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [x] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge... | closed | 2025-03-03T22:00:55Z | 2025-03-03T22:57:07Z | https://github.com/pandas-dev/pandas/issues/61043 | [
"Bug",
"Strings"
] | noahblakesmith | 1 |
davidsandberg/facenet | tensorflow | 941 | is this #openSource Project???can i use this for my project?? | open | 2018-12-23T17:43:06Z | 2018-12-23T17:43:06Z | https://github.com/davidsandberg/facenet/issues/941 | [] | RajHarry | 0 | |
pytorch/pytorch | machine-learning | 149,306 | `context_parallel` fails for training with `RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation` | ### 🐛 Describe the bug
Hi, I am from Hugging Face and we are trying to use `context_parallel` (using `stable` and `nightly torch`). However, for training, it fails with
> RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation
I have created a reproducible with ... | open | 2025-03-17T09:04:23Z | 2025-03-17T21:32:56Z | https://github.com/pytorch/pytorch/issues/149306 | [
"oncall: distributed",
"module: context parallel"
] | ydshieh | 1 |
Josh-XT/AGiXT | automation | 903 | NameError: name 'all_responses' is not defined | ### Description
Instruct, Chains, Smart Instruct
```
agixt-agixt-1 | INFO: 172.18.0.5:52316 - "GET /api/chain/Smart%20Instruct/args HTTP/1.1" 200 OK
agixt-streamlit-1 | 2023-08-12 15:47:00.417 Uncaught app exception
agixt-streamlit-1 | Traceback (most recent c... | closed | 2023-08-12T15:51:07Z | 2023-08-13T00:07:18Z | https://github.com/Josh-XT/AGiXT/issues/903 | [
"type | report | bug",
"needs triage"
] | mongolu | 2 |
PaddlePaddle/models | nlp | 5,414 | fluid版本的resnet预训练权重还能下载吗 | https://github.com/PaddlePaddle/models/tree/develop/PaddleCV/image_classification | open | 2021-12-10T04:39:02Z | 2024-02-26T05:08:22Z | https://github.com/PaddlePaddle/models/issues/5414 | [] | renmada | 0 |
pennersr/django-allauth | django | 3,263 | User roles pulled from Keycloak | Dear developers, is there any straightforward way of how to pull the `roles` for the user from Keycloak environment? Didn't find this feature in django-allauth docs (or at least it is not obvious for me). Thanx a lot! | closed | 2023-02-16T14:21:07Z | 2023-07-03T20:53:02Z | https://github.com/pennersr/django-allauth/issues/3263 | [] | maxeval | 2 |
ploomber/ploomber | jupyter | 1,137 | Rendering Glitch in DAG Plot Generated by `ploomber plot` | I used the `ploomber plot` command to generate a Directed Acyclic Graph (DAG) plot of my pipeline, and I encountered a rendering glitch when viewing the generated HTML file. The plot appears glitched or incorrectly rendered in certain browsers like Safari, while it renders correctly in others.
Steps to Reproduce:
... | open | 2023-10-03T16:39:52Z | 2023-10-04T00:19:21Z | https://github.com/ploomber/ploomber/issues/1137 | [] | rajatmjain | 2 |
wkentaro/labelme | deep-learning | 895 | [Feature] | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear an... | closed | 2021-07-25T17:34:06Z | 2021-07-25T20:34:59Z | https://github.com/wkentaro/labelme/issues/895 | [] | Apidwalin | 0 |
davidteather/TikTok-Api | api | 694 | Need some help | Hi I hope I'm right with you and you can help me.
I have an Android app reverse engineering and sniffed the traffic with Charles Proxy,
but the app seems to communicate via WSS or RTSP (I don't know exactly) in some places
and my question is how can I sniff this traffic? Thanks so much :)
This is the project: https... | closed | 2021-09-16T11:50:40Z | 2022-02-14T03:02:39Z | https://github.com/davidteather/TikTok-Api/issues/694 | [] | ageof | 1 |
donnemartin/system-design-primer | python | 769 | how to write a code about input code | open | 2023-04-13T20:55:27Z | 2023-06-06T10:47:14Z | https://github.com/donnemartin/system-design-primer/issues/769 | [
"needs-review"
] | nora-1234 | 4 | |
MaartenGr/BERTopic | nlp | 2,036 | [Guided Topic Modeling] ValueError: setting an array element with a sequence. | Hi, I am trying to run the example code given in https://maartengr.github.io/BERTopic/getting_started/guided/guided.html#example and got an error.
Example code:
```python
from bertopic import BERTopic
from sklearn.datasets import fetch_20newsgroups
docs = fetch_20newsgroups(subset='all', remove=('headers', ... | closed | 2024-06-05T13:26:27Z | 2024-08-07T09:29:12Z | https://github.com/MaartenGr/BERTopic/issues/2036 | [] | RTChou | 8 |
jeffknupp/sandman2 | sqlalchemy | 52 | standalone license file? | most projects have a `LICENSE` file in their root folder. Sandman 1 had this. Is the absence here intentional? If so, the reason for this should be noted in [README.md](https://github.com/jeffknupp/sandman2/blob/master/README.md). I'm genuinely interested -- Thanks! | closed | 2016-11-15T20:56:42Z | 2016-11-16T18:55:01Z | https://github.com/jeffknupp/sandman2/issues/52 | [] | swharden | 1 |
google-research/bert | tensorflow | 1,158 | does tokenizer support emoji? | Hi, I have the code below and it always encodes emoji as "unk". Can someone tell me what I should do? Thanks
tokenizer = BertTokenizer.from_pretrained('bert-base-uncased', do_lower_case=True)
s =" 😃 hello how are you"
tokenizer.tokenize(s)
['[UNK]', 'hello', 'how', 'are', 'you'] | closed | 2020-10-07T19:54:12Z | 2020-10-12T00:16:41Z | https://github.com/google-research/bert/issues/1158 | [] | steveguang | 0 |
deeppavlov/DeepPavlov | nlp | 1,123 | Problem with training my own TF-IDF Ranker on Windows 10. | Hello, I created my own config file based on ru_ranker_tfidf_wiki.json:
```
{
"dataset_reader": {
"class_name": "odqa_reader",
"data_path": "~/Desktop/ODQA/train_data",
"save_path": "~/Desktop/ODQA/tfidf.db",
"dataset_format": "txt"
},
"dataset_iterator": {
"class_name": "sqlite_iter... | closed | 2020-01-28T11:08:26Z | 2020-01-28T14:34:56Z | https://github.com/deeppavlov/DeepPavlov/issues/1123 | [] | matherialist | 2 |
apify/crawlee-python | automation | 1,079 | Integrate `impit` as HTTP client | - Impit is already available on PyPI: [impit](https://pypi.org/project/impit/).
- Integrate it as the HTTP client, and make it a default one, while keeping `HTTPX` optional.
- Breaking change?
- The `apify_fingerprint_datapoints`, `browserforge` and `httpx[brotli,http2,zstd]` could be then removed from the mandatory de... | open | 2025-03-13T08:00:33Z | 2025-03-24T10:25:27Z | https://github.com/apify/crawlee-python/issues/1079 | [
"enhancement",
"t-tooling"
] | vdusek | 0 |
flairNLP/flair | pytorch | 2,962 | Can't load local NER model | Hi,
I trained a NER model following your tutorial [here](https://medium.com/thecyphy/training-custom-ner-model-using-flair-df1f9ea9c762), which btw is very nice and clear, thank you so much. However when I try to load the trained tagger, `SequenceTagger` doesn't seem to recognize the local path. It keeps trying to ... | closed | 2022-10-13T15:33:55Z | 2024-09-13T10:43:10Z | https://github.com/flairNLP/flair/issues/2962 | [
"bug"
] | DanrunFR | 3 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 998 | How to use even more CPU's |
Hi,
I have been getting great results for inference but now wish to train a new model.
I have started the training with the following command for 800x600 images:
python3 train.py --dataroot datasets/style_constable --name constable_cyclegan --model cycle_gan --preprocess scale_width_and_crop --load_size 800 --... | open | 2020-04-18T06:19:58Z | 2020-04-22T16:48:18Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/998 | [] | Adrian-1234 | 4 |
sanic-org/sanic | asyncio | 2,718 | ASGI exceptions outside handlers should be able to pass status | An exception raised in the lifecycle (but not handler) of a request on an ASGI-served application should be able to pass a status code.
---
> In my experiment, raising a `BadRequest` in `asgi.py` will cause the ASGI server return 500 error, instead of 400. This seems out of the scope of this PR, but I am wonderin... | open | 2023-03-19T20:11:45Z | 2023-07-04T19:39:15Z | https://github.com/sanic-org/sanic/issues/2718 | [
"help wanted",
"beginner"
] | ahopkins | 0 |
darrenburns/posting | rest-api | 115 | Searching and/or filtering for response bodies | Especially for big request a search and filter functionality can be a game changer.
A regular vim search `/` would already go a long way. Filtering via jq would be an outstanding feature. | closed | 2024-10-16T20:28:08Z | 2024-11-18T17:23:39Z | https://github.com/darrenburns/posting/issues/115 | [] | ttytm | 2 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,081 | sqlalchemy integrity error wraps db-api integrity error | So when i created a new teanet from the admin account, then im going in to create a new admin accout only for that tenat on the sub domain, but i get error like this. But i still get a notifikation about i have create a admin user and can login.
So im dunno why this error come, but im going to test it more
@evilali... | closed | 2021-10-28T06:38:18Z | 2021-10-28T09:48:06Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3081 | [] | strinux | 2 |
graphdeco-inria/gaussian-splatting | computer-vision | 1,048 | Very Very different PSNR between the original and the latest version | I have followed this program since Aug, 2023. (Many thanks to the relevant workers!) Recently, I noticed the program updated a lot. Therefore, I also updated the codes in my computer. However, when I trained the same directory, which is created by running COLMAP with a series of figures, I got a really very different P... | open | 2024-11-05T04:20:41Z | 2025-02-14T14:46:57Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/1048 | [] | wla-98 | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.