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
ymcui/Chinese-LLaMA-Alpaca
nlp
274
无法合并由alpaca-lora训练的权重,tokenizer使用llama-7b-hf和使用chinese_llama_plus_lora_7b中复制过去的
### 详细描述问题 *无法合并由alpaca-lora训练的权重,tokenizer使用llama-7b-hf和使用chinese_llama_plus_lora_7b中复制过去的。* ### 运行截图或log <img width="1128" alt="image" src="https://user-images.githubusercontent.com/6939585/236842494-58ecb3f3-63a7-4022-82c2-fb6c29991a77.png"> <img width="349" alt="image" src="https://user-images.githubuse...
closed
2023-05-08T13:56:23Z
2023-05-21T22:02:19Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/274
[ "stale" ]
autoexpect
11
PaddlePaddle/PaddleHub
nlp
1,570
关于Pneumonia-CT-LKM-PP模型,如何了解它的结构和进行调参?
近期我也在倒腾“PaddleHub 新冠CT影像分析”这个项目,它用了一个预测模型Pneumonia_CT_LKM_PP,可是我有一些问题想向你请教: 1.我想了解这个预测模型的结构,我应该怎么去做? 2.我通过对这个预训练模型进行调参,用自己的数据集去训练,看看能不能多识别一些病灶,请问我应该怎么做呢?
open
2021-08-13T01:46:37Z
2021-08-16T01:51:44Z
https://github.com/PaddlePaddle/PaddleHub/issues/1570
[ "cv" ]
LCreatorGH
1
aiortc/aiortc
asyncio
1,083
Bug in filexfer example: filename should be fp?
I must admit I didn't try to run the code. Just random stranger on the internet who was reading the example. It appears to me that the 'filename' parameter in run_answer on line 34 should be 'fp'. A) because main() passes the file pointer, not the name, and B) because fp is referenced on line 48, which without having t...
closed
2024-04-12T14:02:28Z
2024-05-21T06:52:40Z
https://github.com/aiortc/aiortc/issues/1083
[]
angererc
0
InstaPy/InstaPy
automation
6,332
Explanation of Unable to unfollow if the user have no post issue
### Errors related: `Already unfollowed xxx! or a private user that rejected your req` Even though the user you are unfollowing is definitely followed by you, the problem only happens if the user does not have any post and instagram will show follow suggestions for you instead. ### Explanation During unfollowing,...
open
2021-09-29T14:28:40Z
2021-10-24T20:29:27Z
https://github.com/InstaPy/InstaPy/issues/6332
[]
Benjaminlooi
1
OpenInterpreter/open-interpreter
python
1,430
import statement missing in a module
### Describe the bug /envs/openinterpreter/lib/python3.9/site-packages/interpreter/terminal_interface/validate_llm_settings.py In this file, there is a missing import statement. The line which needs to be added is: from interpreter import interpreter And then it runs just fine. ### Reproduce 1. just laun...
closed
2024-08-27T14:20:59Z
2024-08-27T15:13:21Z
https://github.com/OpenInterpreter/open-interpreter/issues/1430
[]
S-Vaisanen
0
jofpin/trape
flask
50
cannot track redirect
so i have set google as an attack perimeter and while i access the google link from there in the search bar when i type any website the error pops that do you want to leave or stay nothing else
closed
2018-08-24T05:18:44Z
2018-11-24T01:56:07Z
https://github.com/jofpin/trape/issues/50
[]
asciiterminal
2
ipython/ipython
data-science
14,041
Update type(...) to import the Type from it's canonical location
I missed that in the previous PR but those should likely be : ``` from types import MethodDescriptorType from types import ModuleType ``` _Originally posted by @Carreau in https://github.com/ipython/ipython/pull/14029#discussion_r1180062854_
closed
2023-04-28T08:00:08Z
2023-06-02T08:37:34Z
https://github.com/ipython/ipython/issues/14041
[ "good first issue" ]
Carreau
0
piskvorky/gensim
machine-learning
3,490
Compiled extensions are very slow when built with Cython 3.0.0
We should produce a minimum reproducible example and show the Cython guys
open
2023-08-23T11:24:48Z
2024-04-10T15:53:55Z
https://github.com/piskvorky/gensim/issues/3490
[]
mpenkov
1
gunthercox/ChatterBot
machine-learning
2,256
mathparse and mathematical evaluation
**Question:** Is the code eighteen hundred and twenty-one? **Result in a fatal error** ![error](https://user-images.githubusercontent.com/66516726/176699521-3477ce2e-a869-41d1-8ae2-3715656a403b.png) **Explanation:** in eighteen (and sixteen, seventeen, and all that jazz) chatterbot sees EIGHT first hence tu...
open
2022-06-30T14:19:20Z
2022-07-01T08:52:35Z
https://github.com/gunthercox/ChatterBot/issues/2256
[]
AskellAytch
0
taverntesting/tavern
pytest
315
Integration in pytest broken
I've noticed that with the recent version `v0.26.1` the integration in pytest seems broken. The command line parameters `--tavern*` are no longer present. When using `v0.22.0` the command line parameters in pytest are present ``` $ ./env/bin/pytest --help | grep tavern --tavern-global-cfg=TAVERN_GLOBAL_CFG [...
closed
2019-03-18T14:10:21Z
2019-04-10T16:27:52Z
https://github.com/taverntesting/tavern/issues/315
[]
flazzarini
2
huggingface/text-generation-inference
nlp
2,263
Documentation about default values of model paramaters
### Feature request In the documentation, there is not enough info about the default values TGI enforces if client request do not contain parameters like `temperature`, `top_p`, `presence_frequency` etc. For e.g what would be the value setup by TGI if - `temperature` = `null` - `temperature` is not at all pres...
open
2024-07-19T16:39:49Z
2024-07-30T07:53:15Z
https://github.com/huggingface/text-generation-inference/issues/2263
[]
mohittalele
3
Anjok07/ultimatevocalremovergui
pytorch
1,426
Please Help
I just updated my app and I keep getting this error when I try to run this. Last Error Received: Process: Ensemble Mode If this error persists, please contact the developers with the error details. Raw Error Details: RuntimeError: "Error opening 'F:\\AI Voice\\Songs\\1_1_[MV] PENTAGON(펜타곤) _ Like This...
open
2024-06-26T23:30:24Z
2024-06-26T23:30:24Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/1426
[]
hollywoodemma
0
replicate/cog
tensorflow
1,790
Using the Predictor directly results in FieldInfo errors
`cog==0.9.6` `pydantic==1.10.17` `python==3.10.0` Hello, when writing non end-to-end tests for my cog predictor, in particular tests that instantiate then call the Predictor predict method directly, I ran into errors like `TypeError: '<' not supported between instances of 'FieldInfo' and 'FieldInfo'`. This i...
open
2024-07-08T10:01:49Z
2024-07-08T17:00:28Z
https://github.com/replicate/cog/issues/1790
[]
Clement-Lelievre
2
huggingface/datasets
pandas
6,663
`write_examples_on_file` and `write_batch` are broken in `ArrowWriter`
### Describe the bug `write_examples_on_file` and `write_batch` are broken in `ArrowWriter` since #6636. The order between the columns and the schema is not preserved anymore. So these functions don't work anymore unless the order happens to align well. ### Steps to reproduce the bug Try to do `write_batch` with any...
closed
2024-02-15T01:43:27Z
2024-02-16T09:25:00Z
https://github.com/huggingface/datasets/issues/6663
[]
bryant1410
3
dfm/corner.py
data-visualization
159
Error on import, pandas incompatibility?
Hello, Today I noticed that I get an error when importing corner: `import corner` returns ```python Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/mdecleir/opt/anaconda3/envs/astroconda/lib/python3.7/site-packages/corner/__init__.py", line 6, in <module> from...
closed
2021-04-06T16:11:52Z
2021-04-06T18:49:19Z
https://github.com/dfm/corner.py/issues/159
[]
mdecleir
5
521xueweihan/HelloGitHub
python
2,667
【开源自荐】🎉Vue TSX Admin, 中后台管理系统开发的新方向
## 推荐项目 <!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。--> <!-- 点击上方 “Preview” 立刻查看提交的内容 --> <!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址--> - 项目地址:https://github.com/manyuemeiquqi/vue-tsx-admin <!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python、Ruby、Rust、Swift、其它、书籍、机器学习)--> - 类别...
closed
2024-01-02T04:59:11Z
2024-01-23T07:47:59Z
https://github.com/521xueweihan/HelloGitHub/issues/2667
[]
manyuemeiquqi
2
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
735
optimal parameters for synthetic depth image to real depth image
Hi, I am planning to train a cycleGAN model to translate synthetic depth images to real depth images from my depth-camera. I do not have any idea how to choose the optimal parameters. My synthetic and real images have size 480x640. I am planning to resize them to 512x512 -> load_size=512 and I will use crop_size=512. ...
open
2019-08-19T14:16:42Z
2019-09-03T19:13:02Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/735
[]
frk1993
3
graphql-python/graphql-core
graphql
139
Rename project/repository
hey there! This is a wonderful repository, and a really great reference implementation! Here's why I think that this repository should be renamed to `graphql` or `graphql-py` instead of `graphql-core` The current name sort of gives us a feel that it's not for the end user. It gives us a feel that this project is o...
closed
2021-09-08T07:21:04Z
2021-09-19T11:03:19Z
https://github.com/graphql-python/graphql-core/issues/139
[]
aryaniyaps
1
HumanSignal/labelImg
deep-learning
131
PyQt4, QImage.fromData(self.imageData) always return null image
labelImg always tell 'Make sure D:\sleep\r4_hyxx_2016.6.2_yw_6\JPEGImages\000001.jpg is a valid image file.' I'm sure it's a valid image file. I tried this `filename='D:\\sleep\\r4_hyxx_2016.6.2_yw_6\\JPEGImages\\000001.jpg' f=open(filename,'rb') imageData=f.read() fout=open('testout.jpg','wb') fout.write(i...
closed
2017-07-29T07:46:19Z
2018-06-23T18:25:57Z
https://github.com/HumanSignal/labelImg/issues/131
[]
huqiaoping
2
Neoteroi/BlackSheep
asyncio
400
TestClient Example from Documentation and from GIT/BlackSheep-Examples fails
I’ve reproduced all steps by Coping/Pasting from official documentations https://www.neoteroi.dev/blacksheep/testing/ and **can't run test example**. Get different errors. I believe the official documentation is outdated and can’t be used for studding. So, I downloaded **complete example from https://github.com/Neot...
closed
2023-07-16T13:51:57Z
2023-11-26T09:20:37Z
https://github.com/Neoteroi/BlackSheep/issues/400
[]
xxxxxxbox
1
robotframework/robotframework
automation
5,340
BDD prefixes with same beginning are not handled properly
**Description**: When defining custom language prefixes for BDD steps in the Robot Framework (for example, in a French language module), I observed that adding multiple prefixes with overlapping substrings (e.g., "Sachant que" and "Sachant") leads to intermittent failures in matching the intended BDD step. **Steps to ...
closed
2025-02-16T22:29:14Z
2025-03-07T10:16:10Z
https://github.com/robotframework/robotframework/issues/5340
[ "priority: medium", "acknowledge", "effort: small" ]
orenault
1
developmentseed/lonboard
data-visualization
198
Clean up memory after closing Map or stopping/restarting the python process
When visualizing a large dataset, the browser tab (or GPU memory) can hold a lot of memory, which isn't cleaned up by restarting the python process (testing this in a notebook, and so restarting the kernel). Also explicitly calling `map.close()` or `map.close_all()` doesn't seem to help. Only actually closing the bro...
closed
2023-11-03T18:14:52Z
2024-02-27T20:21:52Z
https://github.com/developmentseed/lonboard/issues/198
[]
jorisvandenbossche
3
tensorlayer/TensorLayer
tensorflow
1,152
Questions about PPO
I use PPO to make the car automatically find the way and avoid obstacles,but it didn't perform well. Similar examples use dqn network. Why can dqn but PPO not?
open
2022-01-15T00:57:20Z
2022-11-03T10:42:34Z
https://github.com/tensorlayer/TensorLayer/issues/1152
[]
imitatorgkw
1
kornia/kornia
computer-vision
2,162
Add tensor to gradcheck into the base tester
Tensor to gradcheck should be also in the base tester _Originally posted by @edgarriba in https://github.com/kornia/kornia/pull/2152#discussion_r1071806021_ apply to all tensors on the inputs of `self.gradcheck` automatically
closed
2023-01-20T12:25:46Z
2024-01-23T23:22:41Z
https://github.com/kornia/kornia/issues/2162
[ "enhancement :rocket:", "help wanted" ]
johnnv1
0
nvbn/thefuck
python
980
Give advice on Python version
the output of thefuck --version: `The Fuck 3.29 using Python 3.7.3 and Bash 3.2.57(1)-release` your system: `macOS Sierra 10.12.6` How to reproduce the bug: I need to run python3 to use python on the terminal,but when I run python,I got this : `(base) root:Desktop iuser$ python` `-bash: /Library/Frameworks/Pytho...
open
2019-10-16T07:38:25Z
2019-10-20T00:22:12Z
https://github.com/nvbn/thefuck/issues/980
[]
icditwang
3
zappa/Zappa
django
1,343
Changing batch size in SQS event does not actually change the batch size off SQS trigger
<!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure that you are running Zappa _from a virtual environment_ and are using Python 3.8/3.9/3.10/3.11/3.12 --> ...
closed
2024-07-26T12:53:29Z
2024-11-10T16:40:24Z
https://github.com/zappa/Zappa/issues/1343
[ "no-activity", "auto-closed" ]
lmuther8
4
python-restx/flask-restx
flask
633
Dead or alive ?
Is this project still alive or is it considered dead ? **Additional context** I am seeing a lot of PR (40+) and close to 300 open issues on this project, hence some minor but recent (~3 months ago) changes were made on the code (preparing a version 1.3.1) but I can't see any real progress lately. That being said, t...
open
2025-02-05T09:17:51Z
2025-02-15T15:24:39Z
https://github.com/python-restx/flask-restx/issues/633
[ "question" ]
MikeSchiessl
0
huggingface/datasets
computer-vision
6,854
Wrong example of usage when config name is missing for community script-datasets
As reported by @Wauplin, when loading a community dataset with script, there is a bug in the example of usage of the error message if the dataset has multiple configs (and no default config) and the user does not pass any config. For example: ```python >>> ds = load_dataset("google/fleurs") ValueError: Config name i...
closed
2024-05-02T06:59:39Z
2024-05-03T15:51:59Z
https://github.com/huggingface/datasets/issues/6854
[ "bug" ]
albertvillanova
0
d2l-ai/d2l-en
deep-learning
2,489
installing d2l package on google colab
I've tried to run the codes on google colab. So I tried `pip install d2l==1.0.0-beta0`, but didn't work. So I used `pip install d2l==1.0.0-alpha0`, and tried to run the following code. ```python d2l.set_figsize() img = d2l.plt.imread('../img/catdog.jpg') d2l.plt.imshow(img); ``` But it says `FileNotFoundError: ...
closed
2023-05-15T05:50:24Z
2023-07-10T13:26:54Z
https://github.com/d2l-ai/d2l-en/issues/2489
[ "bug" ]
minjae35
1
mwaskom/seaborn
matplotlib
3,382
sns.scatterplot
**_**hello,sir! i find a question,When I customized the color range, I found through Searbon that it didn't follow my custom colors,the legend shows color is wrong codeing: merged_df1= pd.read_csv("C:\\Users\\Administrator\\Desktop\\data.csv") plt.figure(figsize=(8.5, 8)) thresholds = [5,50,100,200] colors = ['d...
closed
2023-06-12T09:33:48Z
2023-06-12T12:36:22Z
https://github.com/mwaskom/seaborn/issues/3382
[]
gavinjzg
2
tox-dev/tox
automation
3,292
{env_name} substitution broken since version 4.14.1
## Issue I'm creating a pipeline where a coverage report is generated over multiple test runs (spanning different Python versions). To do this, I want to include the tox environment in the coverage file name, so the artifacts don't overwrite each other in the pipeline job that combines the coverage files. It's co...
closed
2024-06-10T14:48:34Z
2024-08-20T13:53:47Z
https://github.com/tox-dev/tox/issues/3292
[]
rhabarberbarbara
12
Nemo2011/bilibili-api
api
820
发布动态报错'str' object has no attribute 'content'
try: global last_id dyn_req = dynamic.BuildDynamic.empty() upload_files = ['A','B','C','D','E'] for item in upload_files: item_path = f"{BASE_PATH}{item}.JPG" result = await dynamic.upload_image(image=item_path,credential=credential) #if debug:p...
closed
2024-10-06T08:33:08Z
2024-10-07T03:37:54Z
https://github.com/Nemo2011/bilibili-api/issues/820
[ "question" ]
farjar
1
tiangolo/uvicorn-gunicorn-fastapi-docker
pydantic
84
How to pass "live auto-reload option" with docker-compose
hello there, - Is it possible to pass live auto-reload option (/start-reload.sh) to our docker-compose.yml file? - Is it possible to pass live auto-reload option (/start-reload.sh) to the docker-compose up -d command? many thanks
closed
2021-04-22T08:56:25Z
2021-04-22T12:07:19Z
https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker/issues/84
[]
ghost
1
clovaai/donut
computer-vision
30
donut processing on PDF Documents
Hello, I have few certificate documents which are in a PDF format. I want to extract metadata on those documents as suggested by you . Could you please clarify me on the below points. 1.Can I use your model directly without pretraining on the certificate data. 2. How to train your model on my certificates as ...
closed
2022-08-19T11:53:41Z
2022-08-24T02:48:54Z
https://github.com/clovaai/donut/issues/30
[]
Arun4GS
4
keras-team/keras
data-science
20,169
How to make dynamic assetions in Keras v3?
In Tensorflow with Keras v2 i have 2 common case to make dynamic assertions: 1. Dynamic shape assertion ```python x = <some input tensor in NHWC format> min_size = tf.reduce_min(tf.shape(x)[1:3]) assert_size = tf.assert_greater(min_size, 2) with tf.control_dependencies([assert_size]): <apply some ops t...
closed
2024-08-27T06:13:22Z
2024-09-13T12:02:21Z
https://github.com/keras-team/keras/issues/20169
[ "type:support", "stat:awaiting response from contributor", "stale" ]
shkarupa-alex
3
deepset-ai/haystack
machine-learning
9,088
Docs for HierarchicalDocumentSplitter
Added in #9067
open
2025-03-21T14:03:46Z
2025-03-24T09:09:56Z
https://github.com/deepset-ai/haystack/issues/9088
[ "type:documentation", "P1" ]
dfokina
0
neuml/txtai
nlp
65
Add summary pipeline
Use Hugging Face's summary pipeline to summarize text.
closed
2021-03-17T18:52:12Z
2021-05-13T15:07:26Z
https://github.com/neuml/txtai/issues/65
[]
davidmezzetti
0
iterative/dvc
machine-learning
10,572
get / import: No storage files available
# Bug Report ## Description I have tracked files in `repo-a` under `data`. `dvc import` and `dvc get` both fail when trying to get files from `repo-a` in `repo-b`. ### Reproduce I cloned my own repo (`repo-a`) under `/tmp` to test whether `dvc pull` works. It does. Then I checked status and remote: ``` ...
closed
2024-09-30T12:26:41Z
2024-11-10T01:53:45Z
https://github.com/iterative/dvc/issues/10572
[ "awaiting response", "triage" ]
mbspng
10
tatsu-lab/stanford_alpaca
deep-learning
72
running the project.
så i downloaded and installed the requirements. i noticed utils.py is not written in normal python or at least im getting syntax error. when i run the code i get this error `valiantlynx@DESKTOP-3EGT6DL:~/stanford_alpaca$ /usr/bin/python3 /home/valiantlynx/stanford_alpaca/train.py /usr/lib/python3/dist-packages/re...
closed
2023-03-17T00:47:40Z
2023-09-05T20:26:07Z
https://github.com/tatsu-lab/stanford_alpaca/issues/72
[]
valiantlynx
6
keras-team/keras
tensorflow
20,463
BackupAndRestore callback sometimes can't load checkpoint
When training interrupts, sometimes model can't restore weights back with BackupAndRestore callback. ```python Traceback (most recent call last): File "/home/alex/jupyter/lab/model_fba.py", line 150, in <module> model.fit(train_dataset, callbacks=callbacks, epochs=NUM_EPOCHS, steps_per_epoch=STEPS_PER_EPOCH, ...
closed
2024-11-07T05:57:29Z
2024-11-11T16:49:36Z
https://github.com/keras-team/keras/issues/20463
[ "type:Bug" ]
shkarupa-alex
1
ShishirPatil/gorilla
api
45
[bug] Hosted Gorilla: <Issue>
Exception: Error communicating with OpenAI: HTTPConnectionPool(host='34.132.127.197', port=8000): Max retries exceeded with url: /v1/chat/completions (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa8bdf53c40>: Failed to establish a new connection: [Errno 111] Connection refused')) Fail...
closed
2023-06-09T04:12:38Z
2023-06-09T05:11:29Z
https://github.com/ShishirPatil/gorilla/issues/45
[ "hosted-gorilla" ]
luismanriqueruiz
1
indico/indico
sqlalchemy
6,127
Add per-keyword coloring and legend in event calendar view
### Is your feature request related to a problem? With #6105 and #6106 it will be possible to display event in the event calendar view and its legend based on category and location. It would be useful to also present the legend and color the event based on event keywords. ### Describe the solution you'd like Add "...
closed
2024-01-12T16:51:16Z
2024-03-05T17:14:02Z
https://github.com/indico/indico/issues/6127
[ "enhancement" ]
OmeGak
0
microsoft/MMdnn
tensorflow
584
tf->caffe error Tensorflow has not supported operator [Softmax] with name [eval_prediction]
Platform (ubuntu 16.04): Python version:3.6 Source framework with version (tensorflow-gpu 1.12.0): Destination framework with version (caffe-gpu 1.0 ): (py3-mmdnn) root@ubuntu:/home/j00465446/test/ckpt_model# mmconvert -sf tensorflow -in my_model.ckpt.meta -iw my_model.ckpt --d...
closed
2019-02-13T07:29:40Z
2019-02-14T02:08:07Z
https://github.com/microsoft/MMdnn/issues/584
[]
jq460494839
4
yt-dlp/yt-dlp
python
12,080
Could downmixing stereo audio to mono audio be executed from the Server side?
### 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...
closed
2025-01-14T16:24:37Z
2025-01-16T16:35:41Z
https://github.com/yt-dlp/yt-dlp/issues/12080
[ "invalid" ]
rajibando
4
sebp/scikit-survival
scikit-learn
277
Get the number of iterations needed to train a model
**Is your feature request related to a problem? Please describe.** I am doing some training time measurements of the `FastKernelSurvivalSVM` model. The problem is that I would like to know how much time it takes for each iteration, but I don't know this amount. It would be nice if the model has the attribute to be abl...
closed
2022-06-29T16:51:56Z
2022-08-14T07:55:19Z
https://github.com/sebp/scikit-survival/issues/277
[ "enhancement" ]
Genarito
2
scikit-optimize/scikit-optimize
scikit-learn
401
HDF5 Support
Hi all, If possible, I would like to add support for saving optimization results in HDF5 format. I have been running many hyperparameter optimization procedures and have been thinking that, rather dumping many pickle files, it would be nice to write to HDF5 with h5py. Has anyone had a go at this? Would there be ...
open
2017-06-14T21:29:51Z
2017-06-22T08:20:16Z
https://github.com/scikit-optimize/scikit-optimize/issues/401
[ "API" ]
yngtodd
12
xuebinqin/U-2-Net
computer-vision
306
Background removal module
_Hi @xuebinqin_ I recently created a module to quickly embed U2Net into my project. Maybe it will be useful for someone https://github.com/kos94ok/bgRemoverApp
open
2022-05-18T12:16:04Z
2022-10-25T04:53:52Z
https://github.com/xuebinqin/U-2-Net/issues/306
[]
kos94ok
2
jumpserver/jumpserver
django
14,354
[Question] 为什么我看不了自己作业的输出
### Product Version v4.3.0 ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [X] Online Installation (One-click command installation) - [ ] Offline Package Installation - [ ] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] Source Code ### ...
closed
2024-10-24T02:40:41Z
2024-11-22T02:01:45Z
https://github.com/jumpserver/jumpserver/issues/14354
[ "⏳ Pending feedback", "🤔 Question", "📦 z~release:v4.4.0" ]
minorCoder
10
amidaware/tacticalrmm
django
855
Update Demo
Hello, is it possible that you update the demo to the latest version? Thanks
closed
2021-12-11T15:02:57Z
2021-12-23T08:08:27Z
https://github.com/amidaware/tacticalrmm/issues/855
[]
MalteKiefer
5
AirtestProject/Airtest
automation
1,063
已存在的图片报错File not exist问题
:bulb:**相关项目:** Airtest **标题:** [BUG提交]已存在的图片报错File not exist问题 **AirtestIDE版本:** 1.2.11 - [x] **使用了本地Pyhton环境运行脚本** - Python版本: 3.6.5 - Airtest版本: v1.2.4 **报错描述:** &nbsp;&nbsp;&nbsp;&nbsp;该问题为偶现bug,但如果一次出现后,次次必现。 我使用airtest测某个工具,如果突然有一次工具升级,某些地方可能伴随UI的修改导致识图不准确,此处应该报错not find in screen,但是报的却是File not e...
closed
2022-07-05T08:16:32Z
2022-09-16T07:46:51Z
https://github.com/AirtestProject/Airtest/issues/1063
[]
wjwABCDEFG
2
davidteather/TikTok-Api
api
284
DownloadTiktok.py Example is not working
With any url video, it has an exception : Traceback (most recent call last): File "c:/Users/User/Desktop/runing_example.py", line 6, in <module> tiktokData = api.get_Video_By_Url("https://www.tiktok.com/@user/video/000example000", return_bytes=1) File "C:\Python\lib\site-packages\TikTokApi\tiktok.py", lin...
closed
2020-10-04T15:12:49Z
2020-10-05T22:35:31Z
https://github.com/davidteather/TikTok-Api/issues/284
[ "bug" ]
DonPepeSun
2
LAION-AI/Open-Assistant
python
2,800
500 - Open Assistent EROR
Sorry, we encountered a server error. We're not sure what went wrong. Very often an error began to appear with smaller dialogs If you tried to open a web page and saw an Internal Server Error 500, you can do the following. Wait... Notify administrator... Check htaccess file. ... Check error log... Check cont...
closed
2023-04-21T05:17:33Z
2023-04-21T08:05:03Z
https://github.com/LAION-AI/Open-Assistant/issues/2800
[]
buddhadhammaliveexpedition
1
dynaconf/dynaconf
django
299
[RFC] Allow more merging strategies
Based on #289 implement a way to override strategies for merging Comments below:
closed
2020-02-26T17:34:51Z
2024-07-08T18:27:32Z
https://github.com/dynaconf/dynaconf/issues/299
[ "wontfix", "Not a Bug", "RFC", "HIGH", "django" ]
rochacbruno
13
ansible/ansible
python
84,604
powershell edition is switched to powershell.exe with become even with pwsh.exe
### Summary When using `PowerShell.7` as the remote configuration for Windows, `become: true` will always use `powershell.exe`, which breaks scripts that only work with PowerShell-7. ### Issue Type Bug Report ### Component Name runas ### Ansible Version ```console ansible [core 2.17.5] config file = /home/yzha...
open
2025-01-24T17:23:47Z
2025-01-30T17:58:45Z
https://github.com/ansible/ansible/issues/84604
[ "bug", "affects_2.17" ]
yangskyboxlabs
4
pydantic/FastUI
fastapi
39
Dark Mode
I know, I know, but still - it is nice to have. Shouldn't be too hard to implement - the default implementations just need to change `color` and `background-color`, and bootstrap already has support for dark mode via css variables.
open
2023-12-01T19:54:53Z
2024-05-02T18:39:32Z
https://github.com/pydantic/FastUI/issues/39
[ "enhancement" ]
samuelcolvin
3
aio-libs/aiopg
sqlalchemy
530
How to provide 'on the fly' which postgresql schema i want to use on sqlalchemy queries?
I want to select schema name before i did a query. In traditional sqlalchemy i do: ```python from sqlalchemy import create_engine engine = create_engine(...).execution_options(schema_translate_map={None: 'some_schema_name'}) ``` And all next queries for each models will be use such path: ```sql select * from...
closed
2019-01-22T13:19:21Z
2019-01-25T20:40:49Z
https://github.com/aio-libs/aiopg/issues/530
[]
nickmetal
3
ploomber/ploomber
jupyter
283
present at the Argo Workflows community meeting please
please come and present
closed
2021-01-22T22:29:26Z
2021-01-25T16:07:28Z
https://github.com/ploomber/ploomber/issues/283
[]
alexec
1
erdewit/ib_insync
asyncio
576
Market data bar datetime - incorrect timezone
## Description When requesting live market data, the bars datetime are not returned accordingly to the TWS timezone ## Steps to reproduce - Connect to TWS using the US/Eastern timezone. - Stream market data for an asset with a different TimeZoneId (e.g. `Future("ES") = US/Central`) - The bars datetime is in ...
closed
2023-04-14T17:39:16Z
2024-02-11T22:26:42Z
https://github.com/erdewit/ib_insync/issues/576
[]
rundef
0
grok-ai/nn-template
streamlit
97
Switch from pytorch_lightning to lightning
We should change all the imports from `pytorch_lightning` to `lightning` However, naively substituting all the occurrences does not work -- unknown reasons atm.
closed
2023-10-11T12:53:28Z
2023-10-12T19:58:30Z
https://github.com/grok-ai/nn-template/issues/97
[ "good first issue" ]
lucmos
1
chaos-genius/chaos_genius
data-visualization
590
Fix the sorting logic in the KPI and Dashboard
Sort the entities in descending order instead of the ascending order. - [ ] Home Screen - [ ] Dashboard Card View
closed
2022-01-14T04:05:15Z
2022-02-04T05:24:44Z
https://github.com/chaos-genius/chaos_genius/issues/590
[ "🐛 bug", "🖥️ frontend" ]
manassolanki
0
allenai/allennlp
pytorch
4,772
GQA dataset reader
GQA is here: https://cs.stanford.edu/people/dorarad/gqa/index.html We want this reader to work much like the VQA reader, so it produces the same kind of output, and we can use the same models with it. You might have to pull out components that are common to the two readers to avoid too much copy and paste.
closed
2020-11-06T23:55:18Z
2020-12-14T18:22:56Z
https://github.com/allenai/allennlp/issues/4772
[]
dirkgr
2
graphdeco-inria/gaussian-splatting
computer-vision
919
Install SIBR_viewers on windows failed
Has anyone tried building SIBR_viewers with cmake on Windows? I encountered a problem in cmake, which should be caused by opencv, but I still couldn't solve it. and the error message is as follows: ``` -- Found a 3rdParty OPENCV dir : D:/project/studytwo/gaussian-splatting/SIBR_viewers/extlibs/opencv. -- OpenCV AR...
open
2024-08-02T14:36:09Z
2024-09-03T08:23:45Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/919
[]
xuncpp
2
plotly/dash-bio
dash
534
use _imports_, not load_components
`__init__.py` is still using `_dash.development.component_loader.load_components` - this has long been obsoleted by the build process creating `_imports_.py`. See eg [dcc's `__init__.py`](https://github.com/plotly/dash-core-components/blob/dev/dash_core_components_base/__init__.py)
closed
2020-12-10T16:33:06Z
2021-06-24T17:01:36Z
https://github.com/plotly/dash-bio/issues/534
[]
alexcjohnson
0
biolab/orange3
numpy
6,163
Changed code signature in macOS version 3.33.0?
I've received a warning that the code signature has changed in download since 3.32.0 https://download.biolab.si/download/files/Orange3-3.33.0-Python3.8.8.dmg ``` EXPECTED Univerza v Ljubljani, Fakulteta za racunalnistvo (556DY3FJ29) but FOUND Revelo d.o.o. (AX63C2T8RC) ``` can you confirm this? **Ho...
closed
2022-10-06T16:01:27Z
2022-10-06T17:43:04Z
https://github.com/biolab/orange3/issues/6163
[ "bug report" ]
suschizu
2
chaos-genius/chaos_genius
data-visualization
637
Handle URLs and metadata in alert messages
Handle URLs and and alert UI metadata in alert messages on Slack and email.
closed
2022-02-03T03:37:11Z
2022-02-16T18:07:10Z
https://github.com/chaos-genius/chaos_genius/issues/637
[ "🛠️ backend", "P1" ]
suranah
0
iterative/dvc
data-science
10,319
`dvc.api.open`: broken with `no_scm`
# Bug Report ## Description `dvc.api.open()` doesn't work when `core.no_scm = true`. ### Reproduce Script: ``` DIR=$(mktemp -d) cd $DIR dvc init -q --no-scm echo foo > foo dvc add foo rm foo python -c "import dvc.api with dvc.api.open('.', 'foo') as f: print(f.read())" ``` Output: ```...
closed
2024-02-26T13:31:01Z
2024-02-26T15:26:40Z
https://github.com/iterative/dvc/issues/10319
[ "bug", "A: api" ]
dberenbaum
2
CorentinJ/Real-Time-Voice-Cloning
deep-learning
845
Zsh: parse error near '\n'
OS: Kali Linux When I try to open the ''program'' with the command python demo_toolbox.py -d <datasets_root> It says this error: ![image](https://user-images.githubusercontent.com/68655033/132904332-0d0795f5-997f-4673-a96d-ab3af53e943e.png)
closed
2021-09-10T19:03:45Z
2022-12-09T06:01:53Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/845
[]
Arnau97
3
Lightning-AI/LitServe
rest-api
45
Enable batching with streaming
Also please add open an issue for batching+streaming as part of addressing the review _Originally posted by @lantiga in https://github.com/Lightning-AI/litserve/pull/37#discussion_r1566469903_
closed
2024-04-15T22:08:05Z
2024-04-29T14:07:51Z
https://github.com/Lightning-AI/LitServe/issues/45
[ "enhancement" ]
aniketmaurya
0
benbusby/whoogle-search
flask
882
[BUG] Can't add search engine on Firefox
**Describe the bug** Related to this: https://github.com/benbusby/whoogle-search/issues/147 On the latest Firefox version on Windows and latest Whoogle version (0.7.4), trying to add whoogle as a search engine shows me ![image](https://user-images.githubusercontent.com/873077/201356824-5e6e2cf3-07a7-4af0-802d-d...
closed
2022-11-11T14:09:14Z
2022-11-11T14:15:22Z
https://github.com/benbusby/whoogle-search/issues/882
[ "bug" ]
savvasdalkitsis
2
ultralytics/ultralytics
python
18,881
Where run summary and run history is created/can be changed?
### 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 Hey, I added succesfully the metrics `mAP70` to my training and wonder abou...
closed
2025-01-25T14:19:50Z
2025-01-27T10:59:23Z
https://github.com/ultralytics/ultralytics/issues/18881
[ "question" ]
Petros626
6
MagicStack/asyncpg
asyncio
697
How i can save query order in response list
<!-- Thank you for reporting an issue/feature request. If this is a feature request, please disregard this template. If this is a bug report, please answer to the questions below. It will be much easier for us to fix the issue if a test case that reproduces the problem is provided, with clear instructions on ...
closed
2021-01-27T13:00:28Z
2021-02-10T05:55:47Z
https://github.com/MagicStack/asyncpg/issues/697
[]
p141592
1
mwaskom/seaborn
matplotlib
3,568
Feature request: allow seaborn to annotate a subplot with 0 counts, when there are 0 counts for all bars in a subplot
Hi, first up, wanna say to the developer, thanks for developing seaborn! It has been a great tool for me to visualise data =). Would like to ask if its possible to add the ability for seaborn, to annotate a subplot with 0 counts, when there are 0 counts for all bars in a subplot? A more detailed explanation is below. ...
closed
2023-11-22T08:33:20Z
2023-11-24T01:59:42Z
https://github.com/mwaskom/seaborn/issues/3568
[]
jonng1000
9
polyaxon/traceml
matplotlib
8
Show missing columns only
Thanks for the awesome plugin ! 1. possible to add colors to point out missing values. Light shade of red if missing is > 0. 2. possible to display only missing columns? Sometimes a dataframe has a lot of columns and user is mostly interested in missing information. I am new to python, if you guide me where to ...
open
2017-04-24T18:50:35Z
2017-04-24T18:50:35Z
https://github.com/polyaxon/traceml/issues/8
[]
upkarlidder
0
dmlc/gluon-nlp
numpy
1,221
albert model requested!
## Description albert model size is pretty small and interesting. A mxnet based pretraining implementation should be helpful to alot of people! ## References
closed
2020-05-05T14:07:34Z
2020-07-19T21:49:27Z
https://github.com/dmlc/gluon-nlp/issues/1221
[ "enhancement" ]
timespaceuniverse
2
gevent/gevent
asyncio
1,097
Sleep in a threading.Timer freezes execution
* gevent version: 1.2.2 * Python version: 3.5.3 anaconda * Operating System: Windows 10 Home, version 1709 ### Description: I've been trying to call time.sleep from within threading.Timer from within a gevent Pool process, but execution halts without ever going through time.sleep. A side note, but if you set...
closed
2018-02-13T15:29:38Z
2018-02-17T15:11:25Z
https://github.com/gevent/gevent/issues/1097
[]
kamac
1
littlecodersh/ItChat
api
542
装饰器将用户自定义接口放进字典
https://github.com/littlecodersh/ItChat/blob/bbcb8173b611137a6fd6ac8a4d0a96cb8892fbd6/itchat/components/register.py#L72 刚学Python,,不知道这段代码是在何时执行的, python的装饰器难倒是写上去之后,就会自动被调用,然后把用户自定义的这些函数 放进对应的字典, 不是很清楚,请指教
closed
2017-11-01T08:58:20Z
2017-11-01T09:34:10Z
https://github.com/littlecodersh/ItChat/issues/542
[]
fqdeng
1
ranaroussi/yfinance
pandas
1,598
Ticker.info data bug
After the latest update to fix the 401 error, the function Ticker.Info dont return the same data as before, in my app i use this to get the LongName of the ticker, but now this value doesnt exist anymore. Print of return data for the ticker ^BVSP: ![image](https://github.com/ranaroussi/yfinance/assets/59291417/c9f9...
closed
2023-07-14T11:45:14Z
2023-07-14T16:52:17Z
https://github.com/ranaroussi/yfinance/issues/1598
[]
WellyngtonF
4
jupyterlab/jupyter-ai
jupyter
1,184
After a cell's code execution fails, click the error analysis button to perform the analysis.
Hello, I was previously working on configuring a custom model for jupyter-ai and came across an issue where there was a feature mentioned. This feature allows a button to pop up when code in a notebook cell encounters an error, and clicking the button would enable error analysis. However, I didn't save the issue link a...
open
2025-01-06T06:54:53Z
2025-01-08T19:02:17Z
https://github.com/jupyterlab/jupyter-ai/issues/1184
[ "enhancement" ]
msyJY
9
PaddlePaddle/PaddleHub
nlp
2,333
小白请教ernie_skep_sentiment_analysis怎么指定使用那张显卡?
我有两张显卡,我在学习ernie_skep_sentiment_analysis预测代码示例: import paddlehub as hub module = hub.Module(name="ernie_skep_sentiment_analysis") test_texts = ['你不是不聪明,而是不认真', '虽然小明很努力,但是他还是没有考100分'] results = module.predict_sentiment(test_texts, use_gpu=False) for result in results: print(result['text']) print(re...
open
2024-07-04T07:36:34Z
2024-07-04T07:37:05Z
https://github.com/PaddlePaddle/PaddleHub/issues/2333
[]
thehzzz
0
gradio-app/gradio
data-visualization
10,712
No module named `gradio._simple_templates`
### Describe the bug When launching my app, I get the following error. However, this happens only in a specific environment as described in the system info below. ```shell Traceback (most recent call last): File "/root/app/package/webapp.py", line 11, in <module> import gradio as gr File "/usr/local/lib/...
closed
2025-03-03T08:24:10Z
2025-03-06T02:56:47Z
https://github.com/gradio-app/gradio/issues/10712
[ "bug", "pending clarification" ]
anirbanbasu
3
aiortc/aiortc
asyncio
1,178
Creating data channel makes the connection fail
I have a webrtc client made using aiortc in python and it is connecting to a webrtc server using rust ([webrtc-rs](https://github.com/webrtc-rs/webrtc)) currently I am creating a data channel and adding a transceiver to receive video like so ``` pc.createDataChannel("dc") pc.addTransceiver("video", "recvonly") of...
closed
2024-10-23T15:47:12Z
2025-02-01T16:06:04Z
https://github.com/aiortc/aiortc/issues/1178
[]
nunoribeiro-tw
1
giotto-ai/giotto-tda
scikit-learn
9
bind to binder
The examples shall be run from binder.
closed
2019-10-15T14:00:50Z
2019-10-18T07:27:06Z
https://github.com/giotto-ai/giotto-tda/issues/9
[]
matteocao
0
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
834
value cannot be converted to type int without overflow
Traceback (most recent call last): File "train.py", line 216, in <module> main(args) File "train.py", line 154, in main confmat = evaluate(model, val_loader, device=device, num_classes=num_classes) File "/home/ma-user/work/SEG/deep-learning-for-image-processing/pytorch_segmentation/deeplab_v3/train_u...
open
2024-09-20T13:37:58Z
2024-09-20T13:37:58Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/834
[]
gosling123456
0
jazzband/django-oauth-toolkit
django
1,143
Help wanted: reviewers, additional project lead(s)
# Help Wanted We need help maintaining and enhancing django-oauth-toolkit (DOT). ## Join the team Please consider joining [Jazzband](https://jazzband.co) (If not already a member) and the [DOT project team](https://jazzband.co/projects/django-oauth-toolkit). ## How you can help See our [contributing](htt...
open
2022-04-24T17:27:51Z
2022-04-24T17:27:51Z
https://github.com/jazzband/django-oauth-toolkit/issues/1143
[ "help-wanted" ]
n2ygk
0
wkentaro/labelme
computer-vision
746
[Issue] Need polygons to be darker to completely mask the object
can the polygons in Labelme be made darker? So, it completely masks the object. A little help will be appreciated. Thanks
closed
2020-08-09T07:18:44Z
2022-06-25T04:58:46Z
https://github.com/wkentaro/labelme/issues/746
[]
nkshelby
0
mithi/hexapod-robot-simulator
plotly
95
Hexapod should twist when all femur joints are on the ground
<img width="1280" alt="Screen Shot 2020-05-29 at 2 56 48 AM" src="https://user-images.githubusercontent.com/1670421/83181979-382eb300-a158-11ea-9848-07afb640ed91.png">
closed
2020-05-28T18:58:24Z
2020-06-22T21:00:20Z
https://github.com/mithi/hexapod-robot-simulator/issues/95
[ "bug", "wontfix" ]
mithi
1
keras-team/keras
machine-learning
20,964
User guide to use Rematerialization
gradient checkpoint feat was introduced here https://github.com/keras-team/keras/pull/20743 but currently there is no user guide how to adop it or use it.
open
2025-02-26T01:06:43Z
2025-02-27T17:11:10Z
https://github.com/keras-team/keras/issues/20964
[ "type:docs" ]
pure-rgb
2
strawberry-graphql/strawberry
django
2,986
Option for IsAuthenticated permission to `fail_silently` and still include errors in the response
## Feature Request Type - [ ] Core functionality - [x] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description When using `IsAuthenticated` from `strawberry_django.permissions`, with the option `fail_silently=True` it would be nice for one to be able to provide an option ...
open
2023-07-27T12:15:46Z
2024-01-17T14:00:30Z
https://github.com/strawberry-graphql/strawberry/issues/2986
[]
K-Kelvin
0
NVIDIA/pix2pixHD
computer-vision
331
.
open
2024-01-23T13:19:37Z
2024-01-28T04:20:09Z
https://github.com/NVIDIA/pix2pixHD/issues/331
[]
merajose
0
httpie/cli
rest-api
1,454
Feature request: pre-request script and post-request script
## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request Please add pre and post request script. --- ## Problem it solves Sometimes when working with secure API that needs to create a request signature using complicated stuff (e.g hashing the host, request url, requ...
open
2022-12-08T13:22:28Z
2025-03-19T10:20:08Z
https://github.com/httpie/cli/issues/1454
[ "enhancement", "new" ]
kamalhm
12
dgtlmoon/changedetection.io
web-scraping
2,930
[feature] (UI) Rearrange order of watch group tabs.
**Version and OS** 0.49.0 on termux ** Description:** It would be useful to have ability to rearrange order of watch groups. Currently they go: "All" "AGroup" "BGroup" "CGroup" (in alphabetical order), but what if "CGroup" is most important one for user?, he would like to have it as "All" "CGroup" "AGroup" "BGroup" bu...
open
2025-01-26T10:33:11Z
2025-03-22T21:10:35Z
https://github.com/dgtlmoon/changedetection.io/issues/2930
[ "enhancement", "user-interface" ]
gety9
1
keras-team/keras
deep-learning
20,430
keras.layers.Concatenate fails with 5 dimensional tensors
When trying to use a Concatenate layer with two 5 dimensional tensors with all but the last dimension to 1, there is an "IndexError". In the provided example the result should be a tensor of shape (1, 1, 1, 1, 10). It works ok with <=4 dimensional tensors or when any of the first four dimension is not one. Here is t...
closed
2024-10-31T09:03:27Z
2024-11-01T02:37:14Z
https://github.com/keras-team/keras/issues/20430
[]
pboutinaud
2
Farama-Foundation/Gymnasium
api
452
[Bug Report] Missing figure in environment creation
### Describe the bug In the article https://gymnasium.farama.org/tutorials/gymnasium_basics/environment_creation/ we have this part: _An episode in this environment (with size=5) might look like this: where the blue dot is the agent and the red square represents the target. Let us look at the source code of G...
closed
2023-04-15T15:29:11Z
2023-11-29T13:57:03Z
https://github.com/Farama-Foundation/Gymnasium/issues/452
[ "bug" ]
Alian3785
1
healthchecks/healthchecks
django
448
Support multiple schedules
The cron syntax is very nice, but what if I need to check for something running at 12:00 and 17:30 ? AFAIK this can't be done with the regular cron syntax and in a crontab I would have two lines. A solution would be to have mutiple schedules enabled for one check. Great software by the way, very easy and useful.
closed
2020-11-12T12:41:50Z
2024-01-22T09:39:59Z
https://github.com/healthchecks/healthchecks/issues/448
[ "feature" ]
adepertat
3
ClimbsRocks/auto_ml
scikit-learn
314
ValueError: Iteration of zero-sized operands is not enabled
Hi I am getting this error > > About to fit the pipeline for the model GradientBoostingRegressor to predict s3diff > Started at: > 2017-08-16 08:46:46 > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "C:\Anaconda3\lib\site-packages\auto_ml\predictor.py", line 566, in tr...
closed
2017-08-16T07:54:49Z
2017-09-09T02:12:52Z
https://github.com/ClimbsRocks/auto_ml/issues/314
[]
azuric
4
JaidedAI/EasyOCR
deep-learning
951
EasyOCR not able to differentiate character '5' from '6'
Using the default EasyOCR reader below: reader = easyocr.Reader(['en'], gpu=True) To 'readText' the following image: '351' ![3610 9992418566363095](https://user-images.githubusercontent.com/49448512/219294204-578337fa-4e1f-4c83-999a-eb7c47264af3.jpg) It returns '361' with a very high confidence level of 99.9% ...
open
2023-02-16T07:16:20Z
2023-02-16T07:16:20Z
https://github.com/JaidedAI/EasyOCR/issues/951
[]
bedexter82
0
psf/black
python
4,315
f-string internal formatting to be consistent with non-f-string formatting
**Is your feature request related to a problem? Please describe.** Consider a simple python script: ```python import numpy as np a=np.arange(9).reshape((3,3)) print(a[1,2]) print(f"a[1,2] = {a[1,2]}") ``` Running black on this it would by default provide: ``` $ black --diff a.py --- a.py 2024-04...
closed
2024-04-19T01:32:49Z
2024-04-19T01:36:39Z
https://github.com/psf/black/issues/4315
[ "T: enhancement", "F: strings" ]
ColemanTom
1
ivy-llc/ivy
pytorch
28,670
Fix Frontend Failing Test: tensorflow - linalg.jax.lax.linalg.qr
To-do List: https://github.com/unifyai/ivy/issues/27499
closed
2024-03-23T16:43:50Z
2024-03-27T18:16:59Z
https://github.com/ivy-llc/ivy/issues/28670
[ "Sub Task" ]
ZJay07
0
huggingface/diffusers
deep-learning
10,817
auto_pipeline missing SD3 contol nets
### Describe the bug Hey, auto_pipeline seesm to be missing the control nets variants for SD3 venv\Lib\site-packages\diffusers\pipelines\auto_pipeline.py ### Reproduction Load an sd3 model checkpoint with a controlnet loading any of the auto pipes you will just get the none control net variations as its not set in ...
closed
2025-02-18T12:54:40Z
2025-02-24T16:21:03Z
https://github.com/huggingface/diffusers/issues/10817
[ "bug", "help wanted", "contributions-welcome" ]
JoeGaffney
3
tensorflow/datasets
numpy
5,538
[data request] <telecoms network performance>
* Name of dataset: <name> * URL of dataset: <url> * License of dataset: <license type> * Short description of dataset and use case(s): <description> Folks who would also like to see this dataset in `tensorflow/datasets`, please thumbs-up so the developers can know which requests to prioritize. And if you'd lik...
closed
2024-07-27T16:28:48Z
2024-07-29T08:59:00Z
https://github.com/tensorflow/datasets/issues/5538
[ "dataset request" ]
MngomeT
1