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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 953 | Use cycleGAN for image enhancement | Hello author!I want to use your code for image enhancement based on CycleGAN.But it produces a lot of artifacts.Can you give me some tips?Thanks a lot. | open | 2020-03-13T14:38:41Z | 2020-03-13T18:22:34Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/953 | [] | crystaloscillator | 1 |
babysor/MockingBird | deep-learning | 563 | 启动后第一次点击 synthesize and vocode 报错 | 执行python demo_toolbox.py -d .\samples 启动程序后,第一次点击synthesize and vocode按钮报错,之后就不报错了,不知道什么原因?
RuntimeError: Error(s) in loading state_dict for Tacotron:
size mismatch for encoder_proj.weight: copying a param with shape torch.Size([128, 512]) from checkpoint, the shape in current model is torch.Size([128, 1024])... | open | 2022-05-20T13:34:53Z | 2022-05-22T08:39:29Z | https://github.com/babysor/MockingBird/issues/563 | [] | GitHubLDL | 1 |
supabase/supabase-py | fastapi | 1,073 | Installing via Conda forgets h2 | # Bug report
<!--
⚠️ We receive a lot of bug reports which have already been solved or discussed. If you are looking for help, please try these first:
- Docs: https://docs.supabase.com
- Discussions: https://github.com/supabase/supabase/discussions
- Discord: https://discord.supabase.com
Before opening a bug repor... | open | 2025-03-10T16:52:42Z | 2025-03-10T16:52:50Z | https://github.com/supabase/supabase-py/issues/1073 | [
"bug"
] | PierreMesure | 1 |
psf/requests | python | 6,860 | "No address associated with hostname" when querying IPv6 hosts | ## Expected Result
```
$ python
Python 3.12.3 (main, Nov 6 2024, 18:32:19) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
>>> requests.get("https://ipv6.icanhazip.com/").text
'2001:920:[REDACTED]'
```
## Actual Result... | closed | 2024-12-18T17:36:53Z | 2025-01-05T22:36:48Z | https://github.com/psf/requests/issues/6860 | [] | ThePirateWhoSmellsOfSunflowers | 4 |
huggingface/datasets | numpy | 6,740 | Support for loading geotiff files as a part of the ImageFolder | ### Feature request
Request for adding rasterio support to load geotiff as a part of ImageFolder, instead of using PIL
### Motivation
As of now, there are many datasets in HuggingFace Hub which are predominantly focussed towards RemoteSensing or are from RemoteSensing. The current ImageFolder (if I have understood c... | closed | 2024-03-18T20:00:39Z | 2024-03-27T18:19:48Z | https://github.com/huggingface/datasets/issues/6740 | [
"enhancement"
] | sunny1401 | 0 |
awesto/django-shop | django | 772 | Cookie Cutter Version ignores PostalShippingModifier | I'm using the cookie cutter version from the [tutorial of the documentation](https://django-shop.readthedocs.io/en/latest/) as an example for my own implementation.
Shipping modifiers that should add a line to the cart are ignored in both variants as soon as their activation is dependent on the selection in the sh... | closed | 2019-08-21T14:24:41Z | 2019-10-21T16:51:24Z | https://github.com/awesto/django-shop/issues/772 | [] | moellering | 2 |
QingdaoU/OnlineJudge | django | 480 | 关于1.6.1版本docker-compose部署 提交代码卡Judging的问题 | 按照官网的docker-compose一键部署命令部署:
```bash
git clone -b v1.6.1 https://github.com/QingdaoU/OnlineJudgeDeploy.git
```
部署后未更改任何设置,提交非CE代码时卡Judging(CE代码正常)
以下是 ~/data/backend/log/dramatiq.log的日志
```
[2024-10-18 04:06:50] - [DEBUG] - [dramatiq.worker.ConsumerThread(default):326] - Pushing message '2e93045a-f01f-468b-9056... | open | 2024-10-18T04:21:22Z | 2024-11-05T10:30:50Z | https://github.com/QingdaoU/OnlineJudge/issues/480 | [] | wellwei | 4 |
litl/backoff | asyncio | 135 | [Question] Add Loguru as logging | Hello again!
After hours of searching and trying to find the answer. I did not managed to do it :'(
I am trying to combine [loguru](https://github.com/Delgan/loguru) together with loguru:
```py
import sys
from discord_webhook import DiscordEmbed, DiscordWebhook
from loguru import logger
from config im... | closed | 2021-08-30T22:35:27Z | 2024-08-12T14:35:39Z | https://github.com/litl/backoff/issues/135 | [] | BarryThrill | 1 |
babysor/MockingBird | pytorch | 205 | 无法克隆除自带的之外的字,日志会出现循环 | 

