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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
graphistry/pygraphistry | jupyter | 336 | [FEA] Generalize collapse matchers to accept kv-dict and col list | **Is your feature request related to a problem? Please describe.**
Typical cases of `.collapse(` are acting on a dict (`{'type': 'account', 'risk': 'high'}`) or a col list (`cols=['type']` or `cols=['type', 'risk']`). Currently, a manual outer loop is required: `for v in g._nodes[cols].drop_duplicates()...` .
**D... | open | 2022-04-23T15:30:28Z | 2022-04-23T15:30:28Z | https://github.com/graphistry/pygraphistry/issues/336 | [
"enhancement"
] | lmeyerov | 0 |
gunthercox/ChatterBot | machine-learning | 2,159 | error for AttributeError: module 'time' has no attribute 'clock' in chatterbot | ```
C:\Users\User\Downloads\TSC>main.py
Traceback (most recent call last):
File "C:\Users\User\Downloads\TSC\main.py", line 8, in <module>
chatbot = ChatBot("Ninja")
File "C:\Python39\lib\site-packages\chatterbot\chatterbot.py", line 41, in __init__
self.storage = utils.initialize_class(storage_adapte... | closed | 2021-05-12T15:19:45Z | 2025-02-17T21:38:19Z | https://github.com/gunthercox/ChatterBot/issues/2159 | [] | dev-adalz | 5 |
proplot-dev/proplot | data-visualization | 189 | ProPlot fails to automatically detect legend entries for "outer" axes legends | ## Description
Copied from @ssssOO's comment: https://github.com/lukelbd/proplot/issues/188#issuecomment-643797637
Is it possible to call `legend ` on an axis of a given plot of a subplots without the handles argument? Whenever I try this I get an error:
`ax[1].legend(loc='b', ncols=4, center=True)`
Error:
... | closed | 2020-06-14T21:56:56Z | 2020-06-14T22:03:08Z | https://github.com/proplot-dev/proplot/issues/189 | [
"bug"
] | lukelbd | 0 |
pennersr/django-allauth | django | 3,362 | Need help with google auth in django using mongodb cloud database | Hey guys. So I am working on a project which uses mongodb cloud databse. I implemented django-allauth with google as mentioned in tutorial videos but when I try to migrate I end up with the error given below. I am stuck on this for a while and would appreciate any help. I tried all the ways I could find on stackoverflo... | closed | 2023-07-26T07:37:49Z | 2023-08-01T13:30:54Z | https://github.com/pennersr/django-allauth/issues/3362 | [] | PrasannaKumaran | 1 |
apache/airflow | automation | 47,905 | Fix mypy-boto3-appflow version | ### Body
We set TODO to handle the version limitation
https://github.com/apache/airflow/blob/9811f1d6d0fe557ab204b20ad5cdf7423926bd22/providers/src/airflow/providers/amazon/provider.yaml#L146-L148
I open issue for viability as it's a small scope and good task for new contributors.
### Committer
- [x] I acknowledge ... | closed | 2025-03-18T11:28:58Z | 2025-03-19T13:33:43Z | https://github.com/apache/airflow/issues/47905 | [
"provider:amazon",
"area:providers",
"good first issue",
"kind:task"
] | eladkal | 2 |
NullArray/AutoSploit | automation | 1,005 | Ekultek, you are correct. | Kek | closed | 2019-04-19T16:46:45Z | 2019-04-19T16:57:49Z | https://github.com/NullArray/AutoSploit/issues/1005 | [] | AutosploitReporter | 0 |
ivy-llc/ivy | pytorch | 28,544 | Fix Frontend Failing Test: jax - math.paddle.stanh | To-do List: https://github.com/unifyai/ivy/issues/27496 | closed | 2024-03-11T11:16:50Z | 2024-05-02T08:41:37Z | https://github.com/ivy-llc/ivy/issues/28544 | [
"Sub Task"
] | ZJay07 | 0 |
fastapi/sqlmodel | sqlalchemy | 475 | How to join tables across multiple schemas | ### 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... | closed | 2022-10-21T11:28:47Z | 2022-11-26T11:04:32Z | https://github.com/fastapi/sqlmodel/issues/475 | [
"question",
"investigate"
] | christianholland | 3 |
deepfakes/faceswap | machine-learning | 707 | Improving or simplifying the face recognition step | The preprocessing, or **extract** stage consists of 3 different steps:
1. Face detection finds all the faces in the photo
2. Face recognition filters a particular person from all detected faces
3. Face alignment matches the landmarks
The recognition step is currently the bottleneck. Of 3000 frames it only manag... | closed | 2019-04-16T18:02:57Z | 2019-04-17T22:01:42Z | https://github.com/deepfakes/faceswap/issues/707 | [] | 6o6o | 3 |
nltk/nltk | nlp | 2,684 | Wordnet tree() is not directly compatible with tree.Tree() | The trees built by the tree() function in the _wordnet_ module have a slightly different structure than those from NLTK's Tree class from the _tree_ module. This is regrettable, since the Tree class provides additional functionality that would be nice to use for Wordnet relation trees also, such as the ability do draw... | closed | 2021-04-04T06:18:59Z | 2021-04-04T10:17:35Z | https://github.com/nltk/nltk/issues/2684 | [] | ekaf | 0 |
pydantic/pydantic-settings | pydantic | 407 | context not passed to field validators | moving here from #pydantic/pydantic#10418
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Hi there! It appears that the `context` arg that can be passed to `model_validate` does not work when using Pydantic Settings, when it does work using a regular Pydantic model.
### Exam... | closed | 2024-09-16T20:26:05Z | 2024-11-01T10:44:20Z | https://github.com/pydantic/pydantic-settings/issues/407 | [
"bug"
] | aidanmontare-fed | 5 |
adbar/trafilatura | web-scraping | 733 | Downloads: fully use information from both `config` and `options` variables | - [x] `fetch_url()`: `config = config or options.config`
- [x] `buffered_downloads()`: propagate options to `fetch_response()` via `options.config`
Related to #703 and #732. | closed | 2024-10-30T12:44:47Z | 2024-11-01T13:09:16Z | https://github.com/adbar/trafilatura/issues/733 | [
"maintenance"
] | adbar | 0 |
tox-dev/tox | automation | 2,662 | Tox 4 interprets quoted hash in commands as comment start | ## Issue
Using `'foo#bar' other` as part of a command seems to truncate it as soon as the first hash is encountered (i.e. `'foo`).
## Environment
Provide at least:
- OS: Ubuntu 20.04
- `pip list` of the host Python where `tox` is installed: irrelevant
## Output of running tox
```console
...
py: com... | closed | 2022-12-09T12:37:41Z | 2022-12-09T15:48:31Z | https://github.com/tox-dev/tox/issues/2662 | [] | nsoranzo | 4 |
deepinsight/insightface | pytorch | 2,704 | C++ SDK加载模型时失败 | 使用交叉编译的C++ SDK在RV1106 ARMv7设备上无法加载模型(Gundam_RV1109、Megatron、Pikachu都不能加载),编译的测试程序也同样无法加载,HFLaunchInspireFace函数返回1361,提示错误信息如下,模型文件从官方提供的网盘文件test_res.zip(https://drive.google.com/drive/folders/1krmv9Pj0XEZXR1GRPHjW_Sl7t4l0dNSS?usp=sharing)中提取得到。
[root@luckfox home]# ./FaceRecognitionSample test_res/pack/Pikachu
opencv... | closed | 2024-12-03T03:11:53Z | 2024-12-26T02:02:41Z | https://github.com/deepinsight/insightface/issues/2704 | [] | junanxia | 11 |
sinaptik-ai/pandas-ai | pandas | 1,160 | (cx_Oracle.DatabaseError) ORA-00904: "RAND": invalid identifier | ### System Info
OS version: Microsoft Windows 11 Pro, 10.0.22631 Build 22631
Python version: 3.10.4
pandas-ai version: 2.0.42
### 🐛 Describe the bug
Unfortunately, I was not able to get your answers, because of the following error:
(cx_Oracle.DatabaseError) ORA-00904: "RAND": invalid identifier
[SQL: SELECT *... | closed | 2024-05-17T02:50:05Z | 2024-05-18T23:37:06Z | https://github.com/sinaptik-ai/pandas-ai/issues/1160 | [] | eaandersen | 0 |
huggingface/transformers | pytorch | 36,495 | `_load_state_dict_into_meta_model` - `'NoneType' object has no attribute 'load_state_dict'` | https://github.com/huggingface/diffusers/actions/runs/13615360562/job/38057746315?pr=10898
```
model = StableDiffusionSafetyChecker(
(vision_model): CLIPVisionModel(
(vision_model): CLIPVisionTransformer(
(emb...=1e-05, elementwise_affine=True)
)
)
(visual_projection): Linear(in_features=32, out_f... | closed | 2025-03-02T12:34:36Z | 2025-03-03T17:53:31Z | https://github.com/huggingface/transformers/issues/36495 | [] | hlky | 5 |
replicate/cog | tensorflow | 1,274 | New feature: "cold" and "warm" | Hello there,
I would like to suggest a new feature to be implemented.
In the settings page `https://replicate.com/<account>/<model>/edit` furthermore the options to change the "Visibility" and "Hardware", would be good to have a feature on which the users chooses between "cold" or "warm" responses. For "warm" respo... | closed | 2023-08-28T00:09:46Z | 2024-02-19T15:57:12Z | https://github.com/replicate/cog/issues/1274 | [] | wnakano | 1 |
ipython/ipython | jupyter | 14,491 | UltraTB module recommends a traceback mode that is not valid | `ultratb.py`'s module docstring includes the below section which recommends using `Verbose_novars` if you have large data structures that you would prefer to not be printed. This does not seem to exist, as the valid modes in `FormattedTB` are 'Plain', 'Context', 'Verbose', 'Minimal'.
If you provide `Verbose_novars` ... | open | 2024-07-26T21:42:37Z | 2024-07-31T15:11:15Z | https://github.com/ipython/ipython/issues/14491 | [] | NodeJSmith | 1 |
ageitgey/face_recognition | python | 1,235 | Does this tool detect normal person face too? I mean not bill gates or ronaldo 😄 | open | 2020-10-27T16:41:04Z | 2020-11-06T12:34:55Z | https://github.com/ageitgey/face_recognition/issues/1235 | [] | mrhydra-np | 3 | |
janosh/pymatviz | plotly | 136 | Legacy `eslint` config file deprecated and caused `pre-commit` to fail | ### Pre-commit `eslint` config file outdated
Failed both on my local machine and [CI](https://results.pre-commit.ci/run/github/340898532/1713960833.Pl3yBHPYQgiDaBd4dfbpTA).
https://github.com/eslint/eslint/issues/18350 points to a deprecated `.eslintrc.yml` file in v9.0.0 afterwards. I added an environment vari... | closed | 2024-04-25T04:04:21Z | 2024-04-28T22:51:39Z | https://github.com/janosh/pymatviz/issues/136 | [
"linting",
"ci"
] | DanielYang59 | 1 |
slackapi/python-slack-sdk | asyncio | 729 | Add Support for admin.conversations.restrictAccess methods | ### Description
I was hoping to have the new [admin.conversations.restrictAccess](https://api.slack.com/methods#admin.conversations.restrictAccess) methods be added. I'm currently just using `WebClient.api_call` for the methods.
### What type of issue is this? (place an `x` in one of the `[ ]`)
- [ ] bug
- [X] ... | closed | 2020-06-22T22:02:23Z | 2020-07-17T00:38:41Z | https://github.com/slackapi/python-slack-sdk/issues/729 | [
"Version: 2x",
"enhancement",
"web-client"
] | ruberVulpes | 2 |
ahmedfgad/GeneticAlgorithmPython | numpy | 8 | For some reason fitness never exceeds 1.0 | I use pygad to train my neural network. The code below is a test of pygad. And it worked. After I wrote simple NN implementation and tried to train it by pygad. But for some reason, fitness never exceeds 1.0. First I thought that my code doesn't work properly. But I again run my first test of pygad(the code below) and ... | closed | 2020-05-08T14:00:52Z | 2020-09-19T01:48:06Z | https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/8 | [
"question"
] | CheshireCat26 | 6 |
PokeAPI/pokeapi | graphql | 1,039 | GraphQL api is down | Steps to Reproduce:
1. Attempt to make any request using the graphql console here https://beta.pokeapi.co/graphql/console/
2. Server sends back a Cloudflare 504 Gateway Timeout error
| closed | 2024-02-08T20:14:24Z | 2024-02-09T14:56:02Z | https://github.com/PokeAPI/pokeapi/issues/1039 | [] | blevy115 | 3 |
httpie/cli | python | 1,023 | System for meta information output options (timing, SSL info, …) | Meta issue for designing a system for displaying additional information to requests and responses. The current philosophy is to only show the actual HTTP exchanges so that they can be easily copied to API docs, sent elsewhere using `nc`, etc. The only non-http output is error messages & the download progress bar. This ... | open | 2021-01-20T14:43:00Z | 2021-12-28T10:41:49Z | https://github.com/httpie/cli/issues/1023 | [
"needs product design"
] | jkbrzt | 1 |
paperless-ngx/paperless-ngx | django | 8,637 | [BUG] Missing or incorrect Content-Length header results in inconsistent error | ### Description
I am building a tool that uses Spring WebClient to upload documents to paperless-ngx using the HTTP API.
It took me a moment to figure out that a missing `Content-Length` header caused `Error response body: {"document":["No file was submitted."]}` errors.
There seems to be no easy way to set the co... | closed | 2025-01-07T15:24:04Z | 2025-02-08T03:05:13Z | https://github.com/paperless-ngx/paperless-ngx/issues/8637 | [
"not a bug"
] | fabapp2 | 3 |
sunscrapers/djoser | rest-api | 160 | Possible to set email field to unique ? | Hi guys,
Possible to turn the email field unique ?
| closed | 2016-08-16T14:06:16Z | 2016-09-02T14:42:46Z | https://github.com/sunscrapers/djoser/issues/160 | [] | briva | 1 |
pallets-eco/flask-wtf | flask | 413 | FieldList fails validation because raw_data was not set | My full form structure is:
`myForm: FieldList: FormField: mySubForm: FieldList: BooleanField`
The first FieldList fails validation (`InputRequired`, which checks `.raw_data`) because its `.raw_data` attribute was not set, even though its `.data` was set!
I don't fiddle with the form data after submission, so I sup... | closed | 2020-06-19T13:27:19Z | 2021-05-26T00:54:54Z | https://github.com/pallets-eco/flask-wtf/issues/413 | [] | PDiracDelta | 1 |
graphdeco-inria/gaussian-splatting | computer-vision | 934 | SIBR viewer does not work on ubuntu when specifying pretrained model path | Hi, thank you for your awesome work.
After training a model, I used SIBR viewer to render the trained model, but it does not show anything.

