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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
ultralytics/yolov5 | deep-learning | 13,252 | Hi @7rkMnpl, | Hi @7rkMnpl,
To integrate a custom callback with early stopping in YOLOv5, you would need to modify the training script to include your custom callback logic. Here's a general outline of how you can achieve this:
1. **Create Your Custom Callback:**
Define your custom callback class. For example,... | open | 2024-08-09T04:57:44Z | 2024-10-27T13:30:46Z | https://github.com/ultralytics/yolov5/issues/13252 | [
"documentation",
"enhancement"
] | 7rkMnpl | 2 |
AutoGPTQ/AutoGPTQ | nlp | 609 | [BUG] Regression due to merged PR #607 | Changes `tests/test_quantization.py` examples from 1 row to 2 row makes the test fail. The new 2 row examples test passes in Pre #607 code.
@fxmarty
```python
examples = [
tokenizer(
"auto-gptq is an easy-to-use model quantization library with user-friendly apis, based on GPTQ algorithm."
... | closed | 2024-03-26T08:28:33Z | 2024-03-26T09:14:16Z | https://github.com/AutoGPTQ/AutoGPTQ/issues/609 | [
"bug"
] | Qubitium | 1 |
huggingface/transformers | nlp | 35,959 | Cannot import name 'LRScheduler' from 'torch.optim.lr_scheduler' | Run the following command and get an error
<img width="361" alt="Image" src="https://github.com/user-attachments/assets/9565b42c-6aba-486b-8713-f05766ca5acb" />
RuntimeError: Failed to import transformers.trainer because of the following error (look up to see its traceback):
cannot import name 'LRScheduler' from 'tor... | closed | 2025-01-29T13:47:41Z | 2025-01-29T14:10:10Z | https://github.com/huggingface/transformers/issues/35959 | [] | maverick-2030 | 1 |
qubvel-org/segmentation_models.pytorch | computer-vision | 648 | Substantive differences between pytorch & tensorflow versions of FPN? | Reviewing https://github.com/qubvel/segmentation_models.pytorch/blob/master/segmentation_models_pytorch/decoders/fpn/model.py and comparing it to https://github.com/qubvel/segmentation_models/blob/master/segmentation_models/models/fpn.py a couple of things stand out:
* The pytorch FPN produces a `[classes, h/4, w/4... | closed | 2022-08-29T23:46:35Z | 2022-11-06T02:17:35Z | https://github.com/qubvel-org/segmentation_models.pytorch/issues/648 | [
"Stale"
] | jxtps | 5 |
supabase/supabase-py | fastapi | 882 | should_create_user isn't working on otp sign in | - [X] I confirm this is a bug with Supabase, not with my own application.
- [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and [Discord](https://discord.supabase.com).
## Describe the bug
When using the "should_create... | closed | 2024-08-09T11:51:18Z | 2024-08-23T12:17:17Z | https://github.com/supabase/supabase-py/issues/882 | [
"bug"
] | hhubble | 3 |
yt-dlp/yt-dlp | python | 12,437 | downloading twitch vods chat replays. any working workarounds? | ### Checklist
- [x] I'm asking a question and **not** reporting a bug or requesting a feature
- [x] I've looked through the [README](https://github.com/yt-dlp/yt-dlp#readme)
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))... | closed | 2025-02-22T12:42:47Z | 2025-02-22T16:05:39Z | https://github.com/yt-dlp/yt-dlp/issues/12437 | [
"duplicate",
"incomplete"
] | 111100001 | 1 |
codertimo/BERT-pytorch | nlp | 31 | Single Sentence Input support | In the paper, they note that they optionally use single sentence input for some classification tasks. I'll try to take a look at doing it myself, as it looks like it is not currently supported. | closed | 2018-10-23T08:40:36Z | 2018-10-23T09:17:21Z | https://github.com/codertimo/BERT-pytorch/issues/31 | [] | nateraw | 2 |
gradio-app/gradio | data-science | 10,519 | [Gradio 5.15 container] - Width size: Something changed | ### Describe the bug
I was controlling width of main interface with custom css in class:
but in this new version its is not working.
### Have you searched existing issues? 🔎
- [x] I have searched and found no existing issues
### Reproduction
```python
import gradio as gr
css ="""
.gradio-container {width: 95%... | closed | 2025-02-05T21:34:22Z | 2025-02-27T07:03:10Z | https://github.com/gradio-app/gradio/issues/10519 | [
"bug"
] | elismasilva | 4 |
rio-labs/rio | data-visualization | 141 | Handle special characters in URLs | It should be possible to use most characters in page urls (i.e. `rio.Page(url_segment=...)`). We must take care to properly handle (escape/unescape) weird characters in URLs.
- When a user connects and we figure out the current page
- In `Session.navigate_to`
- When updating the URL in the browser
- ... more? | open | 2024-09-15T11:23:10Z | 2024-09-15T11:23:11Z | https://github.com/rio-labs/rio/issues/141 | [] | Aran-Fey | 0 |
Miserlou/Zappa | flask | 1,694 | Zappa Dash Deployment: A GET request to '/' yielded a 504 response code. | <!--- Provide a general summary of the issue in the Title above -->
## Context
I'm trying to deploy my Dash app through Zappa, but it keeps reporting this error.
There is a database connection inside, which locates in the same AWS EC2, I already configure VPC.
<!--- Provide a more detailed introduction to the is... | open | 2018-11-07T23:31:23Z | 2018-11-19T15:52:16Z | https://github.com/Miserlou/Zappa/issues/1694 | [] | amy09 | 1 |
PokemonGoF/PokemonGo-Bot | automation | 5,730 | NotLoggedInException | ### Expected Behavior
Working without errors.
### Actual Behavior
[2016-09-28 10:49:12] [pgoapi.pgoapi] [ERROR] Request for new Access Token failed! Logged out...
[2016-09-28 10:49:13] [PokemonGoBot] [INFO] Not logged in, reconnecting in 900 seconds
Exception in thread Thread-898:
Traceback (most recent call last):
... | open | 2016-09-29T09:18:02Z | 2016-10-01T13:10:54Z | https://github.com/PokemonGoF/PokemonGo-Bot/issues/5730 | [] | takenek | 4 |
iperov/DeepFaceLab | machine-learning | 512 | OOM but i got enough memory | Running trainer.
Loading model...
Model first run.
Enable autobackup? (y/n ?:help skip:n) : y
Write preview history? (y/n ?:help skip:n) : n
Target iteration (skip:unlimited/default) : n
0
Batch_size (?:help skip:0) : 0
Feed faces to network sorted by yaw? (y/n ?:help skip:n) : n
Flip faces randomly? (y/n ... | closed | 2019-12-06T01:05:06Z | 2019-12-06T17:34:48Z | https://github.com/iperov/DeepFaceLab/issues/512 | [] | N1el132 | 2 |
skypilot-org/skypilot | data-science | 4,192 | [Core][Tests] Several smoke test failed on latest master | <!-- Describe the bug report / feature request here -->
`test_cancel_azure`, `test_gcp_force_enable_external_ips` and `test_managed_jobs_cancellation_gcp` failed on latest master.
<details>
<summary>Error log for `test_cancel_azure`:</summary>
<pre><code class="language-bash">
+ sky launch -c t-cancel-azure-f6... | closed | 2024-10-26T20:29:25Z | 2025-02-19T02:14:27Z | https://github.com/skypilot-org/skypilot/issues/4192 | [] | cblmemo | 5 |
ultralytics/ultralytics | deep-learning | 18,879 | imgsz mistakes in documetation and warnings | In some places, some of the permitted size arguments are missing.
In https://docs.ultralytics.com/modes/benchmark/#arguments the imgsz can be a string "height,width".
Similartly in https://docs.ultralytics.com/modes/train/#train-settings, you can pass a str.
The warning on training is also wrong:
```
WARNING ⚠️ updat... | open | 2025-01-25T13:10:32Z | 2025-01-26T15:06:08Z | https://github.com/ultralytics/ultralytics/issues/18879 | [
"documentation"
] | EmmanuelMess | 9 |
klen/mixer | sqlalchemy | 97 | Using Mixer with django-taggit | Hi!
I use [django-taggit](https://github.com/alex/django-taggit) in my project but I encounter problems with mixer. When I blend models with the TagManager attached I get the following message:
> AttributeError: Mixer (transactions.Transaction): type object 'TaggableManager' has no attribute '_meta'
When i add *... | closed | 2018-04-01T09:46:33Z | 2021-01-11T09:12:24Z | https://github.com/klen/mixer/issues/97 | [] | fusion44 | 1 |
BeanieODM/beanie | asyncio | 340 | State management error with decimal.Decimal | Decimal types get retrieved as a bson Decimal128 type and that is causing a ValueError on retrieval if use_state_management is set to True.
ValueError: [TypeError("'Decimal128' object is not iterable"), TypeError('vars() argument must have __dict__ attribute')]
**To Reproduce**
```python
class Test(beanie.Docum... | closed | 2022-09-03T20:02:41Z | 2023-03-31T19:43:45Z | https://github.com/BeanieODM/beanie/issues/340 | [
"bug"
] | nickleman | 7 |
sanic-org/sanic | asyncio | 2,999 | Is there a plan for compatibility with Python 3.13 no GIL? | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the solution you'd like
Python 3.13 introduces free threading. Although it will certainly take a long time to reach a usable state, I stil... | closed | 2024-09-21T08:18:52Z | 2024-11-13T19:10:57Z | https://github.com/sanic-org/sanic/issues/2999 | [
"feature request"
] | yuWorm | 3 |
cookiecutter/cookiecutter-django | django | 4,867 | Split the `docs` service out of `local.yml` | ## Description
Related to #4865: by default, the docs service is tarting by default with the app when running `docker compose -f local.yml up`. I find this to be a surprising behaviour. When running that command, I want to start the app, not the docs.
I'm suggesting to split out the docs service into its own dock... | closed | 2024-02-16T10:01:30Z | 2024-03-18T19:26:19Z | https://github.com/cookiecutter/cookiecutter-django/issues/4867 | [
"enhancement"
] | browniebroke | 2 |
ultralytics/yolov5 | pytorch | 13,507 | How to solve the YOLO original model mAP50-95 results the more you run the better | ### 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
Training the original YOLOv5s model results ran about three or four times, each time the ... | open | 2025-02-12T01:36:53Z | 2025-02-12T01:37:36Z | https://github.com/ultralytics/yolov5/issues/13507 | [
"question",
"detect"
] | lroy615 | 1 |
fastapi/sqlmodel | sqlalchemy | 69 | sqlalchemy.exc.CompileError: Can't generate DDL for NullType(); did you forget to specify a type on this Column? | ### 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 | 2021-09-01T13:48:31Z | 2021-09-01T13:53:42Z | https://github.com/fastapi/sqlmodel/issues/69 | [
"question"
] | Matthieu-Tinycoaching | 1 |
MaartenGr/BERTopic | nlp | 1,639 | Value of min_similarity attribute is overwritten in merge_models function | In https://github.com/MaartenGr/BERTopic/blob/bcb3ca2ee0e691fe041da5db71bb076e2d5835e9/bertopic/_bertopic.py#L3020 you are able to pass the variable `min_similarity`, which is 0.7 by default.
However, in https://github.com/MaartenGr/BERTopic/blob/bcb3ca2ee0e691fe041da5db71bb076e2d5835e9/bertopic/_bertopic.py#L3089 the... | closed | 2023-11-21T09:57:48Z | 2023-12-22T10:38:43Z | https://github.com/MaartenGr/BERTopic/issues/1639 | [] | Ceglowa | 2 |
mljar/mljar-supervised | scikit-learn | 96 | Use internal early stopping | When using algorithms internal early stopping fitting is much faster. Please use internal early stopping if possible for algorithms. We can disable learning curves. We can produce learning curves for `explain_level=1` | closed | 2020-05-28T10:26:18Z | 2020-06-02T10:49:47Z | https://github.com/mljar/mljar-supervised/issues/96 | [
"enhancement"
] | pplonski | 1 |
zappa/Zappa | flask | 692 | [Migrated] Broken unicode query parameters in django | Originally from: https://github.com/Miserlou/Zappa/issues/1770 by [ambientlight](https://github.com/ambientlight)
https://github.com/Miserlou/Zappa/pull/1311 for https://github.com/Miserlou/Zappa/issues/1199 has broke passing unicode string to django, since django rest framework which does the url decoding does not ex... | closed | 2021-02-20T12:33:01Z | 2024-04-13T18:14:09Z | https://github.com/zappa/Zappa/issues/692 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
JaidedAI/EasyOCR | pytorch | 437 | How much training data do you recommend? | Hi I am trying to generate data and do some training. Do you have a recommendation on training data size? How much data should I generate for one language? | closed | 2021-05-27T11:44:36Z | 2021-05-30T02:32:49Z | https://github.com/JaidedAI/EasyOCR/issues/437 | [] | purplesword | 1 |
mwaskom/seaborn | pandas | 3,815 | Error when using the lineplot | `
import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
fig = plt.figure()
#--------------------------------------- f1 -----------
df = pd.DataFrame({'x1': [0,0,1], 'y1': [0,1,1], 'x2':[0,0.001,1], 'x3':[0,0.3,1], 'y2':[0,0.8,1]})
print(df)
a1 = fig.add_subplot(221)
sns.lineplot(data=df, x=... | closed | 2025-01-20T10:58:49Z | 2025-01-26T02:21:30Z | https://github.com/mwaskom/seaborn/issues/3815 | [] | whisper-to | 5 |
httpie/http-prompt | rest-api | 82 | Use pytest-httpbin to test | http://httpbin.org has been unstable recently. Time to consider use [pytest-httpbin](https://github.com/kevin1024/pytest-httpbin).
| open | 2016-10-21T01:27:53Z | 2019-10-04T20:50:29Z | https://github.com/httpie/http-prompt/issues/82 | [
"enhancement"
] | eliangcs | 1 |
ray-project/ray | tensorflow | 51,291 | [Autoscaler] Update YAML Example and Docs for NodeProvider | ### What happened + What you expected to happen
<img width="776" alt="Image" src="https://github.com/user-attachments/assets/05d1b87f-9507-460f-87bd-d5f4fb307b6d" />
The YAML example for the CoordinatorSenderNodeProvider (e.g., [example-minimal-automatic.yaml](https://github.com/ray-project/ray/blob/master/python/ray... | open | 2025-03-12T06:54:30Z | 2025-03-14T16:17:26Z | https://github.com/ray-project/ray/issues/51291 | [
"bug",
"P2",
"core"
] | nadongjun | 0 |
RobertCraigie/prisma-client-py | pydantic | 124 | Global aliases cause confusing error message | <!--
Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output.
See https://prisma-client-py.readthedocs.io/en/latest/logging/ for how to enable additional logging outpu... | closed | 2021-11-16T12:56:09Z | 2021-11-18T08:23:05Z | https://github.com/RobertCraigie/prisma-client-py/issues/124 | [
"bug/2-confirmed",
"kind/bug"
] | RobertCraigie | 0 |
sgl-project/sglang | pytorch | 4,192 | [Bug] cannot find this project in hugging face :lmsys/sglang-ci-dsv3-test. | ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr... | closed | 2025-03-08T00:55:10Z | 2025-03-08T01:02:38Z | https://github.com/sgl-project/sglang/issues/4192 | [] | july8023 | 3 |
ShishirPatil/gorilla | api | 753 | [BFCL] bugs in function def _multi_threaded_inference(self, test_case, include_input_log: bool, include_state_log: bool): | **Describe the issue**
I encountered an error while running bfcl generate. The error occurred in the file gorilla/berkeley-function-call-leaderboard/bfcl/model_handler/oss_model/base_oss_handler.py in the function def _multi_threaded_inference(self, test_case, include_input_log: bool, include_state_log: bool):.
The... | closed | 2024-11-12T17:40:08Z | 2024-11-12T20:25:07Z | https://github.com/ShishirPatil/gorilla/issues/753 | [] | pikepokenew | 1 |
pinry/pinry | django | 100 | The loading icon is not hidden after installation | The variable API_LIMIT_PER_PAGE isn't available in the template base.html. I hardcoded the value and now it works fine.
The loading icon kept visible all the time. I wasn't able to pin a new image so I checked the javascript console and found that there was a javascript error.
Also, minor suggestion: adding this ... | closed | 2017-01-15T21:14:38Z | 2017-02-11T04:42:27Z | https://github.com/pinry/pinry/issues/100 | [] | j4ndr4 | 1 |
statsmodels/statsmodels | data-science | 9,013 | ENH/reference: Zero-Inflated Nonnegative Continuous Data | mainly parking a reference:
Liu, Lei, Ya-Chen Tina Shih, Robert L. Strawderman, Daowen Zhang, Bankole A. Johnson, and Haitao Chai. “Statistical Analysis of Zero-Inflated Nonnegative Continuous Data: A Review.” Statistical Science 34, no. 2 (May 2019): 253–79. https://doi.org/10.1214/18-STS681.
https://github.com/jo... | open | 2023-09-29T15:43:53Z | 2023-09-29T15:43:53Z | https://github.com/statsmodels/statsmodels/issues/9013 | [
"type-enh",
"comp-othermod"
] | josef-pkt | 0 |
zihangdai/xlnet | nlp | 163 | Cache problem during pretraining | Durinig pretraining, after saving checkpoint below error occurs.
```
I0712 06:47:22.892611 140596004366080 tf_logging.py:115] [99000] | gnorm 0.71 lr 0.000001 | loss 7.25 | pplx 1408.25, bpc 10.4597
I0712 07:13:05.624328 140596004366080 tf_logging.py:115] [100000] | gnorm 1.03 lr 0.000000 | loss 7.25 | pplx 1406.8... | open | 2019-07-16T04:25:46Z | 2024-05-02T03:54:59Z | https://github.com/zihangdai/xlnet/issues/163 | [] | rkcalnode | 5 |
deepspeedai/DeepSpeed | pytorch | 6,936 | [BUG]The higher the zero_stage, the GPU memory is consumed. | Thank you for your wonderful work. When I used a small model to test the zero strategy of deepspeed, the higher the stage, the more video memory is consumed. Is there any other operation that needs to be enabled?
The model used is resnet152
})
tree['children'] = fields.List(fields.Nested(tree_model), default=[])
```
Marshalling such model with api.marshal_with works ok, but app crashes when I try to open swagger documentatio... | open | 2016-08-10T11:52:23Z | 2017-11-30T16:11:43Z | https://github.com/noirbizarre/flask-restplus/issues/190 | [
"bug"
] | miszczu | 1 |
plotly/jupyter-dash | dash | 2 | Support dev tools stack traces | Stack-traces in the dev UI don't work in the notebook when there is no source code file to pull from. Look into providing this information from the notebook. | closed | 2020-05-02T09:26:45Z | 2020-05-14T11:09:27Z | https://github.com/plotly/jupyter-dash/issues/2 | [] | jonmmease | 1 |
iperov/DeepFaceLab | machine-learning | 655 | I have questions about version 07.03.2020 | I have questions about version 07.03.2020, when I use quick96, I spend a lot of time, but the loss is always greater than 4.0. But after a few minutes of SAEHD, the loss value is lower than 0.5. What's wrong with Quick96? | open | 2020-03-14T04:25:37Z | 2023-06-08T20:20:46Z | https://github.com/iperov/DeepFaceLab/issues/655 | [] | jiongjarjar | 2 |
NullArray/AutoSploit | automation | 808 | Divided by zero exception78 | Error: Attempted to divide by zero.78 | closed | 2019-04-19T16:01:02Z | 2019-04-19T16:37:45Z | https://github.com/NullArray/AutoSploit/issues/808 | [] | AutosploitReporter | 0 |
xzkostyan/clickhouse-sqlalchemy | sqlalchemy | 151 | ODBC engine support | **Describe the bug**
ODBC engine doesn't support
**To Reproduce**
Create table with ODBC engine
Executing Table class with autoload=True, autoload_with=self.engine will fail
**Expected behavior**
Table object should be created
**Versions**
- Version of package with the problem. - 0.1.6
- Python version... | closed | 2021-10-25T12:52:27Z | 2021-10-26T06:27:40Z | https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/151 | [] | PolitePp | 3 |
davidsandberg/facenet | computer-vision | 1,058 | Running FaceNet and MTCNN model simutaneously on 2 cameras | I am trying to run the MTCNN and FaceNet model on 2 cameras simultaneously. So, I am not getting any error while doing this but the code doesn't give me any results.
It just loads both the models and doesn't give me any predictions. Can anyone help me with this?
I have created 2 separate graphs and sessions using... | open | 2019-07-25T11:24:37Z | 2019-07-25T11:31:53Z | https://github.com/davidsandberg/facenet/issues/1058 | [] | apoorvopen | 0 |
ccxt/ccxt | api | 25,355 | Kucoin connection and ping-pong issues using watch_order_book_for_symbols() | ### Operating System
Windows 11 Pro
### Programming Languages
Python
### CCXT Version
4.4.62
### Description
Hi everyone,
First of all thanks a lot for the great library you are providing
My aim here is to get in real time the orderbook for c.300 trading pairs (spot and futures)
I have some issues with watch_... | open | 2025-02-25T18:24:28Z | 2025-03-02T12:31:31Z | https://github.com/ccxt/ccxt/issues/25355 | [] | Philip-n7 | 5 |
Johnserf-Seed/TikTokDownload | api | 583 | Mac11.7, Ubuntu 22.04 terminal均无法扫描出二维码,只显示商品名[BUG] | Mac11.7, Ubuntu 22.04 terminal均无法扫描出二维码,只显示商品名 | open | 2023-10-25T08:58:04Z | 2023-12-26T11:44:04Z | https://github.com/Johnserf-Seed/TikTokDownload/issues/583 | [
"重复(duplicate)",
"等待反馈(feedback)",
"已确认(confirmed)"
] | myrainbowandsky | 0 |
encode/httpx | asyncio | 2,239 | ASGI/WSGI transport does not honor timeouts, but should | For ASGI:
```python
import asyncio
import httpx
async def forever_app(*args):
forever = asyncio.get_event_loop().create_future()
await forever
async def main():
client = httpx.AsyncClient(app=forever_app, timeout=1e-6)
await asyncio.wait_for(client.get("/"), 1)
asyncio.run(main())
```... | closed | 2022-05-20T00:54:49Z | 2022-07-25T17:05:06Z | https://github.com/encode/httpx/issues/2239 | [
"bug"
] | AllSeeingEyeTolledEweSew | 5 |
aeon-toolkit/aeon | scikit-learn | 2,133 | [ENH] Density Peaks (DP) clusterer | ### Describe the feature or idea you want to propose
Density Peaks (DP) has been used in the TSCL literature. In a recent benchmark paper it was used: https://www.sciencedirect.com/science/article/pii/S2666827020300013. It also has a popular "fast" variant called TADPole: https://dl.acm.org/doi/10.1145/2783258.2783286... | open | 2024-10-02T11:57:25Z | 2025-02-24T15:14:55Z | https://github.com/aeon-toolkit/aeon/issues/2133 | [
"enhancement",
"clustering",
"implementing algorithms"
] | chrisholder | 3 |
ultralytics/ultralytics | computer-vision | 18,904 | Benchmark gives NaN for exportable models | ### 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
Other
### Bug
I am getting this result from benchmark:
```
1300.2s 2103 Benchmarks complete for best.pt on face-detection-... | closed | 2025-01-26T15:12:52Z | 2025-01-28T18:16:28Z | https://github.com/ultralytics/ultralytics/issues/18904 | [
"bug",
"fixed",
"exports"
] | EmmanuelMess | 8 |
babysor/MockingBird | pytorch | 53 | 请问如何恰当调整CPU和GPU的占用率呢 | 请教一下,GPU和CPU利用率只有13%左右,该怎么调整训练参数? | closed | 2021-08-27T08:46:42Z | 2021-10-01T03:18:35Z | https://github.com/babysor/MockingBird/issues/53 | [] | TypicalSpider | 3 |
deezer/spleeter | tensorflow | 9 | OSError: FFMPEG binary (ffmpeg) not found | Tried running spleeter on on my machine and kept getting this error
`OSError: FFMPEG binary (ffmpeg) not found` | closed | 2019-11-03T07:35:42Z | 2019-11-03T11:06:31Z | https://github.com/deezer/spleeter/issues/9 | [
"invalid",
"question",
"wontfix"
] | ajatau | 1 |
davidsandberg/facenet | tensorflow | 261 | when i consfer the 20170216-091149model to a frozen model,i have a problem ,please help | below is my transfer code:
import os
import tensorflow as tf
import re
from tensorflow.python.framework import graph_util
def get_model_filenames(model_dir):
.....................
def freeze_graph(model_folder):
meta_file, ckpt_file = get_model_filenames(model_folder)
output_graph = "./fro... | closed | 2017-05-04T14:55:16Z | 2017-05-07T11:25:13Z | https://github.com/davidsandberg/facenet/issues/261 | [] | xidian-xuchen | 2 |
sammchardy/python-binance | api | 1,066 | BinanceApiException - response code not available | **Describe the bug**
I sometimes receive the following exception, while invoking futures_place_batch_order:
` File "/usr/local/lib/python3.8/dist-packages/binance/exceptions.py", line 14, in __init__
self.code = json_res['code']
KeyError: 'code'`
**To Reproduce**
Seems hard to reproduce, since it only happ... | open | 2021-10-27T11:04:19Z | 2021-10-27T11:04:19Z | https://github.com/sammchardy/python-binance/issues/1066 | [] | Kayne88 | 0 |
mwaskom/seaborn | pandas | 3,614 | seaborn.objects incorrectly plots secondary y-axis | Hello,
Thanks for the great work on seaborn.objects, I really like it.
I noticed an issue however when trying to plot on a secondary y-axis using Plot.on(). Essentially, the second axis seems to be double-plotted - once using the original axis, and again using the correct second axis. This leads to overlapping tick... | open | 2024-01-10T11:40:01Z | 2024-01-16T12:06:58Z | https://github.com/mwaskom/seaborn/issues/3614 | [] | SamKG | 1 |
strawberry-graphql/strawberry-django | graphql | 13 | Should strawberry-graphql-django be merged into strawberry? | This issue is to discuss whether strawberry-graphql-django should be merged into strawberry, or if it should remain a separate repo. | closed | 2021-03-22T15:01:30Z | 2021-06-14T19:07:23Z | https://github.com/strawberry-graphql/strawberry-django/issues/13 | [
"question"
] | joeydebreuk | 3 |
neuml/txtai | nlp | 807 | ImportError: cannot import name 'DuckDuckGoSearchTool' from 'transformers.agents' | When running the first example on Google Colab [01_Introducing_txtai.ipynb](https://colab.research.google.com/github/neuml/txtai/blob/master/examples/01_Introducing_txtai.ipynb)
I am receiving the following error.
> ImportError: cannot import name 'DuckDuckGoSearchTool' from 'transformers.agents' (/usr/local/lib/py... | closed | 2024-11-12T12:01:24Z | 2024-11-16T02:28:41Z | https://github.com/neuml/txtai/issues/807 | [
"bug"
] | blacksmithop | 2 |
alteryx/featuretools | scikit-learn | 2,416 | release Featuretools v1.20.0 | closed | 2022-12-19T16:04:59Z | 2023-01-05T18:47:16Z | https://github.com/alteryx/featuretools/issues/2416 | [] | gsheni | 1 | |
ultralytics/yolov5 | deep-learning | 12,878 | Expected performance on an Jetson Orin AGX | ### 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
We have been using your YoloV5 model for a number of years, it provides impressive detect... | closed | 2024-04-03T09:19:18Z | 2024-05-07T15:43:57Z | https://github.com/ultralytics/yolov5/issues/12878 | [
"question",
"Stale"
] | AWilco | 4 |
JohnSnowLabs/nlu | streamlit | 70 | Error when loading match.datetime component | ```
import nlu
nlu.load('match.datetime').predict('In the years 2000/01/01 to 2010/01/01 a lot of things happened')
```
**Running it in colab** `pip install nlu pyspark==3.0.2`
Get this Error:
Exception: Something went wrong during loading and fitting the pipe. Check the other prints for more information and also... | open | 2021-09-06T11:41:31Z | 2021-09-11T10:23:38Z | https://github.com/JohnSnowLabs/nlu/issues/70 | [
"bug"
] | GladiatorX | 1 |
InstaPy/InstaPy | automation | 5,906 | Instapy run but don't do anything in DigitalOcean | <!-- 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
Instapy must like and comment people content by tag, like always
## Current Behavior
L... | closed | 2020-11-16T15:34:08Z | 2021-07-21T07:18:31Z | https://github.com/InstaPy/InstaPy/issues/5906 | [
"wontfix"
] | MundoBoss | 9 |
ultralytics/ultralytics | python | 18,982 | YOLOv11 vs SSD performance on 160x120 infrared images | ### 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
Hello,
in our previous project, we successfully implemented object detection... | open | 2025-02-03T20:01:01Z | 2025-02-27T22:16:34Z | https://github.com/ultralytics/ultralytics/issues/18982 | [
"question",
"detect",
"embedded"
] | BigMuscle85 | 32 |
pydantic/logfire | pydantic | 786 | Logfire Only Logging FastAPI Requests, Not SQL Queries with SQLModel/SQLAlchemy | ### Question
Hello Logfire Community,
I'm integrating Logfire with a FastAPI backend that uses [SQLModel](https://sqlmodel.tiangolo.com/#a-sql-table) (built on SQLAlchemy) for database interactions. I aim to have Logfire display detailed logs for both incoming HTTP requests and the SQL queries executed by SQLModel.... | open | 2025-01-08T14:36:25Z | 2025-01-21T08:12:52Z | https://github.com/pydantic/logfire/issues/786 | [
"Question"
] | alon710 | 6 |
sqlalchemy/alembic | sqlalchemy | 411 | auto generate not working for postgres JSONB | **Migrated issue, originally created by Paul van der Linden**
When I auto generate a migration for a model with a jsonb field i get the following error:
```
sa.Column('data', postgresql.JSONB(astext_type=Text()), nullable=True),
NameError: name 'Text' is not defined
```
This is with version alembic `0.8.10` and sq... | closed | 2017-02-16T20:30:38Z | 2019-01-28T17:09:38Z | https://github.com/sqlalchemy/alembic/issues/411 | [
"bug",
"autogenerate - rendering",
"postgresql",
"awaiting info"
] | sqlalchemy-bot | 9 |
pyg-team/pytorch_geometric | pytorch | 8,747 | `torch.compile`:`Cannot call sizes() on tensor with symbolic sizes/strides` when using `knn_graph` | ### 🐛 Describe the bug
Compilation fails when using `knn_graph`. I am able to reproduce the problem with the following code:
```
import torch
import torch_geometric
from torch_geometric.nn.pool import knn_graph
datas = [torch_geometric.data.Data(pos=torch.rand((50, 3))) for i in range(5)]
batch = torch_geometri... | closed | 2024-01-10T10:55:45Z | 2024-01-11T15:23:15Z | https://github.com/pyg-team/pytorch_geometric/issues/8747 | [
"bug",
"compile"
] | CharlesGaydon | 3 |
benlubas/molten-nvim | jupyter | 204 | [Help] [Molten] Cell not Found | **Molten cannot find cells** and using Quarto produces the following message:
```
No code chunks found for the current language, which is detected based on the current code block. Is your cursor in a code block?
```
Below are my plugin.lua files. _What am I doing wrong?_
**molten-nvim.lua:**
```lua
retu... | closed | 2024-06-04T16:09:31Z | 2024-06-05T00:35:26Z | https://github.com/benlubas/molten-nvim/issues/204 | [] | teimurlu | 3 |
dropbox/PyHive | sqlalchemy | 240 | "TSocket read 0 bytes" during a long running Hive insert query | I'm running a long-ish insert query in Hive using PyHive 0.6.1 and it fails with `thrift.transport.TTransport.TTransportException: TSocket read 0 bytes` after about 5 minutes running. On the server side the query keeps running until finishing successfully. I don't have this problem with fast queries.
The environment... | open | 2018-09-24T21:13:14Z | 2020-08-05T19:45:47Z | https://github.com/dropbox/PyHive/issues/240 | [] | gseva | 17 |
mwaskom/seaborn | data-science | 3,738 | Introducing `seaborn_objects_recipes` Library | I am excited to introduce a new library we've (@nickeubank) been working on, `seaborn_objects_recipes`. This library extends `seaborn.objects` by providing additional functionalities that we hope will be useful for your data visualization needs.
**Features**
The library includes the following recipes:
* **Rollin... | open | 2024-07-25T02:17:49Z | 2024-07-26T00:59:36Z | https://github.com/mwaskom/seaborn/issues/3738 | [] | Ofosu-Osei | 2 |
jupyterhub/zero-to-jupyterhub-k8s | jupyter | 3,595 | Modern labels not yet introduced for the pods controlled by deployments etc | The following labels are missing from the hub pod but are present in the singleuser pod. Is this the intended behavior?
```
app.kubernetes.io/name
app.kubernetes.io/instance
app.kubernetes.io/managed-by
```
You can verify this behavior by describing the resource or checking it manually with the command:
```... | closed | 2025-01-10T14:40:00Z | 2025-01-12T15:07:39Z | https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/3595 | [
"bug"
] | samyuh | 4 |
pytest-dev/pytest-html | pytest | 130 | Text on successful execution | Awesome plugin, thanks for it!
I have a question: How can I show some text when the execution is successful?
my tests print() details and make asserts, but the report shows "No log output captured".
Thanks in advance for your help! | closed | 2017-09-05T10:49:21Z | 2017-09-05T12:39:51Z | https://github.com/pytest-dev/pytest-html/issues/130 | [] | lcofre | 2 |
predict-idlab/plotly-resampler | data-visualization | 229 | Does this work with px.strip | I was excited to hear of `plotly-resampler`, as it seems to address my use-case very well.
However, I've been benchmarking this on some plotly figures that use `px.strip` - and I'm not seeing performance improvements.
Does `plotly-resampler` work with `px.strip`?
https://plotly.com/python/strip-charts/ | open | 2023-06-23T11:00:26Z | 2023-07-26T17:10:54Z | https://github.com/predict-idlab/plotly-resampler/issues/229 | [] | mkleinbort-ic | 3 |
deezer/spleeter | deep-learning | 670 | Cannot Reproduce MusDB Evaluation Results | - [✅] I didn't find a similar issue already open.
- [✅] I read the documentation (README AND Wiki)
- [✅] I have installed FFMpeg
- [✅] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
## Description
Despite multiple training runs using the pro... | open | 2021-10-14T18:57:43Z | 2021-10-28T18:18:47Z | https://github.com/deezer/spleeter/issues/670 | [
"bug",
"invalid"
] | jaolan | 2 |
python-gitlab/python-gitlab | api | 3,112 | CLI ignores end points that don't define managed RESTObject | ## Description of the problem, including code/CLI snippet
Certain end points like SideKiq are skipped by CLI parser because they don't manage any objects. This is because only RESTManager classes that defined the `_obj_cls` attribute are parsed for the endpoints.
I described this behaviour here: https://github.com/py... | open | 2025-01-30T15:33:57Z | 2025-02-12T23:27:10Z | https://github.com/python-gitlab/python-gitlab/issues/3112 | [] | igorp-collabora | 4 |
ClimbsRocks/auto_ml | scikit-learn | 239 | modify feature responses with feature_learning | right now i think we've got our feature_learning transformer as part of our transformation pipeline, which we don't invoke as part of feature responses. instead, we use the static output from our transformation pipeline, and only get the predictions from our trained final model, not the output from our feature_learning... | open | 2017-06-13T01:05:12Z | 2017-06-13T01:05:12Z | https://github.com/ClimbsRocks/auto_ml/issues/239 | [] | ClimbsRocks | 0 |
adbar/trafilatura | web-scraping | 23 | Using headline instead of name in JSON-LD metadata | Trafilatura extracts some metadata from JSON-LD tag if it is available. In particular, it tries to search for the title in the "headline" property of the JSON-LD tag, but looks like the headline is not necessarily the title. For example, look at this wikipedia page: https://en.m.wikipedia.org/wiki/Semantic_satiation
T... | closed | 2020-10-18T02:04:35Z | 2020-10-19T16:43:23Z | https://github.com/adbar/trafilatura/issues/23 | [] | posobin | 1 |
deepset-ai/haystack | machine-learning | 9,059 | Introduce Chat Generator Protocol | closed | 2025-03-18T18:06:12Z | 2025-03-20T10:58:10Z | https://github.com/deepset-ai/haystack/issues/9059 | [] | anakin87 | 0 | |
open-mmlab/mmdetection | pytorch | 11,833 | Migrate the MAE pretrained vit in mmpretrain to the VitDet project | The vit implementation in the VitDet project is different from that in mmpretrain. When I directly replace the mae pre-trained vit from mmpretrain into the VitDet project, it doesn't use window attention resulting in a very memory intensive and much lower Map than the implementation in the project.
Can someone please ... | open | 2024-07-05T16:23:13Z | 2024-07-05T16:23:29Z | https://github.com/open-mmlab/mmdetection/issues/11833 | [] | Vanish1112 | 0 |
python-gitlab/python-gitlab | api | 2,258 | Upload attachement to Wiki | ## Description of the problem, including code/CLI snippet
Gitlab API support to attach a file to a wiki page which is nice for bot generating wiki page such as dashboard.
See : https://docs.gitlab.com/ee/api/wikis.html#upload-an-attachment-to-the-wiki-repository
## Expected Behavior
Something like `proj.wikis... | closed | 2022-08-25T12:36:54Z | 2024-11-25T01:50:11Z | https://github.com/python-gitlab/python-gitlab/issues/2258 | [
"feature",
"help wanted"
] | lhausermann | 9 |
horovod/horovod | deep-learning | 3,625 | ncclCommInitRank failed: unhandled cuda error | **Environment:**
1. Framework: Tensorflow
2. Framework version: 2.9.1
3. Horovod version: 0.25.0
4. MPI version: 4.1.3
5. CUDA version: 11.7
6. NCCL version: 2.13
7. Python version: 3.10.5
8. Spark / PySpark version:
9. Ray version:
10. OS and version: ubuntu 20.04.2
11. GCC version: gcc (Ubuntu 9.4.0-1ubunt... | open | 2022-07-28T16:13:46Z | 2022-11-10T07:13:54Z | https://github.com/horovod/horovod/issues/3625 | [
"bug"
] | WingsOfPanda | 21 |
koxudaxi/datamodel-code-generator | pydantic | 1,546 | Feature request: support JSON Schema's `prefixItems` with precisely typed tuples instead of imprecise lists | ## Is your feature request related to a problem? Please describe.
When generating models from JSON Schema it would be nice to be able to generate `Tuple[]` types using [Tuple Validation](https://json-schema.org/understanding-json-schema/reference/array.html#tuple-validation).
## Describe the solution you'd like
... | open | 2023-09-12T21:26:11Z | 2024-12-04T10:00:34Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1546 | [
"enhancement"
] | kylebebak | 2 |
amidaware/tacticalrmm | django | 1,618 | Incorrect display Russian text in command output | **Server Info (please complete the following information):**
- OS: Debian 11 (bullseye)
- Browser: firefox, chrome, safari
- RMM Version: v.0.16.2
**Installation Method:**
- [x] Standard
- [ ] Docker
**Agent Info (please complete the following information):**
- Agent version: v2.4.11
- Agent OS: Wi... | open | 2023-08-30T13:56:50Z | 2024-11-04T12:28:17Z | https://github.com/amidaware/tacticalrmm/issues/1618 | [] | crackco00n | 3 |
ultralytics/yolov5 | deep-learning | 13,363 | detect.py is processing only 50 files | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Detection
### Bug
I am running this command:
`
/Users/columbo/Documents/dev/cam-analyzer/pytorch_metal_env/bin/python detect.py --sa... | closed | 2024-10-16T21:51:05Z | 2024-10-22T14:52:05Z | https://github.com/ultralytics/yolov5/issues/13363 | [
"bug"
] | guybashan | 4 |
google-research/bert | tensorflow | 474 | IMDB classification | I am trying to use the imdb model(**predicting_movie_reviews_with_bert_on_tf_hub.ipynb**) on my own data set. I have two labels for my dataset. I want the prediction probabilities for both the labels.
I see that in the imdb notebook output the probabilities do not add up to 1. Since we are using softmax as our last la... | closed | 2019-03-04T06:01:35Z | 2019-03-04T06:13:28Z | https://github.com/google-research/bert/issues/474 | [] | platinum736 | 1 |
numba/numba | numpy | 9,723 | we need native progress bar for numba @numba.jit for loop. like python tqdm library | ## Feature request
<!--
we need native progress bar for numba @numba.jit - "for loop".
like python tqdm library
-->
## we need native progress bar for numba @numba.jit - "for loop".
like python tqdm library
<!--
we need native progress bar for numba @numba.jit - "for loop".
like python tqdm librar... | closed | 2024-09-12T06:13:45Z | 2024-09-24T08:59:24Z | https://github.com/numba/numba/issues/9723 | [
"feature_request"
] | ganbaaelmer | 5 |
tableau/server-client-python | rest-api | 1,312 | Workbooks,download fails for Tableau Server v.2023.1.7 | **Describe the bug**
Workbooks.download fails with an error in regard to 'filename'.
Versions: Tableau Server 2023.1.7 (API 3.19), tableauserverclient-0.14.1, python 3.7.9
(tested also: Tableau Server 2023.1.7 (API 3.19), tableauserverclient-0.28, python 3.9.13)
**To Reproduce**
server_int =... | closed | 2023-11-02T21:42:30Z | 2024-02-14T21:27:06Z | https://github.com/tableau/server-client-python/issues/1312 | [
"bug"
] | ElenasemDA | 22 |
NullArray/AutoSploit | automation | 508 | Unhandled Exception (a4af9e0ad) | Autosploit version: `3.0`
OS information: `Linux-4.15.0-45-generic-x86_64-with-Ubuntu-18.04-bionic`
Running context: `autosploit.py --whitelist **********`
Error meesage: `global name 'Except' is not defined`
Error traceback:
```
Traceback (most recent call):
File "/home/azad/Desktop/AutoSploit/autosploit/main.py", li... | closed | 2019-02-25T20:50:51Z | 2019-03-03T03:31:52Z | https://github.com/NullArray/AutoSploit/issues/508 | [] | AutosploitReporter | 0 |
Lightning-AI/pytorch-lightning | pytorch | 20,335 | Unreadable font color theme of YAML files | ### 📚 Documentation
The color theme for YAML files in the documentation is unreadable (dark blue on black background) like [on this site](https://lightning.ai/docs/pytorch/stable/cli/lightning_cli_advanced.html). Here is an image:
 [15][5/7] eta: 0:00:00 time: 0.2168 data_time: 0.0651 memory: 2317
12/06 10:51:37 - mmengine - INFO - Epoch(val) [15][6/7] eta: 0:00:00 time: 0.2141 data... | open | 2023-12-06T03:00:42Z | 2024-01-23T11:43:43Z | https://github.com/open-mmlab/mmdetection/issues/11256 | [] | PapaMadeleine2022 | 4 |
dmlc/gluon-nlp | numpy | 727 | pytest 4 support | Tests are failing with current pytest 4.5
This does not affect CI as pytest < 4 is specified in the environment, but affects contributors running tests outside of CI. | closed | 2019-05-24T14:46:15Z | 2019-05-24T18:20:11Z | https://github.com/dmlc/gluon-nlp/issues/727 | [
"bug"
] | leezu | 2 |
deedy5/primp | web-scraping | 12 | TypeError: argument 'data': 'list' object cannot be converted to 'PyString' | When i try to post json data like that ( a list in json ), i am getting TypeError: argument 'data': 'list' object cannot be converted to 'PyString' error.
Code Example:
`data = {
"device_id": "123",
"auth": ["auth_options", "sms_auth_v2", "two_factor_auth"]
}`
`resp = client... | closed | 2024-05-06T21:08:04Z | 2024-05-13T01:04:48Z | https://github.com/deedy5/primp/issues/12 | [] | farukekim | 4 |
huggingface/datasets | tensorflow | 7,024 | Streaming dataset not returning data | ### Describe the bug
I'm deciding to post here because I'm still not sure what the issue is, or if I am using IterableDatasets wrongly.
I'm following the guide on here https://huggingface.co/learn/cookbook/en/fine_tuning_code_llm_on_single_gpu pretty much to a tee and have verified that it works when I'm fine-tuning ... | open | 2024-07-04T07:21:47Z | 2024-07-04T07:21:47Z | https://github.com/huggingface/datasets/issues/7024 | [] | johnwee1 | 0 |
ivy-llc/ivy | numpy | 28,705 | Fix Frontend Failing Test: paddle - creation.jax.numpy.triu | To-do List: https://github.com/unifyai/ivy/issues/27500 | closed | 2024-03-29T12:18:54Z | 2024-03-29T16:45:11Z | https://github.com/ivy-llc/ivy/issues/28705 | [
"Sub Task"
] | ZJay07 | 0 |
streamlit/streamlit | deep-learning | 10,265 | Unexpected margin above the last checkbox or toggle of a column | ### 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 checkboxes or toggles are placed inside ... | closed | 2025-01-27T22:03:15Z | 2025-01-27T23:25:26Z | https://github.com/streamlit/streamlit/issues/10265 | [
"type:bug",
"status:confirmed",
"priority:P3",
"feature:st.checkbox",
"feature:st.toggle"
] | JosephMarinier | 3 |
wemake-services/django-test-migrations | pytest | 33 | Add check to forbid auto migrations | More context: https://adamj.eu/tech/2020/02/24/how-to-disallow-auto-named-django-migrations/
Discussion: https://twitter.com/AdamChainz/status/1231895529686208512 | closed | 2020-02-24T19:10:04Z | 2020-02-25T14:04:22Z | https://github.com/wemake-services/django-test-migrations/issues/33 | [
"enhancement",
"good first issue",
"help wanted"
] | sobolevn | 0 |
Avaiga/taipy | data-visualization | 2,257 | [🐛 BUG] Weird syntax when editing a boolean in Table | ### What went wrong? 🤔
Editing a cell representing a boolean will create a weird syntax shown on the UI while editing.

