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
streamlit/streamlit
python
10,820
Add `width` & `height` support to `st.table`
### 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 Add `width` & `height` parameters to `st.table` and activate scrolling if it overflows. ### Why? `st.table...
open
2025-03-18T11:02:48Z
2025-03-18T11:18:23Z
https://github.com/streamlit/streamlit/issues/10820
[ "type:enhancement", "feature:st.table" ]
lukasmasuch
1
thp/urlwatch
automation
661
Running a subset of jobs does not work?
Attempting to run the `urlwatch 2 4 7` example from the docs gives `urlwatch: error: unrecognized arguments: 2 4 7` on my urlwatch 2.23. Am I doing something wrong (I do have more than 7 jobs)?
closed
2021-08-08T20:30:44Z
2022-03-04T18:11:50Z
https://github.com/thp/urlwatch/issues/661
[]
Filip-K
4
ContextLab/hypertools
data-visualization
137
feature request: add describe support for new reduction models
[This](https://github.com/ContextLab/hypertools/pull/136) pull request adds support for a wide range of new data reduction models. However, there aren't equivalent `describe` methods like [this one](http://hypertools.readthedocs.io/en/latest/hypertools.tools.describe_pca.html#hypertools.tools.describe_pca) for those n...
closed
2017-06-14T12:09:04Z
2017-10-22T01:22:35Z
https://github.com/ContextLab/hypertools/issues/137
[ "enhancement", "easy(ish)" ]
jeremymanning
1
graphql-python/graphene-django
graphql
1,192
Want to use dynamic schema generation by passing table name
Also want to use rest above graphql Means will pass the table name in URL ,it will dynamic generate the schema for that Like Bloomberg in URL Bloomberg schema and Markit in URL Markit schema How we can achieve this??
open
2021-04-28T16:37:05Z
2021-04-28T16:37:05Z
https://github.com/graphql-python/graphene-django/issues/1192
[ "✨enhancement" ]
PriyatamNayak
0
modoboa/modoboa
django
2,259
MySQL/MariaDB localhost / 127.0.0.1 config change request
Impacted versions: all (?) OS Type: Debian OS Version: 10 Database: MariaDB Manual installation. Over time various upgrades. https://modoboa.readthedocs.io/en/latest/upgrade.html describes the process to upgrade core and extensions. It might be that the following is advised/need to run: `python manage.py gener...
closed
2021-06-09T13:28:54Z
2021-08-30T19:55:13Z
https://github.com/modoboa/modoboa/issues/2259
[ "stale" ]
olaf7
3
marcomusy/vedo
numpy
671
Using vedo within WSL (Windows Subsystem for Linux)
Hello, I'm trying to use vedo within WSL. I have an issue with the function "show". When I try to show any 3D model, I get a very simple error message: "Aborted". Note I am using XMING as a x11 server to forward the plot GUI to my Windows system. Using XMING, I am able to use Matplotlib without any issues. Any clue...
closed
2022-07-19T17:08:11Z
2023-10-18T13:17:41Z
https://github.com/marcomusy/vedo/issues/671
[]
rafaelmarch3
4
tortoise/tortoise-orm
asyncio
1,130
pydantic_model_creator cannot create two interfaces for the same model
Prototypes = pydantic_model_creator(models.Prototypes) NewPrototype = pydantic_model_creator(models.Prototypes, exclude=('id', 'created')) When pydantic_model_creator is called a second time for Prototypes, pydantic_model_creator directly returns the result of the first call stored in **_MODEL_INDEX**. `_MODEL_I...
closed
2022-05-20T01:43:23Z
2022-05-20T06:07:13Z
https://github.com/tortoise/tortoise-orm/issues/1130
[]
StevenLianaL
1
seleniumbase/SeleniumBase
web-scraping
2,809
Feature Request: Allow `uc.click()` to accept `WebElement` element objects directly
As a user of SeleniumBase, I would like the `uc.click()` function to accept not only xpaths and css selectors, but also WebElement objects as well. This functionality would simplify coding by not needing to reference the location of an element twice, especially in cases where an element's location needs to be searched ...
closed
2024-05-27T15:50:41Z
2024-05-29T02:55:53Z
https://github.com/seleniumbase/SeleniumBase/issues/2809
[ "duplicate", "workaround exists", "UC Mode / CDP Mode" ]
cdchris12
1
flasgger/flasgger
flask
62
AttributeError: 'function' object has no attribute 'swag_path'
When doing something like: ```python @op_blueprint.route('/auth', methods=['GET', 'POST']) @swag_from('docs/auth_get.yml', methods=['GET']) @swag_from('docs/auth_post.yml', methods=['POST']) def auth(): """The authorization endpoint.""" # do stuff ... ``` I see: ``` File "/home/lwm/wages/fsfe...
closed
2017-03-28T10:19:10Z
2017-03-29T21:18:30Z
https://github.com/flasgger/flasgger/issues/62
[ "bug" ]
decentral1se
5
vitalik/django-ninja
pydantic
724
ImportError: cannot import name 'Depends' from 'ninja'
I am trying to import `from ninja import Depends` I get `ImportError: cannot import name 'Depends' from 'ninja'` But I see in the `motivation.md `and comments in late 2022 that still uses `Depends`, has it been updated?
closed
2023-03-31T14:54:49Z
2024-04-15T10:02:36Z
https://github.com/vitalik/django-ninja/issues/724
[]
magedhelmy1
4
explosion/spaCy
nlp
12,383
Training transformer model goes from score 0.97 to ZERO
### Discussed in https://github.com/explosion/spaCy/discussions/12301 <div type='discussions-op-text'> <sup>Originally posted by **mbrunecky** February 18, 2023</sup> I am training NER using transformer model. On one of my data sets, during epoch 2, the score reaches 0.97 and then (after a huge loss) drops to Z...
open
2023-03-08T08:55:36Z
2023-03-08T08:55:36Z
https://github.com/explosion/spaCy/issues/12383
[ "bug", "feat / ner", "perf / memory", "feat / training", "feat / transformer" ]
svlandeg
0
statsmodels/statsmodels
data-science
8,778
DOC: period in seasonal decompose is confusing, should be periodicity.
`period` sounds like it's the unit for one datetime or time period observation. as used in pandas AFAIU, seasonal decompose needs length of a cycle, periodicity I got confused looking at the seasonal decompose docstring to comment on https://stackoverflow.com/questions/75954402/seasonal-decompose-you-must-specif...
closed
2023-04-07T01:52:05Z
2023-04-26T11:57:51Z
https://github.com/statsmodels/statsmodels/issues/8778
[ "comp-tsa", "comp-docs" ]
josef-pkt
2
SciTools/cartopy
matplotlib
2,103
fill function paint outside and not inside the polygon
I have a odd behaviour since it is the ouside of the polygon that is filled. ``` fig = plt.figure() x, y = [-44, -44, 45, 45, -44], [-45, 80, 80, -45, -45] ax = fig.add_subplot(1, 1, 1, projection=ccrs.Robinson(10)) ax.coastlines() ax.plot(x, y, marker='o', transform=ccrs.Geodetic()) ax.fill(x, y, color='c...
open
2022-11-17T19:35:27Z
2024-05-13T09:10:40Z
https://github.com/SciTools/cartopy/issues/2103
[ "Bug: transforming filled paths" ]
PBrockmann
4
pytest-dev/pytest-xdist
pytest
891
After running tests terminal left in broken state
It seems running: ``` pytest -n auto some_tests.py ``` breaks the terminal. It seems xdisk outputs control characters messing up the terminal. No text is displayed anymore when typing. I have to issue the `reset` command in order to have a normally functioning terminal again. os: linux terminals used: kitt...
closed
2023-03-23T20:56:58Z
2023-04-06T11:00:15Z
https://github.com/pytest-dev/pytest-xdist/issues/891
[ "needs information" ]
JelleSmet-TomTom
3
Johnserf-Seed/TikTokDownload
api
474
[BUG]
**描述出现的错误** 对bug的清晰而简洁的描述。 **bug复现** 复现这次行为的步骤: 1.双击TikTokMultiGUI 就出现报错框框 **桌面(请填写以下信息):** -操作系统:[例如windows11 64bit] -vpn代理[例如开启、关闭] -版本[如1.2.3] **附文** 在此处添加有关此问题的文字。 ![Snipaste_2023-07-06_23-43-04](https://github.com/Johnserf-Seed/TikTokDownload/assets/138229349/775a192f-80af-4217-87b0-6c16b142596f) ...
open
2023-07-06T15:44:11Z
2023-07-06T15:44:11Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/474
[ "故障(bug)", "额外求助(help wanted)", "无效(invalid)" ]
sss12312
0
slackapi/bolt-python
fastapi
668
get ordered message events
Hi 👋 My use case with slack events is to create a message forwarding tool, basically if you send messages to a channel `a` it will be redirected to channels `x`, `y` and `z` for example, the issue is that if the user in channel `a` sends multiple messages quickly `1`, `2`, `3`, `4`, the other channels will get the me...
closed
2022-06-09T18:41:58Z
2022-06-13T15:48:53Z
https://github.com/slackapi/bolt-python/issues/668
[ "question" ]
juliocanares
6
sammchardy/python-binance
api
926
Dedicated logging (not root)
Now some logger records are called directly through the logging (as a root logger). Most of the calls are in the "[streams.py](https://github.com/sammchardy/python-binance/blob/master/binance/streams.py)" file. Meanwhile, class "ReconnectingWebsocket" has its own logger (`self._log`), which for some reason is not us...
closed
2021-06-15T07:57:15Z
2021-09-07T22:54:30Z
https://github.com/sammchardy/python-binance/issues/926
[]
Olegt0rr
0
BeanieODM/beanie
asyncio
285
Beanie for Testing
Hello, This issue is for consult about the possibility to use Beanie with some sort of MongoDB Mock. Has Beanie a "native" support for testing like a "Client Mock" or something?. Otherwise, can be use Beanie with a MongoDB in memory?.
closed
2022-06-10T19:47:45Z
2025-02-19T12:34:37Z
https://github.com/BeanieODM/beanie/issues/285
[]
agustin-del-pino
3
supabase/supabase-py
flask
860
missing await in async create_client on 2.5.2 and up
# Bug report ## Describe the bug The async `create_client` function uses an async function (`AsyncClient.create`) without awaiting it, leading to the return of a double-nested coroutine that needs two await calls to get to the client. The signature mismatches the actually returned type. Users who try using the...
closed
2024-07-16T16:23:39Z
2024-07-16T19:10:51Z
https://github.com/supabase/supabase-py/issues/860
[ "bug" ]
realChesta
4
tqdm/tqdm
jupyter
1,125
tqdm.reset() crashes when disable=True
- [x] I have marked all applicable categories: + [x] exception-raising bug + [ ] visual output bug + [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate) + [ ] new feature request - [x]...
closed
2021-02-10T06:05:30Z
2021-02-11T05:13:15Z
https://github.com/tqdm/tqdm/issues/1125
[ "p0-bug-critical ☢", "to-merge ↰", "c1-quick 🕐" ]
michael-koeller
1
Johnserf-Seed/TikTokDownload
api
728
[BUG]cookie问题 响应一直为空
![image](https://github.com/Johnserf-Seed/TikTokDownload/assets/168175553/ff021798-a932-40c6-ae4c-2d30c0154418) 换了好多次cookie,一直响应为空,游客的cookie和已经登陆的cookie都试过了,下载不下来
open
2024-06-19T02:44:38Z
2024-06-28T10:47:27Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/728
[ "故障(bug)", "重复(duplicate)", "已确认(confirmed)" ]
sakuraIsNow
2
guohongze/adminset
django
100
项目管理
工程信息请加入[port、start_command]字段。
open
2019-03-07T04:53:13Z
2019-03-07T04:53:13Z
https://github.com/guohongze/adminset/issues/100
[]
Eddy1210
0
plotly/dash
jupyter
3,206
Adding Pattern Matching selector ALLELSE
Similar to `ALLSMALLER` but doesn't asume that id index are numeric and sequential ## Use case **General description** - There's a set of components with the same pattern-matching id type. - Based on an interaction with one of those components (or with another component with the same pattern-matching id index), some...
open
2025-03-10T17:27:03Z
2025-03-11T09:17:39Z
https://github.com/plotly/dash/issues/3206
[ "feature", "P2", "cs" ]
celia-lm
0
minimaxir/textgenrnn
tensorflow
50
Why is the number of classes the length of the vocab file plus 1?
https://github.com/minimaxir/textgenrnn/blob/91dfec130006d52bf45abc5d8e58369aefecd02e/textgenrnn/textgenrnn.py#L59 Thanks in advance.
closed
2018-07-20T18:21:02Z
2018-07-25T00:08:10Z
https://github.com/minimaxir/textgenrnn/issues/50
[]
dmonopoly
2
cleanlab/cleanlab
data-science
586
Is it possible to use CleanLab for more complex learning tasks than regression or classification?
I usally deal with semantic segmentation and instance segmentation (structured prediction), instead of classification. Can CleanLab help with that?
closed
2023-01-04T21:35:15Z
2023-08-10T23:00:04Z
https://github.com/cleanlab/cleanlab/issues/586
[ "question" ]
AndreaPi
4
apify/crawlee-python
automation
720
Implement browser per proxy to PlaywrightCrawler
- Implement browser per proxy to PlaywrightCrawler in a similar way as it is in the Crawlee JS. - https://crawlee.dev/api/browser-pool/interface/LaunchContextOptions#browserPerProxy - Before implementation sync with @barjin, as he can provide further context and also suggest potential improvements (mostly in context ...
open
2024-11-21T19:44:32Z
2024-11-21T19:44:44Z
https://github.com/apify/crawlee-python/issues/720
[ "enhancement", "t-tooling" ]
vdusek
0
giotto-ai/giotto-tda
scikit-learn
684
[BUG] can't download Giotto
**Describe the bug** Basically, I'm walking through the download provided here (https://giottosuite.readthedocs.io/en/master/gettingstarted.html), and I am stuck at the downloading Giotto step with R. I've run the command from here (https://giotto-ai.github.io/gtda-docs/0.5.1/installation.html) to download it, a...
open
2023-11-06T20:05:50Z
2024-05-30T02:04:23Z
https://github.com/giotto-ai/giotto-tda/issues/684
[ "bug" ]
ashahassan
2
deepspeedai/DeepSpeed
machine-learning
6,972
[BUG] libaio on amd node
Hi, I installed libaio as `apt install libaio-dev` And I can see both .so and .h exist ``` root@b6410ec8bb69:/code/DeepSpeed# find / -name "libaio.so*" 2>/dev/null /usr/lib/x86_64-linux-gnu/libaio.so.1 /usr/lib/x86_64-linux-gnu/libaio.so /usr/lib/x86_64-linux-gnu/libaio.so.1.0.1 root@b6410ec8bb69:/code/DeepSpeed# fi...
open
2025-01-25T01:59:00Z
2025-02-05T16:54:27Z
https://github.com/deepspeedai/DeepSpeed/issues/6972
[ "bug", "training" ]
GuanhuaWang
3
open-mmlab/mmdetection
pytorch
11,318
COCODataset instantiation ignores shared memory settings during annotation loading in distributed training
**Describe the bug** The COCODataset implementation uses the COCO API to load in dataset annotations upon initialization. However, since a COCODataset instance is created once for every GPU worker, the dataset annotations get loaded in once for each worker. This works fine for smaller datasets, but with larger dataset...
open
2023-12-27T21:04:35Z
2024-01-09T14:52:18Z
https://github.com/open-mmlab/mmdetection/issues/11318
[]
h-fernand
1
viewflow/viewflow
django
19
Task state field
NEW => ACTIVATED => STARTED => FINISHED ACTIVATED => CANCELLED STARTED => CANCELLED - => ERROR => ACTIVATED
closed
2014-03-10T04:27:11Z
2014-05-01T09:58:11Z
https://github.com/viewflow/viewflow/issues/19
[ "request/enhancement" ]
kmmbvnr
1
ydataai/ydata-profiling
data-science
1,329
Request: Fix the width of tqdm status information
### Missing functionality The tqdm progress bar is nice, but the status information moves around constantly due to embedding column names into status line with variable width. This makes this part of the info unreadable for fast progressing parts. ### Proposed feature Fix the width of the status component, either by...
open
2023-05-17T21:24:05Z
2023-10-17T13:06:10Z
https://github.com/ydataai/ydata-profiling/issues/1329
[ "code quality 📈", "Hacktoberfest :fireworks:" ]
gdevenyi
2
davidteather/TikTok-Api
api
863
help me write the code.
help me write the code. Download videos without watermark.
closed
2022-03-20T10:59:23Z
2024-03-20T10:43:18Z
https://github.com/davidteather/TikTok-Api/issues/863
[ "bug" ]
xxkillaxx
1
dask/dask
scikit-learn
11,476
Add `split_out` parameter to `nunique()`
The current function signature for `Series.nunique()` is: https://github.com/dask/dask/blob/9b4bef654be34e51f14f95fbfc62454018986d8d/dask/dataframe/core.py#L4192-L4194 The default value for `split_out` in `drop_duplicates` is set to 1: https://github.com/dask/dask/blob/9b4bef654be34e51f14f95fbfc62454018986d8d/...
closed
2024-10-31T14:25:48Z
2024-10-31T15:10:04Z
https://github.com/dask/dask/issues/11476
[ "needs triage" ]
eonu
3
pyeve/eve
flask
1,037
MONGO_URI raises exception when no database is specified
The mongo data layer raises an exception when `MONGO_URI` does not contain a database name. However, the [MongoDB URI syntax](https://docs.mongodb.com/manual/reference/connection-string/#standard-connection-string-format) states that only the host is required and for good reasons. In certain scenarios, it might be ...
closed
2017-07-06T13:32:01Z
2017-07-06T13:38:56Z
https://github.com/pyeve/eve/issues/1037
[ "enhancement" ]
nicolaiarocci
0
521xueweihan/HelloGitHub
python
2,638
oo
closed
2023-11-06T16:11:12Z
2023-11-24T03:32:40Z
https://github.com/521xueweihan/HelloGitHub/issues/2638
[]
Joshuasdx
0
saulpw/visidata
pandas
1,527
[DirSheet] `Enter` no longer opens a file from the DirSheet
**Small description** `Enter` no longer opens a file from the DirSheet **Expected result** `Enter` opens the file in the current row. **Actual result with screenshot** https://asciinema.org/a/Uqck07yZJFLhoTfqEkv3Rw7vQ **Steps to reproduce with sample data and a .vd** ``` vd sample_data ``` Hit ente...
closed
2022-09-15T22:37:32Z
2022-09-17T17:12:33Z
https://github.com/saulpw/visidata/issues/1527
[ "bug" ]
frosencrantz
2
StackStorm/st2
automation
5,128
Add information on setting api key in st2rc.sample.ini
Pulled over from st2docs issue: https://github.com/StackStorm/st2docs/issues/1029 ### From https://github.com/StackStorm/st2docs/issues/1029 Right now it's nowhere documented on how to set the api key in the cli config file (e.g. `~/.st2/config`) Add in some additional information to cli reference that docume...
closed
2021-01-27T13:42:18Z
2021-06-02T20:10:40Z
https://github.com/StackStorm/st2/issues/5128
[ "enhancement", "CLI", "stale" ]
kingsleyadam
1
pallets-eco/flask-sqlalchemy
sqlalchemy
795
Document differences between Flask-SQLAlchemy and SQLAlchemy
It would be very useful to have a quick reference to exactly what Flask-SQLAlchemy is abstracting away or ways in which default SQLAlchemy behaviour has been altered. The reason for this is due to the (well deserved) popularity of this library the majority of SQLAlchemy content refers directly to this version and ma...
closed
2019-12-09T20:30:44Z
2020-12-05T20:21:39Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/795
[]
callamd
1
horovod/horovod
pytorch
3,302
Is it possible for HVD to support other Collective Communication Librariese as plugins?
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** Adding new Collective Communication Library without changing HVD's code. **Describe alternatives you've considered** HVD involve a plugin frameword for CCL extention. **Additional context** NA.
closed
2021-12-08T09:42:56Z
2021-12-08T10:34:32Z
https://github.com/horovod/horovod/issues/3302
[ "enhancement" ]
hanwei131
0
BMW-InnovationLab/BMW-YOLOv4-Training-Automation
rest-api
36
Where should we get the converttoyolo.py script ? It is not present in the Label tool repo
__
closed
2022-12-14T05:49:55Z
2022-12-14T11:04:24Z
https://github.com/BMW-InnovationLab/BMW-YOLOv4-Training-Automation/issues/36
[]
ProjectsCypher
1
koxudaxi/datamodel-code-generator
pydantic
2,079
`SyntaxError: from __future__ imports must occur at the beginning of the file` when custom header is used
**Describe the bug** When a model is generated with a custom header, importing the resulting model module causes the following error: ``` SyntaxError: from __future__ imports must occur at the beginning of the file ``` This error occurs because the `from __future__` statement must appear near the top of the module...
open
2024-08-22T15:28:59Z
2024-08-22T15:28:59Z
https://github.com/koxudaxi/datamodel-code-generator/issues/2079
[]
Dezzley
0
TencentARC/GFPGAN
pytorch
240
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
Using python 3.10 on macOS 12.5.1 21G83 arm64 ``` ... 2 warnings generated. clang -bundle -undefined dynamic_lookup -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/readline/lib -L/Users/reagle/.pyenv/versions/3.10.6/lib -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -L/Library/Develop...
open
2022-08-22T20:05:26Z
2022-08-22T20:05:26Z
https://github.com/TencentARC/GFPGAN/issues/240
[]
reagle
0
plotly/dash-table
dash
167
rename `fe` and `be` in pagination_mode?
- `fe` and `be` are too terse - Many users aren't necessarily aware of the development terms "front-end" or "back-end" - However, the name will need to refer to these concepts in some way - Alternatives: - `client` / `server` - `browser` / `callback` - `frontend` / `backend`
closed
2018-10-24T18:28:38Z
2019-06-27T00:20:43Z
https://github.com/plotly/dash-table/issues/167
[]
chriddyp
1
dynaconf/dynaconf
flask
472
[RFC] add an option to auto-output all vars after the settings are loaded [was] Is is possible to export all settings of a running service?
It is a great feature that env_vars can override any setting loaded from files. For diagnose, debug etc. many times it is useful to be able to extract the configuration of a running service (perhaps it loaded it from database, files and env_vars). Do we have any means to get all `DYNACONF` settings that a runni...
closed
2020-11-12T08:31:36Z
2022-07-02T20:12:27Z
https://github.com/dynaconf/dynaconf/issues/472
[ "wontfix", "RFC" ]
jruizaranguren
3
httpie/cli
python
634
Typo on the home page - "OSX"
On https://httpie.org/ "OSX" should be either "OS X" or alternatively the new name is "macOS". Thanks for httpie!
closed
2017-11-19T08:37:06Z
2017-12-17T19:36:11Z
https://github.com/httpie/cli/issues/634
[]
shlomif
2
AntonOsika/gpt-engineer
python
670
Make improve flag less intrusive by moving over files like "all_output.txt" and "file_list" to the .gpteng folder
This is done by simply using the new DB in #665 and writing to it
closed
2023-09-03T14:32:01Z
2023-09-22T09:12:33Z
https://github.com/AntonOsika/gpt-engineer/issues/670
[ "enhancement", "good first issue" ]
AntonOsika
3
dynaconf/dynaconf
flask
325
[bug] Dynaconf + Flask + DotEnv
**Describe the bug** One 'thing' happen when exist .env on the project with flask and dotenv. The flash no longer runs. **To Reproduce** [Look this repo to reproduce](https://github.com/Bernardoow/project_test) **Additional context** [This is the problem. ](https://github.com/pallets/flask/blob/024f0d384cf5bb6...
closed
2020-04-05T18:19:40Z
2020-07-27T20:51:10Z
https://github.com/dynaconf/dynaconf/issues/325
[ "bug", "Pending Release" ]
Bernardoow
0
dask/dask
scikit-learn
11,282
Automatically rechunk in array-shuffle if groups are too large
shuffling an array can create big chunks along the shuffled dimension. Keeping the other chunk sizes constant will potentially blow up chunk sizes along the way. The proper solution here is to rechunk on the other dimensions to be able to ensure that chunk sizes stay reasonable. We should be smart here to ensure ...
closed
2024-08-07T19:39:12Z
2024-08-16T14:20:19Z
https://github.com/dask/dask/issues/11282
[ "array" ]
phofl
0
marimo-team/marimo
data-science
3,979
Reactive Tests not working (for me)
### Describe the bug Hi -- I have tried using Reactive tests as added in #3938 , but was not able to trigger pytest to run reactively (after enabling the experimental flag of course) ![Image](https://github.com/user-attachments/assets/b27cae9c-c9e7-454a-89d6-7c37c1de45da) I have pytest in my venv deps. Not sure how...
closed
2025-03-04T20:20:56Z
2025-03-04T22:47:26Z
https://github.com/marimo-team/marimo/issues/3979
[ "bug" ]
habemus-papadum
1
tfranzel/drf-spectacular
rest-api
837
Response sample
closed
2022-10-22T11:47:29Z
2022-10-22T11:58:30Z
https://github.com/tfranzel/drf-spectacular/issues/837
[]
mugane-dj
0
mlflow/mlflow
machine-learning
14,865
[BUG] `Add New Tag` does not clear the previous text
### MLflow version 2.20.4.dev0 ### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Mac - **Python version**: 3.9 - **yarn version, if running the dev UI**: 1.22 ### Describe the problem The previous tag info is not cleared https://github.com/user-attachments/assets/4e199142-f09a...
closed
2025-03-05T13:13:59Z
2025-03-10T09:33:07Z
https://github.com/mlflow/mlflow/issues/14865
[ "bug", "area/uiux", "has-closing-pr" ]
Gumichocopengin8
1
lukas-blecher/LaTeX-OCR
pytorch
405
Can not open GUI with latexcor
(p9) PS D:\LaTeX-OCR> latexocr Traceback (most recent call last): File "C:\Users\50332\anaconda3\envs\p9\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\50332\anaconda3\envs\p9\lib\runpy.py", line 87, in _run_code exec(code, run_globals) Fi...
open
2024-11-27T08:44:48Z
2024-12-18T13:31:13Z
https://github.com/lukas-blecher/LaTeX-OCR/issues/405
[]
VIRTUALWORLDHEAD0CAICAI
8
microsoft/MMdnn
tensorflow
833
Mxnet to tensorflow
Platform (like ubuntu 16.04/win10): Google Colab Python version: 3.6.9 Source framework with version : MXNET with GPU Destination framework with version : Tensorflow 1.14 GPU Pre-trained model path (webpath or webdisk path): [this](https://github.com/YonghaoHe/A-Light-and-Fast-Face-Detector-for-Edge-Devices...
open
2020-05-07T18:48:45Z
2020-05-08T18:04:48Z
https://github.com/microsoft/MMdnn/issues/833
[]
Manideep08
1
gradio-app/gradio
deep-learning
9,943
如何去除网页最下面的使用 Gradio 构建标志logo
- [ ] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and concise description of what you w...
closed
2024-11-12T09:52:20Z
2024-11-12T21:03:17Z
https://github.com/gradio-app/gradio/issues/9943
[]
yang123456he
1
Significant-Gravitas/AutoGPT
python
8,815
Agent Page - Hook Up “Run Agent” Button on Agent Page
The “Run Agent” button on the Agent Page needs to be updated to add the selected agent to the library. This includes: 1\. Modifying the button’s functionality to trigger the “Add Agent to Library” action. 2\. Integrating the necessary backend API endpoints to support this functionality. # **Acceptance Criteria:** •...
closed
2024-11-27T13:06:02Z
2024-12-18T13:01:52Z
https://github.com/Significant-Gravitas/AutoGPT/issues/8815
[ "bug", "UI", "platform/frontend" ]
Swiftyos
0
piskvorky/gensim
nlp
3,181
Mismatch get_coherence_per_topic and get_coherence for single topic
#### Problem description Hi! I am using Gensim to compute the NPMI coherence for each of my topics. I used the method `get_coherence_per_topic()` and also `get_coherence()` (in this case, just passing a list with a single topic), and I noticed that the coherences per topic do not match with the ones returned by `get...
closed
2021-06-22T09:42:36Z
2022-04-25T08:21:06Z
https://github.com/piskvorky/gensim/issues/3181
[]
silviatti
0
twelvedata/twelvedata-python
matplotlib
20
[Question]websocket.TDWebSocket.keep_alive() high cpu usage
websocket.TDWebSocket.keep_alive() is simply an infinite loop, which I've assumed is to keep the main thread alive and results in high cpu usage. Does having a time.sleep() in here affect the performance of the websocket connection? I personally wouldn't think so, but I'm testing while the market is closed. ` @s...
closed
2020-10-24T23:12:31Z
2020-11-08T08:05:38Z
https://github.com/twelvedata/twelvedata-python/issues/20
[]
willhess92
1
flasgger/flasgger
rest-api
389
Is there reference documentation for this project?
http://flasgger.pythonanywhere.com/ just has "Coming Soon".
closed
2020-04-19T01:19:46Z
2020-04-22T00:31:16Z
https://github.com/flasgger/flasgger/issues/389
[]
derekbekoe
2
pytorch/pytorch
numpy
149,725
`torch.compile` does not work when `set_priority` is specified in `sdpa_kernel`
### 🐛 Describe the bug Model compilation does not work when the `set_priority` kwarg is provied to the `sdpa_kernel` context manager. See example below. ```py import torch from torch.nn.attention import SDPBackend, sdpa_kernel from torch.nn.functional import scaled_dot_product_attention class Model(torch.nn.Module...
closed
2025-03-21T12:19:12Z
2025-03-21T19:19:54Z
https://github.com/pytorch/pytorch/issues/149725
[ "oncall: pt2", "module: sdpa" ]
abdulfatir
2
xorbitsai/xorbits
numpy
417
BUG: ``hash_dataframe_on`` failed when ``on`` is callable on GPU
Note that the issue tracker is NOT the place for general support. For discussions about development, questions about usage, or any general questions, contact us on https://discuss.xorbits.io/.
closed
2023-04-28T08:49:28Z
2023-05-15T06:45:29Z
https://github.com/xorbitsai/xorbits/issues/417
[ "bug", "gpu" ]
ChengjieLi28
0
plotly/plotly.py
plotly
4,198
5.14.1: seems like test suite needs to be updated for `numpy`
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm build -w --no-isolation` - because I'm calling `build` with `--no-isolation` I'm using during all processes only locally installed modules -...
closed
2023-05-09T13:16:38Z
2023-05-09T13:29:02Z
https://github.com/plotly/plotly.py/issues/4198
[]
kloczek
1
plotly/dash
dash
3,022
output not being updated by callback
Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through. **Describe your context** Google Colab Pro - replace the result of `pip list | grep dash` below ``` dash ...
closed
2024-10-02T14:31:05Z
2024-10-04T16:56:16Z
https://github.com/plotly/dash/issues/3022
[ "bug", "P3" ]
DSAGRO3F
3
voila-dashboards/voila
jupyter
897
Using Javascript to Edit Voila pages
Is it possible to use Javascript to edit widgets and have the widget state be updated? e.g. use case here is I have a text widget that I would like to populate from LocalStorage after the page loads with Javascript. When I grab the DOM and edit `.value`, it doesn't actually update the widget model state.
open
2021-06-01T19:20:29Z
2021-06-23T13:27:11Z
https://github.com/voila-dashboards/voila/issues/897
[]
lauralindy
1
KaiyangZhou/deep-person-reid
computer-vision
471
Auxiliary loss
Many thanks to all the contributors for this project. In your paper https://arxiv.org/pdf/1905.00953.pdf you use the cross-entropy loss as the main objective and the triplet loss as an auxiliary loss with a balancing weight (which needs to be tuned) to get the result showed in table 12e. How can I apply this auxili...
open
2021-10-26T01:48:36Z
2021-11-29T12:15:17Z
https://github.com/KaiyangZhou/deep-person-reid/issues/471
[]
Thangbluee
2
laurentS/slowapi
fastapi
31
Ratelimit doesn't work after token expires
I am rate limiting on two approaches: i)based on IP address (for endpoint having no access token) Works fine ii) based on user id ( obtained from JWT token) I have used https://pypi.org/project/fastapi-jwt-auth/ for JWTAuth. On the basis of #25 , in limiter.py ``` from slowapi import Limiter, _rate_limit_exceed...
open
2021-01-08T15:01:19Z
2022-11-28T10:35:26Z
https://github.com/laurentS/slowapi/issues/31
[]
himalacharya
4
Evil0ctal/Douyin_TikTok_Download_API
web-scraping
582
[BUG] 解析抖音分p视频时识别为分p图片
***发生错误的平台?*** 如:抖音 ***发生错误的端点?*** 如:Web APP ***提交的输入值?*** 如:[短视频链接](https://v.douyin.com/i5g9Anws/&minimal=false) ***是否有再次尝试?*** 如:是 ***你有查看本项目的自述文件或接口文档吗?*** 如:有,并且很确定该问题是程序导致的。
open
2025-03-12T08:50:04Z
2025-03-12T08:50:04Z
https://github.com/Evil0ctal/Douyin_TikTok_Download_API/issues/582
[ "BUG" ]
miaoxutao123
0
brightmart/text_classification
nlp
64
a1_seq2seq_attention_train
当运行a1_seq2seq_attention_train.py文件时 遇见下面的错误。希望得到您的帮助。 ValueError: Variable W_initial_state1 already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at: File "/home/qiu/PycharmProjects/text_classification-master/a06_Seq2seqWithAttention/a1_seq2seq_attention_model.py", line 173, i...
open
2018-06-27T11:29:40Z
2018-06-27T15:03:09Z
https://github.com/brightmart/text_classification/issues/64
[]
tangdouer
1
yt-dlp/yt-dlp
python
12,613
Vimeo asking for embedding URL when unnecessary
### Checklist - [x] I'm reporting that yt-dlp is broken on a **supported** site - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels)) - [x] I've checked that all provided URLs are playable in a browser with the same IP and same...
open
2025-03-15T00:31:33Z
2025-03-19T13:08:23Z
https://github.com/yt-dlp/yt-dlp/issues/12613
[ "question" ]
emv33
3
PaddlePaddle/ERNIE
nlp
209
请问有没有预训练中文XL-NET的计划呢?
XL-NET现在还没有中文版, 效果应该会比BERT和ERNIE要好.
closed
2019-07-17T06:42:14Z
2019-07-24T11:46:11Z
https://github.com/PaddlePaddle/ERNIE/issues/209
[]
daizh
2
mage-ai/mage-ai
data-science
5,632
[BUG] [api.views] Action: list kernels None, no code is executed when running mage-ai from command line
### Mage version 0.9.75 ### Describe the bug While running mage-ai, locally from the command line "mage start ben", I can't execute any code from the browser, the execution button spins for ever and the python button turns yellow. I can't even restart the kernel. The issue was reported previously and was me...
open
2025-01-05T20:19:44Z
2025-01-05T20:21:36Z
https://github.com/mage-ai/mage-ai/issues/5632
[ "bug" ]
mapapa
0
mwaskom/seaborn
pandas
3,485
seaborn\_oldcore.py:1498: FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, CategoricalDtype) instead
I get this warning all the time in every plot I do with a panda data frame. I use Seaborn 0.12.2 `seaborn\_oldcore.py:1498: FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, CategoricalDtype) instead`
closed
2023-09-21T01:06:32Z
2023-09-21T12:17:25Z
https://github.com/mwaskom/seaborn/issues/3485
[]
kiasar
1
sloria/TextBlob
nlp
157
Assign Prior Probabilities to NaiveBayesClassifier train_set(word)
Does anyone know how to assign prior probability to certain words in a train_set for better classification using a NaiveBayesClassifier For example: If i have a sentence/train_set like --> ('I have 10 apples', 'fruits') I want to assign the word 'apples' more probability so that the single word should determine t...
open
2017-04-01T06:14:19Z
2017-04-01T06:14:19Z
https://github.com/sloria/TextBlob/issues/157
[]
nakuldahiwade
0
skfolio/skfolio
scikit-learn
11
[BUG] Annualization factor with 252 business days in a year
**Describe the bug** In all metrics the 255 business days standard is used. On average US based calendar has 252 business days in a year. While I understand this depends on the country and on the specific year, most annualization metrics should at least be clear about it. **Expected behavior** Annualization shou...
closed
2024-01-17T08:59:34Z
2024-01-22T20:10:09Z
https://github.com/skfolio/skfolio/issues/11
[ "bug" ]
CarloNicolini
2
akfamily/akshare
data-science
5,695
接口问题:有没有 INE 的持仓排名数据?
有没有这个接口??:futures_ine_position_rank(date='20250218') or 有没有这么接口??:get_ine_rank_table(date='20250218')
closed
2025-02-18T15:40:11Z
2025-02-19T08:56:26Z
https://github.com/akfamily/akshare/issues/5695
[]
yufusuzi
0
databricks/spark-sklearn
scikit-learn
12
Training large number of models
Hi, This looks fantastic and looks to almost solve one of my problems. Essentially I have a model to predict the amount of sales of a particular product for each day given various features (historical sales volumes, type of store, day of week, time of year, etc.). The training set fits easily in memory, I want to tr...
closed
2016-02-10T12:35:06Z
2016-03-17T19:02:28Z
https://github.com/databricks/spark-sklearn/issues/12
[]
danielnee
3
pydantic/logfire
fastapi
886
Run linting (especially type checking) and pyodide tests in daily CI
To avoid cases like https://github.com/pydantic/logfire/issues/884
open
2025-02-22T12:15:40Z
2025-02-22T12:15:40Z
https://github.com/pydantic/logfire/issues/886
[]
alexmojaki
0
strawberry-graphql/strawberry
graphql
3,805
Playground fails to load due to `packaging` version incompatibility
<!-- Provide a general summary of the bug in the title above. --> <!--- This template is entirely optional and can be removed, but is here to help both you and us. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> ## Describe the Bug The playground gets stuck showing ...
closed
2025-03-12T19:29:20Z
2025-03-13T09:23:11Z
https://github.com/strawberry-graphql/strawberry/issues/3805
[ "bug" ]
jacobmoshipco
1
horovod/horovod
tensorflow
3,224
Segmentation fault in horovod_shutdown when running a job along several nodes
**Environment:** 1. Framework: tensorflow-**cpu** 2. Framework version: 2.6.0 3. Horovod version: v0.23.0 4. MPI version: 4.1.2 (locally built) 5. CUDA version: None - I want to use CPU training to get information about the MPI communications. 6. NCCL version: None - Same as above. 7. Python version: 3.9.6 (Inst...
closed
2021-10-15T07:33:28Z
2022-11-10T11:38:35Z
https://github.com/horovod/horovod/issues/3224
[ "bug" ]
msdlr
2
svc-develop-team/so-vits-svc
pytorch
140
[Help]: 使用文字转语音出现Error
### 请勾选下方的确认框。 - [X] 我已仔细阅读[README.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/README_zh_CN.md)和[wiki中的Quick solution](https://github.com/svc-develop-team/so-vits-svc/wiki/Quick-solution)。 - [X] 我已通过各种搜索引擎排查问题,我要提出的问题并不常见。 - [X] 我未在使用由第三方用户提供的一键包/环境包。 ### 系统平台版本号 Win10专业版21H2 ### GPU 型号 NVIDIA GeF...
closed
2023-04-11T08:45:12Z
2023-04-12T16:24:53Z
https://github.com/svc-develop-team/so-vits-svc/issues/140
[ "help wanted" ]
EsawaAzusa
3
CTFd/CTFd
flask
2,496
Scoreboard shows "No solves yet", even though there are solves
<!-- If this is a bug report please fill out the template below. If this is a feature request please describe the behavior that you'd like to see. --> **Environment**: - CTFd Version/Commit: 3.7.0, commit: `6ce3eb10745283c57f2ef1aa1119ae46961a3bc3` - Operating System: Arch Linux - Web Browser and Version: ...
closed
2024-03-15T20:15:47Z
2024-07-03T20:34:45Z
https://github.com/CTFd/CTFd/issues/2496
[]
AndersFelde
1
thunlp/OpenPrompt
nlp
192
Can BART's <mask> token be treated the way it's done for BERT and RoBERTa in Prototypical Verbalizer implementation?
open
2022-09-07T04:50:30Z
2022-09-07T04:50:30Z
https://github.com/thunlp/OpenPrompt/issues/192
[]
nirmal2k
0
scrapy/scrapy
web-scraping
6,365
Fix overridable methods in MediaPipeline
`MediaPipeline` defines several empty or almost empty "overridable" methods, which return things inconsistent with their overrides. I propose making all of them raise `NotImplementedError`. Alternatively `MediaPipeline` should just be made an abstract class and all those methods made abstract methods, but I have no ide...
closed
2024-05-15T15:03:25Z
2024-05-28T08:42:59Z
https://github.com/scrapy/scrapy/issues/6365
[ "bug" ]
wRAR
1
hbldh/bleak
asyncio
876
Does bleak support LE CODED PHY?
closed
2022-07-11T11:23:52Z
2022-07-11T14:48:50Z
https://github.com/hbldh/bleak/issues/876
[]
rty813
0
jupyter-incubator/sparkmagic
jupyter
645
%%spark config doesn't recognize official key name like "spark.driver.memory"
Hi, I have checked help, ``` %spark ? config Override the livy session properties sent to Livy on session creation. All session creations will contain these config settings from then on. Expected value is a JSON key-value string to be sent as part of the Request Body for the POST /sessions end...
closed
2020-05-11T07:42:06Z
2020-10-11T17:26:20Z
https://github.com/jupyter-incubator/sparkmagic/issues/645
[]
eromoe
2
gee-community/geemap
jupyter
1,487
Reorganize dependencies
Some proposed changes to the geemap dependencies: - `requirements.txt`: this will include the core dependencies, such as earthengine-api, ipyleaflet, folium, ipyevents, etc. - `requirements_extra.txt`: this will include extra dependencies, such as ee_extra, gdown, geeadd, ipytree, whiteboxgui. - `requirements_all....
closed
2023-04-06T02:14:08Z
2023-04-06T03:53:35Z
https://github.com/gee-community/geemap/issues/1487
[ "Feature Request" ]
giswqs
2
explosion/spaCy
nlp
13,734
en_core_web_trf (3.8.0) ORG predictions seem inaccurate compared to en_core_web_trf (3.6.1)
<!-- NOTE: For questions or install related issues, please open a Discussion instead. --> en_core_web_trf (3.8.0) labels CARDINAL tokens as ORG. This happens in the affiliation sections for many scientific manuscript I tried out. Interestingly, only the transformer pipeline has this new unexpected behavior, NER f...
open
2025-01-25T04:56:21Z
2025-01-26T04:29:23Z
https://github.com/explosion/spaCy/issues/13734
[]
vitaly-d
1
JaidedAI/EasyOCR
machine-learning
344
Stuck at Downloading Recognition Model
Hi, thanks for your hardwork. I would like to ask a solution about my problem. I stuck at '**100.0% Complete Downloading recognition model ...**' which is inside **_docker_**. I have been waiting for hours and it's still persist. Could you please help me why about this problem? _P.S. I am using Ubuntu 20.04 and ...
closed
2021-01-06T02:40:53Z
2023-08-26T10:40:04Z
https://github.com/JaidedAI/EasyOCR/issues/344
[]
takeruadelbert
3
desec-io/desec-stack
rest-api
507
api: drop cron privileges
Should run as nobody
open
2021-01-08T23:41:25Z
2021-01-08T23:41:25Z
https://github.com/desec-io/desec-stack/issues/507
[ "bug", "api" ]
peterthomassen
0
satwikkansal/wtfpython
python
213
Dividing in python
In python 2 ``` print(35/6) ``` OUTPUT: ``` 5 ``` In python 3 ``` print(35/6) ``` OUTPUT: ``` 5.833333333333333 ```
closed
2020-07-25T03:44:04Z
2020-08-08T19:50:43Z
https://github.com/satwikkansal/wtfpython/issues/213
[]
Yukti-09
2
ned2/slapdash
plotly
30
Use Waitress with Slapdash?
Slapdash is great for developing my Dash app. Unfortunately, I am too much of a newbie to get slapdash working with waitress, on Windows 10 and Mac OSX. I tried to point to the wsgi.py file. I suppose I have to import waitress there, but I don’t know how. Can you help me with that? Best regards, Rob
closed
2020-02-25T09:33:03Z
2022-10-19T12:40:19Z
https://github.com/ned2/slapdash/issues/30
[]
Quaternion66
1
amdegroot/ssd.pytorch
computer-vision
274
why nms method is so slow?
I try to change this code to implement video object detecction. I find the test phase is slow. Then I visualize the time cost. I find nms is key reason. > nms time: 0.1834 sec. > nms time: 0.1546 sec. > nms time: 0.1525 sec. > nms time: 0.1929 sec. > nms time: 0.1670 sec. > nms time: 0.1230 sec. > nms ...
open
2018-12-13T03:26:38Z
2020-11-08T13:54:53Z
https://github.com/amdegroot/ssd.pytorch/issues/274
[]
Feywell
3
ymcui/Chinese-LLaMA-Alpaca
nlp
377
如何用transformer加载量化后的模型
运行convert_and_quantize_chinese_alpaca_plus之后得到ggml-model-q8_0.bin文件 用transformer进行加载 ![image](https://github.com/ymcui/Chinese-LLaMA-Alpaca/assets/28583005/0d32bd7c-5d3f-450b-9fe6-b443fef28769) 结果报错 ![image](https://github.com/ymcui/Chinese-LLaMA-Alpaca/assets/28583005/029e45f5-021f-4380-8b63-c0c34007e1f3) 路径中的文件目...
closed
2023-05-18T11:16:37Z
2023-05-25T23:55:44Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/377
[ "stale" ]
hrz394943230
2
Kitware/trame
data-visualization
646
The member function remove_node() of class PipelineManager in advanced_git_tree example raise RecursionError
In the example advanced_git_tree, the function remove_node() can not work correctly. The function ```python 1. def remove_node(self, _id): 2. for id in self._children_map[_id]: 3. self.remove_node(_id) 4. self._nodes.pop(_id) 5. self._update_hierarchy() ``` should be ```python 1...
closed
2024-12-13T05:05:30Z
2024-12-14T16:40:57Z
https://github.com/Kitware/trame/issues/646
[]
linson7017
3
aiortc/aiortc
asyncio
510
Transferring image to a client
I set up a tcp-signaling mechanism and sent an image frame as an array to a client. The frame is being received as aiortc.rtcrtpreceiver.RemoteStreamTrack object on the client side. I figured that I can use recv() method on it as RemoteStreamTrack is an instance of MediaStreamTrack and from the examples on the aiortc G...
closed
2021-03-16T00:16:53Z
2021-03-18T23:08:18Z
https://github.com/aiortc/aiortc/issues/510
[]
iamkrs9
6
drivendataorg/cookiecutter-data-science
data-science
412
Cookiecutter installation problem
I am trying to download the cookiecutter structure onto vs code in order to arrange my project into a well defined structure. But I keep getting an error. I managed to install the Cookie-cutter package itself (I used the - pip install cookiecutter-data-science). But right after that when I am trying to use commands l...
closed
2025-01-01T12:42:31Z
2025-01-23T09:09:11Z
https://github.com/drivendataorg/cookiecutter-data-science/issues/412
[]
Idelsohn
3
microsoft/hummingbird
scikit-learn
37
Cannot use torch==1.5.0 due to breaking change
When using torch==1.5.0 (instead of the current torch==1.4.0), hummingbird sometimes gets stuck in an infinte loop in `forward`: ```bash File "/opt/conda/envs/rapids/lib/python3.7/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) File "/root/hummingbi...
closed
2020-04-29T04:12:18Z
2020-08-11T23:28:23Z
https://github.com/microsoft/hummingbird/issues/37
[]
ksaur
1
allenai/allennlp
pytorch
5,055
from_pretrained_transformer not called in commnad line predict mode with BasicClassifier
<!-- Please fill this template entirely and do not erase any of it. We reserve the right to close without a response bug reports which are incomplete. If you have a question rather than a bug, please ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/allennlp) rather than posting an issue here. --...
closed
2021-03-16T11:22:25Z
2021-03-24T15:03:46Z
https://github.com/allenai/allennlp/issues/5055
[ "bug" ]
McKracken
7
sanic-org/sanic
asyncio
2,891
使用注入的方式封装获取的json数据,结果是空的
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug 我封装了一个类,用来获取json数据,然后将这个类注入到app中。结果在获取的json是None。 I encapsulated a class to retrieve JSON data and then injected this class into the app. The result is that the obtained JSON is None. ### Code snippet ```py...
closed
2024-01-06T08:42:03Z
2024-05-31T06:35:54Z
https://github.com/sanic-org/sanic/issues/2891
[ "bug" ]
f754699
1
trevismd/statannotations
seaborn
122
bump seaborn version
Current version require seaborn>=0.9.0,<0.12 However, there is a incompatibility between pandas 2.0 and seaborn which is solved only for seaborn >= 0.12. would it be possible to bump the versions in the requirements? Thanks
open
2023-05-26T17:41:54Z
2025-01-24T07:47:20Z
https://github.com/trevismd/statannotations/issues/122
[ "enhancement", "help wanted" ]
revesansparole
2
roboflow/supervision
computer-vision
1,429
Autodistill or Reparameterize?
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question So Robovision provides a framework with Autodistill to transfer knowledge from larger foundational models into smaller models on custom data tha...
closed
2024-08-05T11:32:36Z
2024-08-06T09:37:31Z
https://github.com/roboflow/supervision/issues/1429
[ "question" ]
adrielkuek
1