| closed | 2021-11-09T11:18:17Z | 2021-11-09T13:08:54Z | https://github.com/babysor/MockingBird/issues/205 | [
"bug"
] | Zhangyide114514 | 0 |
marcomusy/vedo | numpy | 1,128 | how to remove vtk log | i use vedo.Mesh.intersect_with_plane many times.
once i call vedo.Mesh.intersect_with_plane, one vtk log("2024-05-30 16:18:57.450 ( 3.004s) [D74557468B270C7F]vtkPolyDataPlaneCutter.:589 INFO| Executing vtkPolyData plane cutter") appear my console and log files.
how can i remove vtk log?
i tried changing lo... | open | 2024-05-30T07:34:51Z | 2024-06-28T14:25:01Z | https://github.com/marcomusy/vedo/issues/1128 | [
"long-term"
] | rookie96 | 2 |
art049/odmantic | pydantic | 391 | Mypy issues for odmantic 1.0.0 | # Bug
Following the odmantic 1.0.0 examples and trying to upgrade odmantic/pydantic to V2 , I can find several issues in mypy.
Errors explained as comments below.
### Current Behavior
```
from typing import Optional
from motor.core import AgnosticCollection
from odmantic import Model, Field
from odman... | open | 2023-12-19T09:18:31Z | 2024-11-10T19:40:28Z | https://github.com/art049/odmantic/issues/391 | [
"bug"
] | laveolus | 3 |
pytorch/vision | machine-learning | 8,915 | Setting `0` and `1` to `p` argument of `RandomAutocontrast()` gets the same results | ### 🐛 Describe the bug
Setting `0` and `1` to `p` argument of [RandomAutocontrast()](https://pytorch.org/vision/main/generated/torchvision.transforms.v2.RandomAutocontrast.html) gets the same results as shown below:
```python
from torchvision.datasets import OxfordIIITPet
from torchvision.transforms.v2 import Random... | open | 2025-02-18T11:57:41Z | 2025-02-19T11:39:42Z | https://github.com/pytorch/vision/issues/8915 | [] | hyperkai | 1 |
mars-project/mars | pandas | 2,610 | [BUG] race condition: duplicate decref of subtask input chunk | <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
Let us suppose stage A have two Subtask S1 and S2, and they have the same input chunk C
1. S1 got an error, and stage_processor.done has bee... | closed | 2021-12-09T08:23:16Z | 2021-12-10T03:45:24Z | https://github.com/mars-project/mars/issues/2610 | [
"type: bug",
"mod: task service"
] | Catch-Bull | 0 |
mirumee/ariadne-codegen | graphql | 14 | Add README.md | Repo should contain README.md like how Ariadne and Ariadne GraphQL Modules do.
This readme should contain description of problem solved by library and usage example.
It should also contain license part and mention that project was crafted with love by Mirumee. | closed | 2022-10-19T11:47:02Z | 2022-11-04T07:34:20Z | https://github.com/mirumee/ariadne-codegen/issues/14 | [
"roadmap"
] | rafalp | 0 |
aleju/imgaug | machine-learning | 807 | new imageio version breaks over numpy versions. | imageio introduced [new version](https://github.com/imageio/imageio/releases/tag/v2.16.0) which requires numpy > 1.20 over its ArrayLike object.
imgaug doesn't seem to set specfic version of imageio, therefore takes the latest version :
https://github.com/aleju/imgaug/blob/master/requirements.txt#L12
The result... | open | 2022-02-17T16:06:27Z | 2022-12-29T18:59:18Z | https://github.com/aleju/imgaug/issues/807 | [] | morcoGreen | 1 |
plotly/dash-table | dash | 287 | Cypress tests should fail if there are console errors | open | 2018-12-07T17:29:53Z | 2019-07-06T12:24:45Z | https://github.com/plotly/dash-table/issues/287 | [
"dash-meta-good_first_issue",
"dash-type-maintenance"
] | Marc-Andre-Rivet | 0 | |
plotly/plotly.py | plotly | 4,093 | Create a polygonal plane | Hello:
i want to plot a polygonal plane with some vertexs. For example, I have known five vertexs, I want to plot pentagon with the five vertexs, how can I plot it?
Thanks! | closed | 2023-03-07T08:30:41Z | 2023-03-08T15:07:40Z | https://github.com/plotly/plotly.py/issues/4093 | [] | Zcaic | 3 |
matplotlib/cheatsheets | matplotlib | 86 | The cheatsheets website should include a link to the GitHub page | Otherwise, the GibHub page is quite undiscoverable in case somebody wants to contribute. | closed | 2021-11-12T20:47:51Z | 2022-01-07T20:20:34Z | https://github.com/matplotlib/cheatsheets/issues/86 | [] | timhoffm | 1 |
Anjok07/ultimatevocalremovergui | pytorch | 1,700 | Best model for early reverb? | Good day. Thanks to the developers for your work! I have a question. What is the best algorithm for removing early reverberation reflections at the moment? I still have hope of recording vocals at home. )
If not, are there any searches and developments in this direction?
P.S. MB Roformer - DeReverb-DeEcho 1 - maybe... | open | 2025-01-11T15:08:57Z | 2025-01-19T01:48:06Z | https://github.com/Anjok07/ultimatevocalremovergui/issues/1700 | [] | 10Elem | 4 |
mitmproxy/pdoc | api | 330 | Please remove the allegation about Nazi symbolism from the README | In the README, it is suggested that @kernc has associated this project with Nazi symbols by including a swastika on the fork of this project. As has already been addressed in this [comment](https://github.com/pdoc3/pdoc/issues/64#issuecomment-489370963), that is not true.
Despite most strongly being associated with ... | closed | 2022-01-09T06:38:53Z | 2022-02-10T13:49:16Z | https://github.com/mitmproxy/pdoc/issues/330 | [
"enhancement"
] | saifkhichi96 | 6 |
iperov/DeepFaceLab | deep-learning | 5,479 | feature request : 3d face overlay with xyz axes control to change angle during manyual extraction | I hope this will come one day, some ultra low or high angles are impossible to extrack when you just see bottom of the nose and chin or top of the head and nose
| open | 2022-02-17T22:21:27Z | 2022-02-17T22:21:27Z | https://github.com/iperov/DeepFaceLab/issues/5479 | [] | 2blackbar | 0 |
falconry/falcon | api | 2,178 | `DefaultEventLoopPolicy.get_event_loop()` is deprecated (in the case of no loop) | As of Python 3.12, if there is no event loop, `DefaultEventLoopPolicy.get_event_loop()` emits a deprecation warning, and threatens to raise an error in future Python versions.
No replacement is suggested by the official docs. When it does start raising an error, I suppose one can catch it, and create a new loop inst... | closed | 2023-10-15T16:57:51Z | 2024-03-21T19:59:28Z | https://github.com/falconry/falcon/issues/2178 | [] | vytas7 | 3 |
JaidedAI/EasyOCR | pytorch | 1,352 | Getting "Could not initialize NNPACK! Reason: Unsupported hardware." warning even though NNPACK is enabled | Hi everyone,
I am trying to deploy EasyOCR locally on a VM and when executing the `output = reader.readtext(image_array)` command I get the following warning: "Could not initialize NNPACK! Reason: Unsupported hardware.". I am deploying in a CPU only environment, on CPUs with the AVX512 instructions enabled. When the... | open | 2024-12-19T09:29:30Z | 2024-12-19T09:29:30Z | https://github.com/JaidedAI/EasyOCR/issues/1352 | [] | kirillmeisser | 0 |
robotframework/robotframework | automation | 4,476 | BuiltIn: `Call Method` loses traceback if calling the method fails | I see the below call is not logging traceback on failure and throwing the error message instead.
Call method ${obj} ${method} ${args}
It would be great to log the traceback incase of any failure, it will be helpful to identify the issue soon.
Need the fix in version 4.1
| closed | 2022-09-23T13:36:04Z | 2022-09-29T21:09:08Z | https://github.com/robotframework/robotframework/issues/4476 | [
"bug",
"priority: medium",
"rc 1"
] | kbogineni | 14 |
psf/requests | python | 5,926 | Restore logo | @kennethreitz mentioned he had a single condition for transferring stewardship for this repository:
> When I transferred the project to the PSF, per textual agreement with @ewdurbin, my only requirement was that the logo stayed in place.
I therefore assume that the removal in #5562 (along other images) was accide... | closed | 2021-09-02T13:25:33Z | 2021-12-01T16:06:01Z | https://github.com/psf/requests/issues/5926 | [] | flying-sheep | 1 |
pyg-team/pytorch_geometric | deep-learning | 10,101 | CUDA error: device-side assert triggered on torchrun DDP | ### 🐛 Describe the bug
Hello,
I am getting a CUDA error: device-side assert triggered on the global_mean_pool to the extent that I cannot:
1. print the variable
2. detach and save it as a a tensor to see
3. put in a try catch and just ignore the batch, the whole program crashes
4. this happens for >15k data and afte... | open | 2025-03-05T23:52:59Z | 2025-03-10T16:32:32Z | https://github.com/pyg-team/pytorch_geometric/issues/10101 | [
"bug"
] | Sayan-m90 | 2 |
fohrloop/dash-uploader | dash | 106 | multi page issue | Hi,
I recently started using dash-uploader and was wondering if there is multi page support since I could not find an example. All the current examples require the app to be initialized using the command below for the du.configure_upload and has to be located in the same file where dash-uploader is used.
Command ... | closed | 2022-10-18T22:58:01Z | 2022-12-14T19:43:53Z | https://github.com/fohrloop/dash-uploader/issues/106 | [] | omarirfa | 2 |
PaddlePaddle/ERNIE | nlp | 99 | xnli数据集复现,dev-acc:0.780,test-acc:0.770,没有达到发布的效果 | 直接运行 bash script/run_xnli.sh 训练后的结果与发布不对,然后把xnli训练集的空格去掉,再训练也没有达到相应的效果 | closed | 2019-04-16T03:14:29Z | 2019-04-26T05:01:28Z | https://github.com/PaddlePaddle/ERNIE/issues/99 | [] | shuying136 | 2 |
FlareSolverr/FlareSolverr | api | 804 | Solving embedded turnstiles | ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you checked the discussions?
- [x] I have read the Dis... | open | 2023-06-21T22:56:38Z | 2023-10-02T04:14:02Z | https://github.com/FlareSolverr/FlareSolverr/issues/804 | [
"enhancement",
"help wanted"
] | HDoujinDownloader | 7 |
streamlit/streamlit | data-visualization | 10,190 | Click (not selection) events for dataframes, charts, and maps | ### 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
We recently added selection events for dataframes, Plotly/Altair charts, and PyDeck maps. Sometimes, you just... | open | 2025-01-14T22:26:55Z | 2025-01-14T22:27:19Z | https://github.com/streamlit/streamlit/issues/10190 | [
"type:enhancement",
"feature:st.dataframe",
"feature:st.altair_chart",
"feature:st.plotly_chart",
"feature:st.pydeck_chart",
"area:events"
] | jrieke | 1 |
marimo-team/marimo | data-science | 4,171 | Dropdown should support non-strings | ### Description
`mo.ui.dropdown(options=[1,2,3])` will crash with:
```
Bad Data
options.0: Expected string, received number
```
This can be worked around with dict comprehension.
### Suggested solution
It would be preferable if these `ui` elements just worked with options as any list, not just a list of strings. S... | closed | 2025-03-20T15:10:24Z | 2025-03-20T17:58:11Z | https://github.com/marimo-team/marimo/issues/4171 | [
"enhancement"
] | astrowonk | 0 |
ionelmc/pytest-benchmark | pytest | 72 | Allow elasticsearch authentication besides encoding credentials into url | Currrently the only way of using credentials to authenticate against an elasticsearch instance is to encode the username+password in the url.
This is bad when run in CI, i.e. [gitlab unfortunatly still doesn't support protection against leaking secret variables](https://gitlab.com/gitlab-org/gitlab-ce/issues/13784). U... | closed | 2017-03-27T14:58:17Z | 2017-04-10T03:21:34Z | https://github.com/ionelmc/pytest-benchmark/issues/72 | [] | varac | 5 |
pyg-team/pytorch_geometric | pytorch | 9,680 | consider `conda` -> `.github/conda` | ### 🛠 Proposed Refactor
We could consider moving the `conda` directory to within `.github/conda/`.
This has already been implemented in https://github.com/huggingface/huggingface_hub/tree/main/.github/conda
### Suggest a potential alternative/fix
I don't know the particulars of how conda releases are made, but A... | open | 2024-09-25T17:55:40Z | 2024-09-25T17:55:40Z | https://github.com/pyg-team/pytorch_geometric/issues/9680 | [
"refactor"
] | SauravMaheshkar | 0 |
apify/crawlee-python | web-scraping | 178 | Improve the deduplication of requests | ### Context
A while ago, Honza Javorek raised some good points regarding the deduplication process in the request queue ([#190](https://github.com/apify/apify-sdk-python/issues/190)).
The first one:
> Is it possible that Apify's request queue dedupes the requests only based on the URL? Because the POSTs all ha... | closed | 2024-06-10T09:08:57Z | 2024-09-27T17:43:05Z | https://github.com/apify/crawlee-python/issues/178 | [
"t-tooling",
"solutioning"
] | vdusek | 3 |
deepfakes/faceswap | deep-learning | 558 | Error Extracting! | Extracting Error:
Loading...
12/20/2018 01:41:59 INFO Log level set to: INFO
12/20/2018 01:42:01 INFO Output Directory: C:\Users\ZeroCool22\Miniconda3\envs\faceswap\output
12/20/2018 01:42:01 INFO Input Directory: C:\Users\ZeroCool22\Miniconda3\envs\faceswap\input
12/20/2018 01:42:01 INFO Loadin... | closed | 2018-12-20T04:44:23Z | 2019-01-11T08:55:38Z | https://github.com/deepfakes/faceswap/issues/558 | [] | ZeroCool22 | 7 |
suitenumerique/docs | django | 452 | Typing enter doesn't create a line break bellow but above | ## Bug Report
**Problematic behavior**
Today with Sophie she experiences a weird bug (see video bellow) when typing the enter key at the end of a bullet list.
**Expected behavior/code**
The line break should be created bellow.
**Steps to Reproduce**
**Environment**
- Impress version: Prod
- Platform: Ch... | open | 2024-11-25T18:34:07Z | 2024-11-26T16:45:34Z | https://github.com/suitenumerique/docs/issues/452 | [
"bug"
] | virgile-dev | 1 |
gunthercox/ChatterBot | machine-learning | 2,163 | ModuleNotFoundError: No module named 'adapters' | Hey! So, I want the bot to save its data in a json file, so I used this piece of code:
```py
chatbot = ChatBot("SmortBot",
storage_adapter="adapters.storage.JsonDatabaseAdapter",
database="C:/Users/.../database.json")
```
But I am getting the error `ModuleNotFoundError: No module named 'adapters'`
Am I... | closed | 2021-05-21T09:26:00Z | 2025-02-19T12:30:22Z | https://github.com/gunthercox/ChatterBot/issues/2163 | [] | NISH-Original | 1 |
d2l-ai/d2l-en | data-science | 2,123 | Typo in Ch.2 introduction. | In the second paragraph on the intro to 2. Preliminaries, change "basic" to "basics" (see the image below).

