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
cvat-ai/cvat
pytorch
8,913
Video Low Image Quality or Excessively Large Size
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce 1. Upload a video with "zip chunks" enabled, compression set to 100% (do not compress) 2. Video playback is laggy due to l...
closed
2025-01-09T09:25:27Z
2025-01-10T11:50:38Z
https://github.com/cvat-ai/cvat/issues/8913
[ "bug" ]
michaelmyc
1
mkhorasani/Streamlit-Authenticator
streamlit
3
Logout requires two presses
When using the log out button it always seems to require at least two presses to fully logout back to the login screen.
closed
2022-01-11T07:44:45Z
2022-02-15T16:13:24Z
https://github.com/mkhorasani/Streamlit-Authenticator/issues/3
[]
ted-dunstone
7
marshmallow-code/flask-marshmallow
rest-api
43
sqlalchemy. Declarative support
according to http://flask.pocoo.org/docs/0.10/patterns/sqlalchemy/ , there are two ways documented to use SQLAlchemy in flask, one is with the flask-sqlalchemy extension, the other one is just Declarative, without flask-sqlalchemy. For me, I prefer the later one. Because it makes the Database layer much purer. In m...
closed
2016-05-04T09:36:47Z
2016-05-04T09:55:30Z
https://github.com/marshmallow-code/flask-marshmallow/issues/43
[]
aguegu
1
ymcui/Chinese-BERT-wwm
nlp
219
wwm mask 细节
根据transformer里面的vocab.txt文件,可以看出来是字级别的,并且其中的源码也是针对字级别的token进行处理,是以一定概率对input_ids进行#号处理,如果遇到带#的字,认为这个字和前面的字组成词语,同时mask,但是哈工大里面又提到了分词工具,还有分词文本,这个是针对中文采用分词,一个token可以代表一个词吗?
closed
2022-06-08T09:20:33Z
2022-06-18T16:46:06Z
https://github.com/ymcui/Chinese-BERT-wwm/issues/219
[ "stale" ]
zhengjiawei001
2
andrew-hossack/dash-tools
plotly
78
[BUG] Long Callbacks Error w/ `dashtools gui`
Thank you so much for helping improve the quality of dash-tools! 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** - replace the result of `dash-tools --version` below ``` 1.10.3 ``` - please tell us what oper...
closed
2022-11-09T06:06:05Z
2022-11-11T18:03:41Z
https://github.com/andrew-hossack/dash-tools/issues/78
[]
andrew-hossack
1
modelscope/modelscope
nlp
883
TTS流式合成功能的需求
**Describe the feature** 例如像iic/speech_sambert-hifigan_tts_zh-cn_16k这样的模型,模型本身不错。 https://modelscope.cn/models/iic/speech_sambert-hifigan_tts_zh-cn_16k/summary 但是工作的应用场景有对TTS合成的流式能力的需求,看官方能不能完善这个功能,多谢! **Motivation** 之前查了相关的历史issue,应该还是有一部分人都有需求。 **Related resources** 流式语音合成实现 - 风影的文章 - 知乎 https://zhuanlan....
closed
2024-06-17T01:39:58Z
2024-08-01T01:57:58Z
https://github.com/modelscope/modelscope/issues/883
[ "Stale" ]
YuYiandMinsky
3
pydantic/pydantic-settings
pydantic
12
Support `Field(env=...)` is submodels
As per https://github.com/pydantic/pydantic-settings/issues/27
closed
2023-01-25T10:34:54Z
2023-04-26T12:16:25Z
https://github.com/pydantic/pydantic-settings/issues/12
[]
samuelcolvin
2
Josh-XT/AGiXT
automation
1,344
add all the components to the Task Panel
### Feature/Improvement Description Currently the Task panel doesn't have all the components inside so its missing functionality. ### Proposed Solution Add the respective components inside the task panel for each functionality. ### Acknowledgements - [X] I have searched the existing issues to make sure this featur...
closed
2024-12-26T02:28:17Z
2024-12-26T02:29:46Z
https://github.com/Josh-XT/AGiXT/issues/1344
[ "needs triage" ]
birdup000
1
seleniumbase/SeleniumBase
web-scraping
2,238
Network.setBlockedURLs broken in latest versions?
Seems like `setBlockedURLs` is broken in latest version, here is a simple test case: ``` from seleniumbase import BaseCase BaseCase.main(__name__, __file__) class MyTestClass(BaseCase): def test_swag_labs(self): self.driver.execute_cdp_cmd("Network.enable", {}) self.driver.execute_cdp_...
closed
2023-11-03T10:03:26Z
2023-11-05T05:09:17Z
https://github.com/seleniumbase/SeleniumBase/issues/2238
[ "question", "UC Mode / CDP Mode" ]
cjnqt
1
modin-project/modin
pandas
7,011
`test_default.py::test_pivot_table_data` failed
Found in https://github.com/modin-project/modin/pull/6954
open
2024-03-05T17:06:50Z
2024-03-07T14:11:54Z
https://github.com/modin-project/modin/issues/7011
[ "bug 🦗", "pandas concordance 🐼" ]
anmyachev
0
Nemo2011/bilibili-api
api
545
[需求] room get_status_info_by_uids
POST https://api.live.bilibili.com/room/v1/Room/get_status_info_by_uids `{"uids":[]}`
closed
2023-10-21T04:32:19Z
2023-11-03T16:58:29Z
https://github.com/Nemo2011/bilibili-api/issues/545
[ "need" ]
z0z0r4
0
strawberry-graphql/strawberry
graphql
2,841
Refactor: use `__strawberry_definition__` for all `StrawberryType`s
<!--- Provide a general summary of the changes you want in the title above. --> <!--- Anything on lines wrapped in comments like these will not show up in the final text. --> Every type that is decorated by strawberry should have a dunder `__strawberry_definition__` with instance of a StrawberryType. ATM this is ...
open
2023-06-12T09:08:52Z
2025-03-20T15:56:13Z
https://github.com/strawberry-graphql/strawberry/issues/2841
[]
nrbnlulu
0
Gurobi/gurobi-logtools
plotly
39
gurobi-logtools.ipynb broken
There are cells which compare the Seed column to strings, but the data is numeric, eg ```python fastest_run = selected_run[selected_run["Seed"] == "1"] slowest_run = selected_run[selected_run["Seed"] == "2"] ```
closed
2024-03-10T23:26:07Z
2024-03-11T12:21:08Z
https://github.com/Gurobi/gurobi-logtools/issues/39
[]
venaturum
0
tensorpack/tensorpack
tensorflow
562
When program finished,PrefetchDataZMQ do not exit graceful
When program finished,I found the process do not exit graceful. I check the process and the code.I found the reason is that PrefetchDataZMQ do not terminate the sub processes successfully. In code https://github.com/ppwwyyxx/tensorpack/blob/4c02f009e8448d74478a4b61e970d2b54ad0f599/tensorpack/dataflow/prefetch.py#L1...
closed
2017-12-20T05:55:19Z
2018-05-30T20:59:30Z
https://github.com/tensorpack/tensorpack/issues/562
[]
tonyw
9
jmcnamara/XlsxWriter
pandas
927
Inconsistent behavior of "set_column" formatting in constant memory mode
We are using xlsxwriter (verison `3.0.3` on Python `3.8.14`) to create and style excel files. When using constant memory mode, we found inconsistent behavior of how the `set_column` method applies cell formatting. Here is an example to demonstrate the issue: ```python import xlsxwriter with open("test.xlsx", "wb...
closed
2022-12-09T11:52:15Z
2022-12-09T15:33:17Z
https://github.com/jmcnamara/XlsxWriter/issues/927
[ "ready to close" ]
Birne94
5
ray-project/ray
python
51,273
[core][gpu-objects] Actor sends the same ObjectRef twice to another actor
### Description If an actor sends the same ObjectRef twice to another actor, we should not call NCCL send twice. Instead, we only call the NCCL send once and the receiver retrieve the tensor from its in-actor storage twice. ### Use case _No response_
open
2025-03-11T22:08:47Z
2025-03-11T22:13:36Z
https://github.com/ray-project/ray/issues/51273
[ "enhancement", "P1", "core", "gpu-objects" ]
kevin85421
0
aiortc/aiortc
asyncio
418
Installation issue on raspberry pi 4
Hi @jlaine when i was executing command "pip3 install aiohttp aiortc opencv-python" there's an error installation like this: **Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-ujuwrkn4/pylibsrtp/** Fyi, i did "sudo apt install libsrtp2-dev" What should i do next?
closed
2020-09-18T21:37:39Z
2021-01-23T13:09:35Z
https://github.com/aiortc/aiortc/issues/418
[ "invalid" ]
junartho
3
keras-team/autokeras
tensorflow
1,679
Expect the target data for classification_head_1 to have shape [1], but got [2].
### Feature Description Use AutoKeras to Image Classification on Colab directory structure is: ``` dataset/ ...OK/ ......train_OK_data_(0).jpg ......train_OK_data_(1).jpg ...NG/ ......train_NG_data_(0.jpg ......train_NG_data_(1).jpg ...test/ ......0.jpg ......1.jpg ``` ### Code <!--- --> ...
closed
2022-02-07T09:39:10Z
2022-10-04T23:50:05Z
https://github.com/keras-team/autokeras/issues/1679
[]
KC046
2
keras-team/keras
python
20,108
Bug in `keras.src.saving.saving_lib._save_model_to_dir`
`tf.keras.__version__` -> "3.4.1" If model is already saved then method call by `keras.src.models.model.Model.save` call `keras.src.saving.saving_lib._save_model_to_dir`, if model is already saved then `asset_store = DiskIOStore(assert_dirpath, mode="w")` ([Line - 178](https://github.com/keras-team/keras/blob/maste...
closed
2024-08-10T13:12:49Z
2024-08-15T05:33:26Z
https://github.com/keras-team/keras/issues/20108
[ "stat:awaiting response from contributor", "type:Bug" ]
MegaCreater
6
sammchardy/python-binance
api
709
How to purchase and redeem from binance earn flexible product?
Is there a feature in this library that can do this? Here are the links are the official endpoints https://binance-docs.github.io/apidocs/spot/en/#purchase-flexible-product-user_data https://binance-docs.github.io/apidocs/spot/en/#redeem-flexible-product-user_data
closed
2021-02-27T14:20:16Z
2021-03-07T11:58:25Z
https://github.com/sammchardy/python-binance/issues/709
[]
honkeat
0
aleju/imgaug
deep-learning
217
Different parameters for each image
Hi, thanks for this great library. Is there a best practice how to deal with parameters that change per image? Specifically, I want to crop out an object given through a bounding box. So far I would probably get the augmenter by name and overwrite its parameters for every image. Thanks
closed
2018-12-17T10:29:32Z
2019-01-24T15:23:58Z
https://github.com/aleju/imgaug/issues/217
[]
kilianyp
2
pandas-dev/pandas
python
60,499
BUG: Presence of `pd.NA` value in `pd.Series` prevents values from being rounded
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [X] I have confirmed this bug exists on the [main branch](https://pandas.pydata.org/docs/dev/ge...
closed
2024-12-05T18:29:58Z
2024-12-05T21:22:53Z
https://github.com/pandas-dev/pandas/issues/60499
[ "Bug", "Missing-data", "Constructors" ]
mijalapenos
1
microsoft/nni
tensorflow
5,801
Does NNI ModelSpeedupTensorRT support Encoder-Decoder models?
**Question**: I have an encoder decoder model, quantized using TensorRT's packages for post-training quantization. It is in the HuggingFace transformers saved model format. The model is a TrOCR model, which is implemented with the HuggingFace VisionEncoderDecoder class. With Transformers, the encoder and decoder are i...
open
2024-08-02T05:43:13Z
2024-08-16T03:45:17Z
https://github.com/microsoft/nni/issues/5801
[]
donjuanpond
1
xinntao/Real-ESRGAN
pytorch
593
distutils.errors.DistutilsError
How to solve this error? ```shell distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpm7oyy5i8', '--quiet', 'numpy']' returned non-zero exit status 2. ```
closed
2023-03-27T05:30:01Z
2023-03-29T04:50:41Z
https://github.com/xinntao/Real-ESRGAN/issues/593
[]
chnljx
2
coqui-ai/TTS
python
3,545
[Bug] HifiGAN Generator throwing error
### Describe the bug Need to add a condition for handling NoneType in Hifigan Generator code ### To Reproduce https://github.com/coqui-ai/TTS/blob/5dcc16d1931538e5bce7cb20c1986df371ee8cd6/TTS/vocoder/models/hifigan_generator.py#L251 If `g` is `None` (which is the default value), we will end up giving `nn.Co...
closed
2024-01-28T17:35:49Z
2024-03-09T10:40:06Z
https://github.com/coqui-ai/TTS/issues/3545
[ "bug", "wontfix" ]
saiakarsh193
1
odoo/odoo
python
202,681
[17.0] mail: res.user notification_type does not have a default value
### Odoo Version - [x] 16.0 - [x] 17.0 - [x] 18.0 - [ ] Other (specify) ### Steps to Reproduce This is an Odoo Source Install bug (linux). - On a fresh Ubuntu 24.04 LTS machine run the commands: 1. ``` git clone https://github.com/odoo/odoo.git --branch 17.0 --depth 1 ``` 2. ``` sudo apt install postgresql post...
open
2025-03-20T12:08:25Z
2025-03-20T12:08:25Z
https://github.com/odoo/odoo/issues/202681
[]
ugniusslev
0
assafelovic/gpt-researcher
automation
344
[Documentation]: Change 'PermChain' to 'LangGraph'
Hi, just wanted to mention that I saw on [this](https://docs.tavily.com/docs/gpt-researcher/agent_frameworks) docs-page that you call the 'LangGraph'-prject 'PermChain'. I guess this is because it got re-named in the meantime. The link to the LangGraph-repo is correct though. P.S.: thanks for your cool projects ...
closed
2024-01-25T11:24:42Z
2024-02-25T08:27:24Z
https://github.com/assafelovic/gpt-researcher/issues/344
[]
SimonB97
1
bigscience-workshop/petals
nlp
528
Pyinstaller packaged Petals binary fails to load/download on`AutoDistributedModelForCausalLM.from_pretrained`
I using Pyinstaller to package a script that uses Petals, here's what my components look like: `main.py`: ```python import torch, os from petals import AutoDistributedModelForCausalLM import multiprocessing import multihash import multiaddr import multiaddr.codecs.fspath multiprocessing.freeze_support() ...
open
2023-10-19T07:29:46Z
2023-10-19T07:40:52Z
https://github.com/bigscience-workshop/petals/issues/528
[]
biswaroop1547
0
holoviz/panel
plotly
7,660
Pyscript - templates and Perspective pane not working
<details> <summary>Software Version Info</summary> Installing the wheels recommended by the Panel website: ```python import micropip await micropip.install("https://cdn.holoviz.org/panel/1.5.5/dist/wheels/bokeh-3.6.2-py3-none-any.whl") await micropip.install("https://cdn.holoviz.org/panel/1.5.5/dist/wheels/panel-1.5.5...
open
2025-01-23T12:09:30Z
2025-01-23T13:05:06Z
https://github.com/holoviz/panel/issues/7660
[]
niko86
0
mitmproxy/mitmproxy
python
7,215
Contentview API v2
(no immediate intent to implement - filing this to collect my thoughts) The current contentview API is limited to prettifying contents, but users are unable to edit the prettified representation. While this is bearable for most views (HTML, JSON, ...), it makes fiddling with binary protocols such as protobufs consider...
open
2024-09-30T22:01:42Z
2025-03-14T20:24:14Z
https://github.com/mitmproxy/mitmproxy/issues/7215
[ "kind/feature" ]
mhils
1
WZMIAOMIAO/deep-learning-for-image-processing
pytorch
728
数据读取中关键词错误
with open(args.keypoints_path, "r") as f: person_kps_info = json.load(f) kps_weights = np.array(person_kps_info["kps_weights"], dtype=np.float32).reshape((args.num_joints,)) person_kps_info中没有kps_weights这个关键词
open
2023-03-21T07:19:27Z
2023-12-11T12:55:21Z
https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/issues/728
[]
Wslnjupt
5
benbusby/whoogle-search
flask
839
Config Environment Variables not working
I'm using various 'WHOOGLE_CONFIG' environment variables in my docker set up and only the 'THEME' seems to work. I'm most interested in getting the 'NEW_TAB' as that is a great time saver for me but would like to see the others as well. **To Reproduce** Create a docker container as follows: docker run -d \ --n...
closed
2022-09-02T15:37:56Z
2022-09-08T20:00:13Z
https://github.com/benbusby/whoogle-search/issues/839
[ "bug" ]
PaPaTheGMan
6
pyro-ppl/numpyro
numpy
1,348
Force validate_args to be keyword arguments
This will help some forum users avoid issues like using `HalfNormal(loc, scale)` for HalfNormal distribution. In such case, validate_args will take the value of `scale` (because HalfNormal does not have loc parameter) and raise some misleading errors.
closed
2022-02-23T16:10:50Z
2022-03-10T15:57:47Z
https://github.com/pyro-ppl/numpyro/issues/1348
[ "enhancement", "good first issue" ]
fehiepsi
0
ets-labs/python-dependency-injector
asyncio
369
Add option "required" to the config.from_* methods
> Re: ``config.from_yaml('not_existent.yaml')`` > I would usually expect to have an exception raised when trying to do something with non-existent resources. I agree. This is a design error. It didn't look like that when I designed it initially. Sort of hindsight bias :) I can not change ``config.from_yaml('not_...
closed
2021-01-21T15:01:56Z
2021-01-27T13:44:26Z
https://github.com/ets-labs/python-dependency-injector/issues/369
[ "feature" ]
rmk135
5
seleniumbase/SeleniumBase
web-scraping
2,860
How is it possible to run multiple threads, with diff proxys
def access_site(cmd): os.system(cmd) urls = [ 'https://example.com', 'https://example.com', ['https://example.com' ] processes = [] for url in urls: cmd = f'pytest w.py --proxy=USER_NAME:PASSWORD@pr.oxylabs.io:7777 --gui --uc --no-summary -q' process = t...
closed
2024-06-18T12:01:18Z
2024-06-18T15:07:43Z
https://github.com/seleniumbase/SeleniumBase/issues/2860
[ "duplicate", "question", "UC Mode / CDP Mode" ]
Akshay-Shingala
1
Textualize/rich
python
3,540
[BUG] Regression: cannot export captured output since v13.8.0
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** ...
closed
2024-10-26T08:36:45Z
2024-11-02T10:05:27Z
https://github.com/Textualize/rich/issues/3540
[ "Needs triage" ]
hamdanal
4
tflearn/tflearn
data-science
324
Multiple Input layers?
I would like to feed the metadata of an image to my network. How should I get started with implementing a network with two input layers? Is it possible with tflearn? Let's say I have an input image with the following shape 3x32x32 and a 10 metadata features. I define two input layers: ``` # Building network network ...
open
2016-09-01T20:53:24Z
2017-11-10T08:48:41Z
https://github.com/tflearn/tflearn/issues/324
[]
EliasVansteenkiste
2
docarray/docarray
fastapi
1,361
Weaviate: add more verbs for the query builder
**Is your feature request related to a problem? Please describe.** Weaviate has more operators beyond find, search_text, filter, etc e.g. sort. It would be nice to have these verbs accessible through the query builder **Describe the solution you'd like** Be able to use the common query verbs from weaviate thoru...
open
2023-04-11T16:24:46Z
2023-04-12T08:30:19Z
https://github.com/docarray/docarray/issues/1361
[ "area/document-index", "index/weaviate" ]
hsm207
0
dask/dask
numpy
10,999
TypeError: float() argument must be a string or a real number, not 'csr_matrix'
<!-- Please include a self-contained copy-pastable example that generates the issue if possible. Please be concise with code posted. See guidelines below on how to provide a good bug report: - Craft Minimal Bug Reports http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports - Minimal Complete Verifiab...
closed
2024-03-13T13:39:14Z
2024-03-14T13:18:41Z
https://github.com/dask/dask/issues/10999
[ "needs triage" ]
erico-imgproj
1
marshmallow-code/flask-marshmallow
rest-api
31
jsonify a list of objects doesn't work
``` @app.route('/api/users/') def users(): all_users = User.all() result = users_schema.dump(all_users) return jsonify(result.data) # OR # return user_schema.jsonify(all_users) ``` the above example raises `ValueError: dictionary update sequence element #0 has length 3; 2 is required`
closed
2015-12-22T07:23:30Z
2016-01-25T18:51:25Z
https://github.com/marshmallow-code/flask-marshmallow/issues/31
[]
genxstylez
3
strawberry-graphql/strawberry
graphql
3,329
django hits DB twice when it accesses a cached_property field. (A django field with @cached_property decorator.)
I was using strawberry graphql and noticed that my queries were very slow. I thought it was strange, so I took a DB query log and found that strawberry and django have inefficient behavior when accessing cached_property. Here is the model I created. `class Member:` ` birthday = models.DateTimeField()` ` @c...
closed
2024-01-09T13:12:23Z
2025-03-20T15:56:32Z
https://github.com/strawberry-graphql/strawberry/issues/3329
[ "bug" ]
shmoon-kr
6
tox-dev/tox
automation
2,612
tox 4 no longer creates session views for packages
## Issue CI with tox often begins by upgrading tox (with `python -m pip install --upgrade pip tox`), but in the last hour since the latest tox release, running tox with the latest version is causing an error. See a build log [here](https://github.com/spacetelescope/jdaviz/actions/runs/3641786210/jobs/6148140940) whi...
closed
2022-12-07T18:50:27Z
2023-06-17T01:18:13Z
https://github.com/tox-dev/tox/issues/2612
[ "bug:normal" ]
bmorris3
15
ultrafunkamsterdam/undetected-chromedriver
automation
2,107
[NoDriver] Handle concurrent Tabs asynchronously
closed
2024-12-17T16:05:38Z
2024-12-17T16:42:53Z
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/2107
[]
Altimis
0
mage-ai/mage-ai
data-science
5,414
[BUG] Api cannot handle JSON body where body is an array
### Mage version v0.9.73 ### Describe the bug if an API trigger is called with a JSON payload that is an array at the top level, the run does not start and does not appear at all in the UI. Several critical external systems use this format and cannot be adapted to use others, for example, HubSpot sends all webhooks...
open
2024-09-13T14:01:26Z
2024-11-22T12:08:25Z
https://github.com/mage-ai/mage-ai/issues/5414
[ "bug" ]
stefan-sessions
3
tflearn/tflearn
data-science
561
dynamic Rnn output
Hi, I am having an issue with dynamic rnn when having multiple stages. If I explained more considering following network configuration, net = tflearn.input_data(shape=[None, time_step, 42],name='input') net=tflearn.bidirectional_rnn(net,BasicLSTMCell(64),BasicLSTMCell(64),return_seq=False,dynamic=True) net = tflea...
open
2017-01-13T09:14:38Z
2017-01-13T09:14:38Z
https://github.com/tflearn/tflearn/issues/561
[]
Rithmax
0
JoeanAmier/TikTokDownloader
api
158
下载合集作品时在文件名称加上集数
查看说明文档,没有发现自动编号的设置
open
2024-02-28T10:07:52Z
2024-03-03T06:02:38Z
https://github.com/JoeanAmier/TikTokDownloader/issues/158
[ "功能优化(enhancement)" ]
lyjhyjyes
2
gevent/gevent
asyncio
1,494
Can't install gevent under python3 with pip
`$ mkvirtualenv -p python3 py37` ``` Running virtualenv with interpreter /usr/local/bin/python3 Already using interpreter /usr/local/opt/python/bin/python3.7 Using base prefix '/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7' New python executable in /Users/xxxx/.ENVs/py37/bin/python3.7 Al...
closed
2019-12-16T08:42:38Z
2019-12-20T06:43:23Z
https://github.com/gevent/gevent/issues/1494
[]
MonsterRob
2
aio-libs-abandoned/aioredis-py
asyncio
1,173
Sentinel client ConnectionError "Too many connections"
### Describe the bug Hello, This problem is very similar to this [issue](https://github.com/aio-libs/aioredis-py/issues/1113) only difference is that I'm using Sentinel. As far as I realized I cannot use BlockingConnectionPool as connection_pool_class when run master_for. ### To Reproduce ``` import asynci...
open
2021-10-19T12:21:03Z
2022-09-15T04:02:35Z
https://github.com/aio-libs-abandoned/aioredis-py/issues/1173
[ "bug" ]
skhayrulin
7
serengil/deepface
machine-learning
850
Can you help me to convert this code detectFace into this extract_faces code?
I am using below code and it is working great ``` detected_face = DeepFace.detectFace(org_image_path, detector_backend='opencv') # save the detected face in the detected faces folder new_image_path = os.path.join(detected_faces_folder_path, org_image_file) plt.im...
closed
2023-09-30T22:50:33Z
2023-10-01T21:16:30Z
https://github.com/serengil/deepface/issues/850
[ "question" ]
FurkanGozukara
15
iperov/DeepFaceLab
machine-learning
5,213
MemoryError when the model is doing the 15minutes autosave
Hi I am using Windows 10 Pro, with the 12.22 DFL version, doing a pretraining model. The model started fine, and ran for about 15 minutes, until it is trying to autosave. The model failed to save and returned with the following error: Error: Traceback (most recent call last): File "E:\DFL\DeepFaceLab_NVIDIA_1222...
closed
2020-12-23T23:31:16Z
2020-12-24T20:11:28Z
https://github.com/iperov/DeepFaceLab/issues/5213
[]
joedit-cmd
6
holoviz/panel
jupyter
6,799
Make Panel Chat Interface callback not require user and instance args
I find myself typing it excessively, but not using it: ``` def callback(contents, user, instance): return contents ``` I'd like to make the latter optional by perhaps inspecting the signature to see if it contains it. ``` def callback(contents): return contents ``` That way, it also conforms a...
closed
2024-04-29T16:55:21Z
2024-06-24T18:11:36Z
https://github.com/holoviz/panel/issues/6799
[ "type: enhancement" ]
ahuang11
0
litl/backoff
asyncio
46
'giveup' needs args and kwargs of the function to be retried
I have a use case for a 'giveup' function to work conditionally, based on the arguments passed to the function to be retried.
open
2018-03-01T22:00:37Z
2020-12-31T19:52:36Z
https://github.com/litl/backoff/issues/46
[]
terrisgit
1
jina-ai/serve
deep-learning
5,316
docs: jina Flow the hard way
The idea would be to create a how to / tutorials named `jina Flow the hard way` (named inspire [kubernetes the hard way](https://github.com/kelseyhightower/kubernetes-the-hard-way) ) The idea would be to show that you can start an X Executor by yourself with the CLI, start the gateway and pass the topology graph...
closed
2022-10-26T12:31:22Z
2023-03-13T00:23:35Z
https://github.com/jina-ai/serve/issues/5316
[ "Stale" ]
samsja
5
deepfakes/faceswap
machine-learning
1,208
[Question] Which part of code to implement 'Configure Settings' GUI?
Which part of code to implement 'Configure Settings' GUI? ![a](https://user-images.githubusercontent.com/32773605/152643917-b26f4b16-71e0-4f9a-8209-93206355f1b6.jpg)
closed
2022-02-05T13:24:09Z
2022-02-10T15:30:53Z
https://github.com/deepfakes/faceswap/issues/1208
[]
water5
5
plotly/dash
plotly
2,371
[BUG] Inconsistent callback behavior when adding new items to layout
In the example below I a have button that triggers 2 new items to be added to layout every time it is clicked -> a button and a div. Clicking on the newly added button triggers an update on the div showing how many times the button was clicked, using pattern matching callbacks. This is the callback used to add the ...
closed
2022-12-28T08:27:18Z
2024-07-25T13:17:41Z
https://github.com/plotly/dash/issues/2371
[]
dales
2
mage-ai/mage-ai
data-science
5,607
[BUG] API Trigger with "disable" status being activated with API call
### Mage version 0.9.73 ### Describe the bug After update mage to 0.9.73, it seems that the "**inactive**" status of API trigger are not beign respectec. If it receives a new request, it should be add as "ready" ...and wait for the trigger be active again. Now, it is automatically enable when receives a new request....
open
2024-12-09T18:35:13Z
2024-12-09T18:35:13Z
https://github.com/mage-ai/mage-ai/issues/5607
[ "bug" ]
messerzen
0
satwikkansal/wtfpython
python
357
Add translation for Portuguese (Brazil)
Expected time to finish: [X] weeks. I'll start working on it from [Y].
open
2024-11-21T22:23:19Z
2024-11-21T22:23:19Z
https://github.com/satwikkansal/wtfpython/issues/357
[]
gitmagyn
0
Baiyuetribe/kamiFaka
flask
7
建议增加一个选择样式的模板、以及支付V免签。
类似Zfaka的“迷失的选择”,商品太多了,一排排下来找起来麻烦,看起来难看 还有V免签支付哦,多谢大佬~
closed
2020-12-02T13:08:28Z
2020-12-02T17:35:50Z
https://github.com/Baiyuetribe/kamiFaka/issues/7
[]
zouboke
1
KevinMusgrave/pytorch-metric-learning
computer-vision
196
NTXentLoss with Miner
Hi, I have question regarding `NTXentLoss`. Exactly its connection to miner. In MoCo and [Instance Cross Entropy for Deep Metric Learning](https://arxiv.org/abs/1911.09976), there is no miner. I mean that for given pair, use all other negatives. I can not get how does it work with ex. `DistanceWeightedMiner`. Do we ca...
closed
2020-09-14T17:15:58Z
2020-09-18T09:08:39Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/196
[ "question" ]
melgor
3
tensorpack/tensorpack
tensorflow
676
Issues with exporting trained models for inference
Hi, I trained a resnet50 model using your keras-resnet script, after that I got the .meta, .index and .data files which look like a standard tensorflow checkpoint. However, when I tried to load it, freeze it for inference. The checkpoint files seem to have some problems. Please take a look at the following code. ...
closed
2018-02-27T06:35:48Z
2018-05-30T20:59:38Z
https://github.com/tensorpack/tensorpack/issues/676
[ "unrelated" ]
pandasMX
5
pallets/flask
python
5,314
Typo in docs/tutorial/factory
I was working through the tutorial and ran into a problem getting the example code to work. It appears that you need to put a trailing backslash on this route for it to render. --- ```python @app.route("/hello") # no trailing backslash def hello(): return "Hello, World!" ``` This code returns: ![not_...
closed
2023-10-31T08:50:46Z
2023-11-15T00:05:42Z
https://github.com/pallets/flask/issues/5314
[]
markalanboyd
1
autokey/autokey
automation
439
Sending keys to windows without focus
## Classification: UI/Usability ## Reproducibility: Always ## Version AutoKey version: latest Used GUI (Gtk, Qt, or both): gtk Installed via: deb package Linux Distribution: Ubuntu 20.04 ## Summary Send a key stroke to a window that doesn't have focus, while retaining focus ## Steps to ...
open
2020-08-14T14:29:25Z
2020-08-14T23:35:58Z
https://github.com/autokey/autokey/issues/439
[ "enhancement", "scripting" ]
samuele-mattiuzzo
1
NVIDIA/pix2pixHD
computer-vision
97
IndexError while trying to train
``` python train.py --name clean_10000 --dataroot ./datasets/clean_10000/ --no_instance --batchSize 5 --label_nc 0 --resize_or_crop none ``` Error ``` File "train.py", line 87, in <dictcomp> errors = {k: v.data[0] if not isinstance(v, int) else v for k, v in loss_dict.items()} IndexError: invalid index of a 0-...
closed
2019-01-25T15:29:27Z
2019-01-25T23:58:50Z
https://github.com/NVIDIA/pix2pixHD/issues/97
[]
ajayrfhp
3
pytest-dev/pytest-mock
pytest
310
Library doesn't support context managers for patch.object.
Library doesn't support `patch.object` as the context manager, it replaces the object itself. ```python from mock import patch class Foo: def bar(self): return 10 foo = Foo() def test_mock_object(mocker): with patch.object(foo, "bar", return_value=20): assert foo.bar() ==...
closed
2022-08-17T10:21:57Z
2022-08-17T12:39:15Z
https://github.com/pytest-dev/pytest-mock/issues/310
[]
norraxx
1
xuebinqin/U-2-Net
computer-vision
137
Got quite strange result even on training data!!
First, is the results, which seems the net did't infer at all. ![image](https://user-images.githubusercontent.com/30582437/103067916-f931e480-45f6-11eb-8d48-13ffdbc24eee.png) Hello, I trained U2Net on DUTS-TR with horizontal flipped augmentation which resulting about 2w images and trained it, the loss degrades li...
closed
2020-12-24T06:43:25Z
2021-04-08T03:44:18Z
https://github.com/xuebinqin/U-2-Net/issues/137
[]
CeciliaPYY
3
lensacom/sparkit-learn
scikit-learn
50
Incremental fit for SGDClassifier
open
2015-07-14T14:09:02Z
2015-07-14T14:09:02Z
https://github.com/lensacom/sparkit-learn/issues/50
[ "enhancement" ]
kszucs
0
plotly/dash
dash
2,741
[BUG] `dcc.Graph` inserts phantom rectangular shape on callback update seemingly randomly
**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.10.2 dash-ag-grid 2.3.0 dash-auth 2.0.0 dash-bootstrap-components 1.4.1 dash-...
closed
2024-02-01T16:00:50Z
2024-04-19T12:53:50Z
https://github.com/plotly/dash/issues/2741
[ "bug", "sev-4" ]
matt-sd-watson
5
pyppeteer/pyppeteer
automation
466
ERR_NAME_NOT_RESOLVED only in headless mode
Hello, I am trying to use pyppeteer and run into an issue when running the script in headless mode. When I run browser = await launch(headless=False) page = await self.browser.newPage() await page.goto('https://google.com') I do not get an error. However, when I set headless to True, I get the following error: ne...
open
2024-03-05T15:36:59Z
2024-03-05T15:37:43Z
https://github.com/pyppeteer/pyppeteer/issues/466
[]
akaneshiro7
0
KevinMusgrave/pytorch-metric-learning
computer-vision
666
What should be embedding size in ArcFace Loss
I am using a pretrained pytorch model "convnext-large" and change its last layer to classify only 2 classes. What should be the value of the embedding_size in ArcFace loss function. Is it should be 2 or something else ? Also if you can explain this.
closed
2023-10-09T13:23:29Z
2023-10-12T11:53:24Z
https://github.com/KevinMusgrave/pytorch-metric-learning/issues/666
[ "question" ]
ashray21
4
drivendataorg/cookiecutter-data-science
data-science
314
Create a V2 screencast
See https://github.com/drivendata/cookiecutter-data-science/issues/197
closed
2023-08-31T16:37:31Z
2024-01-10T20:08:02Z
https://github.com/drivendataorg/cookiecutter-data-science/issues/314
[]
jayqi
1
ydataai/ydata-profiling
pandas
1,189
Feature Request
### Missing functionality pandas-profiling 3.3.0 requires a version of python <3.11 I'm open to submitting a pull request, what is the underlying issue? ### Proposed feature Compatibility with pandas 3.11 ### Alternatives considered _No response_ ### Additional context _No response_
closed
2022-11-29T20:22:04Z
2022-12-05T18:15:30Z
https://github.com/ydataai/ydata-profiling/issues/1189
[ "needs-triage" ]
Filimoa
2
anselal/antminer-monitor
dash
190
AttributeError AttributeError: module 'time' has no attribute 'clock'
Traceback : Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 2463, in __call__ return self.wsgi_app(environ, start_response) File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 2449, in wsgi_app response = self.handle_exception(e) Fil...
closed
2021-12-23T09:48:24Z
2021-12-23T09:50:05Z
https://github.com/anselal/antminer-monitor/issues/190
[ ":dancing_men: duplicate" ]
iacsvrn
1
jupyterhub/repo2docker
jupyter
964
possible to disable labextensions?
I've been doing some repo2docker development recently, which means that the base conda environment is getting installed a lot. The big frustration in this process has ben that roughly half (or more) of my build time is spent in `jupyter labextension install jupyter-offlinenotebook`. That's more than two minutes per bui...
closed
2020-09-18T14:27:22Z
2022-01-05T16:22:39Z
https://github.com/jupyterhub/repo2docker/issues/964
[]
minrk
8
Guovin/iptv-api
api
504
请大佬添加广州综合,另外请教下config源,是否不支持m3u8格式?
请大佬添加广州综合,另外请教下config源,是否不支持m3u8格式?
closed
2024-11-02T09:10:43Z
2024-11-05T08:36:46Z
https://github.com/Guovin/iptv-api/issues/504
[ "question" ]
alantang1977
2
davidteather/TikTok-Api
api
758
is_digg ??
Hey there, i want to know what "is_digg" means.. due on my devices when i like a post it shows up this ( THIS DOESNT SAVE THE LIKE ) **status_code":0,"is_digg":1** but on the browser / www.tiktok.com i get this ( THIS DOES SAVE THE LIKE ) **status_code":0,"is_digg":0** I unliked around 3k videos in 2 days ju...
closed
2021-11-26T17:33:03Z
2022-02-14T02:56:38Z
https://github.com/davidteather/TikTok-Api/issues/758
[]
isaoba
14
LibreTranslate/LibreTranslate
api
351
Turkish results duplicated
According to https://libretranslate.com/?source=en&target=tr&q=Hello it seems that Turkish translations are duplicated (eg "Hello" translates to "Merhaba Merhaba" and "Breakfast" translates into "Kahvaltı Kahvaltı")
closed
2022-11-30T06:40:04Z
2023-02-17T08:06:17Z
https://github.com/LibreTranslate/LibreTranslate/issues/351
[]
derekantrican
4
huggingface/datasets
tensorflow
6,442
Trouble loading image folder with additional features - metadata file ignored
### Describe the bug Loading image folder with a caption column using `load_dataset(<image_folder_path>)` doesn't load the captions. When loading a local image folder with captions using `datasets==2.13.0` ``` from datasets import load_dataset data = load_dataset(<image_folder_path>) data.column_names ``` ...
closed
2023-11-22T11:01:35Z
2023-11-24T17:13:03Z
https://github.com/huggingface/datasets/issues/6442
[]
linoytsaban
1
tensorly/tensorly
numpy
176
Shape mis-match in SVD when min_dim < n_eigenvecs < max_dim
First, just to explain why I'm looking at this—I'm interested in implementing a truncated SVD because we deal with data that's very tall and skinny. For example, we're using PARAFAC2 where we end up with a 3591070 x 66 matrix, and this is trying to allocate a 3591070 x 3591070 one (93.8 TiB) for the full SVD. #### D...
closed
2020-06-16T14:27:02Z
2020-06-16T18:55:02Z
https://github.com/tensorly/tensorly/issues/176
[]
aarmey
4
litestar-org/litestar
pydantic
3,431
Bug(docs): AA intersphinx 404
### Description > intersphinx inventory 'https://docs.advanced-alchemy.jolt.rs/latest/objects.inv' not fetchable due to <class 'requests.exceptions.HTTPError'>: 404 Client Error: Not Found for url: https://docs.advanced-alchemy.jolt.rs/latest/objects.inv ### URL to code causing the issue _No response_ ### MCVE `...
closed
2024-04-26T21:54:44Z
2025-03-20T15:54:39Z
https://github.com/litestar-org/litestar/issues/3431
[ "Documentation :books:", "Help Wanted :sos:", "Good First Issue", "Infrastructure", "CI" ]
peterschutt
1
microsoft/qlib
deep-learning
978
run pit download_data script error
## 🐛 Bug Description <!-- A clear and concise description of what the bug is. --> The following error occurs when you run the pit download_data script: `TypeError: download_data() takes from 1 to 7 positional arguments but 8 were given` ## To Reproduce Steps to reproduce the behavior: 1. `cd scripts/data...
closed
2022-03-14T03:07:51Z
2022-03-15T08:52:32Z
https://github.com/microsoft/qlib/issues/978
[ "bug" ]
Chaoyingz
1
tableau/server-client-python
rest-api
1,235
server.favorites.delete_favorite_flow(user_item, flow_item) returns resource not found (it exists)
**Describe the bug** server.favorites.delete_favorite_flow results in server response error 404005. The flow and corresponding project exist and can be found using server.projects and server.flows. **Versions** Details of your environment, including: - Tableau Server version: 2022.1 - Python version: Python 3....
open
2023-05-23T17:44:43Z
2023-05-24T19:08:35Z
https://github.com/tableau/server-client-python/issues/1235
[ "Server-Side Enhancement", "needs investigation" ]
CodingOnWindowsOS
0
mitmproxy/pdoc
api
393
The code is executed, as shown in the figure
#### Problem Description The code is executed, as shown in the figure #### Steps to reproduce the behavior: ![image](https://user-images.githubusercontent.com/29191106/168244972-895768f0-3a8f-46a1-a9f2-1701cf720a11.png) <img width="774" alt="image" src="https://user-images.githubusercontent.com/29191106/168245268...
closed
2022-05-13T08:42:42Z
2022-05-13T12:19:03Z
https://github.com/mitmproxy/pdoc/issues/393
[ "bug", "wontfix" ]
Pactortester
1
flairNLP/fundus
web-scraping
54
Example project: Corpus of political bias
It would be great to add some crawlers for English-language news to the library (once the guidelines are finalized). For another research project on detecting political bias and reliability, we require crawlers for the following 12 sources: - [x] AP News *(Assigned: @dobbersc)* - [x] Reuters *(Assigned: @dobber...
closed
2023-01-27T09:44:42Z
2024-02-15T14:53:35Z
https://github.com/flairNLP/fundus/issues/54
[ "feature" ]
alanakbik
7
collerek/ormar
fastapi
336
[Bug] No way to give unique constants a name so they get named as None
**Describe the bug** A clear and concise description of what the bug is. No way to give unique constants a name so they get named as None **To Reproduce** Steps to reproduce the behavior: Add a field like this: `name: str = String(name="room_name", unique=True, max_length=25, nullable=False)` (Note: this sh...
closed
2021-09-03T13:58:33Z
2021-09-06T09:38:44Z
https://github.com/collerek/ormar/issues/336
[ "bug" ]
maslyankov
1
quantumlib/Cirq
api
6,598
Create a gate to represent a PauliRotation
**Is your feature request related to a use case or problem? Please describe.** The operation $e^{i \theta P}$ where $P$ is a pauli string, appears a lot in discussions around rotations and magic states. Cirq has a a general way for representing exponentials of pauli strings $e^{i \theta \sum_k P_k}$ called [PauliSumEx...
open
2024-05-14T00:57:29Z
2024-09-30T06:44:20Z
https://github.com/quantumlib/Cirq/issues/6598
[ "kind/feature-request", "triage/accepted", "unitaryhack" ]
NoureldinYosri
17
HumanSignal/labelImg
deep-learning
619
KeyPressEvent is not activate in correct manner
There are a ```KeyReleaseEvent``` and ```KeyPressEvent``` inside labelImage.py. They work as intended but on wrong focus. The Event achieves that the canvas squared mode is activated if the ctrl button is pressed. But the event only fires if the MainWindow widget is in focus. Since it is canvas-widget related function ...
open
2020-07-23T09:36:35Z
2020-07-23T09:38:20Z
https://github.com/HumanSignal/labelImg/issues/619
[]
MaKaNu
0
nvbn/thefuck
python
1,156
Using `fuck` with no arguments invokes $EDITOR
<!-- If you have any issue with The Fuck, sorry about that, but we will do what we can to fix that. Actually, maybe we already have, so first thing to do is to update The Fuck and see if the bug is still there. --> <!-- If it is (sorry again), check if the problem has not already been reported and if not, just op...
closed
2021-01-06T15:01:22Z
2021-01-11T10:21:50Z
https://github.com/nvbn/thefuck/issues/1156
[]
chrisfinazzo
3
nltk/nltk
nlp
2,651
Synset._needs_root returns None for pos other than noun and verb
`Synset._needs_root` returns None for pos other than noun and verb. I think it is a bit strange for `Synset._needs_root` to return a boolean for noun and verb, but None for any other part of speech. ![image](https://user-images.githubusercontent.com/35712574/103341379-c9e70180-4a54-11eb-90ae-e6f35364d449.png) Thi...
closed
2020-12-30T09:23:40Z
2021-03-28T22:39:13Z
https://github.com/nltk/nltk/issues/2651
[]
snrore
2
Anjok07/ultimatevocalremovergui
pytorch
904
error
what can I do? Last Error Received: Process: Ensemble Mode If this error persists, please contact the developers with the error details. Raw Error Details: RuntimeError: "cuDNN error: CUDNN_STATUS_NOT_INITIALIZED" Traceback Error: " File "UVR.py", line 6591, in process_start File "separate.py", li...
open
2023-10-17T00:55:35Z
2023-10-17T00:55:35Z
https://github.com/Anjok07/ultimatevocalremovergui/issues/904
[]
pointedless
0
biolab/orange3
data-visualization
6,868
SVM's not working... a bug with the polynomial degree
<!-- Thanks for taking the time to report a bug! If you're raising an issue about an add-on (i.e., installed via Options > Add-ons), raise an issue in the relevant add-on's issue tracker instead. See: https://github.com/biolab?q=orange3 To fix the bug, we need to be able to reproduce it. Please answer the following...
closed
2024-08-08T15:49:16Z
2024-08-28T09:02:03Z
https://github.com/biolab/orange3/issues/6868
[ "bug report" ]
PerryGogas
2
Miserlou/Zappa
flask
1,885
psycopg2-binary only being downloaded if inside virtualenv
<!--- Provide a general summary of the issue in the Title above --> ## Context I'm trying to deploy to lambda using zappa and Pipenv. But the app fails after being deployed because it requires the psycopg2 package. It seems that if I run `zappa update dev` inside the virtualenv (after doing `pipenv shell`, it do...
closed
2019-06-14T18:15:42Z
2019-06-14T19:36:29Z
https://github.com/Miserlou/Zappa/issues/1885
[]
jonbesga
1
Ehco1996/django-sspanel
django
124
运行uwsgi uwsgi.ini时报错
(venv-sspanel) [root@localhost django-sspanel]# uwsgi uwsgi.ini [uWSGI] getting INI configuration from uwsgi.ini *** Starting uWSGI 2.0.15 (64bit) on [Wed May 23 10:05:35 2018] *** compiled with version: 4.8.5 20150623 (Red Hat 4.8.5-28) on 23 May 2018 00:07:43 os: Linux-3.10.0-862.2.3.el7.x86_64 #1 SMP Wed May 9 1...
closed
2018-05-23T02:07:00Z
2020-02-28T18:43:36Z
https://github.com/Ehco1996/django-sspanel/issues/124
[]
pymdv
5
mwaskom/seaborn
data-science
2,865
In catplot, `sharey=False` passed to `facet_kws` is ignored
seaborn version: 0.11.2 I found that in `catplot`, the argument `sharey=False` passed to `facet_kws` is ignored. I understand that if `sharey=False` is passed as an argument to the `catplot`, it will have effect, but I still find this behavior strange, considering the fact that for `relplot`, `sharey=False` will ha...
open
2022-06-17T21:40:29Z
2022-06-18T11:45:52Z
https://github.com/mwaskom/seaborn/issues/2865
[ "mod:categorical", "ux" ]
whlinaa
2
matplotlib/matplotlib
data-science
29,301
[Bug]: Blank EPS output with legend and annotate
### Bug summary When saving a figure containing `plt.legend` and `plt.annotate` to an EPS file, the EPS output is blank. Removing either of these produces a valid EPS file. ### Code for reproduction ```Python from matplotlib import pyplot as plt plt.plot([1, 2, 3], label="Line") plt.legend(frameon=False) plt....
closed
2024-12-13T11:10:11Z
2024-12-16T14:55:32Z
https://github.com/matplotlib/matplotlib/issues/29301
[ "status: confirmed bug", "backend: ps", "topic: legend", "topic: annotation" ]
AllanChain
3
lucidrains/vit-pytorch
computer-vision
39
Why number of params dost not consistent?
In Table 1 of the paper, the configuration of the ViT-Base Model is provided. However, the number of parameters in the paper model and this model is inconsistent: 86M (in the paper) vs. 91M (in this model). Is it because the paper does not take the MLP into account? That's my script: ```python import torch...
closed
2020-12-06T12:13:03Z
2021-10-11T04:52:25Z
https://github.com/lucidrains/vit-pytorch/issues/39
[]
mayorx
2
ranaroussi/yfinance
pandas
1,521
Session is not used by ticker.info
Yfinance version: 0.2.18 Python version: 3.10.6 When initialising a Tickers symbol with a LimiterSession, Yfinance seems to ignore the passed session, at least on info calls: Minimum reproducible code: ```python import pandas as pd import yfinance as yf from datetime import datetime from requests_ratelimite...
closed
2023-05-10T10:47:40Z
2023-07-09T20:52:13Z
https://github.com/ranaroussi/yfinance/issues/1521
[]
dnabb
2
deepspeedai/DeepSpeed
pytorch
6,727
[BUG] any clue for MFU drop?
![Image](https://github.com/user-attachments/assets/459f5917-ac00-449c-8e15-b4bb3d840255) y-axis is MFU and x-axis is training step. I'm testing qwen 72b with huggingface trainer and whenever i train 72b scale model with zero3 offload, i encounter periodic performance drop. I'm sry that i cant share training codes bu...
closed
2024-11-08T08:00:43Z
2024-12-06T21:59:21Z
https://github.com/deepspeedai/DeepSpeed/issues/6727
[ "bug", "training" ]
SeunghyunSEO
4
google-research/bert
nlp
813
why the result model.ckpt is such bigger than the pretrained bert model
After I run `run_classifier.py`,I see the fine tuning result model(1.2GB) is such bigger than the pretrained BERT model(390MB). The model which is saved by fine tuning : ![01](https://user-images.githubusercontent.com/10300313/63328292-7cd42500-c362-11e9-817a-ed0f24be5584.png) The defalt pretrained bert model: ...
open
2019-08-20T08:10:33Z
2019-08-28T02:22:20Z
https://github.com/google-research/bert/issues/813
[]
MrRace
5
kymatio/kymatio
numpy
378
Adding phi_f information in meta
Hello everyone, `meta()` is actually only returning center frequencies and bandwiths of psiN_fs. Should it also contain information about phi_f ? I think it could be useful since users will only need to call `meta()` to get all the frequency-related information. It will be a minor modification by just addin...
closed
2019-04-17T08:08:57Z
2023-02-06T21:31:42Z
https://github.com/kymatio/kymatio/issues/378
[ "enhancement", "1D" ]
ghost
6
TencentARC/GFPGAN
deep-learning
69
RuntimeError: "reflection_pad2d" not implemented for 'Half'
Hi, I just want to try this out. Without CODA it is running fine, but as soon as I use it with CODA I get the following error: > Traceback (most recent call last): > File "\GFPGAN\inference_gfpgan.py", line 98, in <module> > main() > File "\GFPGAN\inference_gfpgan.py", line 67, in main > cropped_face...
closed
2021-09-20T18:59:39Z
2021-10-05T17:23:19Z
https://github.com/TencentARC/GFPGAN/issues/69
[]
abdirk01
3