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
google/seq2seq
tensorflow
12
Support Image Captioning (and other tasks)
In theory it should be easy to support Image Captioning by just swapping out the encoder with something like ResNet/Inception (e.g. `tensorflow.contrib.slim.python.slim.nets.inception_v3`). However, there are a few things that need to happen to support problems other than text-to-text. - Currently, the parameters to...
closed
2017-03-04T21:05:02Z
2017-08-04T10:28:15Z
https://github.com/google/seq2seq/issues/12
[ "feature" ]
dennybritz
1
davidsandberg/facenet
computer-vision
1,143
List of images files used for training and validation using CASIA-WebFace and vgg_face2
Hi David, Could you provide the lists of image files (paths) used for training and validation of 20180408-102900 and 20180402-114759 models? I understand that I could probably dig it myself from the split_dataset function. However, the split_dataset function operates on a "pre-processed" dataset (after detection, c...
open
2020-03-11T08:16:03Z
2020-03-11T08:16:03Z
https://github.com/davidsandberg/facenet/issues/1143
[]
matkowski-voy
0
ultralytics/ultralytics
pytorch
19,676
where is the forward function?
### 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 I want to know where is the forward function of yolo model? Because I want t...
open
2025-03-13T11:35:22Z
2025-03-13T23:23:29Z
https://github.com/ultralytics/ultralytics/issues/19676
[ "question", "exports" ]
hjq052070
2
keras-team/keras
tensorflow
20,397
Need to reenable coverage test on CI
I had to disable coverage testing here: https://github.com/keras-team/keras/blob/master/.github/workflows/actions.yml#L87-L101 because it was causing a failure on the torch backend CI. The failure was related to coverage file merging. This does not appear to have been caused by a specific commit. None of our depend...
closed
2024-10-23T03:37:42Z
2024-10-23T14:47:30Z
https://github.com/keras-team/keras/issues/20397
[]
fchollet
0
nok/sklearn-porter
scikit-learn
29
MultiOutputClassifier not supported
ValueError: Currently the given estimator 'MultiOutputClassifier(estimator=MLPClassifier(activation='relu', alpha=0.0001, batch_size='auto', beta_1=0.9, beta_2=0.999, early_stopping=False, epsilon=1e-08, hidden_layer_sizes=1, learning_rate='constant', learning_rate_init=0.001, max_iter=1, moment...
open
2018-02-26T09:17:50Z
2018-02-27T14:34:37Z
https://github.com/nok/sklearn-porter/issues/29
[ "new feature" ]
lpschaub
2
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,436
IR to RGB method help
I have paired IR and RGB traffic images (video sequences). My goal is to achieve IR colorization at night. The effect is the same as that of RGB in the daytime. **I have tried many methods, such as cyclegan, pix2pix, pix2pixHD, vid2vid, few shot vid2vid, etc.** Since there are many traffic scenario, the traffic scen...
open
2022-06-14T11:54:09Z
2022-10-04T21:03:29Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1436
[]
songyn95
5
Nike-Inc/koheesio
pydantic
101
[BUG] Koheesio 0.9.0 and Spark Connect: `delta.connect` present only on Databricks
## Bug Description When testing new version of Koheesio - https://github.com/Nike-Inc/koheesio/pull/97 And issue is observed when using `DeltaTableWriter`. ``` --> 257 raise ValueError( 258 "Provide `merge_builder` in " 259 "DeltaTableWriter(output_mode_params={'merge_builder': DeltaMergeBuild...
closed
2024-11-11T11:43:27Z
2024-11-26T11:33:39Z
https://github.com/Nike-Inc/koheesio/issues/101
[ "bug" ]
YevIgn
2
openapi-generators/openapi-python-client
fastapi
469
Use pylint with or instead of flake8
pylint just seems to have better checks, so it's worth adding in the to suite for best possible code quality.
closed
2021-08-15T16:55:20Z
2021-08-16T00:26:34Z
https://github.com/openapi-generators/openapi-python-client/issues/469
[ "✨ enhancement" ]
dbanty
0
noirbizarre/flask-restplus
api
667
pkg_resources.DistributionNotFound: The 'jsonschema' distribution was not found and is required by the application
Hello, I'm using flask restplus that wraps another program with utlizing multiprocessing module. whenever I'm using Pycharm debug mode and try to run the application, I'm hitting the exception mentioned above. If debug is turned off, everything works correctly. what could be the problem? `07-12-19 12:46 [INFO] ...
open
2019-07-12T09:52:58Z
2019-07-12T09:52:58Z
https://github.com/noirbizarre/flask-restplus/issues/667
[]
Formartha
0
gee-community/geemap
jupyter
2,020
Velocity and MarkerClusters cannot be hidden via the layer manager
While some layers can be hidden via the layer manager, others e.g. using the add_velocity method cannot be hidden.
closed
2024-05-26T12:32:19Z
2024-05-29T13:45:55Z
https://github.com/gee-community/geemap/issues/2020
[ "bug" ]
usereight8
3
huggingface/datasets
nlp
6,916
```push_to_hub()``` - Prevent Automatic Generation of Splits
### Describe the bug I currently have a dataset which has not been splited. When pushing the dataset to my hugging face dataset repository, it is split into a testing and training set. How can I prevent the split from happening? ### Steps to reproduce the bug 1. Have a unsplit dataset ```python Dataset({ featur...
closed
2024-05-22T23:52:15Z
2024-05-23T00:07:53Z
https://github.com/huggingface/datasets/issues/6916
[]
jetlime
0
ckan/ckan
api
7,870
KeyError: 'face_type'
``` ckan | Traceback (most recent call last): ckan | File "/usr/lib/python3.10/site-packages/flask/app.py", line 1516, in full_dispatch_request ckan | rv = self.dispatch_request() ckan | File "/usr/lib/python3.10/site-packages/flask/app.py", line 1502, in dispatch_request ckan | return self.e...
closed
2023-10-19T12:30:35Z
2023-10-19T14:08:26Z
https://github.com/ckan/ckan/issues/7870
[]
octavportar
2
pallets-eco/flask-sqlalchemy
sqlalchemy
473
InvalidRequestError: Class does not have a __table__ or __tablename__ specified and does not inherit from an existing table-mapped class.
Hi, First of all congrats on the new release! This will allow us to go back to a pinned version of flask-sqlalchemy instead of the master branch 👍 On the other hand, the change #467 now generates this stack-trace in the [Flask-AppBuilder](https://github.com/dpgaspar/Flask-AppBuilder/) project which I would need...
closed
2017-02-27T21:19:00Z
2020-12-05T20:55:40Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/473
[ "tablename" ]
MichaelPereira
12
home-assistant/core
python
140,409
WebDAV - Failed setup, will retry: Failed to migrate wrong encoded folder
### The problem I just upgraded to 2025.3.2 and suddenly see the following error message: `Failed setup, will retry: Failed to migrate wrong encoded folder` I am using the new WebDAV integration with Remote Backup. ### What version of Home Assistant Core has the issue? 2025.3.2 ### What was the last working versi...
closed
2025-03-11T20:09:39Z
2025-03-14T10:01:19Z
https://github.com/home-assistant/core/issues/140409
[]
andreas-bulling
14
milesmcc/shynet
django
154
Take new screenshots for README
We're in dire need of updated screenshots of the dashboard for the README. If someone has an active Shynet instance that they wouldn't mind sharing screenshots from, feel free to post them here...
open
2021-06-18T02:52:39Z
2021-09-22T03:08:04Z
https://github.com/milesmcc/shynet/issues/154
[]
milesmcc
2
google-research/bert
tensorflow
857
BERT returns different embedding for same sentence
I am using pre-trained BERT for creating features, for same sentence it produces different result in two different runs. Do we have to set some random state to produce consistent result? I am using **pytorch-transformers** for reading pre-trained model.
closed
2019-09-16T11:29:43Z
2019-09-16T17:12:37Z
https://github.com/google-research/bert/issues/857
[]
rshah1990
1
slackapi/python-slack-sdk
asyncio
1,622
Failed to receive or enqueue a message: TypeError, object of type 'ServerTimeoutError' has no len()
I'm seeing similar to #1458. My log though says: ``` Failed to receive or enqueue a message: TypeError, object of type 'ServerTimeoutError' has no len() (s_7940572168521) ``` The `ServerTimeoutError` I think is coming from aiohttp. I believe it is related to this exception: ```python ClientConnectionRes...
closed
2024-12-22T04:34:08Z
2025-01-14T03:59:10Z
https://github.com/slackapi/python-slack-sdk/issues/1622
[ "bug", "Version: 3x", "socket-mode", "area:async" ]
lingfish
7
modelscope/data-juicer
data-visualization
441
[Bug]: test_adapter 兼容性
### Before Reporting 报告之前 - [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。 - [X] I have read the [README](https://github.com/alibaba/data-juicer/blob/main/README.md) carefully and no error occurred during the installation process. (Otherwis...
closed
2024-09-29T09:57:33Z
2024-12-06T03:57:57Z
https://github.com/modelscope/data-juicer/issues/441
[ "bug", "stale-issue" ]
FailedNamed
3
polakowo/vectorbt
data-visualization
647
[Help needed] How to implement buy limit order & close opened trade after 10 days holding the stock
Hi all, I wanna ask if we could backtest this strategy with vectorbt (as shown in the image below). ![Screenshot_2023-08-20-10-39-36-292_com google android youtube](https://github.com/polakowo/vectorbt/assets/64836390/75840c59-0ca9-4284-ae69-c5abb6252d40) I have found few challenges to implement the entries and e...
open
2023-08-20T02:46:12Z
2024-02-05T01:48:42Z
https://github.com/polakowo/vectorbt/issues/647
[ "stale" ]
tan-yong-sheng
3
feder-cr/Jobs_Applier_AI_Agent_AIHawk
automation
551
[BUG]: It is looking for remote jobs only if remote to set true in config.yaml
### Describe the bug _No response_ ### Steps to reproduce It is looking for remote jobs only if I set remote to true in config.yaml. This part of code has issue: def get_base_search_url(self, parameters): logger.debug("Constructing base search URL") url_parts = [] if parameters[...
closed
2024-10-16T17:49:05Z
2024-11-07T06:26:53Z
https://github.com/feder-cr/Jobs_Applier_AI_Agent_AIHawk/issues/551
[ "bug" ]
sfcheng
2
mckinsey/vizro
pydantic
587
Saving Vizro report as HTML
### Question Hi, I am using Vizro to generate visualizations and would like to know if there is a way to save the report in HTML format. My goal is to save these reports as artifacts in MLflow. Could you provide an example or guidance on how to achieve this? ### Code/Examples _No response_ ### Which package? vizro...
open
2024-07-17T04:40:17Z
2024-11-07T11:42:38Z
https://github.com/mckinsey/vizro/issues/587
[ "General Question :question:" ]
Yairama
7
oegedijk/explainerdashboard
dash
240
Retrieving the Original Values from Sklearn Pipeline
Hello, I'm trying to incorporate sklearn pipelines into Explainerdashboard, as below: ```python from sklearn.ensemble import RandomForestClassifier from sklearn.preprocessing import StandardScaler from sklearn.pipeline import make_pipeline from explainerdashboard import ExplainerDashboard, ClassifierExplain...
closed
2022-11-30T06:48:59Z
2022-11-30T10:26:16Z
https://github.com/oegedijk/explainerdashboard/issues/240
[]
woochan-jang
1
pytorch/vision
computer-vision
8,567
Data used for pretrained model checkpoints
### 📚 The doc issue Hi forks, Now I am working on a research project which works mainly on the theory of deep models. To support our theory, I would like to know that which dataset (do you you training, validation or testing set when choosing parameters, training and choosing final models) you guys use when train...
closed
2024-08-02T15:37:34Z
2024-08-05T09:59:15Z
https://github.com/pytorch/vision/issues/8567
[]
ginlov
1
mwaskom/seaborn
data-science
3,052
AttributeError: module 'backend_interagg' has no attribute 'FigureCanvas'. Did you mean: 'FigureCanvasAgg'?
I have been trying to run any example from seaborn tutorial and all throw the same error. I am using python 3.10 and pycharm as editor that takes care of venv. I am not including any code as as soon as sns tries to plot something the error is thrown. Here is the error traceback output: ```Traceback (most recent ...
closed
2022-09-30T11:23:26Z
2023-12-23T16:15:19Z
https://github.com/mwaskom/seaborn/issues/3052
[ "upstream" ]
eelir
2
pandas-dev/pandas
data-science
60,927
BUG: Unable to round-trip nested arrow extension types with `pa.Table.to_pandas`
### 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/dev/ge...
closed
2025-02-13T21:24:29Z
2025-02-13T22:24:15Z
https://github.com/pandas-dev/pandas/issues/60927
[ "Bug", "Closing Candidate", "Arrow" ]
galipremsagar
1
babysor/MockingBird
deep-learning
228
attention效果图不好
只用了aidatatang200作为训练集,80k的时候loss大约是0.49左右,但是attention一直没有一个线性表示,这是为什么呢?还有保存的attention图是热度图么?横坐标是encoder纵坐标是decoder? ![image](https://user-images.githubusercontent.com/76580931/142973844-c477afa8-81a2-4904-959c-c0bccd0c0074.png) ![Uploading image.png…]()
closed
2021-11-23T05:04:36Z
2021-12-26T03:34:03Z
https://github.com/babysor/MockingBird/issues/228
[]
oerooo
1
opengeos/leafmap
streamlit
405
Upon installation, environment variables can be used to configure what widgets are available in the toolbar
### Description There are a lot of widgets available in the tool bar, it would be preferable if upon installation of leafmap, the person installing the library could configure which widgets will show up in the default map. For example, I may just want the STAC widget and nothing else.
closed
2023-04-04T18:38:22Z
2023-04-04T19:32:53Z
https://github.com/opengeos/leafmap/issues/405
[ "Feature Request" ]
abarciauskas-bgse
3
pandas-dev/pandas
data-science
60,869
ENH: unset_index method
### Feature Type - [x] Adding new functionality to pandas - [ ] Changing existing functionality in pandas - [ ] Removing existing functionality in pandas ### Problem Description In many contexts I've had the need to "unset" a data frame index prior to passing the data frame to an index-blind method. My main requi...
open
2025-02-06T19:40:35Z
2025-02-06T22:52:08Z
https://github.com/pandas-dev/pandas/issues/60869
[ "Enhancement", "Needs Triage" ]
zkurtz
0
litestar-org/litestar
asyncio
3,460
Bug: Using plugin results in DTO given to dto parameter not being used for return
### Description Based on the docs, I expect a DTO given to a handler via the `dto` parameter to apply to the return value when no `return_dto` is specified. However, when the `SQLALchemyPlugin` is used this is not the case. More generally, it looks like the `return_dto` resolution order in the `BaseRouteHandler` pu...
open
2024-05-02T10:49:23Z
2025-03-20T15:54:40Z
https://github.com/litestar-org/litestar/issues/3460
[ "Bug :bug:" ]
ryanolf-tb
2
cvat-ai/cvat
pytorch
8,512
Superuser login fails after updating docker desktop
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce _No response_ ### Expected Behavior _No response_ ### Possible Solution _No response_ ### Context I created a new sup...
closed
2024-10-05T07:31:49Z
2024-10-23T06:26:25Z
https://github.com/cvat-ai/cvat/issues/8512
[ "bug", "need info" ]
prnr
6
idealo/image-super-resolution
computer-vision
129
how to solve URL fetch failure of pretrained weights ?
Hello, when I use rdn = RDN(weights='psnr-large'),I got the download URL fetch failure? Traceback (most recent call last): File "main.py", line 9, in <module> rdn = RDN(weights='psnr-large') File "/opt/conda/envs/singan/lib/python3.6/site-packages/ISR-2.2.0-py3.6.egg/ISR/models/rdn.py", line 108, in __init...
closed
2020-06-24T11:37:48Z
2020-06-25T10:01:16Z
https://github.com/idealo/image-super-resolution/issues/129
[]
moyangjiayou
3
nicodv/kmodes
scikit-learn
111
Import kprototypes in Python3.5 takes a long time
Hi, I have an issue with importing kprototypes. I have installed it with `pip` and try to import it like this `from kmodes.kprototypes import KPrototypes `. Currently I have been waiting for 4 hours.( I tried importing it also in a script which performs a single` print("hi") ` and never made the print). Am I doing some...
closed
2019-03-23T20:53:12Z
2019-04-15T18:03:44Z
https://github.com/nicodv/kmodes/issues/111
[]
gerasgi
1
flasgger/flasgger
flask
466
Parsing of querystring with repeated keys is not supported
The OpenAPI definition allows to specify `expode: true` for querystring parameters (it's even the default), which let's you repeat querystring parameters to create a list (as in `?a=3&a=5`): https://swagger.io/docs/specification/serialization/#query I've tried this with flasgger with `parse=True`, but that will onl...
open
2021-03-10T13:42:36Z
2021-03-10T13:42:36Z
https://github.com/flasgger/flasgger/issues/466
[]
totycro
0
litestar-org/litestar
api
3,460
Bug: Using plugin results in DTO given to dto parameter not being used for return
### Description Based on the docs, I expect a DTO given to a handler via the `dto` parameter to apply to the return value when no `return_dto` is specified. However, when the `SQLALchemyPlugin` is used this is not the case. More generally, it looks like the `return_dto` resolution order in the `BaseRouteHandler` pu...
open
2024-05-02T10:49:23Z
2025-03-20T15:54:40Z
https://github.com/litestar-org/litestar/issues/3460
[ "Bug :bug:" ]
ryanolf-tb
2
waditu/tushare
pandas
1,665
每日涨跌停接口(limit_list)获取的数据不准确
问题描述:调用limit_list。trade_date= 20171107,ts_code = 601360.SH,无法查询出该股的涨停数据。不仅 trade_date= 20171107 查询不出,20171107 ~ 20171130 这一连串的涨停都查询不出 Tushare ID:478808
open
2022-07-12T12:20:40Z
2024-10-30T16:30:29Z
https://github.com/waditu/tushare/issues/1665
[]
zeroWin
1
ymcui/Chinese-LLaMA-Alpaca
nlp
602
transformer 推理,未使用GPU
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c...
closed
2023-06-15T08:57:54Z
2023-06-25T00:11:04Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/602
[ "stale" ]
suwief
4
FactoryBoy/factory_boy
django
273
Switch from Makefile to Tox
Be nice to replace the complicated Makefile with a much simpler `tox` setup: 1. Tox would make it easy to setup a build matrix of different python versions + various sqlalchemy/django versions. 2. Tox runs each build within a dedicated virtualenv, no need for the setup/teardown routines in the makefile. Here's an exa...
closed
2016-02-19T09:28:18Z
2016-04-12T19:08:55Z
https://github.com/FactoryBoy/factory_boy/issues/273
[]
jeffwidman
4
statsmodels/statsmodels
data-science
8,785
ENH: generic helper method for in-sample average effect with moment correlation
main related issue #7168 this issue is for an implementation for parts of it similar to margeff and get_prediction If we want to compute an in-sample average effect, then we should include the correlation of the individual effect with the moment conditions, score_obs,, of the model. We do this in treatment ef...
open
2023-04-11T14:44:42Z
2023-06-09T21:37:06Z
https://github.com/statsmodels/statsmodels/issues/8785
[ "comp-base", "comp-causal", "topic-post_estim" ]
josef-pkt
0
QuivrHQ/quivr
api
3,167
Integrating the Brain class into the RAGService class
We have (almost) duplicated code in `backend/core/quivr_core/brain/brain.py and` `backend/api/quivr_api/modules/rag_service/rag_service.py` , notably in the methods Brain.ask / Brain.ask_streaming and the corresponding methods RAGService.generate_answer / RAGService.generate_answer_stream. This means that any modifica...
closed
2024-09-06T14:02:48Z
2024-09-23T16:11:09Z
https://github.com/QuivrHQ/quivr/issues/3167
[ "area: backend" ]
jacopo-chevallard
1
thtrieu/darkflow
tensorflow
609
Count object Using YOLO
I want to count objects using YOLO how can i do this.
closed
2018-03-05T09:22:36Z
2020-01-29T04:42:45Z
https://github.com/thtrieu/darkflow/issues/609
[]
rucsacman
2
huggingface/datasets
computer-vision
6,827
Loading a remote dataset fails in the last release (v2.19.0)
While loading a dataset with multiple splits I get an error saying `Couldn't find file at <URL>` I am loading the dataset like so, nothing out of the ordinary. This dataset needs a token to access it. ``` token="hf_myhftoken-sdhbdsjgkhbd" load_dataset("speechcolab/gigaspeech", "test", cache_dir=f"gigaspeech/test...
open
2024-04-19T21:11:58Z
2024-04-19T21:13:42Z
https://github.com/huggingface/datasets/issues/6827
[]
zrthxn
0
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,640
How can I train with multi-input like (A1 ,A2……)->B?
How can I train with multi-input like (A1 ,A2)->B? I used to try torch.cat to conbine (A1,A2,,A3,A4) but it would change the channel into 4 and get an error. When I try to change the input_nc =1 and output_nc =4, the error told me assert(opt.input_nc == opt.output_nc). So, how can I use more then 2 input into the tra...
open
2024-03-28T12:20:55Z
2024-04-05T23:13:29Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1640
[]
kuhhg
1
modin-project/modin
pandas
7,375
BUG: Series.duplicated doesn't preserve Series name
### Modin version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the latest released version of Modin. - [ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
closed
2024-08-26T11:14:37Z
2024-09-14T13:43:17Z
https://github.com/modin-project/modin/issues/7375
[ "bug 🦗", "pandas concordance 🐼", "P3" ]
MarcoGorelli
1
mljar/mercury
data-visualization
297
Outdated Media files not cleared out
Hi! I face an issue where some outdated media files aren't being deleted, which can lead to more and more space being consumed as the app runs: 1) Files in `uploads-temp` folder - It creates a new folder containing the file for each session, but after the session becomes inactive, it still remains. 2) HTML files i...
open
2023-05-27T10:42:34Z
2023-12-01T11:17:21Z
https://github.com/mljar/mercury/issues/297
[ "bug" ]
kuanmy
6
matterport/Mask_RCNN
tensorflow
2,676
The demo.ipynb is not running properly
The environment I configured is as follows: CUDA10.0 CUDNN7.4.1 Tensorflow - gpu 1.13.2 python3.7 keras2.2.4 numpy1.17.4 My CUDA version is powered 11.3 (GeForce RTX 3050). The jupyter Notebook runs very slowly the first time I open it. Every time you run it, you just get some random box or nothing. Can someon...
open
2021-08-23T01:56:23Z
2021-08-23T01:56:23Z
https://github.com/matterport/Mask_RCNN/issues/2676
[]
1334738575
0
sqlalchemy/sqlalchemy
sqlalchemy
10,817
Incorrect interference between "not_" and "any_"
### Describe the bug The statement `not_(some_value == any_(some_array))` is being compiled into `some_value != any_(some_array)`. That is wrong. ### Optional link from https://docs.sqlalchemy.org which documents the behavior that is expected _No response_ ### SQLAlchemy Version in Use 2.0.24 ### DBAPI (i.e. the ...
closed
2024-01-02T12:42:23Z
2024-01-03T15:30:39Z
https://github.com/sqlalchemy/sqlalchemy/issues/10817
[ "bug", "postgresql", "sql" ]
amaslyaev
10
pytorch/vision
computer-vision
8,915
Setting `0` and `1` to `p` argument of `RandomAutocontrast()` gets the same results
### 🐛 Describe the bug Setting `0` and `1` to `p` argument of [RandomAutocontrast()](https://pytorch.org/vision/main/generated/torchvision.transforms.v2.RandomAutocontrast.html) gets the same results as shown below: ```python from torchvision.datasets import OxfordIIITPet from torchvision.transforms.v2 import Random...
open
2025-02-18T11:57:41Z
2025-02-19T11:39:42Z
https://github.com/pytorch/vision/issues/8915
[]
hyperkai
1
plotly/dash-core-components
dash
769
dcc.Location should not fire callback for pathname if the href changed
Reproducible eaxmple: ```python import dash from dash.dependencies import Input, Output import dash_core_components as dcc import dash_html_components as html import datetime import numpy as np print(np.__version__) app = dash.Dash(__name__) app.layout = html.Div([ dcc.Location(id='location'), ...
closed
2020-03-10T01:52:51Z
2020-04-06T20:03:29Z
https://github.com/plotly/dash-core-components/issues/769
[]
chriddyp
3
milesmcc/shynet
django
78
Sites displayed multiple times when adding collaborators
The page is displayed multiple times when adding collaborators. It is displayed 2 times in total when adding 2 collaborators and 4 times in total when adding 4 collaborators. <img width="1064" alt="Privacy-oriented_analytics___Shynet" src="https://user-images.githubusercontent.com/133831/91525196-3d3f0200-e901-11ea-...
closed
2020-08-28T05:39:58Z
2020-08-31T11:20:51Z
https://github.com/milesmcc/shynet/issues/78
[ "bug" ]
pehbehbeh
5
AUTOMATIC1111/stable-diffusion-webui
deep-learning
16,015
[Bug]: DAT x2 Error
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported ...
open
2024-06-13T21:43:50Z
2024-06-15T13:09:03Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16015
[ "bug-report" ]
den3asphalt
4
JaidedAI/EasyOCR
pytorch
340
REQUEST: HAND-WRITTEN OCR(or icr)
Please Add handwritten ocr because it could be so useful in such times like automatic hand-written paper correction and many sectors are hand written based so this could be helpful for everyone.
closed
2020-12-31T15:02:45Z
2022-03-02T09:24:27Z
https://github.com/JaidedAI/EasyOCR/issues/340
[]
The-ML-Hero
0
benbusby/whoogle-search
flask
868
[QUESTION] Can you add my istance?
Hi, I'm Enes from turkey. Can you add my istance. Url: https://www.indexia.gq Language: Multi-Choice Cloudflare: Yes
closed
2022-10-27T15:02:10Z
2022-11-01T18:07:21Z
https://github.com/benbusby/whoogle-search/issues/868
[ "question" ]
hxvy0
2
newpanjing/simpleui
django
18
全屏bug
点了最大化按钮之后进入全屏,按esc退出,浏览器还原的不是原尺寸,而是一个很小的尺寸,而且按钮样式还是点击之后的没有复原
closed
2019-04-22T02:59:11Z
2019-04-24T06:16:13Z
https://github.com/newpanjing/simpleui/issues/18
[]
duxiaoyang06
1
mwaskom/seaborn
matplotlib
2,936
Sorting with New Interface
I'm trying to recreate a line plot using the new interface. Because the line plots can go in any direction, I needed to use `sort=False` on old interface. Is there an equivalent for the new interface? ![image](https://user-images.githubusercontent.com/119405/182898446-6881a693-6dbd-4f4a-b2f5-1d6859fb90b3.png)
closed
2022-08-04T16:17:43Z
2022-08-20T19:37:35Z
https://github.com/mwaskom/seaborn/issues/2936
[]
mattharrison
10
JaidedAI/EasyOCR
machine-learning
797
Numpy is not available
I am trying to use the easyocr repo by installing all the prerequisites but when I try to run it, it gives the following error. C:\Data\Fanal\RMG AI>easyocr -l ch_sim en -f inv.jpg --detail=1 --gpu=True C:\Users\nauti\AppData\Local\Programs\Python\Python310\lib\site-packages\torchvision\models\detection\anchor_util...
closed
2022-07-26T10:41:21Z
2025-03-06T15:49:14Z
https://github.com/JaidedAI/EasyOCR/issues/797
[]
anilnautiyal7
2
aleju/imgaug
deep-learning
211
Gaussian blur is broken
Hello! I tried to use the GaussianBlur augmenter, but it seems to be broken. You can see my results in this image: ![image](https://user-images.githubusercontent.com/39518109/49223725-df098600-f3df-11e8-9bf3-ef2f07a21292.png) The code that used: ``` imgaug.seed(random.randint(0,1000000))` imgaug_sequence = im...
closed
2018-11-29T13:13:56Z
2019-05-31T13:45:37Z
https://github.com/aleju/imgaug/issues/211
[]
KocsisV
3
biolab/orange3
pandas
6,778
More detailed Workflow Info
**What's your use case?** Having a description is cool but it's not easy to build a monitoring of your assets when all the information are in the same field. **What's your proposed solution?** Different fields such as : -author(s) -organisation -version -link to some documentation **Are there any alternativ...
closed
2024-03-29T14:09:52Z
2024-04-12T15:02:37Z
https://github.com/biolab/orange3/issues/6778
[]
simonaubertbd
1
jupyter-incubator/sparkmagic
jupyter
260
how to add jar dynamically?
from [http://jupyter-incubator.github.io/declarativewidgets/docs.html](http://jupyter-incubator.github.io/declarativewidgets/docs.html) we can see for scala `%addjar http://localhost:8888/nbextensions/declarativewidgets/declarativewidgets.jar` `import declarativewidgets._` `initWidgets` how to support it in sparkmagi...
closed
2016-06-20T13:03:28Z
2018-08-14T12:47:19Z
https://github.com/jupyter-incubator/sparkmagic/issues/260
[ "kind:question" ]
cycorey
5
modelscope/modelscope
nlp
544
Qwen-VL-Chat 获取模型版本失败,信息:获取模失败
前几天还可以正常使用 ![image](https://github.com/modelscope/modelscope/assets/36940587/e20da497-840b-4b88-83e7-de3eb39493b2)
closed
2023-09-17T10:49:28Z
2023-09-17T13:45:23Z
https://github.com/modelscope/modelscope/issues/544
[]
kyle-cao
3
sqlalchemy/alembic
sqlalchemy
404
support PG INHERITS in autogenerate
**Migrated issue, originally created by Quentin Leffray** Running Alembic autogenerate do not detect inherited columns from a parent table, and flag them as "to-be-dropped". The model is defined as follow: ``` class Animal(Base): __tablename__ = 'animal' id = Column(Integer, primary_key=True) name = Col...
open
2016-12-22T16:12:47Z
2016-12-22T18:59:14Z
https://github.com/sqlalchemy/alembic/issues/404
[ "feature", "autogenerate - detection", "low priority" ]
sqlalchemy-bot
4
pytest-dev/pytest-randomly
pytest
408
AttributeError: 'Config' object has no attribute 'cache' with cacheprovider disabled
### Python Version 3.8.10 ### pytest Version 6.2.5 ### Package Version 3.10.1 ### Description pytest fails to run tests if `cacheprovider` plugin is disabled during test execution. ## Steps to reproduce error 1. Sample test: ``` $ cat test_pass.py def test_pass1(): assert True def test_pass2(): ...
closed
2021-11-10T00:32:58Z
2021-11-11T22:07:18Z
https://github.com/pytest-dev/pytest-randomly/issues/408
[]
mandeepsandhu
4
SYSTRAN/faster-whisper
deep-learning
963
Can I server speechbrain model whisper with fasterwhisper?
Can I serve speechbrain model whisper with fasterwhisper?
open
2024-08-15T10:15:49Z
2024-08-15T10:17:16Z
https://github.com/SYSTRAN/faster-whisper/issues/963
[]
cod3r0k
0
huggingface/transformers
machine-learning
36,562
Stop output to stdout in streamers.py methods
### System Info transformers 4.48.3 on MacOS 15.4 or Ubuntu 6.8.0-1019-ibm using Python 3.11.11 ### Who can help? @gante et al: I'm using the AsyncTextIteratorStreamer (and others) in streamers.py to receive tokens as they become available. However, the code is printing a status message to stdout for each iteration...
open
2025-03-05T14:08:53Z
2025-03-19T17:38:31Z
https://github.com/huggingface/transformers/issues/36562
[ "bug" ]
wnm3
6
ydataai/ydata-profiling
pandas
1,263
Feature Request: install via conda-forge
### Missing functionality In the previous iterations, `pandas-profiling` was available via conda-forge. I am wondering if it would be possible to make the new version now called `ydata-profiling` also available there. Thanks! ### Proposed feature Make `ydata-profiling` available via conda-forge. ### Alternatives c...
closed
2023-02-06T10:35:02Z
2023-03-08T14:36:00Z
https://github.com/ydataai/ydata-profiling/issues/1263
[ "feature request 💬", "needs-triage" ]
JovanVeljanoski
2
tensorflow/tensor2tensor
machine-learning
1,599
Are dot_product_self_attention_relative_v2 and dot_product_attention_relative the same?
### Description i have tried to test dot_product_self_attention_relative_v2 and dot_product_attention_relative, found their output are different, blow is my code: ```python q = tf.constant([i for i in range(6)], shape=[1, 1, 2, 3], dtype=tf.float32) k = tf.constant([i for i in range(-5, 1)], shape=[1, ...
open
2019-06-10T09:15:08Z
2019-06-10T09:15:08Z
https://github.com/tensorflow/tensor2tensor/issues/1599
[]
Pekary
0
pydantic/logfire
fastapi
120
AWS Lambda Integration
### Description Datadog gives me the following dashboard for AWS lambda invocations: ![CleanShot 2024-05-04 at 09 55 48@2x](https://github.com/pydantic/logfire/assets/10953031/4c3402a4-9511-460e-8b8a-d8b44f95cde1) It's very helpful for debugging issues with my lambda running out of time, having very high cold star...
open
2024-05-04T16:59:32Z
2024-12-16T13:29:10Z
https://github.com/pydantic/logfire/issues/120
[ "Feature Request" ]
raunakdoesdev
3
microsoft/qlib
machine-learning
1,775
Qlib to load csv minutes level trading data
Hi there, New to use Qlib but I did look up my questions online and asked LLM, no solutions so far. Here are what I am facing: I have 1min level trading data in more than 10 csv files, each file is over 500MB. All the csv files follow same format, [instrument, time, open, high, low, close, volume, turnover,...
closed
2024-04-02T16:27:46Z
2025-03-13T09:46:33Z
https://github.com/microsoft/qlib/issues/1775
[ "question" ]
dReamix
1
tfranzel/drf-spectacular
rest-api
1,153
Creating a custom ENUM/Preserving an ENUM that is no longer used in the model
Hi, so I had a model that had choices set, and then we decided we dont want to limit it on the DB level, so the admin can change it from the admin panel, now besides the concern of whether thats good practice or not, we still wanted the Enum in the frontend so its easier for the frontend developer to use, but removing ...
closed
2024-01-22T19:54:58Z
2024-01-23T13:17:15Z
https://github.com/tfranzel/drf-spectacular/issues/1153
[]
elam91
2
recommenders-team/recommenders
deep-learning
1,843
[BUG] Pytest marker warnings from the tests
### Description <!--- Describe your issue/bug/request in detail --> There are a long list of PytestUnknownMarkWarnings making it difficult to identify the real errors in the tests. For example, see [the test outputs](https://github.com/microsoft/recommenders/actions/runs/3437629951/jobs/5732650237#step:3:1481) from ...
closed
2022-11-11T02:44:13Z
2022-11-21T09:44:34Z
https://github.com/recommenders-team/recommenders/issues/1843
[ "bug" ]
simonzhaoms
2
Ehco1996/django-sspanel
django
643
support clash proxy provider
closed
2022-03-10T00:50:50Z
2022-03-19T10:07:49Z
https://github.com/Ehco1996/django-sspanel/issues/643
[ "enhancement" ]
Ehco1996
0
python-gino/gino
sqlalchemy
539
Working with Multiple Event Loops
* GINO version: 0.7.0 * Python version: 3.5.4 We have a service with two event loops on different threads (one for REST API, the other for background processing). Is there a way to use Gino with ORM classes that are accessed by both the event loops? Thanks
closed
2019-09-05T15:32:20Z
2020-02-11T00:31:04Z
https://github.com/python-gino/gino/issues/539
[ "question" ]
nilir
7
paperless-ngx/paperless-ngx
django
7,587
[BUG] When uploading lots of docs scrollbar is not clickable
### Description When uploading lots of docs, there is some element that is on top of the scrollbar preventing the mouse from being click and dragged to move scroll pos, using scrollwheel works. ![image](https://github.com/user-attachments/assets/3bc54ea3-cf13-4379-8e40-fdaee47fa856) ### Steps to reproduce 1. uplo...
closed
2024-08-31T18:50:52Z
2024-10-01T03:14:44Z
https://github.com/paperless-ngx/paperless-ngx/issues/7587
[ "bug", "frontend" ]
joeybab3
1
Kanaries/pygwalker
plotly
615
Unique count on duplicated data set.
I got a dataset with a lot of duplicated rows. It comes from a master table with a few one to many related tables. When we links these tables together to product a simple table/spreadsheet. There are a lof duplications. In Excel pivot table, we can use the unique count to remove duplications. The same feature is av...
closed
2024-08-30T06:53:46Z
2024-10-11T13:12:57Z
https://github.com/Kanaries/pygwalker/issues/615
[]
dickhfchan
2
junyanz/pytorch-CycleGAN-and-pix2pix
pytorch
1,603
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed - error while running the server on macOS
For macOS users, it's highly likely that they may encounter the `SSL: CERTIFICATE_VERIFY_FAILED` problem when starting the visdom server. Fortunately, there is a remedy. Depending on the Python version in use (mine is 3.9), attempt to execute the following command to install certificates: ``` /Applications/Pyth...
open
2023-10-13T23:51:07Z
2023-10-13T23:51:07Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1603
[]
foxtrotdev
0
AUTOMATIC1111/stable-diffusion-webui
deep-learning
15,539
[Bug]: scheduler.default_rho actually never take default value?
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by an extension, but I believe it is caused by a bug in the webui - [X] The issue exists in the current version of the webui - [X] The issue has not been reported ...
closed
2024-04-16T17:09:20Z
2024-04-17T06:06:22Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/15539
[ "bug-report" ]
AG-w
1
youfou/wxpy
api
168
已升级的itchat版本回滚了
原先已安装itchat,并且升级了。 但是安装wxpy后,已升级至最新版的itchat回滚成了一个老版本的。 如果我后续单独把itchat升级,对wxpy有什么影响吗?
open
2017-08-28T03:23:20Z
2018-05-06T07:49:28Z
https://github.com/youfou/wxpy/issues/168
[]
cnazev
2
iterative/dvc
machine-learning
10,599
Transitive dependencies
Let's imagine I have a project structured like this: ``` pyproject.toml src/ model.py # uses packages defined in pyproject.toml scripts/ make_abc.py # imports src.model ``` And that I have a single stage ```yaml stages: stage_name: cmd: python abc.py deps: - make_abc.py outs: - da...
closed
2024-10-22T15:49:27Z
2024-10-22T21:46:44Z
https://github.com/iterative/dvc/issues/10599
[]
m-legrand
1
mlflow/mlflow
machine-learning
14,201
[FR] Public specification of prebuilt environments for spark udfs.
### Willingness to contribute Yes. I can contribute this feature independently. ### Proposal Summary Currently, it seems you have to use databricks to build prebuilt-apis, but sometimes, that's inconvenient. I'd like to be able to build them myself, for reasons. Building the environment is straightforward enough...
open
2025-01-07T19:26:26Z
2025-02-03T16:34:33Z
https://github.com/mlflow/mlflow/issues/14201
[ "enhancement", "area/models", "area/projects", "area/scoring", "integrations/databricks" ]
unj1m
12
numba/numba
numpy
9,165
Nested lists prevent compilation with jitclass
## Reporting a bug <!-- Before submitting a bug report please ensure that you can check off these boxes: --> - [x] I have tried using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG). - [x] I have included a self containe...
closed
2023-08-27T18:00:48Z
2023-08-29T14:13:13Z
https://github.com/numba/numba/issues/9165
[ "question", "no action required" ]
jstovold
1
StackStorm/st2
automation
5,236
Pin rabbitmq versions
As per suggestion to https://github.com/StackStorm/ansible-st2/pull/291, we should pin rabbitmq version (and erlang on EL8), so that the version is known. This should be performed on all installers. It is particular relevant to EL8 which takes the version from packagecloud. Once we pin versions, we can then upda...
open
2021-04-15T21:28:30Z
2021-07-21T00:49:51Z
https://github.com/StackStorm/st2/issues/5236
[ "stale" ]
amanda11
1
sinaptik-ai/pandas-ai
pandas
1,283
Need support for httpx.Client method (enterprise)
### System Info python == 3.11.9 pandasai == 2.2.10 pandas == 1.5.3 numpy == 1.26.4 ### 🐛 Describe the bug Interested in using this at an enterprise and running into proxy issues. I saw the other issue listed here (https://github.com/Sinaptik-AI/pandas-ai/issues/184) but this still doesn't solve the issue. Even ...
open
2024-07-17T15:00:05Z
2025-02-17T09:44:10Z
https://github.com/sinaptik-ai/pandas-ai/issues/1283
[ "bug" ]
brianthomaslewis
4
widgetti/solara
fastapi
39
importing solara from python in console starts interactive shell
When I'm in on cmd.exe on windows, I wanted to quickly import solara and check its installed or the version. This unexpectedly started an interactive shell, which I do not or cannot exit (ctrl + C or exit() do not work) What I did: ```console python >>> import solara ``` ![image](https://user-images.githubu...
closed
2023-03-09T16:15:42Z
2023-03-15T13:45:53Z
https://github.com/widgetti/solara/issues/39
[]
Jhsmit
0
harry0703/MoneyPrinterTurbo
automation
106
【期望】webui生成视频后提供在线预览下载功能
如题 临时凑合改了改 webui ``` # 在Streamlit应用中创建视频 def create_video(title: str, video_path: str): # 添加一个标题 st.title(title) # 添加视频,从文件加载 video_file = open(video_path, 'rb') # 确保替换为你的视频文件名 video_bytes = video_file.read() # 显示视频 st.video(video_bytes) ``` ``` logger.info("开始生成视频") ...
closed
2024-03-29T02:48:41Z
2024-04-05T03:06:39Z
https://github.com/harry0703/MoneyPrinterTurbo/issues/106
[ "enhancement" ]
Ikaros-521
5
ibis-project/ibis
pandas
10,534
feat: support io.BytesIO as path for to_parquet (and other methods)
### Is your feature request related to a problem? I want to start by acknowledging what I'm doing is convoluted, but in short I'm saving files as binary blobs in a SQLite database. I want to be able to do this with Parquet files produced by Ibis with `table.to_parquet`, but hit an error (Ibis writes to a file of the...
closed
2024-11-26T03:04:00Z
2024-11-27T18:19:45Z
https://github.com/ibis-project/ibis/issues/10534
[ "feature" ]
lostmygithubaccount
3
521xueweihan/HelloGitHub
python
2,105
【开源自荐】Colossal-AI - 高效的分布式人工智能训练系统
## 项目推荐 - 项目地址:https://github.com/hpcaitech/ColossalAI - 类别:Python,机器学习 - 项目后续更新计划: 随着模型不断增大,训练大模型的需求将持续增加。Colossal-AI项目将持续探索多个前沿技术方向,为大模型训练提供最优选择: ○ 在模型并行方面,我们将继续探索新的模型并行方法,并支持最佳并行策略自动搜索。 ○ 在异构计算上,我们也将做新的尝试,更高效地利用GPU、CPU、内存以及硬盘等。 ○ 我们将针对大模型训练,探索新的内存/速度/通信优化策略。 - 项目描述: Colossal-AI是一个高效的分布式人工智能训练系统,它作为深度学...
closed
2022-02-17T02:05:17Z
2022-02-28T02:02:49Z
https://github.com/521xueweihan/HelloGitHub/issues/2105
[ "已发布", "机器学习" ]
Sze-qq
1
davidsandberg/facenet
tensorflow
1,053
how to use .pkl file to make a tensorflow lite model?
open
2019-07-09T20:19:03Z
2019-09-20T17:51:43Z
https://github.com/davidsandberg/facenet/issues/1053
[]
MONIKA0307
5
widgetti/solara
fastapi
290
ipyleaflet advanced not working in jupyter
Issue running [ipyleaflet advanced](https://solara.dev/examples/libraries/ipyleaflet_advanced) example in jupyter displays, but when you try and interact with the widgets or the marker the map or displayed location does not change. To reproduce, run ipyleaflet advanced in a jupyter lab on a jupyter hub. Then try to...
open
2023-09-14T12:41:44Z
2023-09-16T11:36:17Z
https://github.com/widgetti/solara/issues/290
[]
tpike3
2
hack4impact/flask-base
sqlalchemy
124
Not working code for flask_login 0.3.0+
Please consider this code from app/account/views.py ``` @account.route('/reset-password', methods=['GET', 'POST']) def reset_password_request(): """Respond to existing user's request to reset their password.""" if not current_user.is_anonymous(): ``` Then please go to is_anonymous() definition ...
closed
2017-03-03T19:29:57Z
2017-03-05T04:35:06Z
https://github.com/hack4impact/flask-base/issues/124
[]
iSevenDays
1
supabase/supabase-py
fastapi
33
[ERROR] AttributeError: module 'typing' has no attribute '_ClassVar', supabase-py on AWS Lambda
AWS Lambda returns the error below when importing `supabase-py`. The error appears on runtimes: python 3.7 and 3.8. Possibly related to the typing module as one of its dependencies. [Issues with typing Python-3 & AWS Lambda](https://www.fernandomc.com/posts/issues-with-typing-python-3/) # Bug report `...
closed
2021-07-10T21:17:56Z
2023-02-10T10:36:29Z
https://github.com/supabase/supabase-py/issues/33
[ "bug" ]
weleo
21
NullArray/AutoSploit
automation
417
Unhandled Exception (d81f1fd54)
Autosploit version: `3.0` OS information: `Linux-4.19.0-parrot1-13t-amd64-x86_64-with-Parrot-4.5-stable` Running context: `autosploit.py` Error meesage: `global name 'Except' is not defined` Error traceback: ``` Traceback (most recent call): File "/home/isra/Documentos/Exploits/Autoexploit/AutoSploit/autosploit/main.p...
closed
2019-01-28T11:09:20Z
2019-01-29T15:37:50Z
https://github.com/NullArray/AutoSploit/issues/417
[]
AutosploitReporter
0
tflearn/tflearn
data-science
899
How to save and restore network architektur in tflearn
I am looking for a way to save and restore a network-structure with tflearn. The embeded model.save takes care about the weights persistance. But in case I want to forget about the network structure and load it again, I have to build the net again. Therefore I have to "remember" the structure (layers, amount of neurons...
closed
2017-09-08T11:51:47Z
2018-07-16T14:44:00Z
https://github.com/tflearn/tflearn/issues/899
[]
tomalbrecht
3
neuml/txtai
nlp
858
Remove `WordVectors.build` method
Given that `fasttext` is being removed from txtai, this method also needs to be removed. This functionality is available in the [staticvectors project](https://github.com/neuml/staticvectors?tab=readme-ov-file#quickstart). This task should also update any notebooks using this method.
closed
2025-01-26T15:00:54Z
2025-01-27T16:18:18Z
https://github.com/neuml/txtai/issues/858
[]
davidmezzetti
0
deezer/spleeter
tensorflow
288
[Discussion]EnvironmentFileNotFound,help!
solved
closed
2020-03-10T08:21:25Z
2020-03-11T01:31:14Z
https://github.com/deezer/spleeter/issues/288
[ "question" ]
freejacklee
0
holoviz/panel
plotly
7,482
Syncing a widget's `value` as query parameter does not trigger `value_throttled`-bound callbacks
<!-- Thanks for contacting us! Please read and follow these instructions carefully, then you can delete this introductory text. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at [Discourse](https://discourse.holoviz.org) instead. Issues without the required informa...
open
2024-11-11T17:48:03Z
2024-11-14T08:14:53Z
https://github.com/holoviz/panel/issues/7482
[]
MP-MaximilianLattka
2
newpanjing/simpleui
django
372
为什么要为td.original设置-50的margin-top呢?
https://github.com/newpanjing/simpleui/blob/c5fdc1b7a1cda33b240e73f62bffa48ff0ce00d5/simpleui/templates/admin/change_form.html#L14 这样会导致original的显示位置错乱。见图: ![Dingtalk_20210513134400](https://user-images.githubusercontent.com/1049615/118083395-681aa900-b3f1-11eb-9ef3-6517d0b1a85d.jpg) 港真我很不理解django为何要设计“inline or...
closed
2021-05-13T05:45:04Z
2021-05-14T02:38:34Z
https://github.com/newpanjing/simpleui/issues/372
[]
yanhuixie
1
psf/requests
python
5,961
HTTPS proxies not working with Python's requests module
Summary We try request module with below code spinet Our Proxy srver running on https ``` import requests url = 'https://google.com' roxies = {'https': '10.x.x.x:443'} if __name__ == '__main__': print(url) print(roxies) response = requests.get(url, proxies=roxies) if response.status_co...
closed
2021-10-19T11:29:53Z
2022-01-17T13:07:15Z
https://github.com/psf/requests/issues/5961
[]
Temp666-b
2
taverntesting/tavern
pytest
227
MQTT Publish Without Payload Not Allowed
[MQTT Version 3.1.1](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/errata01/os/mqtt-v3.1.1-errata01-os-complete.html#_Toc442180839) states that a payload is optional for Publish. tests.schema.yaml appears to support this: ``` schema;any_map_or_list_with_ext_function: # Similar, but we want to match lists or dic...
closed
2019-01-07T00:26:57Z
2019-02-02T16:33:09Z
https://github.com/taverntesting/tavern/issues/227
[]
KenStorey
1
mljar/mercury
data-visualization
177
Remove HF Space unused setup
Please check #176 After HF Space changes, each app has a unique subdomain address. Now you can serve multiple notebooks on HuggingFace Spaces with Mercury. Before that change, there was some custom code to create build just for HF deployments, it is not needed anymore :)
closed
2022-10-27T07:36:22Z
2023-02-15T11:50:40Z
https://github.com/mljar/mercury/issues/177
[ "refactor" ]
pplonski
1
HumanSignal/labelImg
deep-learning
482
Re-Opening the app resets classes.txt
I have a folder with (let'a say) 1000 images. About 200 of them was already processed with labelImg to label "tag" and "mini-tag". I close the app, classes.txt have the tag and mini-tag at the end nicely. The next day I open up the folder with "Open Dir", it recognises yesterday's work. When I want to add a new class...
open
2019-07-08T15:04:26Z
2024-02-23T07:09:15Z
https://github.com/HumanSignal/labelImg/issues/482
[]
bertalanimre
21
mckinsey/vizro
plotly
675
[Tech] Consider enabling html in markdown components
I'll outline my thoughts here for us to discuss properly: With the new header and footer arguments being enabled, we want to allow users to add more information to their charts. Currently, doing everything in pure Markdown feels cumbersome because many tasks are either impossible or not straightforward to implement....
open
2024-09-03T07:52:59Z
2024-09-18T09:18:41Z
https://github.com/mckinsey/vizro/issues/675
[ "Feature Request :nerd_face:" ]
huong-li-nguyen
1