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
proplot-dev/proplot
matplotlib
54
Another bug plotting geographic data with 2D longitude/latitude
[This file](https://file.io/Y74fRD) with 2D longitude/latitude arrays causes a weird streaking issue when you do a `pcolormesh` plot. ```python import os import xarray as xr file = os.path.expanduser('~/Downloads/data.for.luke.nc') data = xr.open_dataset(file) # proplot levels = plot.arange(0, 0.012, 0.001) ...
closed
2019-10-21T20:31:57Z
2019-10-21T21:01:04Z
https://github.com/proplot-dev/proplot/issues/54
[ "bug" ]
lukelbd
1
christabor/flask_jsondash
flask
11
Need ability to delete dashboard
closed
2016-05-03T21:49:29Z
2016-05-03T22:08:10Z
https://github.com/christabor/flask_jsondash/issues/11
[]
christabor
0
paulbrodersen/netgraph
matplotlib
19
Some things regarding InteractivelyConstructDestroyGraph
Hi, I ran into an issue when using `InteractivelyConstructDestroyGraph `where deleting nodes would not delete the node from the dictionary node_positions. Adding `del self.node_positions[node]` to the method `_delete_node(self, node)` in _interactive_invariants.py resolved the issue for me. I am also having an issue...
closed
2020-07-21T10:12:42Z
2020-11-05T12:13:16Z
https://github.com/paulbrodersen/netgraph/issues/19
[]
ghost
2
serengil/deepface
machine-learning
1,356
[FEATURE]: More settings for YOLO8 face detector
### Description I use Yolo8 as detector backend for DeepFace. Looking to sources I see that Yolo initialization lacks of parameters: ``` return YOLO(weight_file) def detect_faces(self, img: np.ndarray) -> List[FacialAreaRegion]: """ Detect and align face with yolo Args: ...
closed
2024-10-04T14:23:38Z
2024-10-12T07:51:23Z
https://github.com/serengil/deepface/issues/1356
[ "enhancement" ]
alex-rsk
3
FujiwaraChoki/MoneyPrinter
automation
22
Error generate "Could not retrieve stock videos: float division by zero"
**Describe the bug** Video is not generating and a pop up is appearing on the browser and then the process terminates **To Reproduce** Steps to reproduce the behavior: 1. Tun the program as normal 2. Input string in the browser 3. Error appears **Expected behavior** Audio is generated but a pop up appears o...
closed
2024-02-07T07:35:08Z
2024-02-09T03:05:07Z
https://github.com/FujiwaraChoki/MoneyPrinter/issues/22
[]
vidvansh
1
tqdm/tqdm
jupyter
1,458
logging_redirect_tqdm does not preserve log level of original stream handler
- [ ] I have marked all applicable categories: + [ ] exception-raising bug + [ ] visual output bug - [ ] I have visited the [source website], and in particular read the [known issues] - [ ] I have searched through the [issue tracker] for duplicates - [ ] I have mentioned version numbers, operating syste...
closed
2023-03-28T07:57:45Z
2023-03-28T07:58:33Z
https://github.com/tqdm/tqdm/issues/1458
[]
sasha-wing
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,286
Is this project abandoned?
Hi, it's been long time from last update on source code. Is this project abandoned? Does it still work good? Does it work with the latest version of Pytorch? Or do you recommend another python project?
closed
2024-01-16T14:36:01Z
2024-02-05T11:21:03Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1286
[]
StepHaze
2
zappa/Zappa
django
959
Create Zappa setting to manually manage api gateway logs IAM role ARN.
Zappa provides no setting to provide a role ARN for aws api gatway when manually managing IAM roles. ## Context An API gateway uses a role ARN to access cloudwatch logs: https://aws.amazon.com/premiumsupport/knowledge-center/api-gateway-cloudwatch-logs/ ## Expected Behavior API gateway logs role ARN is set from z...
closed
2021-03-26T05:24:50Z
2024-04-13T19:37:00Z
https://github.com/zappa/Zappa/issues/959
[ "no-activity", "auto-closed" ]
robbintt
2
falconry/falcon
api
2,180
unable to iterate through `MultipartForm` multiple times
I'm building a simple web app that receives a form with an attached file. I'm also using a logger middleware to store a log of each request, thus I want to log the content of the file as well. However, it seems the `MultipartForm` object gets consumed on the `on_post()` method and when the logger middleware tries to ac...
closed
2023-10-18T19:56:09Z
2023-10-18T20:44:48Z
https://github.com/falconry/falcon/issues/2180
[ "question" ]
introprog-dc
2
CorentinJ/Real-Time-Voice-Cloning
pytorch
693
Reproducing training - versus new training? Which python scripts?
Hi all. Goal: Use custom sound files to create voices to train with. Obstacles: The training guide - https://github.com/CorentinJ/Real-Time-Voice-Cloning/wiki/Training, mentions: "you're expected to run all python scripts in their alphabetical order." Are these scripts in this wiki or are we supposed to figure...
closed
2021-03-07T01:14:47Z
2021-03-07T20:59:20Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/693
[]
JohnLennons
1
globaleaks/globaleaks-whistleblowing-software
sqlalchemy
3,078
Possibility to notify named whistleblower by email
**Is your feature request related to a problem? Please describe.** In case a whistleblower submits a named confidential report, there is the need to be able to notify the whistleblower of any updates. In this case report admins use other means of communications which reduces the platform usefulness as primary channe...
closed
2021-10-26T09:02:18Z
2021-10-26T18:37:28Z
https://github.com/globaleaks/globaleaks-whistleblowing-software/issues/3078
[]
elbill
5
gradio-app/gradio
python
10,441
GR.State value is set to Null for custom javascript after being updated.
### Describe the bug When trying to use a state value with custom javascript. Calling the value before a change works as intended however once the State variable is updated the custom js only receives a Null value. Here is a similar-ish question but seeing as it is a comment to an adjacent issue with no resolution ...
closed
2025-01-27T18:03:58Z
2025-01-27T20:30:43Z
https://github.com/gradio-app/gradio/issues/10441
[ "bug" ]
Solomin0
2
yunjey/pytorch-tutorial
deep-learning
23
Error on the project
project 11 - linux python3.5 Files already downloaded and verified Epoch [0/50], Step[100/500], d_loss: 1.1626, g_loss: 0.9049, D(x): 0.70, D(G(z)): 0.54 Traceback (most recent call last): File "main.py", line 130, in <module> './data/fake_samples_%d_%d.png' %(epoch+1, i+1)) File "/home/andrewcz/minicon...
closed
2017-04-18T04:12:55Z
2017-04-18T04:38:01Z
https://github.com/yunjey/pytorch-tutorial/issues/23
[]
AIAdventures
1
dmlc/gluon-nlp
numpy
1,125
Provide evaluation instructions for BERT SQuAD 2.0
## Description The fine-tuning process doesn't print the evaluation accuracy of BERT SQuAD 2.0. ``` INFO:gluonnlp:23:25:18 Time cost=19445.62 s, Thoughput=14.84 samples/s INFO:gluonnlp:23:25:33 Loading dev data... INFO:gluonnlp:23:25:33 Number of records in dev data:11873 INFO:gluonnlp:23:26:43 The number of ex...
closed
2020-01-20T02:09:56Z
2020-01-20T19:05:28Z
https://github.com/dmlc/gluon-nlp/issues/1125
[ "enhancement" ]
TaoLv
3
youfou/wxpy
api
180
登录成功后获取不到bot.self.puid是为什么
2017-09-04 14:12:35 [DEBUG] get qrcode callback uuid:4eisqni2vg== status=201 2017-09-04 14:12:35 [DEBUG] 用户已扫码成功 Please press confirm on your phone. 2017-09-04 14:12:36 [DEBUG] get qrcode callback uuid:4eisqni2vg== status=200 2017-09-04 14:12:36 [DEBUG] 登录成功 Loading the contact, this may take a little while. Logi...
open
2017-09-04T06:25:55Z
2017-09-04T06:36:39Z
https://github.com/youfou/wxpy/issues/180
[]
chen123123qwe
2
sherlock-project/sherlock
python
1,739
nite workin
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Put x into all boxes (like this [x]) once you ha...
closed
2023-03-13T14:13:19Z
2023-03-14T13:11:24Z
https://github.com/sherlock-project/sherlock/issues/1739
[ "bug" ]
JordonRR
0
deezer/spleeter
tensorflow
174
[Bug] no start spleeter GPU
<!-- PLEASE READ THIS CAREFULLY : - Any issue which does not respect following template or lack of information will be considered as invalid and automatically closed - First check FAQ from wiki to see if your problem is not already known --> ## Description <!-- Give us a clear and concise description of the bu...
closed
2019-12-09T19:23:57Z
2019-12-14T14:10:55Z
https://github.com/deezer/spleeter/issues/174
[ "bug", "invalid" ]
alexku44
0
stitchfix/hamilton
numpy
159
Better querying for available nodes
We make it easy to attach metadata to nodes, but don't yet have a natural API to make it easy to query these. This could be useful if: (1) You want to look up a set of nodes with specific tags for reporting purposes (2) You want to look up nodes used in data quality operators (see the motivating use-case below) (3...
closed
2022-07-19T20:19:39Z
2023-02-26T17:12:04Z
https://github.com/stitchfix/hamilton/issues/159
[ "product idea", "data quality" ]
elijahbenizzy
6
iMerica/dj-rest-auth
rest-api
402
localhost:3000/accounts/confirm-email" + context["key"] django | KeyError: 'key'
I'm using react to set up dj-rest-auth and i ran across two issues which one of them might be a bug. When i assign a new url to the email confirmation links for the password reset email so i can use port 3000 and use the react frontend for password resets and email confirmations i get the following error: `/app/test/...
closed
2022-05-05T11:50:58Z
2022-06-12T16:22:04Z
https://github.com/iMerica/dj-rest-auth/issues/402
[]
DesignsToGrow
0
babysor/MockingBird
pytorch
667
Web服务端打开报错(提示缺少文件)
在MockingBird根目录下有这个路径跟文件,但运行python3 web.py后打开网页时候显示找不到该文件 FileNotFoundError: [Errno 2] No such file or directory: '.\\mkgui\\static\\mb.png' Traceback: File "/usr/local/lib/python3.8/dist-packages/streamlit/scriptrunner/script_runner.py", line 443, in _run_script exec(code, module.__dict__) File "/tmp/tmpi1hir...
open
2022-07-20T08:43:14Z
2022-08-04T04:39:52Z
https://github.com/babysor/MockingBird/issues/667
[]
zx5566387
2
davidsandberg/facenet
computer-vision
882
align_dataset_mtcnn.py
Does your python version of MTCNN have face coordinate correction? Thanks
open
2018-09-22T01:05:44Z
2019-09-01T14:19:59Z
https://github.com/davidsandberg/facenet/issues/882
[]
liuajian
1
babysor/MockingBird
pytorch
385
各位大佬!帮我看看这是什么错误
D:\迅雷下载\MockingBird-main>python demo_toolbox.py Arguments: datasets_root: None enc_models_dir: encoder\saved_models syn_models_dir: synthesizer\saved_models voc_models_dir: vocoder\saved_models cpu: False seed: None no_mp3_support: False Warning...
open
2022-02-12T10:25:17Z
2022-08-27T10:27:30Z
https://github.com/babysor/MockingBird/issues/385
[]
gdfshzh
4
RomelTorres/alpha_vantage
pandas
8
Variable 'err' referenced before assignment
When trying to fetch data for a symbol that does not exist in the api i get the following: Traceback (most recent call last): File "manage.py", line 29, in <module> outputsize='compact') File "/home/joakim/.virtualenvs/alphavantage/lib/python3.5/site-packages/alpha_vantage/alphavantage.py", line 152, in _...
closed
2017-06-10T22:08:15Z
2017-06-11T20:02:58Z
https://github.com/RomelTorres/alpha_vantage/issues/8
[ "duplicate" ]
jwallden
1
lk-geimfari/mimesis
pandas
1,489
Codecov reporting wrong coverage information.
I have no idea why, but commit 79f6257 (`Add pytest entry in pyproject.toml`) decreased coverage by [42.21%](https://app.codecov.io/gh/lk-geimfari/mimesis/commit/79f625782f7cf0ff1943635abe9cfdc9961ae3f3/indirect-changes). Clearly, Codecov is reporting incorrect coverage information and the question is "Why"?
open
2024-01-31T14:02:08Z
2024-03-24T01:49:44Z
https://github.com/lk-geimfari/mimesis/issues/1489
[]
lk-geimfari
8
pallets-eco/flask-sqlalchemy
flask
675
Primary key is nonetype
I've got troubles with the id of all my tables My code is the example one : ```python from datetime import datetime from flask import Flask from flask_sqlalchemy import SQLAlchemy app = Flask(__name__) app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///webApi.db' db = SQLAlchemy(app) class Post(db.Mo...
closed
2019-02-13T12:04:54Z
2020-12-05T20:37:40Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/675
[]
ykafia
1
pandas-dev/pandas
pandas
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
allenai/allennlp
nlp
5,184
allennlp evaluate returns metrics per document, which doesn't agree with metric of connl-2012 task
Hi, The metrics Bcubed, ceaf and muc are computed and averaged over each document in the test set. However, I couldn't find how to get the overall score on the test set, which is computed somewhat differently, by computing the percision and recall denominators on all of the test examples and then computing one numb...
closed
2021-05-06T20:20:37Z
2021-05-08T16:39:08Z
https://github.com/allenai/allennlp/issues/5184
[]
orgadhadas
1
gee-community/geemap
jupyter
1,309
Too many concurrent aggregations when conducting image geemap.image_stats_by_zone
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information Please run the following code on your computer and share the output with us so that we can better debug your issue: ```python import geemap geemap.Report() ``` Fri Oct 21 18:07:14 2022 Eastern Daylight Time --...
closed
2022-10-21T22:46:19Z
2022-11-05T02:45:14Z
https://github.com/gee-community/geemap/issues/1309
[ "bug" ]
dmaUMICH
4
widgetti/solara
fastapi
197
hot reload and polars
consider the following MWE: ```python import polars as pl import solara DATAFRAME = pl.DataFrame(dict(a=range(10))) @solara.component def Page(): solara.Markdown(str(len(DATAFRAME))) ``` Then, to trigger hot reload, add a comment somewhere. This gives the following error: ``` UserWarning: po...
closed
2023-07-06T14:09:55Z
2024-08-03T06:08:20Z
https://github.com/widgetti/solara/issues/197
[]
Jhsmit
6
gradio-app/gradio
data-visualization
10,144
autofocus in multimodal chatbot takes focus away from textbox in additional_inputs
### Describe the bug When `multimodal=True` is set, when I try to type something in the textbox in `additional_inputs` of `gr.ChatInterface`, the focus shifts to the main textbox right after pressing the first key. This doesn't happen with `multimodal=False`. ### Have you searched existing issues? 🔎 - [X] I have s...
closed
2024-12-06T06:07:05Z
2024-12-11T14:16:22Z
https://github.com/gradio-app/gradio/issues/10144
[ "bug" ]
hysts
1
zappa/Zappa
django
878
[Migrated] Can we deploy all/some api endpoints to separate functions?
Originally from: https://github.com/Miserlou/Zappa/issues/2133 by [singhravi1](https://github.com/singhravi1) ## Context There are cases when few API endpoints need multiple resources for example memory to execute than others. So, if we'll be able to separate those API endpoints, we can use more memory just for tho...
closed
2021-02-20T13:03:13Z
2022-07-16T05:34:51Z
https://github.com/zappa/Zappa/issues/878
[]
jneves
1
Neoteroi/BlackSheep
asyncio
11
Free ports at application stop with WLS (Windows Linux Subsystem)
It looks like ports are not freed properly when the application stops when using WLS. This does not happen consistently, and also this error happens: ```bash /blacksheep/server/application.py", line 372, in spawn_server s.shutdown(SHUT_RDWR) OSError: [Errno 107] Transport endpoint is not connected ```
closed
2019-05-10T14:45:04Z
2019-06-23T08:41:40Z
https://github.com/Neoteroi/BlackSheep/issues/11
[]
RobertoPrevato
0
BMW-InnovationLab/BMW-TensorFlow-Training-GUI
rest-api
64
Docker-Py 4.3.1 needs requests<2.2.29
Hi, the new versions of requests use the distributed version of urllib3, breaking the compatibility with docker-py. Setting the requests version in requirements.txt to requests==2.28.1 fixes the problem. For more information, see this issue: [urllib3 v2 incompatibility #3113](https://github.com/docker/docker-py/...
closed
2023-10-23T07:02:00Z
2023-10-24T14:40:10Z
https://github.com/BMW-InnovationLab/BMW-TensorFlow-Training-GUI/issues/64
[ "bug", "docker_sdk" ]
Aestyo
2
scanapi/scanapi
rest-api
312
Wiki - Run ScanAPI Locally
Hi, I was following the [wiki](https://github.com/scanapi/scanapi/wiki/Run-ScanAPI-Locally), it looks like the documentation there is outdated with the current state of the project. It says: ```bash poetry run scanapi ../examples/pokeapi/scanapi.yaml -c ../examples/pokeapi/.scanapi.yaml -o ../examples/pokeapi...
closed
2020-10-10T07:29:43Z
2020-10-28T12:03:57Z
https://github.com/scanapi/scanapi/issues/312
[ "Documentation" ]
flaviotruzzi
1
python-gino/gino
sqlalchemy
527
Support MSSQL
Any news on supporting MSSQL maybe?
open
2019-08-20T08:55:29Z
2019-08-23T12:27:00Z
https://github.com/python-gino/gino/issues/527
[ "feature request" ]
je111ena
1
swisskyrepo/GraphQLmap
graphql
22
strategy support
Leveraging #21, or even without full automation, it would be nice to allow implementing or choosing a (custom) strategy. By that I mean various ways to iterate over fields, randomly choose queries, and stuff like that. I can imagine additional CLI switches to choose from predefined strategies and/or exposing the utilit...
open
2020-05-14T18:52:18Z
2022-01-17T16:12:51Z
https://github.com/swisskyrepo/GraphQLmap/issues/22
[ "enhancement" ]
orangecms
0
pennersr/django-allauth
django
3,827
Headless Authorization Code + PKCE Support?
I'm currently using [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) and [django-rest-social-auth](https://github.com/st4lk/django-rest-social-auth) for two separate projects that utilize the [authorization code flow with PKCE](https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorizatio...
closed
2024-05-17T18:39:04Z
2024-05-17T18:52:23Z
https://github.com/pennersr/django-allauth/issues/3827
[]
vecchp
1
iMerica/dj-rest-auth
rest-api
596
Password reset error
``` Internal Server Error: /auth/password/reset/ Traceback (most recent call last): File "E:\Programming\Big projects\Techno Master\backend\venv\Lib\site-packages\django\core\handlers\exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "E:\Programmin...
closed
2024-03-05T18:44:08Z
2024-03-06T03:03:52Z
https://github.com/iMerica/dj-rest-auth/issues/596
[]
Naitik4516
1
cvat-ai/cvat
tensorflow
8,476
Exporting the detailed attribute details ina frame
Hi, Is there any way (through api) to get the attribue details in each frame. Kind of report saying, frame 1 x-label y-attribute values of labels. (Apart from exporting the annotations)
closed
2024-09-26T14:47:47Z
2024-09-27T06:45:16Z
https://github.com/cvat-ai/cvat/issues/8476
[ "question" ]
ShreenidhiH
1
ultralytics/yolov5
pytorch
13,336
Cropping training images along with their respective annotations
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question As we know, YOLO supports both square and rectangular images. However, for speed and data...
closed
2024-09-27T14:09:23Z
2024-12-03T03:11:39Z
https://github.com/ultralytics/yolov5/issues/13336
[ "question" ]
andualemw1
8
autogluon/autogluon
computer-vision
4,900
[tabular] Add `num_cpus`, `num_gpus` to `predictor.predict`
Related: #4871 We should add ways for user to control num_cpus and num_gpus during model inference. This also ties into adding parallel inference support.
open
2025-02-17T21:05:37Z
2025-02-17T21:05:37Z
https://github.com/autogluon/autogluon/issues/4900
[ "enhancement", "module: tabular" ]
Innixma
0
ets-labs/python-dependency-injector
flask
67
Removing of NewInstance provider
`NewInstance` provider is considered to be deprecated from version 0.7.6 and have to be removed
closed
2015-05-14T14:24:46Z
2016-08-12T22:28:49Z
https://github.com/ets-labs/python-dependency-injector/issues/67
[ "feature" ]
rmk135
0
sebp/scikit-survival
scikit-learn
316
ValueError: sklearn.tree._splitter.Splitter size changed, may indicate binary incompatibility.
<!-- Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the past issues. --> **Describe the bug** The new version (scikit-survival==0.19) gives an a ValueError: ValueError: sklearn.tree._splitter.Splitter size changed, may indicate binary incompatibility....
closed
2022-10-24T08:50:52Z
2022-10-25T11:01:12Z
https://github.com/sebp/scikit-survival/issues/316
[]
ramm777
2
allenai/allennlp
pytorch
5,735
Incomplete model_state_epoch files
Hi, I am using `AllenNLP-2.4.0`. I trained my model for 11 epochs. When I tried to compare different checkpoints of my model, I found that some checkpoints are missing: <img width="1206" alt="image" src="https://user-images.githubusercontent.com/15921425/204122924-8f25961d-1117-4597-a749-e64be7b38a45.png"> You ca...
closed
2022-11-27T06:48:49Z
2022-12-12T16:09:55Z
https://github.com/allenai/allennlp/issues/5735
[ "question", "stale" ]
entslscheia
1
sqlalchemy/sqlalchemy
sqlalchemy
12,099
Task cancellation with SA connection pool + asyncpg + direct_tls can lead to connection leak
### Describe the bug Hi, while tracking down #12076 / #12077 we found that we were hitting another connection leak under similar circumstances. The setup is as follows: - SA connection pool + asyncpg with a `direct_tls=true` connection. - an asyncio task takes a session from the pool, starts a transaction and ...
closed
2024-11-14T17:14:29Z
2024-11-14T23:15:59Z
https://github.com/sqlalchemy/sqlalchemy/issues/12099
[ "duplicate" ]
jraby
6
serengil/deepface
deep-learning
1,188
rotate_facial_area
In DetectorWrapper's rotate_facial_area function, we are returning facial area coordinates as x1, y1, x2, y2. Sometimes, invalid coordinates are returned. For instance, following experiment returns y1 coordinate as minus. ```python result = DeepFace.verify( img1_path="lfwe/test/120_1.jpg", img2_path="lfwe...
closed
2024-04-16T11:24:11Z
2024-04-16T19:13:09Z
https://github.com/serengil/deepface/issues/1188
[ "bug" ]
serengil
1
d2l-ai/d2l-en
machine-learning
2,465
Is it possible to obtain solutions for exercises after every chapter?
Is it possible to obtain solutions for exercises after every chapter?if not, strongly recommend to add them!
closed
2023-04-06T02:28:13Z
2023-05-15T13:53:40Z
https://github.com/d2l-ai/d2l-en/issues/2465
[ "duplicate", "question" ]
heavenkiller2018
1
abhiTronix/vidgear
dash
315
[Question]: low latency live stream server's desktop to client
<!--- Add a brief title for your issue above --> ## Question <!--- Provide your question description here --> Given the examples [here](https://abhitronix.github.io/vidgear/latest/help/screengear_ex/) for client and server ScreenGear, I am unable to play the video on the client in realtime after making a coupl...
closed
2022-06-25T02:57:00Z
2022-07-19T20:07:59Z
https://github.com/abhiTronix/vidgear/issues/315
[ "QUESTION :question:", "WAITING TO TEST :timer_clock:", "POSTPONED :hourglass:", "WORKAROUND PRESENT :ok:" ]
ReenigneArcher
7
psf/requests
python
6,758
Error when headers return 'Location' as an app://xxxx although I have set disable redirects
<!-- Summary. --> ## Expected Result response['Location'] = app://xxxx <!-- What you expected. --> ## Actual Result hostIP = socket.gethostbyname(hostonly) UnicodeError: encoding with 'idna' codec failed (UnicodeError: label too long) <!-- What happened instead. --> ## Reproduction Steps ```python i...
closed
2024-07-02T01:30:02Z
2024-07-02T13:19:36Z
https://github.com/psf/requests/issues/6758
[ "Needs Info" ]
KenKout
3
gunthercox/ChatterBot
machine-learning
2,056
Failing train with postgresql12
The following code fails `bot = ChatBot( 'xxx', storage_adapter='chatterbot.storage.SQLStorageAdapter', # connect to postgreSQL12 database_uri='xxx' ) trainer = ChatterBotCorpusTrainer(bot) trainer.train('chatterbot.corpus.spanish')` with this error > sqlalchemy.exc.DataError: (psycopg2.erro...
open
2020-10-13T14:02:20Z
2020-10-13T14:15:27Z
https://github.com/gunthercox/ChatterBot/issues/2056
[]
valkyrie-geret
1
huggingface/datasets
pandas
7,305
Build Documentation Test Fails Due to "Bad Credentials" Error
### Describe the bug The `Build documentation / build / build_main_documentation (push)` job is consistently failing during the "Syncing repository" step. The error occurs when attempting to determine the default branch name, resulting in "Bad credentials" errors. ### Steps to reproduce the bug 1. Trigger the `build...
open
2024-12-03T20:22:54Z
2025-01-08T22:38:14Z
https://github.com/huggingface/datasets/issues/7305
[]
ruidazeng
2
sktime/sktime
data-science
7,239
[ENH] merging `kats` detectors and other modules with `sktime`?
`kats` is a mostly defunct `sktime` clone by Facebook (now Meta), which became inactive in 2022, when Facebook focused on the metaverse and pulled resources off anything else, including `kats`, becoming "Meta" in the process. There are nice implementations of detectors in `kats`, and a few non-meta developers have t...
open
2024-10-09T09:13:29Z
2024-10-09T09:14:37Z
https://github.com/sktime/sktime/issues/7239
[ "module:detection", "enhancement" ]
fkiraly
0
tqdm/tqdm
pandas
1,654
Throw error with pythonw
- [ ] I have marked all applicable categories: + [Y] exception-raising bug + [ ] visual output bug - [ ] I have visited the [source website], and in particular read the [known issues] - [Y] I have searched through the [issue tracker] for duplicates - [Y] I have mentioned version numbers, operating system and ...
open
2025-02-18T10:33:23Z
2025-02-18T10:33:23Z
https://github.com/tqdm/tqdm/issues/1654
[]
One-sixth
0
huggingface/transformers
nlp
36,579
AutoModel failed with empty tensor error
### System Info Copy-and-paste the text below in your GitHub issue and FILL OUT the two last points. - `transformers` version: 4.50.0.dev0 - Platform: Linux-4.18.0-553.16.1.el8_10.x86_64-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.28.1 - Safetensors version: 0.5.2 - Accelerate version...
closed
2025-03-06T07:57:25Z
2025-03-13T17:18:16Z
https://github.com/huggingface/transformers/issues/36579
[ "bug" ]
jiqing-feng
1
mwaskom/seaborn
data-science
2,931
Uneven distribution on the X-axis of the heat map
![attention](https://user-images.githubusercontent.com/46180499/182139935-8593ea63-4d41-4287-a8d7-6d42ba085e66.jpg) Hello, I wonder how to set the scale on the X-axis so that it spreads evenly over the entire figure. Maybe it's a bug? Solved! Beacuse the data has some 0.
closed
2022-08-01T11:39:34Z
2022-08-01T12:30:08Z
https://github.com/mwaskom/seaborn/issues/2931
[]
zlj63501
0
graphistry/pygraphistry
pandas
273
[BUG] networkx is going funny
Some reason a g.plot() of a nx object was not working: ```python gdn = nx.DiGraph() for row in sdf.values: gdn.add_edge(row[0], row[1], item=row[2]) ne = gdn.number_of_edges() nn = gdn.number_of_nodes() print(f’nodes: {nn}, edges: {ne}’)` ``` Sample of known-working node converson: ```python import...
open
2021-11-03T17:59:37Z
2021-11-03T18:11:54Z
https://github.com/graphistry/pygraphistry/issues/273
[ "bug" ]
lmeyerov
1
miguelgrinberg/microblog
flask
238
import SocketServer as socketserver ModuleNotFoundError: No module named 'SocketServer'
Hi, Miguel It gives an error when I try to install SocketServer. How do I install and run SocketServer?
closed
2020-06-14T11:41:12Z
2020-06-17T09:21:33Z
https://github.com/miguelgrinberg/microblog/issues/238
[ "question" ]
Amazeryogo
4
JoeanAmier/TikTokDownloader
api
378
V5.5 windows defender 报毒
open
2025-01-15T12:41:19Z
2025-01-15T12:50:56Z
https://github.com/JoeanAmier/TikTokDownloader/issues/378
[ "不会处理(wontfix)" ]
Metric640
1
pallets-eco/flask-sqlalchemy
flask
843
AttributeError
``` File "E:\Python3.7\Project\Web Development\Flask\venv\lib\site-packages\flask\app.py", line 2301, in __call__ return self.wsgi_app(environ, start_response) File "E:\Python3.7\Project\Web Development\Flask\venv\lib\site-packages\flask\app.py", line 2287, in wsgi_app response = self.handle_exception(e)...
closed
2020-06-15T12:25:46Z
2020-12-05T19:58:25Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/843
[]
Rajendro1
1
aeon-toolkit/aeon
scikit-learn
2,584
[ajb/tags] is STALE
@TonyBagnall, ajb/tags has had no activity for 147 days. This branch will be automatically deleted in 28 days.
open
2025-03-03T01:28:16Z
2025-03-24T01:28:32Z
https://github.com/aeon-toolkit/aeon/issues/2584
[ "stale branch" ]
aeon-actions-bot[bot]
3
twopirllc/pandas-ta
pandas
464
Pandas_TA and Pandas performance with Intel Modin
**Pandas_TA and Pandas performance with Intel Modin.** I consider myself a newbie in python. I have been using pandas_ta and pandas in general for a while now. I saw on Intel's website that `modin` library with Intel's optimization can speed up performance of pandas significantly. And all of it can be achieved by ...
closed
2022-01-11T21:33:44Z
2022-02-08T12:23:24Z
https://github.com/twopirllc/pandas-ta/issues/464
[ "info" ]
krazykoder
4
Esri/arcgis-python-api
jupyter
1,244
item.reassign_to() fails with permission error, even though user has that privilege
**Describe the bug** Attempting to programmatically reassign content ownership, specifically a web map item. I have verified the user in AGOL has the "Reassign content" privilege, and can successfully change ownership through the AGOL UI. When done programmatically with the Python API (arcgis module v1.9.1), an except...
closed
2022-05-12T18:44:04Z
2022-10-25T15:35:07Z
https://github.com/Esri/arcgis-python-api/issues/1244
[ "bug" ]
harwelld
8
deepset-ai/haystack
nlp
8,308
SentenceWindowRetriever: support more document stores
The following document stores, need to have the prefix `meta` in the filter query in order to filter by value in the meta fields - Astra - PGVector - Qdrant
closed
2024-08-29T12:53:43Z
2024-09-03T08:57:12Z
https://github.com/deepset-ai/haystack/issues/8308
[]
davidsbatista
0
pallets-eco/flask-sqlalchemy
flask
567
Add "first" and "last" to Pagination class?
I'm new to Flask, and was wondering about a feature that I think would be useful to add to the Pagination class. Unless I'm missing it, there doesn't seem to be a built-in way to get the numbers of the items you're viewing on the page itself. That is, if you want to display "387 records found; displaying 26–50", you'd ...
closed
2017-11-17T16:39:16Z
2022-10-03T00:21:38Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/567
[ "pagination" ]
jessesheidlower
1
autogluon/autogluon
scikit-learn
4,670
[BUG] OPENBLAS_NUM_THREADS environment variable doesn't seem to work... Running on a machine with 448 (or more) CPUs.
Maybe this is a question.... **Bug Report Checklist** <!-- Please ensure at least one of the following to help the developers troubleshoot the problem: --> - [ ] I provided code that demonstrates a minimal reproducible example. <!-- Ideal, especially via source install --> - [X] I confirmed bug exists on the la...
open
2024-11-20T21:08:48Z
2024-11-25T23:07:10Z
https://github.com/autogluon/autogluon/issues/4670
[ "bug", "module: tabular" ]
unj1m
3
aio-libs/aiomysql
asyncio
373
Allow to set to expand aiomysql.cursors.Cursor
In #263 the custom cursor was removed. For each query I need to set a comment with 'request_id' and measure time of the query. Initially, I thought to do this through `before_cursor_execute`, but the library does not support subscribing to events. Now, I think to expand the cursor aiomysql.cursors.Cursor.
closed
2019-01-17T11:44:40Z
2019-01-20T16:22:58Z
https://github.com/aio-libs/aiomysql/issues/373
[ "enhancement" ]
elBroom
1
scrapy/scrapy
python
6,067
About concurrency settings
In my code, I want to achieve that request different page concurrently. So I set ```CONCURRENT_REQUESTS=4``` in file, I think It's means scrapy can request (x4) as the same time, and I set ```DOWNLOAD_DELAY = 1``` make scrapy to request 1 times each 1 second. so It could request 60 x 4 = 240 each min in experiment. ...
closed
2023-09-26T07:29:49Z
2023-09-26T08:46:14Z
https://github.com/scrapy/scrapy/issues/6067
[]
Yakuho
1
sepandhaghighi/samila
matplotlib
183
Support different IPFS gateways
#### Description Support different IPFS gateways References: 1. https://ipfs.github.io/public-gateway-checker/ 2. https://natoboram.gitlab.io/public-gateway-cacher/ #### Steps/Code to Reproduce ```pycon >>> from samila import * >>> g.nft_storage(api_key="YOUR_API_KEY", gateway=IPFSGateway.HARDBIN) {'status...
closed
2023-03-27T09:06:57Z
2024-06-25T17:50:23Z
https://github.com/sepandhaghighi/samila/issues/183
[ "enhancement" ]
sepandhaghighi
0
PeterL1n/RobustVideoMatting
computer-vision
185
切换模型从float32 到 float16 推理速度没有提升
Hi,我在Android arm64-v8a平台上,用C++测试两个模型rvm_mobilenetv3_fp16.onnx和rvm_mobilenetv3_fp32.onnx, 发现推理速度差不多,请问这是怎么回事?
open
2022-07-12T05:20:09Z
2022-07-12T05:20:09Z
https://github.com/PeterL1n/RobustVideoMatting/issues/185
[]
BrainSurgeAI
0
pytorch/pytorch
machine-learning
149,670
DISABLED test_lazy_module_speculation_log_divergence (__main__.NNModuleTests)
Platforms: linux, rocm This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_lazy_module_speculation_log_divergence&suite=NNModuleTests&limit=100) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/39123845623). Over the pa...
open
2025-03-20T21:41:15Z
2025-03-21T15:02:15Z
https://github.com/pytorch/pytorch/issues/149670
[ "module: nn", "triaged", "module: flaky-tests", "skipped" ]
pytorch-bot[bot]
1
graphql-python/graphene-django
django
529
Should GlobalIDFormField.clean return a decoded id?
I think `GlobalIDFormField.clean` should have two additional behaviors: assert decoded type matches model, and return a decoded id. In #481 we see that django's internal want decoded ids and additional code is required to properly use `DjangoModelFormMutation` - I believe this would eliminate that need. Please le...
closed
2018-10-05T18:58:32Z
2019-06-18T12:09:29Z
https://github.com/graphql-python/graphene-django/issues/529
[ "wontfix" ]
zbyte64
1
bmoscon/cryptofeed
asyncio
352
Support D-Bus
https://dbus.freedesktop.org/doc/dbus-specification.html D-Bus support two basic IPC operations - signal and method. [pubsub]Signal implements a publisher / subscriber model [RPC]Method implements an one-to-one caller / callee model, which is the same as RPC. dasbus https://github.com/rhinstaller/dasb...
open
2020-12-11T08:12:54Z
2020-12-12T00:51:47Z
https://github.com/bmoscon/cryptofeed/issues/352
[ "Feature Request" ]
zfsamzfsam
1
serengil/deepface
machine-learning
1,024
make confidence scores of different detectors in same scale
Currently, different detectors are returning confidence scores in different scales opencv: 7.4 ssd: 1.0 dlib: 1.67 mtcnn: 1.0 retinaface: 1.0 yunet: 0.95 yolov8: 0.86 you may consider to add a threshold argument to extract faces and filter retuned faces with the passed threshold if available
closed
2024-02-16T15:31:05Z
2024-02-25T14:26:10Z
https://github.com/serengil/deepface/issues/1024
[ "enhancement" ]
serengil
3
graphistry/pygraphistry
jupyter
178
[BUG] Confusing handling of edgeless cypher queries
``` import neo4j import graphistry NEO4J = { 'uri': "bolt://***********:7687", 'auth': (******, *********) } graphistry.register(bolt=NEO4J, username=*******, password=****, api=3, protocol="https", server="hub.graphistry.com", token=*****) g = graphistry.cypher("""MATCH (n)--(m) RETURN n,m LIMIT 100""...
closed
2020-10-01T23:53:24Z
2020-10-13T22:35:22Z
https://github.com/graphistry/pygraphistry/issues/178
[ "bug", "help wanted", "good-first-issue" ]
lmeyerov
2
microsoft/MMdnn
tensorflow
530
Tensorflow has not supported operator [AddN]
Platform (ubuntu 16.04): Python version:3.6 Source framework with version (Tensorflow 1.8, caffe 1.0): Destination framework with version (like CNTK 2.3 with GPU): Hi when I tried to convert my tensorflow pb file into IR file, it shows Tensorflow has not supported operator [AddN]. I wonder how to solve this...
open
2018-12-18T08:13:39Z
2018-12-24T03:38:23Z
https://github.com/microsoft/MMdnn/issues/530
[ "enhancement" ]
ChaoYu123
1
ivy-llc/ivy
numpy
28,265
Fix Ivy Failing Test: paddle - manipulation.tile
open
2024-02-12T16:38:28Z
2024-02-12T16:38:28Z
https://github.com/ivy-llc/ivy/issues/28265
[ "Sub Task" ]
jacksondm33
0
amdegroot/ssd.pytorch
computer-vision
385
parameter config
In the file data/config.py, we can see about Pascal VOC >'min_sizes': [30, 60, 111, 162, 213, 264], >'max_sizes': [60, 111, 162, 213, 264, 315], and about COCO >'min_sizes': [21, 45, 99, 153, 207, 261], >'max_sizes': [45, 99, 153, 207, 261, 315], How do these two sets of numbers get?
open
2019-07-17T13:40:36Z
2019-07-17T13:40:36Z
https://github.com/amdegroot/ssd.pytorch/issues/385
[]
ghost
0
jina-ai/clip-as-service
pytorch
581
d
**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [ ] Are you running the latest `bert-as-service`? * [ ] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `README.md`? * [ ] D...
closed
2020-08-10T19:05:49Z
2020-08-10T19:39:40Z
https://github.com/jina-ai/clip-as-service/issues/581
[]
alhurwitz
0
huggingface/transformers
deep-learning
36,518
GraniteMoE’s implementation is not compatible with HF’s peft
### Feature request When fine-tuning GraniteMoE (granite-3.1-1b-a400m-instruct) with LoRA, MoE’s experts are not added to LoRA as trainable modules. This is because the current implementation uses nn.Parameter for experts’ weight but peft's LoRA does not support nn.Parameter modules. transformers/models/granitemoe/mo...
open
2025-03-03T18:01:57Z
2025-03-04T14:02:28Z
https://github.com/huggingface/transformers/issues/36518
[ "Feature request" ]
lhkhiem28
1
pallets/quart
asyncio
174
500 error when accessing static ressource with a `..` in the path
``` ERROR parsec.backend.asgi:app.py:1161 Exception on request GET /static/../__init__.py Traceback (most recent call last): File "/home/emmanuel/projects/parsec-cloud/parsec-cloud/venv39/lib/python3.9/site-packages/quart_trio/app.py", line 133, in handle_request return await self.full_dispatch_request(req...
closed
2022-08-29T15:18:06Z
2022-09-14T00:23:27Z
https://github.com/pallets/quart/issues/174
[]
touilleMan
0
horovod/horovod
machine-learning
2,989
Failed to use LossScaleOptimizer with DistributedOptimizer.
**Environment:** Note that I checked this issue on NVIDIA's NGC TF2 container image, `nvcr.io/nvidia/tensorflow:21.05-tf2-py3`. (Release notes: https://docs.nvidia.com/deeplearning/frameworks/tensorflow-release-notes/rel_21-05.html#rel_21-05) 1. Framework: TensorFlow (and its keras API) 2. Framework version: 2.4.0...
closed
2021-06-17T09:42:30Z
2021-06-21T20:51:48Z
https://github.com/horovod/horovod/issues/2989
[ "bug" ]
lazykyama
0
bregman-arie/devops-exercises
python
280
Content for What is DevSecOps? What its core principals? is missing
No answers available for What is DevSecOps? What its core principals? reproduction- Security -> Expand What is DevSecOps? What its core principals?
closed
2022-08-24T15:34:13Z
2022-08-24T18:15:10Z
https://github.com/bregman-arie/devops-exercises/issues/280
[]
oksourav
1
mirumee/ariadne-codegen
graphql
271
graphqlschema option saves Python to .graphql files
I'm trying to use the `graphqlschema` command to save the GraphQL schema locally for use by the likes of IDEs, etc. However, when I invoke the command, I get a file named `schema.graphql` but the contents are Python code, not GraphQL syntax. My `pyproject.toml` looks like this: ```toml [tool.ariadne-codegen] r...
closed
2024-01-29T23:38:43Z
2024-02-02T12:30:14Z
https://github.com/mirumee/ariadne-codegen/issues/271
[]
dhay
1
microsoft/nni
tensorflow
4,832
'BatchNorm2d' does not match 'BatchNorm1d'
config_list = [{ 'total_sparsity': 0.5, 'op_types': ['BatchNorm1d'], 'max_sparsity_per_layer': 0.9 }] traced_optimizer = nni.trace(torch.optim.Adam)(model_train.parameters(), lr=0.01, weight_decay=5e-4) pruner = SlimPruner(model_train, config_list, trainer, traced_optimizer, cr...
open
2022-05-03T09:18:50Z
2022-05-05T01:50:49Z
https://github.com/microsoft/nni/issues/4832
[]
daixiangzi
1
glumpy/glumpy
numpy
224
Text dimming outside the center of the image
Hi! I'm trying to do a 3D representation of some data, as a set of points (with a text attached) on a sphere. It is very, very similar to the earth.py example. However, I don't understand why the marker and the text dims when outside the center of the image. I attach an image to show what I mean. In that image, you ...
closed
2019-08-08T17:00:32Z
2019-08-19T08:21:28Z
https://github.com/glumpy/glumpy/issues/224
[]
ivansiiito
2
custom-components/pyscript
jupyter
17
PyCharm IDE inspection warnings
Since the refactoring away from instancing `State`, `Handler` and the other classes, my PyCharm IDE warns about two inspections, and I think it's right to do so: - `Usually first parameter of a method is named 'self'` To fix this, the `@staticmethod`decorator should be used ([explanation](https://www.tutorialspoint.c...
closed
2020-09-09T16:53:03Z
2020-09-11T21:02:40Z
https://github.com/custom-components/pyscript/issues/17
[]
fleXible
2
errbotio/errbot
automation
1,375
DNS doesn't resolve for version.errbot.io
In order to let us help you better, please fill out the following fields as best you can: ### I am... * [ x] Reporting a bug * [ ] Suggesting a new feature * [ ] Requesting help with running my bot * [ ] Requesting help writing plugins * [ ] Here about something else ### I am running... * Errbot version...
closed
2019-08-19T16:36:45Z
2020-01-12T19:26:05Z
https://github.com/errbotio/errbot/issues/1375
[ "type: support/question" ]
chadleeshaw
6
junyanz/pytorch-CycleGAN-and-pix2pix
deep-learning
872
Why does being invariant to image-level operations help style transfer learning?
@phillipi mentioned that 'instance norm will be (nearly) invariant to image-level operations like changing the exposure or contrast of a photo, whereas batchnorm will not. Batchnorm is only invariant to batch-level operations.' but why does that help in style transfer learning for cycleGan?
closed
2019-12-10T07:05:50Z
2019-12-12T10:03:04Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/872
[]
pyoungkangkim
5
pennersr/django-allauth
django
3,450
`sociallogin.lookup` should make use of request
`sociallogin.lookup()` does not accept any argument, hence it calls `self.account.get_provider` without a request, preventing to make use of said request into custom adapter. As `sociallogin.lookup()` is only called in `allauth.socialaccount.helpers.complete_social_login` which has the request context, is it possble...
closed
2023-09-25T14:32:26Z
2023-09-25T15:26:49Z
https://github.com/pennersr/django-allauth/issues/3450
[]
SebCorbin
1
oegedijk/explainerdashboard
plotly
210
Install explainerdashboard 0.3.8 from conda-forge
I tried to install explainerdashboard from anaconda forge on my linux as well as my windows 10 machine. Both fail, just explainerdashboard 0.3.6.2 works finde, but that does not have pipeline support. Any solutions for this? Can other people install the newest version from anaconda?
closed
2022-04-26T21:08:50Z
2022-04-27T12:37:53Z
https://github.com/oegedijk/explainerdashboard/issues/210
[]
nilslacroix
0
aleju/imgaug
deep-learning
20
grid = seq.draw_grid(image, cols=8, rows=8)
after load image,make draw_grid(image,cols=8,rows=8),there have a problem boundary mode not supported.how to deal with?
closed
2017-03-20T12:42:52Z
2017-03-26T13:06:16Z
https://github.com/aleju/imgaug/issues/20
[]
Sophia-intel
4
minimaxir/textgenrnn
tensorflow
100
AttributeError: 'str' object has no attribute 'model' - When running synthesize_to_file
I'm sorry to bother, but while working on a synthesizer to combine several .hdf5 files, I got stuck at this error when it ran this bit of code: synthesize_to_file(list(modelList), str(fullPath), temperature=(str(temp)), n=(int(lines))) While I know I'm not the best programmer, so this is probably entirely my faul...
open
2019-01-20T04:49:25Z
2019-01-21T05:30:48Z
https://github.com/minimaxir/textgenrnn/issues/100
[]
SurpriseSnek
2
plotly/plotly.py
plotly
4,631
imshow does not respect plot height, width in combination with binary_string = True
I discovered what seems like a bug in imshow or at least very unexpected behavior. I cannot make height and width arguments work in combination with binary_string=True. Happy to try and help fix this if someone can point me on the right trail. Replication code below along with demonstration of expected behavior when bi...
closed
2024-06-08T20:57:49Z
2024-07-12T00:05:23Z
https://github.com/plotly/plotly.py/issues/4631
[ "bug", "sev-3" ]
secretaliasname
3
huggingface/transformers
tensorflow
36,701
Some questions of `Gemma3` processor
Thanks for bringing us a nice implementation of the `Gemma3` model! After reading the code, I have a question about `gemma3.processing.py`. This segment of code is as follows: [code](https://github.com/huggingface/transformers/blob/d84569387fb1f88c86fb8d82a41f20c9e207d09e/src/transformers/models/gemma3/processing_ge...
closed
2025-03-13T15:43:16Z
2025-03-14T12:07:57Z
https://github.com/huggingface/transformers/issues/36701
[ "VLM" ]
Kuangdd01
2
giotto-ai/giotto-tda
scikit-learn
270
Investigate scikit-build
As discussed earlier it might be worth investigating the use of [scikit-build](https://github.com/scikit-build/scikit-build) for integration with Cmake, instead of the custom logic currently defined in setup.py. I have not used it personally, but heard overall good feedback about it. See e.g. https://blog.kitware.co...
open
2020-02-10T14:23:53Z
2020-02-19T09:04:49Z
https://github.com/giotto-ai/giotto-tda/issues/270
[ "discussion" ]
rth
2
davidsandberg/facenet
computer-vision
454
Wrong face Landmarks
Hi- I used the provided mtcnn to detect the bounding box as well as the landmarks. Here is my result for one figure: ![wrong-detection](https://user-images.githubusercontent.com/6980446/30335487-ce777856-97e2-11e7-9369-2f88a2498a8f.png) I believe it is false face detection, since the right eye is not in the pictu...
closed
2017-09-12T15:52:22Z
2018-04-01T21:09:52Z
https://github.com/davidsandberg/facenet/issues/454
[]
github4f
0
pydata/xarray
pandas
9,351
Add open_mfdatatree
### What is your issue? > Currently we have an `open_datatree` function which opens a single netcdf file (or zarr store). We could imagine an `open_mfdatatree` function which is analogous to `open_mfdataset`, which can open multiple files at once. > > As `DataTree` has a structure essentially the same as that of a ...
open
2024-08-13T16:50:50Z
2024-08-13T21:14:09Z
https://github.com/pydata/xarray/issues/9351
[ "enhancement", "topic-DataTree" ]
keewis
0
plotly/dash
flask
3,226
add/change type annotations to satisfy mypy and other tools
With the release of dash 3.0 our CI/CD fails for stuff that used to work. Here's a minimum working example: ```python from dash import Dash, dcc, html from dash.dependencies import Input, Output from typing import Callable app = Dash(__name__) def create_layout() -> html.Div: return html.Div([ dcc.Input(i...
open
2025-03-18T10:25:57Z
2025-03-20T16:30:13Z
https://github.com/plotly/dash/issues/3226
[ "bug", "P2" ]
gothicVI
6
ccxt/ccxt
api
24,864
How to close the position in the hedge mode of the Bybit
### Operating System Windows ### Programming Languages Python ### CCXT Version 4.4.47 ### Description My code works in hedge mode. That is, long and short positions exist simultaneously in one account. I want to close one position, but I don't know what to do. The 'reduceOnly' parameter didn't work. If I remo...
open
2025-01-13T14:33:05Z
2025-01-14T12:52:26Z
https://github.com/ccxt/ccxt/issues/24864
[ "question" ]
aufien10
3
docarray/docarray
pydantic
1,597
Add pydantic v2 compatiblity
# Context we want to support pydantic v2 as soon as possible ## Current blocker ### dependency problem Several dependency have locked down pydantic to version 1. Which means we cannot use pydantic v2 in poetry until this removed (note this is not really a blocker as we can manually force the install of pyd...
closed
2023-05-31T09:28:09Z
2023-10-02T07:30:07Z
https://github.com/docarray/docarray/issues/1597
[]
samsja
0