### Expected Behavior
We should not see this syntax.
### Steps to Reproduce Issue
Run this code and ... | closed | 2024-11-18T16:46:17Z | 2024-12-18T13:41:14Z | https://github.com/Avaiga/taipy/issues/2257 | [
"🖰 GUI",
"💥Malfunction",
"🟧 Priority: High"
] | FlorianJacta | 2 |
ultralytics/yolov5 | machine-learning | 13,279 | Silicon Mac GPU Support for training | ### 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. I have set up and trained my first model with Yolov5s (object detection) and I'm e... | closed | 2024-08-24T23:21:55Z | 2024-09-02T06:07:09Z | https://github.com/ultralytics/yolov5/issues/13279 | [
"enhancement",
"question"
] | oliver408i | 1 |
opengeos/leafmap | plotly | 498 | Left/right labels not displaying in split map | <!-- Please search existing issues to avoid creating duplicates. -->
### Environment Information
- leafmap version: 0.23.0
- Python version: 3.10.12
- Operating System: macOS Ventura (13.4.1)
### Description
I am using `leafmap.split_map()` to make some split map visualizations using both locally stor... | closed | 2023-07-24T19:17:39Z | 2023-07-24T20:17:31Z | https://github.com/opengeos/leafmap/issues/498 | [
"bug"
] | cmspeed | 2 |
microsoft/qlib | machine-learning | 1,380 | test_contrib_model.py running error | ## Environment
$python collect_info.py all
Darwin
x86_64
macOS-10.16-x86_64-i386-64bit
Darwin Kernel Version 22.1.0: Sun Oct 9 20:15:09 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T6000
Python version: 3.10.8 (main, Nov 4 2022, 08:45:18) [Clang 12.0.0 ]
Qlib version: 0.8.6.99
numpy==1.21.5
pandas==1.5.1... | closed | 2022-12-02T15:03:58Z | 2023-10-24T02:44:10Z | https://github.com/microsoft/qlib/issues/1380 | [
"bug"
] | libeiheng | 3 |
flairNLP/flair | pytorch | 3,465 | [Question]: Compatibility with old models trained with 0.7 | ### Question
Hi Team,
Is there a way to transform models trained with v0.7 so that it can run with the latest version?
I am not able to load the old model under 0.13.1.
Thanks,
Neil | open | 2024-06-04T13:20:12Z | 2024-06-14T12:57:07Z | https://github.com/flairNLP/flair/issues/3465 | [
"question"
] | neilx4 | 1 |
piskvorky/gensim | data-science | 3,445 | Using linux nohup to execute mallet error report | Dear author:
I have checked all the issues about returning 127 error, but I can't provide much help for my problem, so I created a new issue for help.
The current situation is that I have no problem executing it directly on linux, but when using nohup to run scheduled tasks in the background, an error will be repor... | closed | 2023-02-21T10:12:34Z | 2023-02-22T03:32:44Z | https://github.com/piskvorky/gensim/issues/3445 | [] | Buaasinong | 3 |
ultralytics/ultralytics | computer-vision | 18,711 | Why the mAP increase only 0.001 percent every epoch. Any suggestion how to make fast? | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions.
### Question
Hello,
I’ve been training a YOLO model on a custom dataset and have ... | open | 2025-01-16T12:15:37Z | 2025-01-16T13:59:07Z | https://github.com/ultralytics/ultralytics/issues/18711 | [
"question",
"detect"
] | khandriod | 2 |
skforecast/skforecast | scikit-learn | 610 | Backrest and hyper parameter tuning | What is difference between the two?
How do you integrate both to improve your forecast model? | closed | 2023-12-19T13:02:15Z | 2024-05-06T07:14:07Z | https://github.com/skforecast/skforecast/issues/610 | [
"question"
] | yeongnamtan | 1 |
ets-labs/python-dependency-injector | asyncio | 217 | Issue resetting ThreadLocalSingletons | Hi!
I'm running into an issue with resetting a ThreadLocalSingleton.
When I call `reset` on the provider, I expect the next `_provide` to return a new instance of the specified type.
However, as can been seen in this excerpt of the code:
```
cdef class ThreadLocalSingleton(BaseSingleton):
...
def r... | closed | 2019-03-20T08:19:32Z | 2019-03-22T11:01:19Z | https://github.com/ets-labs/python-dependency-injector/issues/217 | [
"bug"
] | jeroenrietveld | 5 |
SCIR-HI/Huatuo-Llama-Med-Chinese | nlp | 24 | 模型文件应该放在什么位置 | 请问,LoRA权重下载了之后,应当放在哪个路径下? | closed | 2023-05-07T07:57:33Z | 2023-05-07T14:23:22Z | https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese/issues/24 | [] | caichuang0415 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.