| closed | 2022-05-10T15:08:49Z | 2022-05-10T17:37:44Z | https://github.com/d2l-ai/d2l-en/issues/2123 | [] | jbritton6 | 1 |
psf/requests | python | 6,229 | When making a POST request, why doesn't `auth` or `session.auth` work when logging in, but `data=data` does? | Please refer to our [Stack Overflow tag](https://stackoverflow.com/questions/tagged/python-requests) for guidance.
I have a website that requires an Email and Password to log in. When I set these values in `session.auth` or `auth=(email, pw)` they don't get the right response data. But, when I pass in a `data` object,... | closed | 2022-09-04T03:07:40Z | 2023-09-05T00:03:06Z | https://github.com/psf/requests/issues/6229 | [] | whompyjaw | 1 |
httpie/cli | rest-api | 1,559 | I got [reports](https://github.com/RageAgainstThePixel/OpenAI-DotNet/issues/236) that this started happening today: | I got [reports](https://github.com/RageAgainstThePixel/OpenAI-DotNet/issues/236) that this started happening today:
```json
{
"error": {
"message": "Unsupported content type: 'application/json; charset=utf-8'. This API method only accepts 'application/json' requests, but you specified the header 'Content-Ty... | closed | 2024-02-14T07:05:23Z | 2024-10-30T10:53:34Z | https://github.com/httpie/cli/issues/1559 | [] | jpmaniqis | 1 |
docarray/docarray | pydantic | 1,236 | Mypy plugin | open | 2023-03-14T10:07:09Z | 2023-03-23T10:05:49Z | https://github.com/docarray/docarray/issues/1236 | [] | JoanFM | 1 | |
ivy-llc/ivy | pytorch | 28,545 | Fix Frontend Failing Test: tensorflow - math.paddle.stanh | To-do List: https://github.com/unifyai/ivy/issues/27499 | closed | 2024-03-11T11:17:39Z | 2024-05-02T08:41:36Z | https://github.com/ivy-llc/ivy/issues/28545 | [
"Sub Task"
] | ZJay07 | 0 |
bmoscon/cryptofeed | asyncio | 416 | Deribit Liquidations channel not working | **Describe the bug**
When subscribed to `TRADES` channel, with `LIQUIDATIONS` callback comprised of a class which inherits `KafkaCallback` and `BackendLiquidationsCallback`, no liquidation messages are passed to the Kafka topic.
**Expected behavior**
Liquidation messages passed to the applicable topic.
**Operat... | closed | 2021-02-12T09:54:32Z | 2021-02-17T08:37:07Z | https://github.com/bmoscon/cryptofeed/issues/416 | [
"bug"
] | mfw78 | 4 |
jmcnamara/XlsxWriter | pandas | 351 | Repetitive merge_range to same range causes warning in Excel 2016 | Hi,
When I, through a program error/bug, repetitively merge_range to the same range, Excel produces two warnings:
1. We found a problem with some content in 'Range.XLSX'. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes. Clicking Yes yields:
2. Excel was able to o... | closed | 2016-05-03T17:07:45Z | 2020-10-21T11:09:43Z | https://github.com/jmcnamara/XlsxWriter/issues/351 | [
"bug"
] | tmoorebetazi | 9 |
globaleaks/globaleaks-whistleblowing-software | sqlalchemy | 3,242 | KeyError Mapping key not found - error recieved by admins on v4.9.9 |
Version: 4.9.9
```
KeyError Mapping key not found.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 151, in maybeDeferred
result = f(*args, **kw)
File "/usr/lib/python3/dist-packages/globaleaks/rest/decorators.py", line 56, in wrapper
... | closed | 2022-06-29T09:58:45Z | 2022-07-06T09:34:04Z | https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3242 | [] | aetdr | 4 |
open-mmlab/mmdetection | pytorch | 11,465 | get_flops.py file requires different commands than those in the instructions document | Describes the commands exemplified in the documentation:
python tools/analysis_tools/get_flops.py ${CONFIG_FILE} [--shape ${INPUT_SHAPE}]
However, the parameters requested in this file are shown in the image below
 gets serialized to `False_` ? | I have a really bizarre issue where the string 'NO' (ISO country code for Norway - we need this literal string to be an enum value), as part of an enum, is getting serlialized to `False`
we have an enum of ISO codes that includes the literal string `'NO'` - I have tried this without quotes, and with both single and ... | open | 2023-11-03T11:36:30Z | 2023-11-04T17:16:57Z | https://github.com/koxudaxi/datamodel-code-generator/issues/1653 | [
"documentation"
] | tommyjcarpenter | 10 |
zappa/Zappa | flask | 870 | [Migrated] Update fails while updating `endpoint_url` with `base_path` when `use_apigateway` is False | Originally from: https://github.com/Miserlou/Zappa/issues/2123 by [jwilges](https://github.com/jwilges)
Update fails while updating `endpoint_url` with `base_path` when `use_apigateway` is `False`.
I believe this issue is similar to issue #1563 but I am trying to scope this new issue to be a small and easily-audita... | closed | 2021-02-20T13:03:06Z | 2024-04-13T19:10:45Z | https://github.com/zappa/Zappa/issues/870 | [
"no-activity",
"auto-closed"
] | jneves | 2 |
plotly/dash-table | dash | 308 | Ability to save input when clicking outside of the table [Sponsored: Due Feb 1] | Currently, if you are editing a value in the table, clicking outside of the table will not save persist the value. | closed | 2018-12-18T23:55:45Z | 2020-05-11T03:08:39Z | https://github.com/plotly/dash-table/issues/308 | [
"dash-type-bug",
"dash-meta-sponsored"
] | chriddyp | 3 |
sqlalchemy/alembic | sqlalchemy | 952 | Second migration alter my primary key | **Describe the bug**
I started a new db. I migrated it and then did another migration where the autogenerate alter my primary key.
First migration:

