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
huggingface/text-generation-inference
nlp
2,199
error warming up cohere/aya-23-35b model: error in `reshape_and_cache` function with TGI 2.1.1
### System Info `ghcr.io/huggingface/text-generation-inference:2.1.1` docker image running on 2 nvidia H100s ### Information - [X] Docker - [ ] The CLI directly ### Tasks - [X] An officially supported command - [ ] My own modifications ### Reproduction Run the docker image with the following environment variabl...
closed
2024-07-08T05:31:54Z
2024-07-18T14:01:13Z
https://github.com/huggingface/text-generation-inference/issues/2199
[]
Jason-CKY
1
ShishirPatil/gorilla
api
286
Is it possible to fine-tune without Azure AI studio?
Is it possible to implement RAFT without Azure AI studio? I am planning to use open-source models.
open
2024-03-25T12:03:17Z
2024-03-28T23:15:26Z
https://github.com/ShishirPatil/gorilla/issues/286
[]
mark86v1
2
MaxHalford/prince
scikit-learn
61
Unreliable results while FAMD model is returned from a function.
Hi, I did notice that when you return the FAMD transform object from a function, the next results are sometimes unreliable. The following code snippet elucidates the issue : ```python import prince import pandas as pd from sklearn import linear_model cv_train = pd.read_csv('cv_training3.csv') famd = prince.F...
closed
2019-04-02T19:04:05Z
2019-06-24T14:10:16Z
https://github.com/MaxHalford/prince/issues/61
[]
babinu-uthup-4JESUS-zz
4
kizniche/Mycodo
automation
708
No translation possible
Hallo! Since some upgrades, I can no longer change Web Interface to any other language. I even reinstalled mycodo without success. I think in 7.7.9 the translation still works. Then I immediately upgraded to 7.8.4 and it did not work anymore. In 7.9.1 neither. Only Chinese, Serbian, Swedish and Norwegian are working. ...
closed
2019-11-01T12:23:02Z
2019-11-03T21:26:24Z
https://github.com/kizniche/Mycodo/issues/708
[ "bug" ]
grux77
22
plotly/dash-table
dash
318
ability to include column headers when copying-and-pasting
Currently, when you copy and paste contents from the DataTable into Excel, only the currently selected contents are included. This item would enable the copy-and-paste to include the column headers when pasting the data. This setting would be set by the Dash developer through a property like “`include_headers_on_copy_...
closed
2018-12-19T22:26:20Z
2019-08-08T20:28:18Z
https://github.com/plotly/dash-table/issues/318
[ "dash-type-enhancement", "dash-meta-sponsored", "size: 3" ]
chriddyp
5
graphdeco-inria/gaussian-splatting
computer-vision
1,120
2060(12G) running 3DGS appears out of memory?
I only used 20 images,It works fine for me on my 4060(8G).
open
2024-12-25T07:47:48Z
2024-12-25T07:50:05Z
https://github.com/graphdeco-inria/gaussian-splatting/issues/1120
[]
foooolish
1
CorentinJ/Real-Time-Voice-Cloning
deep-learning
1,029
Results of training on my own dataset
Hi,When I train with my own dataset, the result is as shown in the following picture.Can you tell me where is the problem? May be the number of data is too small? (my dataset includes 20 minutes of voice data in total ) Looking forward to your reply : ![step-5000-align](https://user-images.githubusercontent.com/407533...
open
2022-02-28T08:09:30Z
2022-03-01T14:50:55Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1029
[]
dongdongdashen
1
Zeyi-Lin/HivisionIDPhotos
fastapi
216
反向代理后页面加载不全
在docker部署好以后,通过NPM反向代理,访问后如下图,直接访问页面没有问题 ![Snipaste_2024-12-05_12-31-35](https://github.com/user-attachments/assets/52d9984f-053b-4348-b1b6-5b82284449c6)
open
2024-12-05T04:33:53Z
2025-02-04T11:48:20Z
https://github.com/Zeyi-Lin/HivisionIDPhotos/issues/216
[]
kyonefq
1
vitalik/django-ninja
rest-api
1,404
How to change a response timezone based on a query parameter?
Hi, I want to know how to change a response timezone based on a query parmeter like https:://example.com?timezone=utc , https://example.com?timezone=Asia/Tokyo ,or https://exampl.com?timezone=Asia/Kolkata? I think the answer of https://github.com/vitalik/django-ninja/issues/786 is related to this problem, but I ca...
closed
2025-02-05T02:12:41Z
2025-02-05T02:26:20Z
https://github.com/vitalik/django-ninja/issues/1404
[]
owari-taro
1
python-arq/arq
asyncio
280
Specifying set of weekday strings in cron jobs
When scheduling a cron job, something like `weekday = {'mon', 'wed', 'fri'}` isn't parsable by the worker. Relatedly, `WeekdayOptionType` allows int, set of ints, or string literal; it does not allow a set of string literals. This was mildly inconvenient for me, and I was wondering if I could get your thoughts on th...
open
2021-11-19T21:16:39Z
2021-11-19T21:16:39Z
https://github.com/python-arq/arq/issues/280
[]
leeek
0
sgl-project/sglang
pytorch
4,339
[Bug] sglang-router load model failed randomly
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [ ] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to repr...
open
2025-03-12T09:33:14Z
2025-03-13T06:58:36Z
https://github.com/sgl-project/sglang/issues/4339
[]
fmantianxing
2
plotly/plotly.py
plotly
4,806
plotly doesn't render html for data with long descriptions
When trying to create a scatter plot with long descriptions (~5k chars), the html file stops running. Unfortunately, the description cannot be shortened. Here's a code snipped that will help reproduce the problem: ``` import numpy as np import pandas as pd import plotly.express as px embedding2d = # generate np....
open
2024-10-17T12:54:12Z
2024-10-22T19:27:29Z
https://github.com/plotly/plotly.py/issues/4806
[ "bug", "P3" ]
JohnConnor123
0
AirtestProject/Airtest
automation
478
ios11 或12 怎么做双击home 键啊
如题
closed
2019-07-29T01:35:45Z
2020-03-30T07:12:52Z
https://github.com/AirtestProject/Airtest/issues/478
[]
tong-yao
3
miguelgrinberg/Flask-SocketIO
flask
1,486
A question about async_mode and block
I am trying to complete a python backend server so that it could send messages to the front webpage when I receive data from Kafka. I found that when I set the async_mode as 'eventlet', the backend could not use socketio.emit to send the message to the front webpage. It looks like the communication is blocked. However...
closed
2021-02-22T15:23:09Z
2021-02-23T11:03:55Z
https://github.com/miguelgrinberg/Flask-SocketIO/issues/1486
[ "question" ]
north-horse
2
deezer/spleeter
deep-learning
811
[Discussion] How to update Spleeter properly
<!-- Please respect the title [Discussion] tag. --> Hi, I currentkly have Spleeter Version: 2.3.1 installed on my macMini M1. How do I properly update it to the latest version? Cheers Marc
open
2022-12-10T09:39:56Z
2022-12-13T10:16:30Z
https://github.com/deezer/spleeter/issues/811
[ "question" ]
daslicht
2
ray-project/ray
data-science
51,333
[RLlib] Basic PPO script throws obscure error when building RLModule
### What happened + What you expected to happen Using the repro script below, I get the following error: > Traceback (most recent call last): > File "/Users/artur/miniforge3/envs/footsies/lib/python3.12/site-packages/ray/rllib/core/rl_module/rl_module.py", line 102, in build > module = self.module_class( > ...
open
2025-03-13T13:02:00Z
2025-03-23T21:49:16Z
https://github.com/ray-project/ray/issues/51333
[ "bug", "P1", "rllib" ]
ArturNiederfahrenhorst
7
explosion/spaCy
data-science
13,498
Multiple INFIX inside span cannot be recognized
A span containing more than one INFIX "tokens" will not be recognized. ![Screenshot from 2024-05-15 15-21-34](https://github.com/explosion/spaCy/assets/56017228/b4910e1b-9415-41b9-8165-4f018938dd14) ## Expected behaviour all 4 date strings should be recognized. ## How to reproduce the behaviour Was run in a ju...
closed
2024-05-15T13:22:33Z
2024-06-16T00:02:40Z
https://github.com/explosion/spaCy/issues/13498
[]
nsch0e
3
plotly/dash-bio
dash
572
igv duplicate sequence tracks in igv is inside tabs
python: 3.8 dash: 1.20.0 dash-bio: 0.7.1 **Describe the bug** When dashbio Igv is embeded inside a tab and the user switches between tabs. Coming back to the tab where the igv is triggers a reload of the igv module along with addition of duplicate sequence tracks each time the tab is switched. This behavior seem ...
closed
2021-09-07T15:26:13Z
2021-11-23T06:48:48Z
https://github.com/plotly/dash-bio/issues/572
[]
boyangzhao
0
HumanSignal/labelImg
deep-learning
182
Display label in bounding box
<!-- Please provide as much as detail and example as you can. You can add screenshots if appropriate. --> **Feature idea:** Display label in the bounding box. Show the label in the bounding box so it is more clear which label corresponds to which bounding box.
closed
2017-10-24T11:45:43Z
2021-03-19T12:18:56Z
https://github.com/HumanSignal/labelImg/issues/182
[ "enhancement" ]
jensdenbraber
3
dynaconf/dynaconf
django
235
global merge going away?
I set up our application on dynaconf 1 in such a way that it looks at multiple configuration files and conf files further down in the stack will override those higher up. This relies on the MERGE_ENABLED_FOR_DYNACONF setting to work since most of our configuration is organized in objects. After upgrading to 2.1.1 I ...
closed
2019-09-18T19:11:00Z
2019-10-17T15:54:23Z
https://github.com/dynaconf/dynaconf/issues/235
[ "enhancement", "question" ]
fantapop
4
ultralytics/yolov5
deep-learning
12,930
Add ghost modules into tf.py for exporting yolov5s-ghost.pt to tensorflow saved_model or tflite
### Search before asking - [ ] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests. ### Description To solve this https://github.com/ultralytics/yolov5/issues/9489#issue-1377645244 add TFGhostConv,TFC3Ghost, TFGhostBottleneck into tf.py and export ...
closed
2024-04-17T04:08:27Z
2024-10-20T19:44:03Z
https://github.com/ultralytics/yolov5/issues/12930
[ "enhancement" ]
lexxxx-cmd
2
sherlock-project/sherlock
python
1,865
Please i need cloud shell
<!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Put x into all boxes (like this [x]) once you have completed ...
closed
2023-08-15T21:34:20Z
2023-08-29T12:04:29Z
https://github.com/sherlock-project/sherlock/issues/1865
[]
Memzthee
1
dmlc/gluon-nlp
numpy
1,410
Print link to AWS Batch training logs in the Github Actions "Test Project on AWS Batch" step
## Description Currently the log will be available as build artifact at the end of the run. It would be good to provide a link to the AWS Batch log so that team members can easily access the log during the runtime of the test. cc @barry-jin
open
2020-10-29T04:03:37Z
2020-10-29T17:20:29Z
https://github.com/dmlc/gluon-nlp/issues/1410
[ "enhancement", "CI" ]
leezu
3
OpenBB-finance/OpenBB
python
6,734
[Bug]
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps(from the start) and commands to reproduce the behavior **Screenshots** If applicable, add screenshots to help explain your problem. If you are running the terminal using the conda version please rerun the terminal with `py...
closed
2024-10-03T15:44:40Z
2024-10-03T18:00:42Z
https://github.com/OpenBB-finance/OpenBB/issues/6734
[]
Mirauzo
1
dnouri/nolearn
scikit-learn
205
Spatial transformer (layer that takes another layer that is not "incoming")
Hi, I am trying to train a network with a spatial transformer and the class needs to be passed the layer that computes the transform params, e.g the parameter "localization_network": http://lasagne.readthedocs.org/en/latest/modules/layers/special.html Is this possible with nolearn? I'm aware of how to make a layer ...
closed
2016-01-26T21:26:23Z
2016-01-26T23:40:39Z
https://github.com/dnouri/nolearn/issues/205
[]
christopher-beckham
1
pallets-eco/flask-sqlalchemy
sqlalchemy
634
About unique=True and unique=True, index=True
When I create tables like this: ``` class Te(Model): __tablename__ = 'tt' id = Column(db.Integer(), primary_key=True) t1 = Column(db.String(80), unique=True, ) t3 = Column(db.String(80), unique=True, index=True, ) ``` and In my Sequel Pro , I get the table create info: ``` CREATE TABLE `tt` ( ...
closed
2018-08-31T06:08:26Z
2018-08-31T12:33:22Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/634
[]
hjlarry
1
keras-team/keras
deep-learning
20,701
Applying class_weight for Models with multiple "output"
I am trying to train a Model using Keras and I have to apply class_weights to set the data ratio correctly. However, I do have 3 types of labels and when I try to train the model it gives the following error: ``` --------------------------------------------------------------------------- TypeError ...
closed
2024-12-29T20:31:54Z
2025-01-31T02:00:15Z
https://github.com/keras-team/keras/issues/20701
[ "type:support", "stat:awaiting response from contributor", "stale" ]
wosimidwa
4
Kanaries/pygwalker
matplotlib
55
HTML not rendered on Databricks runtime 9.1
Hello, thanks for creating and maintaining this package. Sadly when I try to render the HTML I just got `<IPython.core.display.HTML object>` as output. I have tried with: - `! pip install git+https://github.com/Kanaries/pygwalker@main` - `!pip install 'pygwalker>=0.1.4a0'` - `!pip install pygwalker` All cases...
closed
2023-02-28T18:59:44Z
2023-07-06T15:10:38Z
https://github.com/Kanaries/pygwalker/issues/55
[]
ig-perez
4
nteract/papermill
jupyter
637
`find_first_tagged_cell_index` expects `metadata` to have `tags` attribute
## 🐛 Bug Per title: ```py def find_first_tagged_cell_index(nb, tag): """Find the first tagged cell ``tag`` in the notebook. Parameters ---------- nb : nbformat.NotebookNode The notebook to introspect tag : str The tag to look for Returns ------- nbformat...
closed
2021-10-21T09:11:38Z
2021-10-21T09:58:04Z
https://github.com/nteract/papermill/issues/637
[ "bug", "help wanted" ]
tfmark
1
TheKevJames/coveralls-python
pytest
242
Support for Python 2.7
Even though Python 2.7 is out of service there are many projects that still have a need to support it. Taking that away in an important project like coveralls is no good idea. Particularly since it does not solve any problem within coveralls. I have a PR https://github.com/andy-maier/coveralls-python/pull/1 on to...
closed
2020-11-16T14:40:23Z
2024-04-26T14:55:48Z
https://github.com/TheKevJames/coveralls-python/issues/242
[]
andy-maier
6
thtrieu/darkflow
tensorflow
1,007
json file for my trained video data
I have succeed on making .json file for images. But I'm having trouble for video files. Here is my code `python flow --model cfg/tiny-yolo-test.cfg --load 34000 --demo videoSample/0.avi --saveVideo --json` I don't know how to get .json file for my output video
open
2019-03-22T09:04:07Z
2019-03-22T09:04:07Z
https://github.com/thtrieu/darkflow/issues/1007
[]
richard0326
0
vimalloc/flask-jwt-extended
flask
419
Need way to determine in which allowed location (cookie, header, etc) the JWT was found for the current request
For testing and other reasons, I would like to have protected routes that can be authorized by a JWT either in a cookie (for browser-based access) or in a header (for single-page apps or standalone clients). This works fine, except that the recommended approach for implicit access token refresh: ```python # Using a...
closed
2021-04-29T19:11:56Z
2021-05-02T17:50:48Z
https://github.com/vimalloc/flask-jwt-extended/issues/419
[]
sammck
1
CorentinJ/Real-Time-Voice-Cloning
tensorflow
1,133
How to train in other languages (unicode)
How to train other languages? Such as unicode language? For example: قانداق ئەھۋالىڭىز ياخسىمۇ ئالىم بولساڭ ئالەم سىنىڭكى this is unicode language
open
2022-11-06T15:24:19Z
2022-12-05T10:10:51Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1133
[]
xjsdn
2
pytest-dev/pytest-mock
pytest
386
Not sure why this is not working
![image](https://github.com/pytest-dev/pytest-mock/assets/44070470/0f514a48-fdbb-462a-9bbf-c61747a1b46b) ![image](https://github.com/pytest-dev/pytest-mock/assets/44070470/ad059f8e-5a0c-4d10-80db-0c23bd212452) Try to mock the response of the function in the httprequest_gecko module but it seems not working. Please le...
closed
2023-10-06T00:40:11Z
2023-10-06T15:50:55Z
https://github.com/pytest-dev/pytest-mock/issues/386
[]
jiz17043
3
Avaiga/taipy
data-visualization
2,219
[🐛 BUG] Can't delete scenario using scenario visual element
### What went wrong? 🤔 This button is cool: ![image](https://github.com/user-attachments/assets/7d526a69-74ad-435f-bb68-0ffc005d8eab) But it does not delete the scenario Use this code to reproduce: ```python from taipy.gui import Gui import taipy.gui.builder as tgb from taipy import Config import taip...
closed
2024-11-07T09:11:37Z
2024-11-09T00:10:47Z
https://github.com/Avaiga/taipy/issues/2219
[ "🟥 Priority: Critical", "🖰 GUI", "💥Malfunction", "Core: 🎬 Scenario & Cycle" ]
AlexandreSajus
1
comfyanonymous/ComfyUI
pytorch
6,986
ComfyUI可以多卡部署吗?
### Your question ComfyUI可以多卡部署吗?这样可以提高工作流处理时间吗 ### Logs ```powershell ``` ### Other _No response_
closed
2025-02-27T02:36:07Z
2025-02-28T16:54:53Z
https://github.com/comfyanonymous/ComfyUI/issues/6986
[ "User Support" ]
asenasen123
2
gevent/gevent
asyncio
1,484
Threadpool broken when using gevent.monkey on command-line
* gevent version: 1.5a2 If you do `python -m gevent.monkey something-that-uses-threadpool ...`, where `something-that-uses-threadpool` uses `gevent.get_hub().threadpool` you'll find that no native threads are actually spawned; instead, greenlets are spawned. There are similar issues in comments in gevent/monkey.py. ...
closed
2019-11-21T15:10:32Z
2019-12-20T16:37:43Z
https://github.com/gevent/gevent/issues/1484
[]
jamadden
0
pallets-eco/flask-sqlalchemy
flask
363
Use pytest, test dependency versions
Flask converted, we should too. They also test at the minimal, current, and development versions of their dependencies. I don't think we need to go development, but we definitely need to test at SQLAlchemy==0.8. - [x] convert to pytest - [x] split tests into multiple files - [x] add tests at minimal dependencies t...
closed
2015-12-11T18:58:48Z
2020-12-05T20:55:42Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/363
[ "tests" ]
davidism
4
holoviz/panel
jupyter
7,018
Vega Pane raises exception when no object but sizing_mode set.
The [kmeans pyscript example](https://pyscript.com/@examples/kmeans-in-panel/latest) with panel==1.5.0b2 will no longer work. Instead it will raise an exception: `TypeError: argument of type 'NoneType' is not iterable`. The problem is that in their example `data` below is `None`. ![image](https://github.com/use...
closed
2024-07-26T12:38:49Z
2024-07-27T09:06:52Z
https://github.com/holoviz/panel/issues/7018
[]
MarcSkovMadsen
0
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
348
为了得到你的许可
非常抱歉打扰您,由于不知道您的联系方式,只能以这样的方式来征得您的同意。我写的论文里用了您的SSD和Faster rcnn代码做实验,我将在我的代码里公开我的代码与我的实验数据。代码链接会放您的。非常感谢您的代码以及视频讲解,帮助我很多。希望你能同意。谢谢你(哔哩哔哩也有私信过您)。如果您同意的话,请记得回复我一下。再次感谢您。
closed
2021-09-06T03:59:31Z
2021-09-06T07:51:05Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/348
[]
Saya520r
14
mage-ai/mage-ai
data-science
5,537
[BUG]
### Mage version test ### Describe the bug test ### To reproduce test ### Expected behavior test ### Screenshots test ### Operating system test ### Additional context test
closed
2024-11-04T21:52:15Z
2024-11-04T21:52:21Z
https://github.com/mage-ai/mage-ai/issues/5537
[ "bug" ]
mager-pro
0
hyperspy/hyperspy
data-visualization
3,486
Newbie (no clue), micro-xrf data
Hello, I have some .bcf files from Bruker Tornado micro-xrf. Is it possible to know whether this file contains actual spectra for each point analyzed, or only element maps? Thank you! Kyle Beucke
closed
2025-02-05T21:27:45Z
2025-02-05T21:31:07Z
https://github.com/hyperspy/hyperspy/issues/3486
[]
kbeucke
0
streamlit/streamlit
streamlit
10,821
Allow changing `st.dataframe` row height from the UI
### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Streamlit 1.43 added support for programmatically setting the `row_height` in `st.dataframe` & `st.data_edito...
open
2025-03-18T11:15:58Z
2025-03-18T11:16:57Z
https://github.com/streamlit/streamlit/issues/10821
[ "type:enhancement", "feature:st.dataframe", "feature:st.data_editor" ]
lukasmasuch
1
activeloopai/deeplake
tensorflow
2,965
[BUG] `jwt` missing from dependencies in latest releases
### Severity P0 - Critical breaking issue or missing functionality ### Current Behavior `pip install deeplake` in a fresh venv does not install all dependencies ### Steps to Reproduce ``` python -m venv venv source venv/bin/activate pip install deeplake python -c "from deeplake.core.vectorstore.deeplake_vecto...
closed
2024-09-26T19:35:32Z
2024-09-27T16:46:34Z
https://github.com/activeloopai/deeplake/issues/2965
[ "bug" ]
logan-markewich
2
Esri/arcgis-python-api
jupyter
1,307
GeoAccessor from csv or excel fails to read geometry_column
**We can save Geodf to csv or excel but the import fails** If we can save ours df to csv, to excel, we should be able to import it properly. ![image](https://user-images.githubusercontent.com/20046591/180022098-12aeb64a-cc10-4e05-b09a-b60e2ed31c07.png) This can be easily fixed in your api ![image](https://user-im...
closed
2022-07-20T15:35:52Z
2022-10-25T15:30:33Z
https://github.com/Esri/arcgis-python-api/issues/1307
[ "enhancement" ]
hildermesmedeiros
3
deepset-ai/haystack
pytorch
8,059
eternal loop when optionally branching with join component
**Describe the bug** Two issues occurred during trying to use a classification pipeline in dC. 1. The pipeline went silently into an eternal loop -> I think this should never be possible 2. In dC we need a single component for each output type, so for optional branches we merge the outputs (see pipeline grap...
closed
2024-07-23T14:55:20Z
2024-07-30T13:00:14Z
https://github.com/deepset-ai/haystack/issues/8059
[ "type:bug", "topic:pipeline", "P0", "2.x" ]
ju-gu
1
sigmavirus24/github3.py
rest-api
748
Support for searching commits
Any plans to add support for searching commits? ``` https://developer.github.com/v3/search/#search-commits ```
closed
2017-12-17T16:13:20Z
2018-08-07T16:28:42Z
https://github.com/sigmavirus24/github3.py/issues/748
[]
foxx
5
Asabeneh/30-Days-Of-Python
flask
296
Typo in Intro
Right in the first paragraph you mention "month pythons..." the comedy skit. I believe you meant "Monty"
closed
2022-08-24T12:08:53Z
2023-07-08T22:16:19Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/296
[]
nickocruzm
0
recommenders-team/recommenders
data-science
1,433
[FEATURE] consolidate setup/installation process
### Description consolidate different instructions on installation and setup into 1 recommendation - proposing we use conda to setup they python env, but pip install the ms-recommenders for all dependencies ### Expected behavior with the suggested feature - updated docs: setup.md, readmes - remove conda file ge...
closed
2021-06-08T14:22:22Z
2021-12-17T10:22:18Z
https://github.com/recommenders-team/recommenders/issues/1433
[ "enhancement" ]
gramhagen
0
serengil/deepface
machine-learning
740
seems to be failing with latest python
(faceenv) ankit@ankit-System-Product-Name:~$ conda install -c conda-forge deepface Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next...
closed
2023-05-01T13:40:52Z
2023-05-01T14:17:11Z
https://github.com/serengil/deepface/issues/740
[ "dependencies" ]
ankit-g
1
sunscrapers/djoser
rest-api
51
Why only users with usable passwords can use password reset routine?
In this line: https://github.com/sunscrapers/djoser/blob/master/djoser/views.py#L125 there is a check if user has unusable password and such user is ignored when generating password reset email for him. What's the reason for that?
closed
2015-06-02T08:09:22Z
2015-06-02T08:34:40Z
https://github.com/sunscrapers/djoser/issues/51
[]
barszczmm
2
python-gino/gino
sqlalchemy
437
How do I use Gino without a pool?
I am trying to use Gino alongside of PgBouncer. I am having issues using the Gino pool that I can only solve with PgBouncer. The issue is that Gino pool will take and hold a lot connections even if it is not using them. How can I use Gino in a way that it will create a new connection every time I try to use it? It s...
closed
2019-02-11T23:25:38Z
2019-02-18T01:56:57Z
https://github.com/python-gino/gino/issues/437
[ "question" ]
jared-mackey
6
thtrieu/darkflow
tensorflow
228
Training my own net
I want to train my own net but I don't know the format of the images & annotations. Do I have to convert all the annotation to VOC format or something?
closed
2017-05-14T14:48:18Z
2017-05-19T02:23:33Z
https://github.com/thtrieu/darkflow/issues/228
[]
hungnguyen0606
4
man-group/arctic
pandas
273
Chunkstore reading by columns issue when specifying index
When you specify specific columns to read from ChunkStore, you always get the index for free, if it exists. If you mistakenly specify the index, or parts of the index, in the columns list, you get a very strange error: ``` arctic/arctic/chunkstore/chunkstore.py in read(self, symbol, chunk_range, filter_data, **kwar...
closed
2016-11-03T13:12:22Z
2016-11-03T16:08:22Z
https://github.com/man-group/arctic/issues/273
[ "bug" ]
bmoscon
0
inducer/pudb
pytest
271
Latest PuDB (2017.1.3) dies with ListBoxError in some cases
Stacktrace (edited slightly for anonymity): ``` File "/usr/lib/python2.7/bdb.py", line 49, in trace_dispatch return self.dispatch_line(frame) File ".../site-packages/pudb/debugger.py", line 160, in dispatch_line self.user_line(frame) File ".../site-packages/pudb/debugger.py", line 381, in user_lin...
closed
2017-09-02T12:06:48Z
2018-05-24T14:25:04Z
https://github.com/inducer/pudb/issues/271
[]
cdman
14
healthchecks/healthchecks
django
538
ConnectWise Manage Ticketing integration
We would like low priority alerts to become tickets in our ConnectWise Manage instance. I'm happy to write this integration, but ConnectWise require a `clientID` Authorization header to be passed. Whilst I could use my employers clientId internally, for wider inclusion of the integration, it would be required for...
closed
2021-06-29T23:21:53Z
2021-08-27T09:21:34Z
https://github.com/healthchecks/healthchecks/issues/538
[]
jameskirsop
6
gunthercox/ChatterBot
machine-learning
2,013
How to know the chatbot line commands
A friend gave me protections bot for my line group , I only know few commands which are : .gowner .gstaff .gadmin .tagall .kick I want the command that can show you who is online now .. Can somone help me with the rest of the commands please .
closed
2020-07-21T05:05:52Z
2020-08-22T18:44:28Z
https://github.com/gunthercox/ChatterBot/issues/2013
[ "question", "answered" ]
Humanistone
1
mckinsey/vizro
plotly
316
How to create user for vizro toolkit dashboard
### Question How to create login user for vizro toolkit dashboard? ### Code/Examples _No response_ ### Other information _No response_ ### Which package? vizro ### Package version _No response_ ### Python version python3.8 ### OS ubuntu ### Code of Conduct - [X] I agree to follow the [Code of Conduct](ht...
open
2024-02-19T06:03:53Z
2024-07-08T15:03:32Z
https://github.com/mckinsey/vizro/issues/316
[ "General Question :question:" ]
KathirvelPriya
1
tensorpack/tensorpack
tensorflow
1,393
Does this code support tensorRT acceleration?
Does the model support tensorRT acceleration when testing sample data?
closed
2020-02-03T09:27:05Z
2020-02-03T15:55:11Z
https://github.com/tensorpack/tensorpack/issues/1393
[]
liningxiao
1
mwaskom/seaborn
data-science
3,375
`PlotSpecError` after setting color parameter on so.Plot.scale
Setting the color param with an integer series on so.Plot.add and then setting the color param on so.Plot.scale to a qualitative palette raises `PlotSpecError: Scaling operation failed for the color variable`. If the color palette is sequential, no error is raised. I don't believe this is intended, given that it works ...
open
2023-05-28T21:42:57Z
2024-07-10T02:31:22Z
https://github.com/mwaskom/seaborn/issues/3375
[ "bug", "objects-scale" ]
joaofauvel
3
plotly/dash-bio
dash
555
Manhattan Plot page not correctly displayed
The demo display is off from the beginning web page display. See attached figure. Was using Chrome Version 89.0.4389.114 (Official Build) (64-bit). ![manha_2021-04-09_11-30-05](https://user-images.githubusercontent.com/63040151/114225649-6d369500-9927-11eb-86c7-569c00e7949d.jpg)
closed
2021-04-09T18:35:40Z
2021-10-28T14:18:05Z
https://github.com/plotly/dash-bio/issues/555
[]
pepisito
1
supabase/supabase-py
flask
288
How can i add data to user on creation?
I want to add some data to users on sign up like a username. How can i do this?
closed
2022-10-15T13:07:50Z
2024-03-28T03:10:47Z
https://github.com/supabase/supabase-py/issues/288
[]
themg95
2
onnx/onnx
deep-learning
5,810
Assertion `false` failed: No Adapter From Version $19 for Constant
# Bug Report ### Is the issue related to model conversion? <!-- If the ONNX checker reports issues with this model then this is most probably related to the converter used to convert the original framework model to ONNX. Please create this bug in the appropriate converter's GitHub repo (pytorch, tensorflow-onnx, sk...
open
2023-12-18T13:36:51Z
2024-10-26T21:47:05Z
https://github.com/onnx/onnx/issues/5810
[ "topic: converters", "contributions welcome" ]
RabJon
15
strawberry-graphql/strawberry
asyncio
3,682
Federated schema beaks when referring to the Query type from another type
While it's a bit niche, we have a use case where we want to return `Query` from an object field (specifically this is in a mutation result to allow callers to request arbitrary parts of the schema after a mutation). This works fine on a standard `strawberry.Schema`, but breaks down when using `strawberry.federation.Sc...
open
2024-10-29T14:05:45Z
2025-03-20T15:56:54Z
https://github.com/strawberry-graphql/strawberry/issues/3682
[ "bug" ]
lirsacc-mns
0
ray-project/ray
data-science
50,875
bazel-lint all BUILD files
### Description Bazel linter precommit hook is checked in and enabled for partial directory in [PR](https://github.com/ray-project/ray/pull/50869). We would like to enable it folder by folder. - (assigned) python folder: https://github.com/ray-project/ray/issues/51091 ### Use case _No response_
open
2025-02-25T01:39:46Z
2025-03-05T05:29:16Z
https://github.com/ray-project/ray/issues/50875
[ "good-first-issue", "enhancement", "P2", "help-wanted" ]
dentiny
7
ultralytics/yolov5
pytorch
12,708
P6 models show the input dimensions as 640 instead of 1280, visualizing the model in Netron.
### 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 I'm trying to use the L6 models in tensorrt with C++. When printing the input dime...
closed
2024-02-05T12:46:55Z
2024-10-20T19:39:02Z
https://github.com/ultralytics/yolov5/issues/12708
[ "question", "Stale" ]
divineSix
3
K3D-tools/K3D-jupyter
jupyter
334
k3d.points slow with shade='mesh'
k3d.points(np.random.randn(1000,3),point_size=0.1,shader='mesh') renders with fps<1
closed
2022-03-28T17:30:53Z
2022-04-11T14:42:41Z
https://github.com/K3D-tools/K3D-jupyter/issues/334
[]
marcinofulus
3
pallets/flask
python
5,123
AttributeError: 'Flask' object has no attribute 'before_first_request'
When I run code in [deepzoom](https://github.com/openslide/openslide-python/blob/main/examples/deepzoom/deepzoom_multiserver.py), it gives me **AttributeError: 'Flask' object has no attribute 'before_first_request'** <img width="659" alt="截屏2023-05-12 18 25 03" src="https://github.com/pallets/flask/assets/48406770/fa2...
closed
2023-05-12T10:25:19Z
2023-05-27T00:05:27Z
https://github.com/pallets/flask/issues/5123
[]
dirtycomputer
5
Farama-Foundation/Gymnasium
api
1,147
[Bug Report] Possibly outdated docstring for TimeLimit max_episode_steps
### Describe the bug If you look at the docstring for `TimeLimit`, it says that the `max_episode_steps` argument may be None. However, neither the type annotation nor the wrapper's logic take this into account. https://github.com/Farama-Foundation/Gymnasium/blob/52b6878618cf54ef1133342e4e34bb37d0122511/gymnasium/wr...
closed
2024-08-26T08:02:59Z
2024-08-26T16:52:51Z
https://github.com/Farama-Foundation/Gymnasium/issues/1147
[ "bug" ]
troiganto
2
widgetti/solara
fastapi
1,021
--restart-dir option for 'solara run' doesn't do anything
According to the code snippet, https://github.com/widgetti/solara/blob/8947be4d7ddbc891017e89d6a463a94f8ac0c355/solara/__main__.py#L337 the list is overwritten with a new list, but the new list does not include the paths provided as command-line arguments, effectively excluding them. ## Expected Behaviour The `—re...
open
2025-03-18T17:39:39Z
2025-03-18T17:39:39Z
https://github.com/widgetti/solara/issues/1021
[]
SeoulSKY
0
microsoft/nni
data-science
5,225
customized trial issue from wechat
**Describe the issue**: 您好,这个操作如何使用命令执行? hi, could I use nni-command to do it? ![customized_png](https://user-images.githubusercontent.com/61399850/201559099-8b160c93-fdb1-4bbb-90a1-ffd7aa811312.png) **Environment**: - NNI version: -- - Training service (local|remote|pai|aml|etc): - Client OS: - Server OS...
open
2022-11-14T01:58:20Z
2022-11-16T02:41:00Z
https://github.com/microsoft/nni/issues/5225
[ "feature request" ]
Lijiaoa
0
dgtlmoon/changedetection.io
web-scraping
2,914
[feature] Randomized delays between browser steps
**Version and OS** Docker ghcr.io/dgtlmoon/changedetection.io:latest (should be 0.48.06) **Is your feature request related to a problem? Please describe.** Although I have no prior experience with scraping, it sounds like it would be a good idea to have randomized delays between the "Browser Steps". I've already disc...
closed
2025-01-19T18:49:47Z
2025-01-21T13:09:16Z
https://github.com/dgtlmoon/changedetection.io/issues/2914
[ "enhancement", "browser-steps" ]
BurntSideOfTheWaffle
3
CorentinJ/Real-Time-Voice-Cloning
deep-learning
1,175
Error when running demo_cli.py
After installing the required modules, I tried running demo_cli.py and got: `python demo_cli.py Arguments: enc_model_fpath: saved_models/default/encoder.pt syn_model_fpath: saved_models/default/synthesizer.pt voc_model_fpath: saved_models/default/vocoder.pt cpu: False no...
open
2023-03-12T19:36:32Z
2023-03-14T16:57:13Z
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/1175
[]
ifuchs
1
MagicStack/asyncpg
asyncio
177
How to connect host PostgreSQL from docker container inside?
* **asyncpg version**: 0.12.0 * **PostgreSQL version**: 9.6.3 * **Python version**: 3.6 * **Platform**: macOS 10.12.5 I installed PostgreSQL in my macBookPro and run asyncpg with Sanic inside docker container. I start the docker container by following script: ``` docker run \ --rm \ -it \ --add-h...
closed
2017-08-01T13:31:39Z
2017-08-04T16:34:51Z
https://github.com/MagicStack/asyncpg/issues/177
[]
jonahfang
1
GibbsConsulting/django-plotly-dash
plotly
413
dash_bootstrap_components emits a deprecation warning
I'm getting this warning when the server starts: ``` .../site-packages/dash_bootstrap_components/_table.py:5: UserWarning: The dash_html_components package is deprecated. Please replace `import dash_html_components as html` with `from dash import html` import dash_html_components as html ``` This happens si...
closed
2022-08-02T20:13:42Z
2022-11-14T12:34:27Z
https://github.com/GibbsConsulting/django-plotly-dash/issues/413
[ "question" ]
frnhr
3
vanna-ai/vanna
data-visualization
615
No option to increase fetch limit for Weviate Vector DB
**Is your feature request related to a problem? Please describe.** As of now, the no. of results that can be fetched for Weviate DB is hard coded to 3. This should be flexible like it is for other vector stores **Describe the solution you'd like** The no. of results fetched for Weviate DB should be changeable usin...
closed
2024-08-23T13:42:35Z
2024-08-23T15:54:23Z
https://github.com/vanna-ai/vanna/issues/615
[]
talrejanikhil
6
opengeos/leafmap
plotly
358
cannot unpack non-iterable NoneType object
<!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - leafmap version: 0.16.0 - Python version: 3.9 - Operating System: macos ### What I Did i first create a new conda env and mamba install geospatial package, the installed leafmap version is 0.15.0. i up...
closed
2023-02-06T08:37:58Z
2023-02-10T07:07:58Z
https://github.com/opengeos/leafmap/issues/358
[ "bug" ]
benerain
1
Gozargah/Marzban
api
958
باز کردن یک پورت
سلام و احترام وقتی در قسمت Core Settings پورت ها را اضافه میکنیم و چند نود داریم در تمام نودها آن پورتها را باز میکند ( سوال اول : آیا راجی هست که مشخص کنیم این پورت در کدام نود باز باشد و در کدام نود خیر)و اگر چند پنل مرزبان داشته باشیم باعث به وجود آمدنکانفلیگ در آن پورت میشود. وقتی در قسمت هاست پورتی را اضا...
closed
2024-04-28T06:43:55Z
2024-04-28T12:05:50Z
https://github.com/Gozargah/Marzban/issues/958
[ "Invalid" ]
yaramahmadi
1
apache/airflow
automation
47,907
Scheduler crash when deserialising dict while xcom pull
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Scheduler crash when deserialising dict while xcom pull ``` File "/opt/airflow/airflow/models/dagrun.py", line 943, in update_state info = self.task_instance_scheduling_decis...
closed
2025-03-18T12:20:55Z
2025-03-19T17:37:46Z
https://github.com/apache/airflow/issues/47907
[ "kind:bug", "priority:critical", "area:core", "affected_version:main_branch", "area:task-execution-interface-aip72", "affected_version:3.0.0beta" ]
atul-astronomer
0
AUTOMATIC1111/stable-diffusion-webui
deep-learning
16,560
Seed not returned via api
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [X] 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 before...
closed
2024-10-17T15:56:46Z
2024-10-24T01:14:49Z
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/16560
[ "not-an-issue" ]
Marcophono2
2
xuebinqin/U-2-Net
computer-vision
139
Loading model with keras
Hi. Could you please show me how to load the pre-trained model using ``keras.models.load_model()``?
open
2021-01-02T23:06:01Z
2021-08-02T19:25:17Z
https://github.com/xuebinqin/U-2-Net/issues/139
[]
AzazelHD
1
microsoft/nni
machine-learning
5,131
AttributeError in "Speedup Model with Mask" Tutorial Codes
**Describe the issue**: https://nni.readthedocs.io/en/stable/tutorials/pruning_speedup.html ```python ModelSpeedup(model, torch.rand(10, 1, 28, 28).to(device), masks).speedup_model() ``` ``` Traceback (most recent call last): File "e:\Projects\NNI\src\CompressionTuto.py", line 18, in <module> ModelSpe...
closed
2022-09-16T09:28:07Z
2022-10-21T21:43:50Z
https://github.com/microsoft/nni/issues/5131
[ "v2.9.1" ]
hshwang88
3
encode/apistar
api
377
Map Multiple HTTP Methods to same view function
```python account_routes = [ Route('/{uuid}/', 'PUT', views.update_account), Route('/{uuid}/', 'PATCH', views.update_account), ] ``` possible to have two methods like PUT/PATCH map to the same view function?
closed
2017-12-24T06:31:19Z
2018-03-19T13:46:48Z
https://github.com/encode/apistar/issues/377
[]
audiolion
3
python-restx/flask-restx
flask
55
use black to enforce codestyle
Any thoughts on using [black](https://github.com/psf/black) in order to enforce a coding style? This way we don't have to bother our contributors with a codestyle, they just have to run black prior submitting a PR.
closed
2020-02-13T15:23:19Z
2020-02-26T16:51:57Z
https://github.com/python-restx/flask-restx/issues/55
[ "question", "ci/cd" ]
ziirish
16
Textualize/rich
python
2,939
unused object
In the console example code fullscreen.py example, lines 54 through 57, a Table object "message" is created, but it's never used. Not sure what the plan was there but had me going for a bit. Cheers!
open
2023-04-26T20:32:16Z
2023-04-26T20:32:41Z
https://github.com/Textualize/rich/issues/2939
[]
nekarkedoc
1
Asabeneh/30-Days-Of-Python
pandas
155
Python tutorial
closed
2021-04-26T07:12:13Z
2021-07-05T21:59:14Z
https://github.com/Asabeneh/30-Days-Of-Python/issues/155
[]
FantasyFalx
0
samuelcolvin/watchfiles
asyncio
127
Possible to watch single file for modifications?
I'm wanting to watch a single txt file for modifications, but when using the default example: ``` python import asyncio from watchfiles import awatch async def main(): async for changes in awatch('/home/user/test_file.txt'): print(changes) asyncio.run(main()) ``` When I modify test_file.txt...
closed
2022-04-26T04:56:24Z
2022-08-16T20:49:43Z
https://github.com/samuelcolvin/watchfiles/issues/127
[ "bug" ]
Wallboy
6
vanna-ai/vanna
data-visualization
108
Make token assumptions configurable
From a user: "We have access to GPT4 as well and would prefer to use it, so perhaps making some of the token assumptions configurable would be nice"
closed
2023-08-31T20:36:50Z
2024-03-14T02:51:07Z
https://github.com/vanna-ai/vanna/issues/108
[]
zainhoda
1
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
318
Get pre-trained weights
Can I get your pre-trained weights on GoogleDrive? I can't download it on your website. Please~
closed
2021-07-17T06:39:43Z
2021-07-21T00:47:47Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/318
[]
TomHsu-MIddle
2
encode/httpx
asyncio
2,432
AttributeError: 'tuple' object has no attribute 'url'
````py [] Proxy Type (http/https/socks5) | Enter nothing to use without Proxy: http Country: is not supported.! Exception in thread Thread-1 (verify): Traceback (most recent call last): File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstr...
closed
2022-11-05T21:55:08Z
2022-11-12T13:50:57Z
https://github.com/encode/httpx/issues/2432
[]
FuckingToasters
2
ClimbsRocks/auto_ml
scikit-learn
56
cannot train multiple instances of xgboost without it hanging
probably related to various accelerators, or python versioning. might need to install in a virtualenv and use python3
closed
2016-08-26T15:38:57Z
2016-09-24T04:56:27Z
https://github.com/ClimbsRocks/auto_ml/issues/56
[]
ClimbsRocks
3
bigscience-workshop/petals
nlp
488
Can't install on windows
Hi there, when I try to install this tool on windocs, I get this error: × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <modul...
closed
2023-08-30T12:04:03Z
2023-09-21T01:42:20Z
https://github.com/bigscience-workshop/petals/issues/488
[]
ParisNeo
9
xzkostyan/clickhouse-sqlalchemy
sqlalchemy
286
Native driver fails with stream results
**Describe the bug** Using execute() with `stream_results` enabled gives exception. **To Reproduce** Test like this ``` def test_with_stream_results(self): rv = self.session.execute(text("SELECT * FROM system.numbers LIMIT 1"), execution_options={"stream_results": ...
closed
2024-01-22T16:10:04Z
2024-01-23T08:09:22Z
https://github.com/xzkostyan/clickhouse-sqlalchemy/issues/286
[]
akurdyukov
0
httpie/http-prompt
rest-api
135
GET request may be sent unknown params
![image](https://user-images.githubusercontent.com/13595898/33378368-87332c4c-d54f-11e7-8a3b-fb81f90d9d42.png) 
closed
2017-11-29T13:56:08Z
2017-12-05T04:01:10Z
https://github.com/httpie/http-prompt/issues/135
[]
ghost
2
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,460
#gpu_ids
in base_option.py the code is: if len(opt.gpu_ids) > 0: torch.cuda.set_device(opt.gpu_ids[0]) which means however i modify the gpu_ids, i can use only one gpu not mlutiple.
closed
2022-07-16T11:11:03Z
2022-07-22T06:26:03Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1460
[]
JerryHao-art
0
python-gino/gino
sqlalchemy
1
Setup unit tests
[asyncpgsa](https://github.com/CanopyTax/asyncpgsa) uses these libraries for test: ``` pytest pytest-asyncio pytest-capturelog>=0.7 ```
closed
2017-07-22T00:49:06Z
2017-07-24T03:15:01Z
https://github.com/python-gino/gino/issues/1
[ "help wanted", "task" ]
fantix
0
ivy-llc/ivy
pytorch
28,062
Fix Frontend Failing Test: paddle - miscellaneous.numpy.copysign
To-do List: https://github.com/unifyai/ivy/issues/27500
closed
2024-01-27T01:01:01Z
2024-01-30T17:58:02Z
https://github.com/ivy-llc/ivy/issues/28062
[ "Sub Task" ]
Sai-Suraj-27
0
openapi-generators/openapi-python-client
rest-api
621
Support Client Side Certificates
It would be nice if the generated client would support client side certificates. This would be an additional authentication method used in secured environments. The underlaying httpx lib does support it with a named argument "cert": https://www.python-httpx.org/advanced/#client-side-certificates I was not able t...
closed
2022-06-01T15:01:51Z
2022-11-12T19:03:25Z
https://github.com/openapi-generators/openapi-python-client/issues/621
[ "✨ enhancement" ]
marioland
2
AirtestProject/Airtest
automation
916
api test by amao
test by amao
closed
2021-06-14T11:58:50Z
2021-06-14T12:47:29Z
https://github.com/AirtestProject/Airtest/issues/916
[]
NoneTypeCoder
0
qubvel-org/segmentation_models.pytorch
computer-vision
504
How do I apply Timm Encoders?
I'm trying to use xception65 with deeplabv3+. Can't quite figure out how to use one.
closed
2021-10-29T17:41:39Z
2022-01-30T13:17:47Z
https://github.com/qubvel-org/segmentation_models.pytorch/issues/504
[]
hellojun12
6