Here is the output of the command line.
![Screensh... | open | 2024-08-17T05:25:11Z | 2024-12-12T14:07:12Z | https://github.com/graphdeco-inria/gaussian-splatting/issues/934 | [] | Masaya1109 | 2 |
nvbn/thefuck | python | 1,021 | Git checkout should provide multiple corrections | When correcting git checkout, the default is to use the 'closest branch'. We have a lot of branches with similar names, but quite often, what I actually meant to do was supply the '-b' flag.
Can the git checkout rule be updated to return all of the possible options, rather than trying to guess, based on some arbitr... | closed | 2019-12-11T20:36:11Z | 2020-01-15T13:37:48Z | https://github.com/nvbn/thefuck/issues/1021 | [] | djh82 | 3 |
unit8co/darts | data-science | 2,381 | How to mask or ignore target features during model training | I am having a difficulty to train TSMixer model in my current project where target values wouldn't be available at the time of prediction.
Is there any option to mask or ignore past target values during model traing?
| closed | 2024-05-12T14:24:58Z | 2024-09-17T11:38:50Z | https://github.com/unit8co/darts/issues/2381 | [
"question"
] | yunakkano | 14 |
StackStorm/st2 | automation | 5,317 | st2stream doesn't return errors to st2client | ## SUMMARY
This is specific to a pack install and I'm not sure if anything else is affected by st2stream not returning errors to st2client.
Carrying part of the conversion over from https://github.com/StackStorm/st2/issues/5303#issuecomment-892134776
The scenario here is when installing a pack without having t... | open | 2021-08-03T21:53:18Z | 2021-10-11T20:18:17Z | https://github.com/StackStorm/st2/issues/5317 | [
"bug"
] | minsis | 0 |
mobarski/ask-my-pdf | streamlit | 58 | ai_bricks.api | I have tried everything and I cannot install this module. Any pointers/tips?
from ai_bricks.api import openai
This line of code doesn't work at all....
<img width="1574" alt="Screenshot 2023-05-23 at 15 29 54" src="https://github.com/mobarski/ask-my-pdf/assets/32650771/5602f7c9-296e-46ed-b090-67747a437b7c">
| open | 2023-05-23T14:31:20Z | 2023-06-01T08:49:38Z | https://github.com/mobarski/ask-my-pdf/issues/58 | [] | q-n-t-m | 2 |
tqdm/tqdm | jupyter | 1,322 | UnicodeDecodeError when using subprocess.getstatusoutput | I've made this script for finding corrupt images using Imagemagick. Full code:
```
from pathlib import Path
import time
import subprocess
import concurrent.futures
from tqdm import tqdm
_err_set = set()
def _imgerr(_img):
global _err_set
output = subprocess.getstatusoutput("magick identify -rega... | closed | 2022-04-25T19:23:04Z | 2022-04-25T21:07:32Z | https://github.com/tqdm/tqdm/issues/1322 | [] | gotr3k | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | pytorch | 938 | Query regarding Unaligned dataset mode | Hi Junyanz,
I was wondering if I give aligned dataset (aligned trainA and trainB) to cycle gan model (with default dataset mode as unaligned), will it unalign the paired dataset itself, or do I need to shuffle my paired dataset to make it unaligned before loading it in the script?? | open | 2020-02-28T06:00:27Z | 2020-02-28T06:00:27Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/938 | [] | BismaAmjad | 0 |
huggingface/datasets | numpy | 6,759 | Persistent multi-process Pool | ### Feature request
Running .map and filter functions with `num_procs` consecutively instantiates several multiprocessing pools iteratively.
As instantiating a Pool is very resource intensive it can be a bottleneck to performing iteratively filtering.
My ideas:
1. There should be an option to declare `persist... | open | 2024-03-26T17:35:25Z | 2024-03-26T17:35:25Z | https://github.com/huggingface/datasets/issues/6759 | [
"enhancement"
] | fostiropoulos | 0 |
onnx/onnx | tensorflow | 6,328 | Model split failure using onnx.utils.extract_model | # Bug Report
### Describe the bug
I am trying to split [Phi-3 INT4 ONNX](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-onnx/tree/main/cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4) for profiling experiments.
### System information
OS Platform and Distribution (*e.g. Linux Ubuntu 20.04*): Windo... | closed | 2024-08-29T19:17:11Z | 2024-09-17T17:36:12Z | https://github.com/onnx/onnx/issues/6328 | [
"bug"
] | bkaruman | 3 |
Asabeneh/30-Days-Of-Python | pandas | 189 | programacion | closed | 2022-02-14T18:27:35Z | 2023-07-08T22:21:37Z | https://github.com/Asabeneh/30-Days-Of-Python/issues/189 | [] | Carlos188125 | 0 | |
microsoft/JARVIS | pytorch | 24 | Add a contributing.md file | Why isn't there a contributing.md file to help give guidance on how or even if we can contribute to this project?
I think adding one would help give guidance on how or if we can contribute to this project. | closed | 2023-04-04T14:20:02Z | 2023-04-04T22:37:46Z | https://github.com/microsoft/JARVIS/issues/24 | [] | rcallaby | 1 |
miguelgrinberg/python-socketio | asyncio | 277 | I got this printing all over the terminal:"GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 200 0 95.515740 and can't run my code | closed | 2019-03-24T22:42:07Z | 2019-08-24T09:25:13Z | https://github.com/miguelgrinberg/python-socketio/issues/277 | [
"question"
] | AbdulrahmanMossad | 9 | |
Evil0ctal/Douyin_TikTok_Download_API | web-scraping | 57 | tiktok 的API 访问都不返回了。 | https://api.tiktokv.com/aweme/v1/multi/aweme/detail/?aweme_ids=%5B7108906863097367851%5D | closed | 2022-07-26T09:08:47Z | 2022-08-01T05:34:12Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/57 | [
"API Down",
"Fixed"
] | OhGui | 6 |
ultralytics/yolov5 | deep-learning | 12,547 | Incorrect logging level | I found a small bug! Please have a check! The bug is located here:
https://github.com/ultralytics/yolov5/blob/63555c8e2230328585d09fdc50a6601822a70ded/utils/general.py#L162C1-L165C1
Here fn is a nonlocal value, this will cause fn points to `LOGGER.warning`,so that `LOGGER.info` and `LOGGER.warning` calls the same... | closed | 2023-12-23T14:26:12Z | 2024-10-20T19:35:21Z | https://github.com/ultralytics/yolov5/issues/12547 | [
"Stale"
] | invoker-bot | 2 |
PaddlePaddle/models | nlp | 5,333 | 图像分类是否有热力图可视化呢? | closed | 2021-07-23T11:01:38Z | 2021-07-26T03:35:27Z | https://github.com/PaddlePaddle/models/issues/5333 | [] | Bobo-y | 2 | |
tiangolo/uwsgi-nginx-flask-docker | flask | 183 | Cannot make CORS works | So I'm building an app using you image `tiangolo/uwsgi-nginx-flask:python3.8` which looks like this (I know the `if` is useless here, I removed all the irrelevant code for simplicity sake) :
```python
app = Flask(__name__)
CORS(app)
@app.route('/', methods=['POST', 'GET', 'OPTIONS'])
def index():
... | closed | 2020-05-23T13:15:43Z | 2020-06-20T00:12:53Z | https://github.com/tiangolo/uwsgi-nginx-flask-docker/issues/183 | [
"answered"
] | jeromepin | 6 |
yt-dlp/yt-dlp | python | 11,961 | Video unavailable. This video is not available | ### 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-31T15:52:10Z | 2025-03-04T07:45:20Z | https://github.com/yt-dlp/yt-dlp/issues/11961 | [
"incomplete",
"geo-blocked",
"site-bug",
"site:youtube"
] | KameronJohn | 13 |
pytest-dev/pytest-html | pytest | 26 | Add how to add screenshots to html report to documentation | I love this plug in, is this included in pytest by default now?
I've incorporated in jenkins, and it works well, save for the screenshot bit.
Any help?
| closed | 2016-01-16T00:57:41Z | 2016-01-18T13:15:39Z | https://github.com/pytest-dev/pytest-html/issues/26 | [] | frimmy | 2 |
browser-use/browser-use | python | 745 | Why does the code try to locate elements using other attributes than browser-user-highlight-id? | ### Bug Description
I feel that browser-user-highlight-id attribute is injected into the elements in [buildDomTree.js#L124](https://github.com/browser-use/browser-use/blob/2d0f95f80150bffe788041c1811d14bc394481e3/browser_use/dom/buildDomTree.js#L124) and could later be used in [context.py#L788](https://github.com/brow... | open | 2025-02-17T08:44:33Z | 2025-02-17T08:44:33Z | https://github.com/browser-use/browser-use/issues/745 | [
"bug"
] | shivamkhatri | 0 |
modelscope/modelscope | nlp | 305 | 使用ChatPLUG报错g++错误Exception: Run cmd failed: "/usr/bin/g++" | 环境如下:

报错如下:
/root/anaconda3/envs/chatglm/bin/python /usr/local/zx/ChatPLUG-3.7B/add_data_chatplug.py
g++: error: unrecognized command line option ‘-std=c++14’
Traceback (most recent call last):
File "/usr/local... | closed | 2023-05-18T06:42:24Z | 2023-09-18T11:14:34Z | https://github.com/modelscope/modelscope/issues/305 | [
"Stale"
] | jiweizhangxu | 3 |
tiangolo/uvicorn-gunicorn-fastapi-docker | fastapi | 246 | apt-get update not working on specific version | "tiangolo/uvicorn-gunicorn-fastapi:python3.9-slim-2023-05-22" version can do this command after "apt-get update",
```
RUN apt-get install netcat -y
```
but, "tiangolo/uvicorn-gunicorn-fastapi:python3.9-slim-2023-07-03" version can't that command with this errors
```
#0 0.388 Get:1 http://deb.debian.org/debian b... | closed | 2023-07-07T07:29:09Z | 2024-08-25T04:05:15Z | https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/246 | [] | minyoung90 | 0 |
slackapi/python-slack-sdk | asyncio | 1,315 | Using the new channel parameter with a single str | I write a script to upload a file and in my call I get the message. But I can't find anything in the doc related to this message. In the [examples](https://api.slack.com/methods/files.upload/code) there is not even `client.files_upload_v2()` which is recommended.
```/Users/spyros.m/Developer/Scripts/Python/audit_mac... | closed | 2022-12-29T00:18:32Z | 2023-02-08T22:39:37Z | https://github.com/slackapi/python-slack-sdk/issues/1315 | [
"question",
"web-client",
"Version: 3x",
"auto-triage-stale"
] | GreekGreenGeek | 3 |
modelscope/data-juicer | data-visualization | 47 | Auto-HPO是全流程自动化的还是需要人工介入 | ### Before Asking 在提问之前
- [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully. 我已经仔细阅读了 [README](https://github.com/alibaba/data-juicer/blob/main/README_ZH.md) 上的操作指引。
- [X] I have pulled the latest code of main branch to run again and the problem still existed. 我已经拉取了主分... | closed | 2023-10-26T15:36:28Z | 2023-11-01T05:00:16Z | https://github.com/modelscope/data-juicer/issues/47 | [
"enhancement",
"question"
] | Steven-Luo | 2 |
python-restx/flask-restx | api | 521 | Oauth-redirect.html not found | *** redirect url does not exist ***
I'm just wondering if anyone here has seen this working? Currently authorize option is configured and appears but the return url is /oauth-redirect.html does not exist. Seem some issues on this repo where people would like this configurable but isn't currently. My issue is the html ... | open | 2023-02-17T18:19:29Z | 2023-02-17T18:19:29Z | https://github.com/python-restx/flask-restx/issues/521 | [
"question"
] | dmeads89 | 0 |
noirbizarre/flask-restplus | api | 54 | No way to configure .../swagger.json to go over HTTPS? | Hello,
I have an application deployed using Flask-RESTPlus. Everything works nicely when it goes over http, but soon as I switch to https, it can't load the swagger.json because it is making requests to http://host/swagger.json and not https://host/swagger.json
The endpoints are registered properly with blueprints, b... | closed | 2015-06-25T17:54:24Z | 2022-01-05T01:52:28Z | https://github.com/noirbizarre/flask-restplus/issues/54 | [] | Iulian7 | 11 |
CorentinJ/Real-Time-Voice-Cloning | python | 1,286 | Is this project abandoned? | Hi, it's been long time from last update on source code. Is this project abandoned?
Does it still work good? Does it work with the latest version of Pytorch?
Or do you recommend another python project? | closed | 2024-01-16T14:36:01Z | 2024-02-05T11:21:03Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1286 | [] | StepHaze | 2 |
newpanjing/simpleui | django | 122 | 编辑页面默认无法显示保存按钮,页面比例缩放后才能正常 | **bug描述**
简单的描述下遇到的bug:
编辑页面显示不出来下面的保存按钮,把页面缩放一下就可以了。用的Chrome浏览器
**重现步骤**
1. Chrome浏览器100%缩放比例的情况下,点击任意列表页的ID链接,进入某个编辑页面
2. 编辑页无法看到底部的保存按钮,此时缩放一下浏览器的比例,如缩小为90%或扩大为110%,保存按钮就可以显示出来。
**环境**
1.操作系统:macOS Mojave 10.14.5
2.python版本:3.7.3
3.django版本:2.2.1
4.simpleui版本:2.5
| closed | 2019-07-21T07:20:02Z | 2019-07-22T10:08:05Z | https://github.com/newpanjing/simpleui/issues/122 | [
"bug"
] | victor-zhang | 3 |
huggingface/diffusers | pytorch | 10,172 | Raise an error when `len(gligen_images )` is not equal to `len(gligen_phrases)` in `StableDiffusionGLIGENTextImagePipeline` | To whom it may concern,
I found that when using `StableDiffusionGLIGENTextImagePipeline`, there is no error raised when `len(gligen_images )` is not equal to `len(gligen_phrases)`. And when I dig into the source code, it seems that these two features are zipped together in a for loop during the preprocessing. I gues... | closed | 2024-12-10T14:25:48Z | 2024-12-11T08:59:44Z | https://github.com/huggingface/diffusers/issues/10172 | [] | abcdefg133hi | 1 |
donnemartin/system-design-primer | python | 850 | hi | As a second year computer science student, Which area of Computer science should i choose ? | closed | 2024-04-05T22:21:18Z | 2024-04-27T09:06:13Z | https://github.com/donnemartin/system-design-primer/issues/850 | [] | Hakim-CS | 2 |
keras-team/keras | deep-learning | 20,073 | Roadmap for RaggedTensor? | Keras v3 does not work with ragged inputs. What is the roadmap for including this feature?
Per: #18414 | open | 2024-07-31T18:45:01Z | 2024-08-19T17:21:53Z | https://github.com/keras-team/keras/issues/20073 | [
"type:feature",
"stat:awaiting keras-eng"
] | swamidass | 9 |
yihong0618/running_page | data-visualization | 561 | 请问KEEP可以导出其他类型的运动数据吗? | 作者您好,我用keep进行了三次跑步运动用来测试,其中前两次跑步是正常的户外跑,第三段跑步是开启跑步运动然后进行室内有氧训练。我本是想通过这种方式来获取其他运动的心率数据,后来发现获取不到第三段跑步的数据。请问有其他方式可以获取其他运动的数据吗?(opp、xiaomi、vivo等运动手表)

| closed | 2023-12-04T09:23:48Z | 2024-01-29T08:45:24Z | https://github.com/yihong0618/running_page/issues/561 | [] | wuSaberMaster | 9 |
mckinsey/vizro | data-visualization | 901 | Custom DateTimePicker component | ### Question
Hello,
I am trying to create a custom DateTimePicker component. Although dmc has [one](https://www.dash-mantine-components.com/components/datetimepicker), it is available in v0.15 of dmc which is not available (yet?) in vizro. Can I first ask if anyone is aware of an open source version of such a viz... | closed | 2024-11-27T15:45:16Z | 2025-02-03T09:33:07Z | https://github.com/mckinsey/vizro/issues/901 | [
"Custom Components :rocket:"
] | gtauzin | 18 |
modelscope/modelscope | nlp | 303 | modelscope 如何释放显存 | 参照[读光-文字识别-CRNN模型-中英-通用领域](https://modelscope.cn/models/damo/cv_crnn_ocr-recognition-general_damo/summary)和[读光-文字检测-行检测模型-中英-通用领域](https://modelscope.cn/models/damo/cv_resnet18_ocr-detection-line-level_damo/summary),将其封装成ocr方法,在基于django的web应用中调用,发现gpu占用随着调用ocr方法的次数不断增加,请问有什么方法可以释放显存么?
```
from modelscope.pipelines ... | closed | 2023-05-16T05:23:17Z | 2023-09-18T11:14:14Z | https://github.com/modelscope/modelscope/issues/303 | [
"Stale"
] | yfq512 | 10 |
s3rius/FastAPI-template | graphql | 165 | Unable to start project using docker on ubuntu machine | I am using ubuntu 22.04, poetry==1.4.2
On running the docker build command, I get following error -
```
=> ERROR [prod 2/10] RUN apt-get update && apt-get install -y default-libmysqlclient-dev gcc && rm -rf /var/lib/apt/lists/* 23.4s
------
> [prod 2/10] RUN a... | closed | 2023-04-30T06:41:47Z | 2023-04-30T15:18:32Z | https://github.com/s3rius/FastAPI-template/issues/165 | [] | 1995YogeshSharma | 4 |
Kludex/mangum | fastapi | 21 | Correctin naming/descriptions, Middleware -> Adapter | These are adapters, not middleware, because it is not ASGI-in/ASGI-out. Will need to rename things to use `Adapter`.
| closed | 2019-01-28T09:13:46Z | 2019-01-28T09:19:00Z | https://github.com/Kludex/mangum/issues/21 | [
"improvement"
] | jordaneremieff | 1 |
horovod/horovod | tensorflow | 3,587 | Installation fails with PyTorch on Mac M1 | **Environment:**
1. Framework: (TensorFlow, Keras, PyTorch, MXNet) PyTorch
2. Framework version: 1.11.0
3. Horovod version: 0.25.0
4. MPI version: 4.1.4
5. CUDA version: N/A
6. NCCL version: N/A
7. Python version: 3.9
8. Spark / PySpark version: N/A
9. Ray version: N/A
10. OS and version: OS X 12.4, Mac M1 Pr... | closed | 2022-06-28T11:26:22Z | 2022-07-28T15:25:05Z | https://github.com/horovod/horovod/issues/3587 | [
"bug"
] | MatthiasLeimeisterSonos | 2 |
ranaroussi/yfinance | pandas | 1,590 | Exception when running yf.download for some tickers | Hi there,
updated to the latest version 0.2.22 and now getting this error for quite a few tickers. These tickers worked before and now I am getting N/A for the entire time series.
['MDGSW']: Exception('%ticker%: 1d data not available for startTime=-2208994789 and endTime=1689079312. Only 100 years worth of day gr... | closed | 2023-07-11T12:54:18Z | 2024-03-16T11:34:57Z | https://github.com/ranaroussi/yfinance/issues/1590 | [] | tomnewg | 2 |
pytorch/vision | machine-learning | 8,732 | datasets phototour.py gives errors | ### 🐛 Describe the bug
datasets phototour.py gives errors.
https://github.com/pytorch/vision/blob/main/torchvision/datasets/phototour.py
```
import torch
from torchvision.datasets import PhotoTour
from torchvision.transforms import ToTensor
def test_phototour_torchvision():
# Define the root direct... | open | 2024-11-15T20:16:18Z | 2024-11-27T14:59:47Z | https://github.com/pytorch/vision/issues/8732 | [] | venkatram-dev | 2 |
horovod/horovod | pytorch | 3,825 | CI for tf-head: package `tf-nightly-gpu` must be replaced by `tf-nightly` | Example: https://github.com/horovod/horovod/actions/runs/4007634282/jobs/6882833168
```
2023-01-25T18:03:55.7944804Z #39 1.522 =========================================================
2023-01-25T18:03:55.7945146Z #39 1.522 The "tf-nightly-gpu" package has been removed!
2023-01-25T18:03:55.7945386Z #3... | closed | 2023-01-25T18:08:12Z | 2023-01-26T10:04:22Z | https://github.com/horovod/horovod/issues/3825 | [
"bug"
] | maxhgerlach | 0 |
holoviz/panel | matplotlib | 6,950 | Links in tutorial pages are broken | Clicking on the links in tutorial pages don't see to find a resource and instead just render the existing page - it looks like it's linking to internal anchors ```#``` rather than the page.
E.g. the link to _trends reference guide _ documentation in this page https://panel.holoviz.org/tutorials/basic/indicators_perf... | closed | 2024-06-30T19:08:00Z | 2024-07-14T15:33:56Z | https://github.com/holoviz/panel/issues/6950 | [] | matthalstead | 0 |
flairNLP/flair | nlp | 3,460 | flair correct shows FileNotFoundError: | ### Question
when i use the flair correct,it shows that:No such file or directory: '/home/ef3ebff9-6175-4b23-8bdf-e85042d809b8/1_inconsistent.bed'
![Uploading 1716391990878.png…]()
| closed | 2024-05-22T15:34:39Z | 2024-05-22T15:45:12Z | https://github.com/flairNLP/flair/issues/3460 | [
"question"
] | guo0814 | 0 |
noirbizarre/flask-restplus | api | 324 | Curl in swagger documentation | Hello,
I am trying to use a curl generated in the automatic documentation, however it does not work. Generated curl is:
```
curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{ \
"username": "string", \
"surname": "string", \
"password": "string", \
"name... | open | 2017-09-21T10:02:05Z | 2017-09-21T10:02:05Z | https://github.com/noirbizarre/flask-restplus/issues/324 | [] | somnambWl | 0 |
sherlock-project/sherlock | python | 1,774 | ا | <!--
######################################################################
WARNING!
IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE
######################################################################
-->
## Checklist
<!--
Put x into all boxes (like this [x]) once you have completed ... | closed | 2023-04-17T04:50:01Z | 2023-04-21T09:19:10Z | https://github.com/sherlock-project/sherlock/issues/1774 | [
"enhancement"
] | lh1b | 1 |
junyanz/pytorch-CycleGAN-and-pix2pix | computer-vision | 1,422 | G_GAN,G_L1,D_real,D_fake are all 'NaN' after a while | When I train with pix2pix, I always get "NaN" as return value after some epochs. I have tested it with my own datasets as well as with the facades dataset. However, I always got the same error.
After searching for it, I found that I should adjust the learning rate. After that the test ran longer, but after a while ... | closed | 2022-05-16T17:35:48Z | 2022-07-04T18:22:38Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1422 | [] | Narua2010 | 7 |
csurfer/pyheat | matplotlib | 24 | Developing a web UI update, stuck at updating the project to python3 | Hi,
I intended to contribute a web UI feature to your amazing project, but I stuck while running the project in python3. I made some package and script fixes to move on but also, the used heatmap module is too outdated and does not support python3 at all. Since you've stated this project also runs on python3, I also... | open | 2024-04-14T21:19:13Z | 2024-04-14T21:21:12Z | https://github.com/csurfer/pyheat/issues/24 | [] | MelihCelik00 | 0 |
allenai/allennlp | pytorch | 4,670 | Add memory pinning option to new data loader | See
- https://pytorch.org/docs/stable/data.html#memory-pinning
- https://github.com/pytorch/pytorch/blob/master/torch/utils/data/_utils/pin_memory.py#L45
- https://github.com/pytorch/pytorch/blob/master/torch/utils/data/dataloader.py#L410 | closed | 2020-09-24T19:43:55Z | 2021-02-18T23:58:00Z | https://github.com/allenai/allennlp/issues/4670 | [] | epwalsh | 1 |
ipython/ipython | jupyter | 14,568 | Exception on rendering empty pipeline | Hi guys,
this issue is very very simple.
`ipython` simply fails on exception, when simple Pipeline is rendered.

This runs perfectly fine in normal `python`, it fails only in `ipython`.
## Reproduce
Very simple: put this cod... | closed | 2024-11-01T07:34:02Z | 2024-11-08T14:56:30Z | https://github.com/ipython/ipython/issues/14568 | [] | stefansimik | 3 |
developmentseed/lonboard | data-visualization | 202 | Add support for Visual Studio Code | It seems lonboard does not support VS Code yet. It would be great to support VS Code in addition to JupyterLab and Google Colab. | closed | 2023-11-06T05:00:05Z | 2023-11-06T11:23:28Z | https://github.com/developmentseed/lonboard/issues/202 | [] | giswqs | 1 |
graphql-python/graphene-sqlalchemy | graphql | 185 | I have wrote some extensions for graphene-sqlalchemy | Here they are: [graphene-sqlalchemy-ext](https://github.com/yanghg-basefx/graphene-sqlalchemy-ext)
And I think some of methods can merge into graphene-sqlalchemy as a basic function. such as `connection_from_query`, which provides a way to page result by SQL query (LIMIT ... OFFSET ...). It's much faster than conver... | open | 2019-03-01T08:06:57Z | 2019-04-04T07:53:19Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/185 | [
"enhancement"
] | yanghg-basefx | 2 |
huggingface/transformers | python | 36,854 | Facing RunTime Attribute error while running different Flax models for RoFormer | when running FlaxRoFormerForMaskedLM model, I have encountered an issue as
> AttributeError: 'jaxlib.xla_extension.ArrayImpl' object has no attribute 'split'.
This error is reported in the file `transformers/models/roformer/modeling_flax_roformer.py:265`
The function responsible for this error in that file is as b... | open | 2025-03-20T12:33:26Z | 2025-03-20T14:23:07Z | https://github.com/huggingface/transformers/issues/36854 | [
"Flax",
"bug"
] | ctr-pmuruganTT | 0 |
strawberry-graphql/strawberry | asyncio | 3,636 | `RecursionError` hit when defining nested generics | ## Describe the Bug
Hello! First of all, thank you for this library!
I have a bug probably related to #3466 - consider creating a boolean algebra of `AND`, `OR` and `NOT` and trying to encode it within GraphQL:
```python
import dataclasses
import typing as t
import strawberry
_T = t.TypeVar("_T")
... | open | 2024-09-20T08:04:05Z | 2025-03-20T15:56:52Z | https://github.com/strawberry-graphql/strawberry/issues/3636 | [
"bug"
] | libor-saq | 2 |
pallets-eco/flask-sqlalchemy | sqlalchemy | 505 | Can't receive signals when register handlers by `connect_via` | `@models_committed.connect_via(app)` not work:
```python
@models_committed.connect_via(app)
def on_models_committed(sender, changes):
print(changes)
```
but `@models_committed.connect` works.
I spent a few hours to find out the reason, reproduce:
```python
# app.py
from flask import Flask
from flas... | closed | 2017-06-10T09:28:48Z | 2020-12-05T19:58:30Z | https://github.com/pallets-eco/flask-sqlalchemy/issues/505 | [
"bug"
] | guyskk | 3 |
praw-dev/praw | api | 1,057 | Which REST endpoints are being called by the subreddit.stream.comments()? | I would like to replicate the subreddit.stream.comments() method via directly calling the Reddit REST API. Which endpoints are you using to synthesize the subreddit.stream.comments() stream? What about the subreddit.stream.submissions? Thanks! | closed | 2019-04-30T02:43:15Z | 2019-04-30T03:29:39Z | https://github.com/praw-dev/praw/issues/1057 | [] | vgoklani | 1 |
pywinauto/pywinauto | automation | 759 | pywinauto on windows 7 can't get controls from window | I'm running a script that start skype on windows 7 and try to reach search button.
The script isn't working. I wonder if pywinauto support windows 7 x64?
## Expected Behavior
All the controls responsible for all the visible buttons reachable via pywinauto
## Actual Behavior
None of controls except maximize / ... | open | 2019-06-26T12:02:57Z | 2020-10-24T07:06:46Z | https://github.com/pywinauto/pywinauto/issues/759 | [
"question"
] | dstepanenko | 5 |
Farama-Foundation/Gymnasium | api | 605 | [Question] Ground-truth dynamics model in mujoco | ### Question
Hi,
Anyone know where can we access the ground-truth dynamics model for the mujoco environments? For example, the cart-pole, it seems the dynamics equations are not given in any files. (.xml file has some parameters, but not same as the standard cart-pole parameters, e.g. cart mass, pole mass, pole ... | closed | 2023-07-14T01:18:17Z | 2023-11-09T16:20:09Z | https://github.com/Farama-Foundation/Gymnasium/issues/605 | [
"question"
] | KehanLong | 18 |
run-llama/rags | streamlit | 7 | How to upload files? | I turn to page RAG Config, but it shows "File/URL paths (not editable)".So where can I upload PDFs? | open | 2023-11-22T08:55:13Z | 2023-11-26T23:24:27Z | https://github.com/run-llama/rags/issues/7 | [] | Lauorie | 8 |
graphql-python/graphene-sqlalchemy | sqlalchemy | 74 | Refactor SQLAlchemyConnectionField to use SQLAlchemyObjectType.get_query() | Right now, `SQLAlchemyConnectionField` uses the `get_query()` implementation in `graphene_sqlalchemy.utils`. The same code is in `SQLAlchemyObjectType`.
https://github.com/graphql-python/graphene-sqlalchemy/blob/1d353f71f4ff256dcf69a7a13a27e4865282b044/graphene_sqlalchemy/fields.py#L18-L20
https://github.com/gra... | open | 2017-08-30T10:03:41Z | 2018-01-24T20:17:57Z | https://github.com/graphql-python/graphene-sqlalchemy/issues/74 | [] | lyschoening | 1 |
sinaptik-ai/pandas-ai | data-visualization | 1,152 | Add Firebase database as connector | ### 🚀 The feature
Add Firebase database as a connector
### Motivation, pitch
Add Firebase database as connector
### Alternatives
_No response_
### Additional context
_No response_ | closed | 2024-05-13T06:57:59Z | 2024-08-22T17:39:33Z | https://github.com/sinaptik-ai/pandas-ai/issues/1152 | [] | shivatmax | 1 |
thomaxxl/safrs | rest-api | 78 | Unable to delete entries | currently developing an API, which all seems to work ok using safrs. However, deleting entries somehow don't seem possible, the following stacktrace is printed:
```
[2020-09-29 11:20:06,951] ERROR: 'dict' object is not callable
The view function did not return a valid response. The return type must be a string, tu... | closed | 2020-09-29T09:25:09Z | 2020-10-04T19:32:08Z | https://github.com/thomaxxl/safrs/issues/78 | [] | rule88 | 5 |
desec-io/desec-stack | rest-api | 283 | Block registration of names under certain reserved TLDs | most notably, `.internal`, see Section 5.1 bullet 7 of https://tools.ietf.org/html/draft-wkumari-dnsop-internal-00 and wkumari/draft-wkumari-dnsop-internal#6 | closed | 2019-12-21T06:16:03Z | 2020-02-03T14:52:26Z | https://github.com/desec-io/desec-stack/issues/283 | [] | peterthomassen | 0 |
BayesWitnesses/m2cgen | scikit-learn | 177 | Move Dart language to a different bucket of E2E tests on Travis | Although the Dart has been configured in `.travis.yaml` I don't see it's being executed. Eg. recent master build - https://travis-ci.org/BayesWitnesses/m2cgen/jobs/660185796.
Error in the output:
```
Unknown pytest.mark.dart - is this a typo? You can register custom marks to avoid this warning
```
CC: @StrikerRUS... | closed | 2020-03-09T17:11:29Z | 2020-03-16T22:58:06Z | https://github.com/BayesWitnesses/m2cgen/issues/177 | [] | izeigerman | 7 |
laughingman7743/PyAthena | sqlalchemy | 345 | Installing pyathena[pandas]==2.9.6 | Possibly not the right place to ask this question, but I couldn't find an answer anywhere else.
In a fresh virtual environment, pip install pyathena[pandas]==2.9.6 has to check so many versions of packages (especially boto*). Is there a reason why the constraints are not more strict?
$ pip install pyathena[pandas... | closed | 2022-07-13T23:57:26Z | 2022-07-16T07:33:24Z | https://github.com/laughingman7743/PyAthena/issues/345 | [] | dblado | 1 |
scikit-tda/kepler-mapper | data-visualization | 50 | Is there a way to use strings for the custom tooltip labels? | It would be really helpful for interactive analysis if the tooltip labels could be strings instead of just integer labels. Otherwise one has to reference their original label mapping to understand which integers correspond to what labels/categories. If this functionality is already implemented please demonstrate. Thank... | closed | 2018-01-11T18:10:04Z | 2018-04-13T22:13:36Z | https://github.com/scikit-tda/kepler-mapper/issues/50 | [] | BlackArbsCEO | 1 |
google-research/bert | tensorflow | 1,130 | WARNING:tensorflow:It seems that global step (tf.train.get_global_step) has not been increased. Current value (could be stable): 25 vs previous value: 25. You could increase the global step by passing tf.train.get_global_step() to Optimizer.apply_gradients or Optimizer.minimize. | I am doing NER using BERT for past months on google colab GPU and everything was working fine but now when I am doing same on CPUs I am getting this warning.
When am using colab GPU for training then there is no issue and no warnings of this kind. But when I am training with same data and same parameters I am getting ... | open | 2020-08-04T07:05:00Z | 2020-08-04T07:05:00Z | https://github.com/google-research/bert/issues/1130 | [] | agarwalishan | 0 |
alteryx/featuretools | scikit-learn | 2,080 | Featuretools can generate features with comparison primitives that fail on calculation | There are four binary comparison primitives that can generate features that fail on feature calculation in some cases. The failures primarily appear to be in situations where a `Datetime` input is being compared to a scalar value.
The four primitives that have been found to cause this error are:
- `greater_than_equ... | closed | 2022-05-17T18:36:04Z | 2023-01-05T16:15:15Z | https://github.com/alteryx/featuretools/issues/2080 | [
"bug"
] | thehomebrewnerd | 1 |
huggingface/datasets | tensorflow | 6,823 | Loading problems of Datasets with a single shard | ### Describe the bug
When saving a dataset on disk and it has a single shard it is not loaded as when it is saved in multiple shards. I installed the latest version of datasets via pip.
### Steps to reproduce the bug
The code below reproduces the behavior. All works well when the range of the loop is 10000 bu... | open | 2024-04-18T13:59:00Z | 2024-11-25T05:40:09Z | https://github.com/huggingface/datasets/issues/6823 | [] | andjoer | 2 |
autogluon/autogluon | scikit-learn | 4,825 | [timeseries] Add clone_for_deployment to TimeSeriesPredictor | ## Description
- Add the equivalent of [TabularPredictor.clone_for_deployment](https://auto.gluon.ai/stable/api/autogluon.tabular.TabularPredictor.clone_for_deployment.html). Currently, the trained predictor folder can be quite large and contains a lot of redundant information (e.g., training data copy), which makes it... | open | 2025-01-22T15:26:07Z | 2025-01-22T15:26:07Z | https://github.com/autogluon/autogluon/issues/4825 | [
"enhancement",
"module: timeseries"
] | shchur | 0 |
sinaptik-ai/pandas-ai | data-science | 815 | 'Unfortunately, I was not able to answer your question, because of the following error:\n\nAll objects passed were None\n' | ### System Info
OS version: Debian GNU/Linux 11 (bullseye)
python version: 3.10
pandasai version : 1.5.6
### 🐛 Describe the bug
#Import your dependencies
from hdbcli import dbapi
import pandas as pd
from pandasai import SmartDataframe
from langchain.llms import bedrock
Initialize your connection
conn ... | closed | 2023-12-13T13:09:18Z | 2023-12-15T21:44:07Z | https://github.com/sinaptik-ai/pandas-ai/issues/815 | [] | ferrymul7 | 2 |
littlecodersh/ItChat | api | 800 | 无法获取全部联系人 | 将201个微信群添加到了通讯录,需求是获取这201个微信群的信息。但是调用itchat.get_chatrooms(update=True, contactOnly=False)方法获取联系人接口webwxgetcontact只返回了200个联系人(包括人和微信群),其中群只有154个。但是用另一个微信号,添加了2个微信群到通讯录,可以返回368个联系人(包括2个微信群)。求解
接口(修改Seq没有效果):
https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxgetcontact?r=1552358035000&seq=0&skey=@crypt_4a56c2e8_97be898d2e70a26... | closed | 2019-03-12T02:45:00Z | 2019-03-12T03:39:53Z | https://github.com/littlecodersh/ItChat/issues/800 | [] | zombie9080 | 1 |
deepset-ai/haystack | nlp | 8,583 | Migration of experimental `ChatMessage` to Haystack | ## [Summary and motivation](https://github.com/deepset-ai/haystack/issues/8583#issuecomment-2500469582)
## Plan
```[tasklist]
### Tasks
- [x] **Haystack 2.8.0**
- [ ] https://github.com/deepset-ai/haystack/issues/8587
- [x] Replace direct instantiation of `ChatMessage` with specific class methods - https://github... | closed | 2024-11-26T11:44:17Z | 2025-01-22T09:33:33Z | https://github.com/deepset-ai/haystack/issues/8583 | [
"P1"
] | anakin87 | 4 |
InstaPy/InstaPy | automation | 6,321 | like_by_feed: Total of links feched for analysis: 0 | I am only receiving "Total links fetched for analysis: 0" when using like_by_feed.
Somebody else? | closed | 2021-09-19T17:51:24Z | 2021-09-24T03:43:28Z | https://github.com/InstaPy/InstaPy/issues/6321 | [] | laboratoriodosfundos | 6 |
kizniche/Mycodo | automation | 746 | ow-shell should not be a dependency for 1wire devices | - Mycodo Version: 8.25
- Raspberry Pi Version: Pi Zero W
- Raspbian OS Version: Buster Lite
Having been running my set up for a couple of years (with version 6.45) without issue, I am just building a new system, naturally I just installed the latest version 8.25....
BUT, previously accessing the 1 wire bus was... | closed | 2020-02-14T01:17:22Z | 2020-02-26T21:10:55Z | https://github.com/kizniche/Mycodo/issues/746 | [
"Sensor"
] | drgrumpy | 5 |
schemathesis/schemathesis | graphql | 2,088 | [BUG] Ascii can not be valid when generate test case with schemathesis | ### Checklist
- [ ] I checked the [FAQ section](https://schemathesis.readthedocs.io/en/stable/faq.html#frequently-asked-questions) of the documentation
- [ ] I looked for similar issues in the [issue tracker](https://github.com/schemathesis/schemathesis/issues)
- [ ] I am using the latest version of Schemathesis
... | closed | 2024-03-05T07:43:04Z | 2024-03-05T08:03:13Z | https://github.com/schemathesis/schemathesis/issues/2088 | [
"Type: Bug",
"Status: Needs Triage"
] | jiejunsailor | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.