Second migration without updating the model:
![... | closed | 2021-10-14T21:31:24Z | 2022-05-03T07:38:16Z | https://github.com/sqlalchemy/alembic/issues/952 | [] | movaldivia | 1 |
vi3k6i5/flashtext | nlp | 104 | Issue with longest string matching | When a word is overlap with another "Flashtext" did not took the largest phrase.
**For ex.,**
`from flashtext import KeywordProcessor
keyword_processor = KeywordProcessor()
keyword_processor.add_keyword('love python', 'Luv Py')
keyword_processor.add_keyword('python programming in ML', 'Luv Py2')
keyword_proce... | closed | 2020-01-25T15:18:09Z | 2020-03-25T10:21:42Z | https://github.com/vi3k6i5/flashtext/issues/104 | [] | giriannamalai | 3 |
Asabeneh/30-Days-Of-Python | python | 565 | Duplicated exercises in Day 4 | There are some duplicated exercises in Day 4 ([30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python/tree/master)/[04_Day_Strings](https://github.com/Asabeneh/30-Days-Of-Python/tree/master/04_Day_Strings)
/04_strings.md).
1. I believe exercise 23 and exercise 26 are nearly the same.
> 23. Use index or f... | open | 2024-07-23T08:25:04Z | 2024-07-24T07:00:01Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/565 | [] | chienchuanw | 1 |
NVlabs/neuralangelo | computer-vision | 208 | Neuralangelo on driving scenes | I'm currently experimenting Neuralangelo on driving sequences, such as scenes from KITTI-360. However, I'm encountering very poor results and want to understand the underlying causes.
I am particularly curious if the requirement for the region of interest to be bounded is affecting the results? Could you please provi... | open | 2024-07-30T07:25:17Z | 2024-07-30T07:25:17Z | https://github.com/NVlabs/neuralangelo/issues/208 | [] | hala-djeghim | 0 |
DistrictDataLabs/yellowbrick | scikit-learn | 1,183 | problem with auto plotting data | ```
model = KElbowVisualizer(KMeans(init='k-means++', max_iter=10000, n_init=10), k=(4,12))
model.fit(X)
model.elbow_value_
```
Since I did not use `mode.show ()`, I expect the above code not to show me a plot, but it does.
**Desktop :**
- OS: Windows 10
- Python Version 3.8.10[anaconda]
- Yellowbrick... | closed | 2021-06-16T07:26:23Z | 2021-07-10T18:45:34Z | https://github.com/DistrictDataLabs/yellowbrick/issues/1183 | [] | maghaali | 8 |
HumanSignal/labelImg | deep-learning | 582 | when i double licked on labellmg.exe black window opens and closes | when i cdouble licked on labellmg.exe black window of command promo opens and closes but guit window of application not come
| open | 2020-04-24T11:37:36Z | 2022-02-07T01:13:21Z | https://github.com/HumanSignal/labelImg/issues/582 | [] | shazy12 | 2 |
chatopera/Synonyms | nlp | 81 | 分词有误怎么修改? | 我在使用的时候发现把 "老实说" 分成了 "老实" 和 "说" 这个问题怎么解决? | closed | 2019-04-20T15:03:04Z | 2019-04-21T01:03:33Z | https://github.com/chatopera/Synonyms/issues/81 | [] | OriLiMu | 1 |
numba/numba | numpy | 9,134 | numba.cuda.cudadrv.error.CudaSupportError: Error at driver init: Call to cuInit results in CUDA_ERROR_OPERATING_SYSTEM (30 | When I turned the learning around, I started using numba, but this error occurred whether there was a problem with the cuda.
I used the cuda simulator through the $ export NUMBA_ENABLE_CUDASIM=1 command, but I didn't get an error, but I want to use the gpu I have on the server, so I ask about this error.
During... | closed | 2023-08-15T12:08:40Z | 2023-10-21T01:44:09Z | https://github.com/numba/numba/issues/9134 | [
"needtriage",
"CUDA",
"stale"
] | ssungchae | 5 |
onnx/onnx | pytorch | 5,915 | Protobuf version compatibility? | is 1.16 compatible with protobuf 3.6
| closed | 2024-02-07T13:48:09Z | 2024-02-08T01:56:06Z | https://github.com/onnx/onnx/issues/5915 | [
"question"
] | kumar-utkarsh0317 | 1 |
deepset-ai/haystack | pytorch | 8,777 | Add support for converting .msg files to Documents | **Is your feature request related to a problem? Please describe.**
Recently we have had more clients want to be able to use `.msg` files in their RAG pipelines. The `.msg` format is a Microsoft email format and is not trivial to convert without the help of an external library.
**Describe the solution you'd like**
It w... | closed | 2025-01-28T07:22:37Z | 2025-02-24T07:12:34Z | https://github.com/deepset-ai/haystack/issues/8777 | [
"type:feature",
"P2"
] | sjrl | 1 |
modoboa/modoboa | django | 3,052 | [Feature] Allow user and/or admins to update IMAP password for Imap Migration | If the secret is changed on django side or if a user update external password of a migration account, it should be possible to update its external password. | open | 2023-08-29T14:52:29Z | 2024-07-15T16:56:46Z | https://github.com/modoboa/modoboa/issues/3052 | [
"enhancement"
] | Spitfireap | 0 |
timkpaine/lantern | plotly | 153 | support arrow in live queue | closed | 2018-02-28T18:02:39Z | 2018-09-13T18:48:36Z | https://github.com/timkpaine/lantern/issues/153 | [
"feature"
] | timkpaine | 1 | |
flairNLP/fundus | web-scraping | 208 | The Taz has a similar issue to Occupy Democrats | As described in #178, the sitemap of the taz also uses article hubs. A fix should be done once #201 has been done. | closed | 2023-05-13T12:52:12Z | 2023-07-12T16:31:25Z | https://github.com/flairNLP/fundus/issues/208 | [] | Weyaaron | 1 |
PaddlePaddle/PaddleHub | nlp | 1,677 | AttributeError: module 'paddlehub' has no attribute 'Module' | hub2.1.1,paddle2.1.3,win10,cmd用hub正常,用pycharm试了个demo,结果报错如下。
import paddlehub as hub
lac = hub.Module(name="lac")
test_text = ["今天是个好天气。"]
结果报错:
lac = hub.Module(name="lac")
AttributeError: module 'paddlehub' has no attribute 'Module'
| open | 2021-10-30T17:37:58Z | 2024-02-26T05:04:00Z | https://github.com/PaddlePaddle/PaddleHub/issues/1677 | [
"installation"
] | GreenHandee | 3 |
ydataai/ydata-profiling | data-science | 920 | module 'missingno.missingno' has no attribute 'bar' | I had to do pip install missingno>=0.4.2 in order for 'import pandas_profiling' to run. When I try to create report by running
'profile=pandas_profiling.ProfileReport(pandas_df, title='sample',html={'style':{'full_width':True}}) , it throws the above help. | open | 2022-02-07T10:59:57Z | 2022-05-01T22:33:48Z | https://github.com/ydataai/ydata-profiling/issues/920 | [
"information requested ❔"
] | Sathyanarayanan8129 | 0 |
lorien/grab | web-scraping | 18 | Добавить тело ответа в исключения | Иногда при поиске каких либо данных в теле ответа возникают исключения. Хотелось бы иметь возможность получить тело ответа в котором происходил поиск по regexp, xpath, text. Тогда появится возможность быстро исправлять ошибки. Это особенно актуально когда мы парсим сайты на которых довольно часто происходят изменения в... | closed | 2013-10-14T09:21:18Z | 2014-05-24T17:28:35Z | https://github.com/lorien/grab/issues/18 | [] | khomyakov42 | 3 |
d2l-ai/d2l-en | data-science | 1,792 | Inconsistent use of np.dot and torch.mv in Section 2.3.8 | The final paragraph of Section 2.3.8 *Matrix-Vector Products* mentions the use of `np.dot` but not `torch.mv`. The subsequent code examples uses `torch.mv` but not `np.dot`.
Either the text should describe `torch.mv` or the code should use `np.dot` | closed | 2021-06-13T16:39:31Z | 2021-06-16T20:10:14Z | https://github.com/d2l-ai/d2l-en/issues/1792 | [] | dowobeha | 1 |
newpanjing/simpleui | django | 160 | 冻结头部/首列/尾列 | **你希望增加什么功能?**
1.冻结头部, 首列或多列, 尾列或多列
**留下你的联系方式,以便与你取得联系**
QQ:xxxxx
邮箱:xxx@xxx.com
| closed | 2019-09-30T02:09:38Z | 2019-11-18T05:25:45Z | https://github.com/newpanjing/simpleui/issues/160 | [
"enhancement"
] | wahello | 2 |
biolab/orange3 | data-visualization | 6,118 | Hard to guess what is the role of Predictions and Probabilities check box in Confusion Matrix | In some older implementation Predictions and Probabilities check box were enclosed with an Output box, giving these two a meaning. Without this box it is hard to guess what role these check boxes play, as changing them does not change anything in the user interface. I would suggest adding back the surrounding box.
<... | closed | 2022-09-01T15:46:44Z | 2022-09-09T08:09:20Z | https://github.com/biolab/orange3/issues/6118 | [] | BlazZupan | 0 |
ymcui/Chinese-LLaMA-Alpaca | nlp | 405 | 根据run_clm_sft_with_peft.py跑出来的checkpoint里面没有adapter_config.json和adapter_model.bin | ### 详细描述问题
根据run_clm_sft_with_peft.py以及LLaMa-plus-7b从头训练了一个alpaca模型,但是checkpoint中没有相应的adapter_config.json和adapter_model.bin
直接使用[merge_llama_with_chinese_lora.py](https://github.com/ymcui/Chinese-LLaMA-Alpaca/blob/main/scripts/merge_llama_with_chinese_lora.py)合并报错
### 运行截图或日志
`python ./scripts/merge_llama_with_ch... | closed | 2023-05-22T07:13:15Z | 2023-05-22T09:28:06Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/405 | [] | liuyukid | 1 |
kensho-technologies/graphql-compiler | graphql | 214 | Add support to auto-gen GraphQL schema from reflected SQL database tables | This can use a constructed SQLAlchemy MetaData object to construct the GraphQL schema from the table objects in the metadata. These tables themselves can be automatically reflected from the database. See https://docs.sqlalchemy.org/en/latest/core/metadata.html for a little background. | closed | 2019-03-01T15:12:07Z | 2019-10-02T13:38:34Z | https://github.com/kensho-technologies/graphql-compiler/issues/214 | [
"enhancement",
"user friendliness"
] | jmeulemans | 0 |
sktime/pytorch-forecasting | pandas | 1,356 | `QuantileLoss` Passes Unsupported `quantiles` Argument to Parent Class `MultiHorizonMetric` | - PyTorch-Forecasting version: 1.0.0
- PyTorch version: 2.0.1+cpu
- torchmetrics: 0.11.4
- Python version: 3.11.3
- Operating System: Windows 11
### Expected behavior
While working with the `QuantileLoss` metric, I observed that it inherits from `MultiHorizonMetric` and passes the `quantiles` argument to it. ... | open | 2023-08-02T00:52:49Z | 2023-08-02T00:52:49Z | https://github.com/sktime/pytorch-forecasting/issues/1356 | [] | B-Deforce | 0 |
huggingface/transformers | nlp | 36,578 | TypeError: LlavaProcessor: got multiple values for keyword argument 'images' | ### System Info
- `transformers` version: 4.49.0
- Platform: Linux-5.15.0-131-generic-x86_64-with-glibc2.31
- Python version: 3.11.10
- Huggingface_hub version: 0.28.0
- Safetensors version: 0.5.2
- Accelerate version: 1.3.0
- Accelerate config: not found
- DeepSpeed version: not installed
- PyTorch version (GPU?): 2... | closed | 2025-03-06T07:55:26Z | 2025-03-07T09:19:13Z | https://github.com/huggingface/transformers/issues/36578 | [
"bug"
] | albertvillanova | 5 |
tensorflow/tensor2tensor | deep-learning | 1,754 | AttributeError: module 'tensorflow' has no attribute 'flags' | ### Description
```
C:\Users\XXXXX\Anaconda3\Lib\site-packages\tensor2tensor\bin>python t2t_trainer.py
Traceback (most recent call last):
File "t2t_trainer.py", line 24, in <module>
from tensor2tensor import models # pylint: disable=unused-import
File "C:\Users\XXXXX\Anaconda3\lib\site-packages\tenso... | open | 2019-11-26T01:13:51Z | 2023-06-30T16:40:27Z | https://github.com/tensorflow/tensor2tensor/issues/1754 | [] | birdmw | 10 |
mwaskom/seaborn | data-science | 3,567 | Improvements to histplot (1D) for discrete data | Hi,
two suggestions for minor usability improvements concerning the handling of discrete data in histplot (with `discrete=True`).
### Detect the correct bin size automatically
Currently, the bin size is just set to 1 automatically. However, data might be discrete with a different discretization step size. Of c... | closed | 2023-11-20T19:45:25Z | 2023-12-10T17:38:46Z | https://github.com/mwaskom/seaborn/issues/3567 | [
"wishlist",
"mod:distributions"
] | e-pet | 4 |
scikit-image/scikit-image | computer-vision | 7,629 | Compilation Error Due to Undeclared cpow Function in _marching_cubes_lewiner_cy.c | ### Description:
I encountered a compilation error while building scikit-image, specifically related to the _marching_cubes_lewiner_cy.c file. The error message indicates that the cpow function is undeclared, which causes an implicit function declaration error during the compilation process.
Error Details:
cc -I... | closed | 2024-12-11T07:13:02Z | 2024-12-16T06:56:01Z | https://github.com/scikit-image/scikit-image/issues/7629 | [
":bug: Bug"
] | printf172 | 0 |
jina-ai/serve | machine-learning | 5,890 | License problem! | You use a GPL software aiostream as the dependency.
Watch out that the GPL is contagious.
Which will cause big problem to a [Apache-2.0 license](https://github.com/jina-ai/jina/blob/master/LICENSE) project that it will make your project GPL too.
The only way to use GPL software without being infected is to ... | closed | 2023-05-23T07:55:28Z | 2023-05-23T10:04:48Z | https://github.com/jina-ai/serve/issues/5890 | [] | wqh17101 | 3 |
huggingface/peft | pytorch | 1,967 | MobileViT does not work with Inference with different LoRA adapters in the same batch | ### System Info
Python 3.11.9
transformers==4.40.2
peft==0.11.2
### Who can help?
@BenjaminBossan
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [X] An officially supported task in the `examples` folder
- [ ] My own task or dataset (give details below)
### Repr... | open | 2024-07-29T12:53:39Z | 2025-03-17T10:10:45Z | https://github.com/huggingface/peft/issues/1967 | [] | saeid93 | 14 |
paperless-ngx/paperless-ngx | machine-learning | 8,832 | [BUG] Selected count and page count in document view disappear when scrolling | ### Description
If some documents are selected in document view, the select count as well as the page count (lower part of screenshot) disappear when scrolling down in a list longer than the screen.

### Steps to reproduce
1. H... | closed | 2025-01-20T15:41:09Z | 2025-02-21T03:08:34Z | https://github.com/paperless-ngx/paperless-ngx/issues/8832 | [
"not a bug"
] | schnillerman | 3 |
yt-dlp/yt-dlp | python | 11,854 | How can I get the original link of a TikTok video? | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### 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#re... | closed | 2024-12-19T14:45:37Z | 2024-12-23T18:49:05Z | https://github.com/yt-dlp/yt-dlp/issues/11854 | [
"question"
] | nguyendragon | 1 |
remsky/Kokoro-FastAPI | fastapi | 57 | Using long(ish) text with client.audio.speech.with_streaming_response.create only generates the first sentence | Example:
```
text='''PART ONE.
BEFORE.
You ask how many ages had the Carryx been fighting the long war? That is a meaningless question.
The Carryx ruled the stars for epochs.
We conquered the Ejia and Kurkst and outdreamt the Eyeless Ones.
We burned the Logothetes until their worlds were windswept glass.''... | closed | 2025-01-15T11:45:24Z | 2025-01-27T07:42:47Z | https://github.com/remsky/Kokoro-FastAPI/issues/57 | [
"bug"
] | mrrtfm | 14 |
axnsan12/drf-yasg | rest-api | 791 | Manual parameters not working (AttributeError: 'tuple' object has no attribute 'in_') | # Bug Report
## Description
I cannot add query parameters using the `swagger_auto_schema`. It complains that a `Parameter` object doesn't have the attribute `in_`, which is true because `Parameter` has `in` not `in_` when I debugged. Seems this needs to be changed for consistency.
## Is this a regression?
... | open | 2022-06-29T21:20:11Z | 2025-03-07T12:10:45Z | https://github.com/axnsan12/drf-yasg/issues/791 | [
"triage"
] | f4ww4z | 1 |
youfou/wxpy | api | 65 | 视频保存到本地后,文件大小为0 | 使用Message.get_file 方法保存视频,但是文件大小为0. 语音、图片、文档都正常。
代码为:```msg.get_file(save_path=os.getcwd()+msg.file_name)```
文件名为:wxpy170526-011802.mp4
保存视频后的返回码:
```{'BaseResponse': {'ErrMsg': '请求成功', 'Ret': 0, 'RawMsg': 'Successfully downloaded'}}``` | open | 2017-05-25T17:23:30Z | 2017-08-13T07:07:13Z | https://github.com/youfou/wxpy/issues/65 | [] | RogerLiNing | 3 |
lanpa/tensorboardX | numpy | 41 | why do you use clone in histogram examples? | From the readme,
```
for name, param in resnet18.named_parameters():
writer.add_histogram(name, param.clone().cpu().data.numpy(), n_iter)
```
Could we instead use the following simpler version?
```
for name, param in resnet18.named_parameters():
writer.add_histogram(name, param.dat... | closed | 2017-10-15T11:14:47Z | 2017-10-17T06:24:08Z | https://github.com/lanpa/tensorboardX/issues/41 | [] | greaber | 1 |
ContextLab/hypertools | data-visualization | 206 | handling extra keyword arguments | If the user passes in non-hypertools keyword arguments, we should pass them to our plotting backend. This is somewhat non-trivial in that we need to handle the case where the user wants different values for different elements of the to-be-plotted data list. I think what should happen is:
- if data is *not* a list, j... | open | 2018-05-03T15:39:20Z | 2018-05-03T15:39:44Z | https://github.com/ContextLab/hypertools/issues/206 | [
"enhancement",
"easy(ish)"
] | jeremymanning | 0 |
holoviz/panel | jupyter | 7,001 | Built-in support to open/close template sidebar | From https://discourse.holoviz.org/t/programatically-dynamically-hiding-template-sidebar/1605
```python
import panel as pn
html = pn.pane.HTML("")
button_open = pn.widgets.Button(name="openNav")
button_close = pn.widgets.Button(name="closeNav")
def open(event):
html.object = f""" <script> openNav(); </... | closed | 2024-07-18T19:30:02Z | 2024-07-19T09:28:24Z | https://github.com/holoviz/panel/issues/7001 | [
"duplicate"
] | ahuang11 | 1 |
microsoft/qlib | deep-learning | 1,805 | HTTPError: 403 Client Error: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. | The error is reported when I used the sample code in the documentation to download data (python get_data.py qlib_data --name qlib_data_simple --target_dir ~/.qlib/qlib_data/cn_data --region cn) | closed | 2024-06-06T07:04:58Z | 2025-03-13T09:43:27Z | https://github.com/microsoft/qlib/issues/1805 | [
"question"
] | Eden-Cheung | 2 |
voila-dashboards/voila | jupyter | 836 | How to use custom python package | Hi, I modified a [jupyter widgets package](https://github.com/ocoudray/jupyter-drawing-pad). When I try to use [my version](https://github.com/mareksubocz/jupyter-drawing-pad) of it, voila somehow uses the original one available by pip. How can I force it to use my version? Also, i do it to post it on binder, so the si... | closed | 2021-02-20T17:54:33Z | 2021-02-20T19:29:56Z | https://github.com/voila-dashboards/voila/issues/836 | [] | mareksubocz | 8 |
nvbn/thefuck | python | 516 | version 2.5.6-1: AttributeError: 'NoneType' object has no attribute 'stdout' | I installed via apt-get version 2.5.6-1 in Ubuntu 15.10:
```
apt-get install thefuck
```
But I only always get this error, for example:
```
rubo77:~$ pyton
... did you mean »python« ? ...
rubo77:~$ thefuck
Traceback (most recent call last):
File "/usr/bin/thefuck", line 9, in <module>
load_entry_point('thefuc... | closed | 2016-06-15T07:52:15Z | 2017-03-14T23:02:55Z | https://github.com/nvbn/thefuck/issues/516 | [
"obsolete"
] | rubo77 | 4 |
2noise/ChatTTS | python | 24 | 程序在M1芯片上跑到8%-10%左右就终止,无错误提示 | M1芯片上跑起来之后:
WARNING:ChatTTS.utils.gpu_utils:No GPU found, use CPU instead
INFO:ChatTTS.core:use cpu
INFO:ChatTTS.core:vocos loaded.
INFO:ChatTTS.core:dvae loaded.
INFO:ChatTTS.core:gpt loaded.
INFO:ChatTTS.core:decoder loaded.
INFO:ChatTTS.core:tokenizer loaded.
INFO:ChatTTS.core:All initialized.
INFO:ChatTTS.... | closed | 2024-05-28T14:30:29Z | 2024-07-16T04:02:11Z | https://github.com/2noise/ChatTTS/issues/24 | [
"stale"
] | glovebx | 8 |
flairNLP/flair | nlp | 3,494 | [Question]: ColumnCorpus taking forever to load large dataset | ### Question
I am building a sequence tagger that tags each character in the sentence. I have training data of a few million sentences resulting into ~1 billion training examples. Here one training example is one character with the corresponding label.
I am instantiating ColumnCorpus like this:
```
corpus = Col... | closed | 2024-07-07T22:43:04Z | 2024-07-07T23:02:28Z | https://github.com/flairNLP/flair/issues/3494 | [
"question"
] | pxb5080 | 0 |
huggingface/transformers | deep-learning | 36,762 | When what needs to be loaded is in the cache directory, there is no need to make a request to the remote | ### Feature request
When what needs to be loaded is in the cache directory, there is no need to make a request to the remote.
### Motivation
I noticed that when `AutoTokenizer` loads a file using `from_pretrained`, it first tries to load it from a cached directory when `pretrained_model_name_or_path` is a model_id... | closed | 2025-03-17T11:20:24Z | 2025-03-19T15:49:04Z | https://github.com/huggingface/transformers/issues/36762 | [
"Feature request"
] | JinFish | 3 |
chezou/tabula-py | pandas | 97 | Need to document for Windows non ascii code handling | We have to ensure not only python encoding but also java encoding option `-Dfile.encoding` to avoid getting `?` character.
Ideally, it would be nice to have encoding mapping between two languages, but it's high cost. | closed | 2018-05-30T00:53:02Z | 2018-05-30T04:54:50Z | https://github.com/chezou/tabula-py/issues/97 | [] | chezou | 1 |
open-mmlab/mmdetection | pytorch | 11,418 | Strong baselines | The model URL link in strong baselines cannot be redirected to the download interface, is it not open? | closed | 2024-01-23T09:27:05Z | 2024-01-25T01:52:41Z | https://github.com/open-mmlab/mmdetection/issues/11418 | [] | JolyonWu | 1 |
cvat-ai/cvat | tensorflow | 8,978 | Annotation configuration | Hello,
I am trying to annotate sports videos projectile but for some reason every labeled bbox create a new track with two frames and overlap between tracks in the XML file (see the example below).
This is a single continuous video.
Thanks,
Ohad
<track id="0" label="puck" source="manual">
<box frame="90" keyframe... | closed | 2025-01-22T08:16:48Z | 2025-01-24T08:09:23Z | https://github.com/cvat-ai/cvat/issues/8978 | [] | ohadvolvo | 1 |
miguelgrinberg/flasky | flask | 311 | the "password_reset_request" has a problem | the function " password_reset_request" can not checking the email adress if exist, and the form does't do reset if you submit an error email address.
in the flasky, how to reset the form? | closed | 2017-11-09T06:25:47Z | 2020-08-27T22:14:58Z | https://github.com/miguelgrinberg/flasky/issues/311 | [
"question"
] | auqf | 13 |
jmcarpenter2/swifter | pandas | 22 | Can you give a working example with multiple columns and extra arguments | I tried to run the following which should work according to the documentation:
`df = pd.DataFrame({'x': [1, 2, 3, 4], 'y': [5, 6, 7, 8]})
def my_sum(a, b):
return a+b
df[['x'], ['y']].swifter.apply(my_sum)
`
This returns a Pandas error `TypeError: unhashable type: 'list'`, it would be great if you could upd... | closed | 2018-10-16T13:55:19Z | 2018-11-12T21:18:19Z | https://github.com/jmcarpenter2/swifter/issues/22 | [] | lstavrogiannis | 1 |
fastapi-users/fastapi-users | fastapi | 701 | Support Pydantic SecretStr for authentication backend secrets | As raised in #700. | closed | 2021-08-26T09:22:21Z | 2024-02-01T14:36:45Z | https://github.com/fastapi-users/fastapi-users/issues/701 | [
"enhancement"
] | frankie567 | 6 |
indico/indico | flask | 6,075 | See if we can have an "add to outlook" link like we have for google in the social widget | For Google Calendar it's a generic URL that does not require API keys or similar. All the data is passed via query string:
```html
<div class="social-site">
<a href="https://www.google.com/calendar/event?{{ google_calendar_params|urlencode }}" target="_blank">
<img src="{{ url_for('assets.image', file... | closed | 2023-11-30T09:03:01Z | 2023-12-04T22:49:41Z | https://github.com/indico/indico/issues/6075 | [
"enhancement",
"trivial"
] | ThiefMaster | 3 |
Lightning-AI/LitServe | rest-api | 67 | end-to-end tests | Add end-to-end tests for:
- [x] **dynamic Batching** - addressed by #68
- [x] **Dynamic batching with streaming** - addressed by #68
- [x] single prediction #70
- [x] single streaming #247 | closed | 2024-04-25T22:33:18Z | 2024-08-30T08:03:51Z | https://github.com/Lightning-AI/LitServe/issues/67 | [
"enhancement",
"good first issue",
"help wanted",
"ci / tests"
] | aniketmaurya | 3 |
MaartenGr/BERTopic | nlp | 1,148 | cuml does not install | Hi,
I have problems importing (installing) cuml for my ;
```
"class DeviceTypeError(Exception):
23 '''An exception thrown to indicate bad device type selection'''.
```
I've an Asus TUF Gaming GeForce RTX™ 3080 V2 OC Edition 10GB GPU card (https://www.asus.com/fi/motherboards-components/graphics-cards... | closed | 2023-04-03T08:55:28Z | 2023-05-23T09:24:05Z | https://github.com/MaartenGr/BERTopic/issues/1148 | [] | aph61 | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.