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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
darrenburns/posting | rest-api | 136 | Body text editor doesn't update to reflect content-type | If I select an `application/json` request, the body editor should update to reflect that. | closed | 2024-11-16T17:27:17Z | 2025-03-02T18:09:33Z | https://github.com/darrenburns/posting/issues/136 | [
"bug"
] | darrenburns | 0 |
gradio-app/gradio | machine-learning | 9,876 | Parameter passing of button.click() | ### Describe the bug
When using `button.click(fn=..., inputs=[],...)`, if the input parameter is a button component, the type of the component will change after being passed to the fn target function.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Reproduction
```... | closed | 2024-10-31T08:29:56Z | 2024-11-01T01:43:12Z | https://github.com/gradio-app/gradio/issues/9876 | [
"bug"
] | Semper4u | 3 |
nteract/papermill | jupyter | 102 | Release 0.12.0 | I could really use some of the recent changes in my current tasks. Any objections or particular PRs people want in this release? Was going to maybe wait for #100. | closed | 2018-01-15T22:48:30Z | 2018-01-16T10:37:11Z | https://github.com/nteract/papermill/issues/102 | [] | MSeal | 5 |
keras-team/keras | tensorflow | 20,395 | Loss documentation is wrong? Loss function actually returns means over a batch | https://keras.io/api/losses/#standalone-usage-of-losses
It states: `By default, loss functions return one scalar loss value per input sample, e.g.`
But the example is passing 4 samples `ops.ones((2, 2,))` , and returning 2 values `<Array: shape=(2,), dtype=float32, numpy=array([1., 1.], dtype=float32)>`
So whi... | closed | 2024-10-22T16:27:13Z | 2024-12-15T16:54:05Z | https://github.com/keras-team/keras/issues/20395 | [
"type:docs-bug"
] | worthy7 | 2 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,103 | Connection error on Google Cloud SQL with 2.0.18 | ### Describe the bug
SqlAlchemy 2.0.18 fails to parse google cloud database urls, since they contain multiple `:` characters in it.
The issue impacts version `2.0.18`, all is good with `2.0.16` ( I haven't tried `2.0.17`)
See the repro for more details.
### Optional link from https://docs.sqlalchemy.o... | closed | 2023-07-14T00:35:00Z | 2023-07-14T02:52:41Z | https://github.com/sqlalchemy/sqlalchemy/issues/10103 | [
"duplicate",
"postgresql"
] | stabacco | 1 |
mitmproxy/mitmproxy | python | 7,117 | HTTP3 over local mode: Unable to access certain websites using firefox via HTTP3 | #### Problem Description
Firefox fails to access `cloudflare-quic.com` over HTTP3 while using mitmproxy in local mode. Other websites such as `http3.is` load up normally using HTTP3
refs #7025
#### Steps to reproduce the behavior:
1. Start local mode: `mitmdump --mode local:firefox --set experimental_transpare... | open | 2024-08-18T16:44:49Z | 2024-08-29T12:11:25Z | https://github.com/mitmproxy/mitmproxy/issues/7117 | [
"kind/triage"
] | errorxyz | 3 |
seleniumbase/SeleniumBase | pytest | 2,291 | Twitter scraping is detected - 429 (Too Many Requests) | Hello everybody,
I'm writing a bot to continuously scrape a Twitter account to retrieve the most recent tweets.
After 25 refresh requests, Twitter's response is as follows: 429 (Too Many Requests).
Below is the code and the response header by Twitter:
```python
import traceback
from seleniumbase import SB
... | closed | 2023-11-16T13:26:27Z | 2023-11-16T14:48:35Z | https://github.com/seleniumbase/SeleniumBase/issues/2291 | [
"question",
"UC Mode / CDP Mode"
] | fashionprivate | 1 |
holoviz/panel | matplotlib | 7,430 | JSComponent with DataFrame almost impossible to implement | I'm on Panel 1.5.2
If one of the arguments to `.matches` below is a dataframe

then you get
```bash
ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
```
... | closed | 2024-10-22T11:01:08Z | 2024-10-29T17:01:06Z | https://github.com/holoviz/panel/issues/7430 | [] | MarcSkovMadsen | 3 |
proplot-dev/proplot | matplotlib | 330 | Remove this | Hi,
Thank you for your amazing work.
I think the first example on page https://proplot.readthedocs.io/en/stable/basics.html should use
`pplt.subplots()` instead of `pplt.subplot()`, right?
There is figure.subplot() but no pplt.subplot().
EDIT: I am blind. Everything alright in docs. | closed | 2022-01-28T12:13:54Z | 2022-01-29T17:27:57Z | https://github.com/proplot-dev/proplot/issues/330 | [
"documentation"
] | lkugler | 4 |
RobertCraigie/prisma-client-py | asyncio | 118 | Fields using the `Bytes` type cannot be serialised to json | <!--
Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output.
See https://prisma-client-py.readthedocs.io/en/latest/logging/ for how to enable additional logging outpu... | closed | 2021-11-13T21:04:43Z | 2021-11-13T21:20:54Z | https://github.com/RobertCraigie/prisma-client-py/issues/118 | [
"bug/2-confirmed",
"kind/bug"
] | RobertCraigie | 0 |
supabase/supabase-py | flask | 699 | increasing the storage list limit beyond 100 | Rather than doing something like this:
```
# Function to list all files with pagination
def list_all_files(storage, bucket_name):
offset = 0
limit = 100 # The maximum number of files to retrieve per request
all_files = []
while True:
response = storage.from_(bucket_name).list(limit=li... | closed | 2024-02-22T09:34:29Z | 2024-06-25T11:13:57Z | https://github.com/supabase/supabase-py/issues/699 | [] | nyck33 | 1 |
wkentaro/labelme | computer-vision | 1,427 | JSON file integration | Why does the latest version of labelme's annotated JSON file not appear in the same JSON file? | open | 2024-04-14T02:12:06Z | 2024-04-14T02:12:06Z | https://github.com/wkentaro/labelme/issues/1427 | [] | xhlho | 0 |
miguelgrinberg/python-socketio | asyncio | 821 | Client background thread doesn't stop after Timeout | If I am right there are some background threads/tasks to handle incoming message. While I am calling :
```python
try:
v = sio.call('get_v, 'data', timeout=5)
except socketio.exceptions.TimeoutError as e:
print("error")
finally:
sio.disconnect()
#main thread exit here, but the python process doesn't... | closed | 2021-11-25T05:34:50Z | 2022-04-29T23:42:36Z | https://github.com/miguelgrinberg/python-socketio/issues/821 | [
"enhancement"
] | goyzhang | 6 |
apache/airflow | automation | 47,800 | Rename the triggerer's `default_capacity` config to just `capacity` | ### Apache Airflow version
main (development)
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
The [default_capacity config](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#default-capacity) doesn't really make sense. Once you change the value, it... | closed | 2025-03-14T20:34:32Z | 2025-03-22T04:12:42Z | https://github.com/apache/airflow/issues/47800 | [
"kind:bug",
"affected_version:main_branch",
"area:Triggerer",
"affected_version:3.0.0beta"
] | RNHTTR | 1 |
PrefectHQ/prefect | data-science | 16,955 | Logs missing in parent flow when running subflows in different processes | ### Bug summary
Original slack message: https://prefect-community.slack.com/archives/CL09KU1K7/p1738591882063619
Thanks to the latest release (3.1.15), I'm trying to make use of the new utility function `run_flow_in_subprocess` to create and run subflows with multiprocessing. Here is a simplified example of what i'm ... | open | 2025-02-04T10:59:10Z | 2025-02-17T19:28:58Z | https://github.com/PrefectHQ/prefect/issues/16955 | [
"bug"
] | obendidi | 1 |
albumentations-team/albumentations | machine-learning | 1,551 | [tech debt] Add linting rule to check two arrays addition | Add linting rule that checks when two arrays are added with coefficients, we use `cv2.addWeighted` and not `array1 * alpha + array2 * beta` | closed | 2024-02-29T16:13:38Z | 2024-06-19T03:41:06Z | https://github.com/albumentations-team/albumentations/issues/1551 | [
"Tech debt"
] | ternaus | 0 |
explosion/spaCy | nlp | 13,434 | Spacy problem with whitespace or punctuation | Hi everyone !
I have a problem when i train my NER model spacy. I have a annoted span like $400 in a text. But when i train my model i have this error :
```
ValueError: [E024] Could not find an optimal move to supervise the parser. Usually, this means that the model can't be updated in a way that's valid and sat... | closed | 2024-04-11T12:49:42Z | 2024-05-16T00:02:26Z | https://github.com/explosion/spaCy/issues/13434 | [
"usage"
] | salma2302 | 2 |
desec-io/desec-stack | rest-api | 479 | Support for Handshake names | Hi.
I'm trying to host a zone for a Handshake name on deSEC. From what I can tell, it is possible to add second-level domains (`my.whatevername.`), but not the name itself (`whatevername.`).
It's great that deSEC does not limit to domains with an ICANN tld like other services and hopefully will be able to host reco... | closed | 2020-11-19T18:16:28Z | 2020-11-20T12:33:55Z | https://github.com/desec-io/desec-stack/issues/479 | [
"more info needed"
] | rithvikvibhu | 10 |
deepspeedai/DeepSpeed | machine-learning | 6,772 | [BUG] [Fix-Suggested] ZeRO Stage 3 Overwrites Module ID Attribute Causing Incorrect Expert Placement on GPUs | ## Description
We experienced wrong GPU placement when doing MoE with ZeRO Stage 3. We use `module.id` to control which expert to be loaded onto which GPU for finegrained controlm and we find out that `module.id` got corrupted after `deepspeed.initialize`.
## Suspected Root Cause
DeepSpeed uses `.id` in ZeRO Stage 3... | closed | 2024-11-20T23:05:43Z | 2025-01-31T18:02:58Z | https://github.com/deepspeedai/DeepSpeed/issues/6772 | [
"bug",
"training"
] | traincheck-team | 4 |
yzhao062/pyod | data-science | 89 | CBLOF not converging expected different data type | I have been unable to flag anomalies using this algorithm. I have found that when I run the CBLOF algorithm it throws the following error:
ValueError: Buffer dtype mismatch, expected 'INT' but got 'long long'
Exception ignored in: 'sklearn.cluster._k_means._assign_labels_csr' ValueError: Buffer dtype mismatch, ex... | closed | 2019-05-09T07:30:25Z | 2020-05-08T14:15:22Z | https://github.com/yzhao062/pyod/issues/89 | [] | wbarich | 7 |
Nekmo/amazon-dash | dash | 73 | Evaluate to change sniff filters | Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`)
### What is the purpose of your *issue*?
- [X] Bug report (encountered problems with amazon-dash)
- [ ] Feature request (request for a new functionality)
- [ ] Question
- [ ] Other
### Guideline for bug reports
* amazon-dash versio... | closed | 2018-08-11T12:12:51Z | 2018-09-03T18:21:32Z | https://github.com/Nekmo/amazon-dash/issues/73 | [] | etatus | 6 |
jpadilla/django-rest-framework-jwt | django | 406 | 'ReverseManyToOneDescriptor' object has no attribute 'get_by_natural_key' | ```ttributeError at /api/v0/lockers/
'ReverseManyToOneDescriptor' object has no attribute 'get_by_natural_key'
Request Method: GET
Request URL: http://172.16.0.89:8000/api/v0/lockers/
Django Version: 1.11.8
Python Executable: /var/webapps/locker_project/env/bin/python
Python Version: 3.5.2
Python Path: ['/var/... | closed | 2017-12-15T12:44:55Z | 2017-12-15T13:12:57Z | https://github.com/jpadilla/django-rest-framework-jwt/issues/406 | [] | ArtemBernatskyy | 1 |
marimo-team/marimo | data-science | 4,161 | Github integration in the community cloud | ### Description
I would like to be able to make pull requests from edits to notebooks and files for projects mirrored from github.
### Suggested solution
Add a "Preview Pull Request" button next to `$+/- Compare` on History tab of project in dashboard. This option might only make sense if the project is mirrored fro... | open | 2025-03-19T15:02:37Z | 2025-03-19T15:05:00Z | https://github.com/marimo-team/marimo/issues/4161 | [
"enhancement"
] | dchassin | 0 |
ebhy/budgetml | fastapi | 9 | Extra files/scripts in Docker container | Hi @htahir1 , thanks for the super handy library !
I am wondering whether or not it is possible to include some extra python file when creating the Docker container?
I am attempting to infer a custom model and thus I need a bunch of files like: checkpoint, model file, config and so on..
I couldn't find anything me... | closed | 2021-03-02T17:08:07Z | 2021-03-09T15:24:09Z | https://github.com/ebhy/budgetml/issues/9 | [] | JulesBelveze | 4 |
junyanz/pytorch-CycleGAN-and-pix2pix | deep-learning | 825 | Training works only with gray scale images | Hi,
I have used pix2pix model to train my model using custom dataset with pairs. A is the real image while B is the black & white version of A. When i trained the model with 3 channel ie RGB image(--n_channels 3), the model does not learn anything but just outputs a black image. But when i use gray scale images(--n... | closed | 2019-11-05T09:13:37Z | 2019-11-06T19:15:51Z | https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/825 | [] | kalai2033 | 4 |
biolab/orange3 | scikit-learn | 6,001 | Recursive imputer | Use case: We have a model with 200 features. We apply a “Model base imputer (simple tree)” to fill in missing data.
Problem: The “Imputer” widget fills in just a part of the missing data (that's the limit of the default 1-NN regressor used).
Current workaround: We have chained 5 instances of the same imputer, tha... | closed | 2022-06-02T15:41:36Z | 2022-09-30T08:49:45Z | https://github.com/biolab/orange3/issues/6001 | [
"bug"
] | hydrastarmaster | 5 |
tensorpack/tensorpack | tensorflow | 1,072 | Some questions for image mean subtraction | 1. for per_pixel_mean(), it is better to avoid using test_files. It is unfair to use test_files for training datas which apply subtle distribution from test_files, and I am not sure if it will affect final test eval
2. for test, it is better to use image mean retrieved from training images. and it is better to save... | closed | 2019-02-07T11:42:54Z | 2019-02-08T04:11:55Z | https://github.com/tensorpack/tensorpack/issues/1072 | [] | cloudseasail | 2 |
microsoft/nlp-recipes | nlp | 45 | Get datasets/packages approved by CELA | - BERT PyTorch Repo
- Yahoo Answers
- IMDb Large Movie Review Dataset | closed | 2019-05-07T14:46:25Z | 2019-08-02T14:14:38Z | https://github.com/microsoft/nlp-recipes/issues/45 | [
"engineering"
] | nikhilrj | 3 |
inventree/InvenTree | django | 8,452 | Email Notification When Stock Level Drops Below Minimum? | ### Please verify that this bug has NOT been raised before.
- [x] I checked and didn't find a similar issue
### Describe the bug*
I'm not receiving email notifications when a part's stock level drops below the set minimum, even though email functionality is working, and notifications are enabled in the user settings... | closed | 2024-11-08T09:51:12Z | 2024-11-25T11:02:24Z | https://github.com/inventree/InvenTree/issues/8452 | [
"bug",
"question"
] | skydiablo | 16 |
microsoft/MMdnn | tensorflow | 104 | can we directly convert tensorflow pb file to IR??? | can we directly convert tensorflow pb file to IR??? | closed | 2018-03-14T03:28:55Z | 2018-07-05T05:10:21Z | https://github.com/microsoft/MMdnn/issues/104 | [
"enhancement"
] | dinglong1020 | 3 |
KaiyangZhou/deep-person-reid | computer-vision | 267 | PyTorch is not using the GPU specified by gpu_devices | When I set gpu_devices = 0, it will run all gpus in the server. And I tried to put "CUDA_VISIBLE_DEVICES=0" before "python scripts/main.py", the same thing occurred. | closed | 2019-12-02T05:27:57Z | 2019-12-03T10:42:32Z | https://github.com/KaiyangZhou/deep-person-reid/issues/267 | [] | justopit | 8 |
ryfeus/lambda-packs | numpy | 35 | Upgrade Scipy to v1.2.0 | Thanks for sharing this, I've been using it for over a year.
Would it be possible to upgrade the sklearn/scipy/numpy bundle to use the latest Scipy version v1.2.0 ? | closed | 2019-02-07T12:35:12Z | 2019-02-08T11:00:39Z | https://github.com/ryfeus/lambda-packs/issues/35 | [] | tomaso909 | 2 |
SciTools/cartopy | matplotlib | 2,063 | Getting error Proj version 0.0.0 is installed, but cartopy requires at least version 8.0.0 (while trying to install cartopy) | ### Description
Hello, I was trying to install cartopy so that I can import and use it on jupyter notebook and I am using a windows computer. However, when I try to install it using pip the following error comes. Can anyone please help me to find the best solution to solve this error? Thanks for your help.
#1981
... | closed | 2022-07-31T14:12:58Z | 2022-09-11T02:18:37Z | https://github.com/SciTools/cartopy/issues/2063 | [] | Barokirving1 | 4 |
matplotlib/matplotlib | matplotlib | 29,385 | [MNT]: new public method to help title positioning | ### Summary
1. The change that broke #29381 would have been fine if the [logic that calculates `top` within `Axes._update_title_position`](https://github.com/matplotlib/matplotlib/blob/c11175d142403ff9af6e55ccb1feabccb990a7f6/lib/matplotlib/axes/_base.py#L3068-L3090) only needed to work for ordinary `Axes` instances... | open | 2024-12-29T15:06:57Z | 2025-01-06T20:39:08Z | https://github.com/matplotlib/matplotlib/issues/29385 | [
"New feature",
"topic: ticks axis labels",
"Maintenance"
] | rcomer | 2 |
aeon-toolkit/aeon | scikit-learn | 2,190 | [SAX_Fast] is STALE | @patrickzib,
SAX_Fast has had no activity for 146 days.
This branch will be automatically deleted in 29 days. | closed | 2024-10-14T01:27:56Z | 2024-11-18T01:28:18Z | https://github.com/aeon-toolkit/aeon/issues/2190 | [
"stale branch"
] | aeon-actions-bot[bot] | 5 |
ultralytics/yolov5 | pytorch | 13,142 | I observe that the validation phase is much slower than the training phase on large validation sets and multi-GPU machines | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hello, dear author. I observed that validation was very slow using only one GPU regardles... | closed | 2024-06-27T07:18:11Z | 2024-10-20T19:48:59Z | https://github.com/ultralytics/yolov5/issues/13142 | [
"question",
"Stale"
] | ASharpSword | 6 |
matterport/Mask_RCNN | tensorflow | 3,022 | Unresolved reference hdf5_format | open | 2024-03-01T08:06:51Z | 2024-03-01T08:06:51Z | https://github.com/matterport/Mask_RCNN/issues/3022 | [] | whh1204 | 0 | |
faif/python-patterns | python | 239 | [question]should the borg design pattern override __deepcopy__() ? | - borg as i see it is equivalent of singleton for python
- but it does not handle deepcopy very well
- shouldn't there be a \_\_deepcopy\_\_ method?
- correct me if i am wrong | closed | 2018-08-20T05:37:52Z | 2019-02-08T13:42:29Z | https://github.com/faif/python-patterns/issues/239 | [
"question"
] | sak96 | 3 |
mckinsey/vizro | plotly | 713 | [Docs] Remove redundant provision of `id` in docs examples | We still have some examples where an `id` is provided to a component even though it is not required.
1. Look through the code examples in our docs e.g. `vizro-core/docs` and `vizro-ai/docs`
2. Remove the `id` from `vm.Graph`, `vm.Table`, `vm.AgGrid` or `vm.Card` if **it is not required**
#### When is it not requ... | closed | 2024-09-17T13:10:10Z | 2024-11-25T14:37:34Z | https://github.com/mckinsey/vizro/issues/713 | [
"Docs :spiral_notepad:",
"Good first issue :baby_chick:",
"hacktoberfest"
] | huong-li-nguyen | 3 |
apache/airflow | automation | 47,702 | Invalid keys in executor_config should raise an error | ### Apache Airflow Provider(s)
cncf-kubernetes
### Versions of Apache Airflow Providers
10.0.1
### Apache Airflow version
2.10.5
### Operating System
Debian GNU/Linux 12 (bookworm)
### Deployment
Astronomer
### Deployment details
_No response_
### What happened
The `executor_config` dictionary used to conf... | open | 2025-03-12T22:16:51Z | 2025-03-13T16:31:53Z | https://github.com/apache/airflow/issues/47702 | [
"kind:bug",
"area:providers",
"provider:cncf-kubernetes"
] | karenbraganz | 2 |
PokeAPI/pokeapi | api | 644 | official_artwork is currently official-artwork | Hi - I was working with the API yesterday and noticed the API began to fail on my end of the application.
I noticed that after going back onto pokeapi.co that the response from a pokemon's official artwork sprite has changed from `official_artwork` to `official-artwork` which was causing the error, not sure if this wa... | closed | 2021-08-25T11:09:15Z | 2021-08-25T14:53:59Z | https://github.com/PokeAPI/pokeapi/issues/644 | [] | OliverHeward | 5 |
tflearn/tflearn | tensorflow | 1,115 | Binary prediction with LSTM | I'm trying to implement an LSTM model to make binary (or multiclass) classification from raw log data(Mooc courses log data -> user-level droput/grade prediction ). I have read lots of publication and tutorials which seems to be what I'm looking for, but couldn't find any example on how to use it.
Do you have a link... | open | 2019-01-30T16:09:31Z | 2019-01-30T16:09:31Z | https://github.com/tflearn/tflearn/issues/1115 | [] | korosig | 0 |
neuml/txtai | nlp | 563 | Dates fail in example | Hi,
I just tried the examples in the following page: https://neuml.github.io/txtai/embeddings/query/ and found it did something wrong with dates:
```
desktop:~/txtai$ python3
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information... | closed | 2023-09-23T14:25:44Z | 2023-09-25T12:23:23Z | https://github.com/neuml/txtai/issues/563 | [
"bug"
] | rickknowles-cognitant | 1 |
huggingface/text-generation-inference | nlp | 2,572 | OutOfMemory error running Meta-Llama-3.1-405B-Instruct-fp8 on 8xH100 | ### System Info
TGI version: 2.2.0 (but I tested 2.3.0 too)
Machine: 8x H100 (640 GPU RAM)
```
2024-09-25T14:29:44.260160Z INFO text_generation_launcher: Runtime environment:
Target: x86_64-unknown-linux-gnu
Cargo version: 1.79.0
Commit sha: db7e043ded45e14ed24188d5a963911c96049618
Docker label: sha-db7e043
n... | open | 2024-09-26T08:29:18Z | 2024-12-10T00:36:38Z | https://github.com/huggingface/text-generation-inference/issues/2572 | [] | ad01bl | 3 |
noirbizarre/flask-restplus | flask | 748 | Duplicate "doc" and "root" endpoints on reregistering blueprints? | As the title says.. I think this might be a bug
### **Code**
##### api_v1.py
```python
from flask import Blueprint
from flask_restplus import Api
blueprint = Blueprint('api_v1', __name__, url_prefix='/api/v1')
api = Api(blueprint, title='My Title',
version='1.0',
description='A descri... | closed | 2019-11-04T12:15:27Z | 2019-11-15T11:38:45Z | https://github.com/noirbizarre/flask-restplus/issues/748 | [
"bug"
] | knno | 0 |
brightmart/text_classification | nlp | 49 | There is no file named "test-zhihu-forpredict-title-desc-v6.txt" in the Hierarchical Attention Network | There is no file named "test-zhihu-forpredict-title-desc-v6.txt",when i run the p1_HierarchicalAttention_predict.py in the Hierarchical Attention Network. Also i have tried to use the test-zhihu6-title-desc.txt instead, but there will be an error. Can you give me some advice? @brightmart
| closed | 2018-04-29T13:34:35Z | 2018-05-02T08:25:16Z | https://github.com/brightmart/text_classification/issues/49 | [] | Fannjh | 1 |
JaidedAI/EasyOCR | deep-learning | 512 | Suggestion: setup.py | It would be nice if the `install` command could carry an optional argument to install torch with cuda, the default is CPU. This will save time when installing packages specially for those who have bad internet connection :).
It's just a suggestion 😄 Thank you either ways!! | closed | 2021-08-09T12:39:12Z | 2022-03-02T09:25:32Z | https://github.com/JaidedAI/EasyOCR/issues/512 | [] | NinaM31 | 0 |
plotly/dash | dash | 2,984 | [QUESTION] Does Dash have an official logo | Does Dash have a purely official logo image that doesn't include the word `plotly`. | closed | 2024-09-05T09:17:24Z | 2024-09-26T16:19:08Z | https://github.com/plotly/dash/issues/2984 | [
"feature",
"P2"
] | CNFeffery | 5 |
vi3k6i5/flashtext | nlp | 6 | remove keyword feature | ```
from flashtext.keyword import KeywordProcessor
keyword_processor = KeywordProcessor()
keyword_processor.add_keyword('NCR Area')
```
Can we also have a feature to remove the keyword.
```
keyword_processor.remove_keyword('NCR Area')
```
So we can add it back in a different form.
```
keyword_processor.add... | closed | 2017-09-14T17:15:47Z | 2017-09-25T17:30:32Z | https://github.com/vi3k6i5/flashtext/issues/6 | [
"enhancement"
] | vi3k6i5 | 1 |
Lightning-AI/pytorch-lightning | data-science | 19,980 | autocast to float16/bfloat16 fails on transformer encoder | ### Bug description
`bf16` precision in Trainer yields an error
### What version are you seeing the problem on?
v2.3
### How to reproduce the bug
My model includes this encoder:
```python
self.encoder = nn.Sequential(
nn.Flatten(start_dim=2),
nn.Dropout(0.15),
... | closed | 2024-06-16T07:28:11Z | 2024-08-04T09:46:35Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19980 | [
"bug",
"question"
] | AmitMY | 4 |
minimaxir/textgenrnn | tensorflow | 80 | UnicodeEncodeError: 'ascii' codec can't encode character | I just got around to testing textgenrnn over ROCm, and upon generating some text, I encountered this error:
```
File "/root/textgenrnn/textgenrnn/textgenrnn.py", line 89, in generate
print("{}\n".format(gen_text))
UnicodeEncodeError: 'ascii' codec can't encode character '\u201c' in position 51: ordinal not ... | open | 2018-11-17T21:20:32Z | 2019-01-31T21:48:17Z | https://github.com/minimaxir/textgenrnn/issues/80 | [] | torokati44 | 1 |
seleniumbase/SeleniumBase | pytest | 3,346 | understanding the cpd mode click | with SB(uc=True,maximize=True) as sb:
url = "https://google.com"
sb.activate_cdp_mode(url)
sb.sleep(2)
sb.cdp.find_element('[name="q"]')
for i in "facebook.com": sb.sleep(0.5) ,sb.cdp.press_keys('[name="q"]', i)
# Wait for the search in... | closed | 2024-12-17T12:39:40Z | 2024-12-17T15:51:28Z | https://github.com/seleniumbase/SeleniumBase/issues/3346 | [
"question",
"UC Mode / CDP Mode"
] | pythondeveloperz | 1 |
rthalley/dnspython | asyncio | 648 | processing_order breaks for HTTPS without "priming" using a suitable extraneous query | Applying *processing_order()* to the RRset returned in response to an HTTPS query causes an AttributeError.
However, if an extraneous (eg. MX) query is placed, this is no longer the case, even without issuing a fresh HTTPS query.
Interactive session shown below illustrates this.
```
vagrant@vagrant:~$ pip3 show... | closed | 2021-03-09T12:40:16Z | 2021-03-09T22:00:04Z | https://github.com/rthalley/dnspython/issues/648 | [
"Bug",
"Fixed"
] | niallor | 2 |
coqui-ai/TTS | pytorch | 4,045 | A portable version is great | Hello admin and everyone
For many people like me who don't use code clearly, a portable version on windows is great
Can anyone make a portble version for the community?
Thank you very much | closed | 2024-11-03T23:56:17Z | 2024-12-28T11:58:23Z | https://github.com/coqui-ai/TTS/issues/4045 | [
"wontfix",
"feature request"
] | kerlynla | 2 |
SYSTRAN/faster-whisper | deep-learning | 688 | distil + word_timestamps=True => CRASH | Hello,
When using [this finetuned version of distil whisper](https://huggingface.co/bofenghuang/whisper-large-v3-french-distil-dec16) and trying to use `word_timestamps=True` it crashes when starting the transcription, no issue when `word_timestamps=False`
It's a CRASH, not a python error, it straight exits the p... | closed | 2024-02-15T12:43:00Z | 2024-11-19T23:18:56Z | https://github.com/SYSTRAN/faster-whisper/issues/688 | [] | ExtReMLapin | 4 |
biolab/orange3 | numpy | 6,980 | Possible help improvement | There are plenty on awesome teaching videos on Youtube made by the Biolab.
The widget help has already links to Wikipedia and probably other sites.
Should we include links as part of the Example sections to relevant Youtube videos from the Biolab channel? If this would be useful I can start adding them.
| closed | 2025-01-06T17:58:54Z | 2025-01-10T16:10:56Z | https://github.com/biolab/orange3/issues/6980 | [] | borondics | 1 |
gevent/gevent | asyncio | 2,036 | Socket timeouts when using gevent | * gevent version: `gevent==24.2.1` from PyPI (can reproduce on previous versions)
* greenlet version: `greenlet==3.0.3` from PyPI (can reproduce on previous versions)
* Python version: `Python 3.8.10` from `apt`
* Operating System: `uname -a` returns `aarch64 aarch64 aarch64 GNU/Linux`
### Description:
**REPLA... | closed | 2024-06-08T19:31:57Z | 2024-10-10T09:43:27Z | https://github.com/gevent/gevent/issues/2036 | [
"Type: Question"
] | wayne-li2 | 5 |
sqlalchemy/sqlalchemy | sqlalchemy | 10,632 | hybrid_method and Postgres array filtering | ### Describe the bug
Can't use `hybrid_method` or `hybrid_property` to filter result set.
### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected
https://docs.sqlalchemy.org/en/20/orm/extensions/hybrid.html
### SQLAlchemy Version in Use
2.0.20
### DBAPI (i.e. the databas... | closed | 2023-11-14T16:09:24Z | 2023-11-14T20:24:07Z | https://github.com/sqlalchemy/sqlalchemy/issues/10632 | [] | rsaleev | 0 |
babysor/MockingBird | pytorch | 402 | 我用aidatatang_200zh数据训练了150k 发现模拟出来的声音全是电流 | 我用aidatatang_200zh数据训练了150k 发现模拟出来的声音全都是电流 声音模糊不清 | open | 2022-02-25T05:38:35Z | 2022-04-29T14:08:59Z | https://github.com/babysor/MockingBird/issues/402 | [] | 907811175 | 4 |
supabase/supabase-py | fastapi | 801 | When using asynchronous client(acreate_client) error "detail": "'coroutine' object has no attribute 'auth'" | # Bug report
## Describe the bug
when you create the client with acreate_client and use async functions that awaits for the supabase.auth.signin(credentials) you get the error above
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior, please provide code snip... | closed | 2024-05-16T14:35:41Z | 2024-05-21T21:42:05Z | https://github.com/supabase/supabase-py/issues/801 | [
"bug"
] | Bradkibs | 1 |
gradio-app/gradio | machine-learning | 10,606 | 413 Payload Too Large Error When Using Chatbot Share Button in Multistep Agent UI | ### Describe the bug
Using the share button in the open-deep-research chatbot component triggers a 413 (Payload Too Large) error from CloudFront.
This happens when trying to share agent response (usually with more than four agent steps) to Hugging Face Spaces Discussions using the share button. However, no error occ... | closed | 2025-02-17T13:59:32Z | 2025-02-20T20:13:59Z | https://github.com/gradio-app/gradio/issues/10606 | [
"bug",
"💬 Chatbot"
] | yvrjsharma | 0 |
agronholm/anyio | asyncio | 503 | Thread leaks in async tests marked with @pytest.mark.anyio | This is because TestRunner doesn't call `loop.shutdown_default_executor()` at the end of a test. It calls [`loop.close()`](https://github.com/agronholm/anyio/blob/master/src/anyio/_backends/_asyncio.py#L1730-L1733) that [doesn't join threads (`wait=False`)](https://github.com/python/cpython/blob/3.11/Lib/asyncio/base_e... | closed | 2022-11-23T08:07:51Z | 2022-11-26T15:29:48Z | https://github.com/agronholm/anyio/issues/503 | [] | marcinbarczynski | 0 |
voila-dashboards/voila | jupyter | 1,307 | [Voila] WARNING | Unrecognized alias: 'ip', it will have no effect. | How to bind ip to 0.0.0.0?
voila --ip=0.0.0.0
not work
```bash
(py311) ubuntu@VM-4-12-ubuntu:~/notebook$ voila --ip=0.0.0.0
[Voila] WARNING | Unrecognized alias: 'ip', it will have no effect.
[Voila] Using /tmp to store connection files
[Voila] Storing connection files in /tmp/voila_k36ohco_.
[Voila] Servin... | closed | 2023-03-19T05:38:35Z | 2023-03-19T11:48:13Z | https://github.com/voila-dashboards/voila/issues/1307 | [
"bug"
] | wukan1986 | 2 |
sgl-project/sglang | pytorch | 3,874 | [Bug] `pip install sglang` no longer installs all dependencies of the frontend | ### Checklist
- [x] 1. I have searched related issues but cannot get the expected help.
- [x] 2. The bug has not been fixed in the latest version.
- [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr... | closed | 2025-02-26T06:52:31Z | 2025-02-26T08:25:47Z | https://github.com/sgl-project/sglang/issues/3874 | [] | stevapple | 3 |
jina-ai/clip-as-service | pytorch | 275 | why the same sentence show different embedding? | Hi,
I try to embed 200000 sentence, and I use two way to embed as follow:
one is that "data" contain all the list of string:
with open('a1') as fp:
data = [v.strip('\n') for v in fp]
vectors = bc.encode(data)
the other is that "line" contain one list of string:
line = f3.readline()... | closed | 2019-03-15T04:40:28Z | 2019-03-15T09:21:01Z | https://github.com/jina-ai/clip-as-service/issues/275 | [] | wingsyuan | 6 |
davidsandberg/facenet | computer-vision | 279 | how to use my own trained model? | stackoverflow : https://stackoverflow.com/questions/44017147/how-to-use-my-own-trained-model-with-facenet-implemented-in-tensorflow | closed | 2017-05-17T06:49:28Z | 2017-07-15T17:12:04Z | https://github.com/davidsandberg/facenet/issues/279 | [] | pine-byte | 2 |
mljar/mercury | data-visualization | 58 | Reading notebook without utf-8 encoding | Hi,
Thank you for your amazing work !
I have a problem when I try to convert my notebook with mercury run, I have the following message :
Error during notebook initialization. 'charmap' codec can't decode byte 0x9d in position 3522922: character maps to <undefined>
the notebook runs fine in jupyter and I hav... | closed | 2022-03-10T08:44:33Z | 2022-03-15T21:13:56Z | https://github.com/mljar/mercury/issues/58 | [
"bug"
] | doubianimehdi | 18 |
plotly/dash-core-components | dash | 717 | allow Location component to target window.parent.location | A common pattern is to embed a Dash app inside an iframe within a Flask app. Linking from inside the nested Dash app to redirect the parent window to a route in the Flask app can be done using an anchor tag with `target="_parent"`.
This can't be achieved however with a redirect from a callback that changes the `href... | open | 2019-12-16T07:41:50Z | 2019-12-16T07:43:20Z | https://github.com/plotly/dash-core-components/issues/717 | [] | ned2 | 0 |
google-research/bert | nlp | 1,082 | how to used fine tuned model as initial checkpoint for another task? | Hi,
I fined tuned a classification model with 19 classes and then I add several new classes and i want to use the old model as an initial checkpoint to fine tune the new model. After i point the initial checkpoint in the training command to the previous fined model, i got this error
```ValueError: Shape of varia... | closed | 2020-05-10T08:16:13Z | 2020-05-11T21:33:55Z | https://github.com/google-research/bert/issues/1082 | [] | bohanbo | 0 |
mwaskom/seaborn | matplotlib | 2,982 | Line + Band with variables that Band does not support is awkward | `Band` does not support `linestyle`, so this plot is wrong in a confusing way:
```python
(
so.Plot(fmri, "timepoint", "signal", color="region", linestyle="event")
.add(so.Line(), so.Agg())
.add(so.Band(), so.Est())
)
```
<img width="495" alt="image" src="https://user-images.githubusercontent.com/3... | open | 2022-08-28T18:58:16Z | 2022-08-28T18:59:52Z | https://github.com/mwaskom/seaborn/issues/2982 | [
"rough-edge",
"objects-plot"
] | mwaskom | 0 |
PrefectHQ/prefect | data-science | 17,225 | The Flow diagram cannot be displayed when Prefect is deployed locally | ### Bug summary
When trying to deploy locally by referring to the quick start document (https://docs.prefect.io/v3/get-started/quickstart), I cannot see the Flow image

### Version info
```Text
Version: 3.2.6
API ve... | closed | 2025-02-21T07:28:14Z | 2025-03-21T01:55:30Z | https://github.com/PrefectHQ/prefect/issues/17225 | [
"bug"
] | Moonquakes | 5 |
hyperspy/hyperspy | data-visualization | 2,927 | Inversion of indices in axes_manager.set_axis | **This was reported by @magnunor in https://github.com/hyperspy/hyperspy/pull/2830#issuecomment-1086916555:**
I tested `axes_manager.set_axis`, and there seems to be an "inversion" of the indices:
```python
import numpy as np
import hyperspy.api as hs
s0 = hs.signals.Signal1D(np.zeros((5, 10, 15)))
s0.axes_... | open | 2022-04-15T10:18:29Z | 2022-04-15T10:19:00Z | https://github.com/hyperspy/hyperspy/issues/2927 | [
"type: bug?"
] | jlaehne | 1 |
sloria/TextBlob | nlp | 152 | Translation issues | I made a very easy script to play around with the translation module:
```
from textblob import TextBlob
en_text = TextBlob('You shall find of the king a husband, madam; you, sir, a father: he that so generally is at all times good must of necessity hold his virtue to you; whose worthiness would stir it up where ... | closed | 2017-02-16T12:31:03Z | 2017-02-16T12:34:07Z | https://github.com/sloria/TextBlob/issues/152 | [] | DutchDandy | 0 |
littlecodersh/ItChat | api | 290 | 群里被别人@时,为什么有的会自动空格,有的却是\u2005? | 都是iphone,都是微信6.5的情况下,机器人在群里被别人@时,为什么有的在名字后会自动空格,有的却是\u2005?
比如:
@机器人 空格 内容
@机器人 \u2005 内容 | closed | 2017-03-19T14:04:30Z | 2017-03-22T07:49:49Z | https://github.com/littlecodersh/ItChat/issues/290 | [
"question"
] | pengyuwei | 1 |
jupyterlab/jupyter-ai | jupyter | 437 | Use JSON mode with /generate command for models that support it | <!-- Welcome! Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! -->
<!--
Thanks for thinking of a way to improve JupyterLab. If this solves a problem for you, then it probably solves that problem for lots of people! So the whol... | open | 2023-11-06T23:35:00Z | 2023-11-06T23:35:53Z | https://github.com/jupyterlab/jupyter-ai/issues/437 | [
"enhancement",
"scope:chat-ux",
"scope:generate"
] | JasonWeill | 0 |
gradio-app/gradio | machine-learning | 10,201 | Accordion - Expanding vertically to the right | - [x] I have searched to see if a similar issue already exists.
I would really like to have the ability to place an accordion vertically and expand to the right. I have scenarios where this would be a better UI solution, as doing so would automatically push the other components to the right of it forward.
I hav... | closed | 2024-12-14T23:51:34Z | 2024-12-16T16:46:38Z | https://github.com/gradio-app/gradio/issues/10201 | [] | elismasilva | 1 |
Lightning-AI/pytorch-lightning | deep-learning | 20,171 | Inconsistent input io type between `to_onnx` and `torch.onnx.export`. | ### Bug description
Currently the filetype supported in `torch.onnx.export` includes `io.BytesIO`, whereas in `lightning`, it only supports `str` and `PathLike` object. Before lightning `2.3.3` , passing a `BytesIO` wouldn't be a problem since `to_onnx` did not do anything with `file_path`, but since this version, ... | closed | 2024-08-06T14:05:07Z | 2024-08-07T15:07:40Z | https://github.com/Lightning-AI/pytorch-lightning/issues/20171 | [
"bug",
"ver: 2.3.x"
] | GdoongMathew | 0 |
onnx/onnx | pytorch | 6,172 | How to use onnx.utils.extract_model to extract more than 2GB child onnx model ? |
` input_name = "sample" #'/conv_in/Conv_output_0'
output_name = "/down_blocks.1/resnets.0/norm1/Reshape_output_0" #
onnx.utils.extract_model(original_model_path, extracted_model_path, [input_name], [output_name])
`
onnx.utils.extract_model(original_model_path, extracted_model_path, [input_n... | closed | 2024-06-12T07:42:11Z | 2024-06-20T08:52:06Z | https://github.com/onnx/onnx/issues/6172 | [
"question"
] | Lenan22 | 2 |
ymcui/Chinese-LLaMA-Alpaca-2 | nlp | 546 | finetune之后的模型使用 | ### 提交前必须检查以下项目
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。
- [X] 我已阅读[项目文档](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki)和[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案。
- [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.cpp)、[LangChain](https://g... | closed | 2024-03-19T03:38:53Z | 2024-04-11T23:45:24Z | https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/issues/546 | [
"stale"
] | xiaoToby | 3 |
Evil0ctal/Douyin_TikTok_Download_API | fastapi | 313 | [BUG] Can't download video from douyin | I use the sample python code, then return the follow error when download the video
URL: https://www.douyin.com/video/6914948781100338440
ERROR
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/jame/Code/home/video/download.py", line 12, in <m... | closed | 2023-11-02T08:57:37Z | 2024-02-07T03:45:27Z | https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/313 | [
"BUG",
"enhancement"
] | nhannguyentrong | 6 |
encode/databases | sqlalchemy | 407 | Postgres backend Record is a Mapping but some Mapping methods are deprecated | Since https://github.com/encode/databases/pull/299 upgraded to sqlalchemy 1.4, the postgres backend's Record object now mimics the behavior of sqlalchemy's Row which is meant to behave similarly to a NamedTuple (and inherits from collections.abc.Sequence) https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#ch... | closed | 2021-10-11T18:22:31Z | 2021-10-23T10:34:37Z | https://github.com/encode/databases/issues/407 | [
"clean up"
] | ugtar | 5 |
ultralytics/yolov5 | machine-learning | 12,418 | Folder YOLOv5 does not appear in the directory after its installation. | ### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
### Question
Hi everybody!
I am new with the use of Yolov5 tool. I have followed the steps indicate... | closed | 2023-11-23T07:31:59Z | 2024-10-20T19:32:20Z | https://github.com/ultralytics/yolov5/issues/12418 | [
"question"
] | frl93 | 8 |
man-group/arctic | pandas | 537 | Installation on mac fails: ValueError("You must install clang-6.0 or gcc/g++ | #### Arctic Version
```
latest (1.66)
```
#### Arctic Store
```
# VersionStore, TickStore, or ChunkStore
```
#### Platform and version
MacOS High Sierra 10.13.4, conda 4.5.1, Python 3.6.5
#### Description of problem and/or code sample that reproduces the issue
pip install git+https://github.com... | closed | 2018-04-18T06:22:33Z | 2018-04-19T13:07:34Z | https://github.com/man-group/arctic/issues/537 | [] | stnatter | 8 |
Lightning-AI/pytorch-lightning | machine-learning | 19,858 | Dynamically link arguments in `LightningCLI`? | ### Description & Motivation
Is it possible to _dynamically_ link arguments in the `LightningCLI`, say, depending on the module or datamodule subclass that is specified in a config file or at the command line?
### Pitch
_No response_
### Alternatives
_No response_
### Additional context
_No response_
cc @borda ... | closed | 2024-05-09T17:17:19Z | 2024-05-14T20:11:52Z | https://github.com/Lightning-AI/pytorch-lightning/issues/19858 | [
"feature",
"lightningcli"
] | EthanMarx | 2 |
ultralytics/ultralytics | machine-learning | 19,546 | Label tools recommendation of keypoints | ### Search before asking
- [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions.
### Question
Hello!
Since keypoints detection is combined with object detection, I must ... | closed | 2025-03-06T07:16:51Z | 2025-03-07T04:24:02Z | https://github.com/ultralytics/ultralytics/issues/19546 | [
"question",
"pose"
] | JasonSloan | 3 |
napari/napari | numpy | 7,434 | Add tests for world to data normal vector transformation | ## 🧰 Task
#7422 was merged without a proper regression test. It would be good to minimally check some reference values and test against that. See comment:
https://github.com/napari/napari/pull/7422#issuecomment-2511605560 | closed | 2024-12-06T03:50:45Z | 2024-12-06T14:24:49Z | https://github.com/napari/napari/issues/7434 | [
"task"
] | jni | 2 |
HIT-SCIR/ltp | nlp | 430 | 请问4.X版本的pip安装,在windows环境下可以使用吗?我安装提示torch版本问题,谢谢了 | 如题 | closed | 2020-11-02T03:57:38Z | 2020-11-02T06:22:05Z | https://github.com/HIT-SCIR/ltp/issues/430 | [] | vitoman | 1 |
aio-libs/aiohttp | asyncio | 10,287 | Please Add Host Resolver Rules | ### Is your feature request related to a problem?
I am in China and I want to make a tool to scan ip and port which can access blocked websites.
I have written a tool to bypass DPI, it's a http proxy.
When i scan ip, I need to send a request to a current ip, not the proxy to resolve the ip.
### Describe the sol... | closed | 2024-12-31T23:51:09Z | 2025-01-04T18:06:55Z | https://github.com/aio-libs/aiohttp/issues/10287 | [
"enhancement"
] | louiesun | 1 |
521xueweihan/HelloGitHub | python | 2,093 | github.com/matsuwin/proctop | ## 项目推荐
- 项目地址:https://github.com/matsuwin/proctop
- 类别:Go
- 项目后续更新计划:持续完善
- 项目描述:适用于 Linux 的性能分析工具,实时显示进程的资源占用状态,类似于 TOP。支持 Java 同名进程拆分。*同样适用于 Raspberry Pi (树莓派)。
- 单核 CPU 使用率 TOP 进程列表,自动刷新 2s/次。
- 分等级的彩色页面渲染:红 > 黄 > 青 > 蓝。
- 同名进程自动合并,资源利用累加。
- 主机信息和处理器型号抬头展示。
- 处理器温度实时预览。
- 一键安装。
- 推荐理由:ProcTop 提... | closed | 2022-02-03T05:29:04Z | 2022-02-22T11:45:55Z | https://github.com/521xueweihan/HelloGitHub/issues/2093 | [] | 2yanyi | 1 |
indico/indico | flask | 6,508 | Preserve translations when moving things from jinja to react... | **Is your feature request related to a problem? Please describe.**
All current context provided in issue
https://github.com/indico/indico/pull/6489#issuecomment-2307068700
**Describe the solution you'd like**
A mechanism to automatically parse translation files and put them in other formats so that we do not lose... | closed | 2024-08-27T09:13:59Z | 2024-12-12T14:22:15Z | https://github.com/indico/indico/issues/6508 | [
"enhancement"
] | AjobK | 8 |
lucidrains/vit-pytorch | computer-vision | 322 | Multi-GPU training of NaViT model | Hello!
I have a question about multi-GPU training using [NaViT](https://github.com/lucidrains/vit-pytorch/blob/main/vit_pytorch/na_vit.py#L186) model.
I am able to run the training on 1 GPU, but not on several.
Any suggestions or ideas how it's possible to use multiple GPUs for training this particular model?
... | closed | 2024-07-04T11:30:25Z | 2024-07-12T07:50:18Z | https://github.com/lucidrains/vit-pytorch/issues/322 | [] | b5y | 1 |
CorentinJ/Real-Time-Voice-Cloning | python | 407 | OSError: [WinError 126] The specified module could not be found (Real-Time-Voice-Cloning-master) | PS C:\Users\Pritam> cd D:\Game\Real-Time-Voice-Cloning-master
PS D:\Game\Real-Time-Voice-Cloning-master> python demo_cli.py
2020-07-08 12:18:00.259919: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_100.dll
Traceback (most recent call last):
File "demo... | closed | 2020-07-08T06:52:32Z | 2020-07-10T20:19:50Z | https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/407 | [] | pritxm | 30 |
d2l-ai/d2l-en | computer-vision | 2,508 | SageMaker Studio Lab link is outdated and is only for PyTorch | I started trying out Amazon SageMaker Studio Lab recently,

and the button on D2L links you to: https://studiolab.sagemaker.aws/import/github/d2l-ai/d2l-pytorch-sagemaker-studio-lab/blob/main/GettingStarted-D2L.ipynb
... | closed | 2023-06-07T17:17:17Z | 2023-08-28T08:48:32Z | https://github.com/d2l-ai/d2l-en/issues/2508 | [
"bug",
"feature request"
] | AngelynDisguise | 1 |
JaidedAI/EasyOCR | pytorch | 446 | Performance on TextOCR Dataset | **Motivation**
Improve the benchmark performance of all algorithms based on TextOCR dataset released by Facebook AI research team
Related resources
https://textvqa.org/textocr
**Overview**
TextOCR requires models to perform text-recognition on arbitrary shaped scene-text present on natural images. TextOCR pr... | closed | 2021-06-03T08:56:50Z | 2022-03-02T09:25:00Z | https://github.com/JaidedAI/EasyOCR/issues/446 | [] | jkcg-learning | 0 |
yaroslaff/nudecrawler | web-scraping | 4 | Not an issue just a question | Hello, how come when I search a term on your application it returns 1 or 2 results, but then I use another search service that I found online it returns many more for the exact search term? | closed | 2023-04-11T22:52:13Z | 2023-06-08T11:55:49Z | https://github.com/yaroslaff/nudecrawler/issues/4 | [] | 6R1M4C3 | 4 |
pytest-dev/pytest-html | pytest | 565 | Release 3.2.0 is missing as release in your repo | Hi. The latest release as shown in Github is 3.1.1 dating back to July. There is only a tag 3.2.0. However it seems you published it already to PyPi and the changelog also shows 2022-10-25 as release date for the 3.2.0. Please make it a real release in Github as well. | closed | 2022-11-10T12:42:00Z | 2022-11-11T08:17:30Z | https://github.com/pytest-dev/pytest-html/issues/565 | [] | WSADEERLBB | 1 |
huggingface/datasets | pytorch | 7,457 | Document the HF_DATASETS_CACHE env variable | ### Feature request
Hello,
I have a use case where my team is sharing models and dataset in shared directory to avoid duplication.
I noticed that the [cache documentation for datasets](https://huggingface.co/docs/datasets/main/en/cache) only mention the `HF_HOME` environment variable but never the `HF_DATASETS_CACHE`... | open | 2025-03-17T12:24:50Z | 2025-03-20T10:36:46Z | https://github.com/huggingface/datasets/issues/7457 | [
"enhancement"
] | LSerranoPEReN | 4 |
horovod/horovod | tensorflow | 3,162 | Spark with Horovod fails with py4j.protocol.Py4JJavaError | **Environment:**
1. Framework: TensorFlow, Keras
2. Framework version: tensorflow-2.4.3, keras-2.6.0
3. Horovod version: horovod-0.22.1
4. MPI version:
5. CUDA version:
6. NCCL version:
7. Python version: python-3.6.9
8. Spark / PySpark version: Spark-3.1.2
9. Ray version:
10. OS and version: Ubuntu 18
11. G... | open | 2021-09-13T05:06:05Z | 2021-09-14T22:34:34Z | https://github.com/horovod/horovod/issues/3162 | [
"bug"
] | aakash-sharma | 2 |
mwaskom/seaborn | pandas | 3,245 | Several test failures due to matplotlib no longer auto-flattening inputs to pcolormesh | Context: We noticed some seaborn failures downstream when testing on the nightly matplotlib wheels.
It turns out that a recent change in matplotlib's dev branch (https://github.com/matplotlib/matplotlib/pull/24638) is causing `matrix._HeatMapper._annotate_heatmap` to fail because calls to pcolormesh are no longer fl... | closed | 2023-02-05T21:45:21Z | 2023-08-27T19:53:54Z | https://github.com/mwaskom/seaborn/issues/3245 | [
"mod:matrix",
"upstream"
] | IAlibay | 9 |
pandas-dev/pandas | python | 60,471 | BUG: DataFrameGroupBy.apply ignores group_keys setting when empty | ### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas.
- [ ] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/... | closed | 2024-12-02T16:40:19Z | 2024-12-06T18:13:47Z | https://github.com/pandas-dev/pandas/issues/60471 | [
"Bug",
"Groupby",
"Apply"
] | ManelBH | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.