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
gee-community/geemap
streamlit
2,191
Bug in linked_maps for 3x2 layouts
Dear team, I am trying to set up a 3x2 grid of linked_maps, but get an erroneous message that the list index is out of range. Contrarily, the code works fine if I set the number of desired rows to 2, without changing the length of the ee_objects, vis_params, and labels list. According to the documentation, I would ...
closed
2024-12-13T13:58:49Z
2024-12-14T16:43:50Z
https://github.com/gee-community/geemap/issues/2191
[ "bug" ]
nielja
0
litestar-org/litestar
api
3,451
Bug: Litestar instance or factory not found
Hi, every time I try to run litestar from vscode I get a "Could not find Litestar instance or factory"
closed
2024-04-29T17:34:09Z
2025-03-20T15:54:39Z
https://github.com/litestar-org/litestar/issues/3451
[ "Bug :bug:", "Needs MCVE" ]
glickums
1
erdewit/ib_insync
asyncio
290
No contract information in barUpdateEvent
Hi, Is there anyway to know the contract for `reqRealTimeBars` ? `barUpdateEvent` won't give. Versions: ``` python: 3.6.8 ib_insync: 0.9.61 IB: GateWay 978.2e System: Centos 8 ``` To produce: ``` from ib_insync import IB,util,Forex,Stock,ContFuture,Order,Index,LimitOrder contracts = [Forex(pair) for p...
closed
2020-08-17T14:37:20Z
2020-08-18T14:11:09Z
https://github.com/erdewit/ib_insync/issues/290
[]
xiangpeng2008
1
google-research/bert
nlp
1,116
Dealing with ellipses in BERT tokenization
I have a speech transcript dataset in which ellipses (...) have been used to indicate the speaker pause. I am using BERT embeddings for text classification. It is very important for me that the BERT model properly recognizes these ellipses (...). Currently, it tokenizes them as 3 separate full stops, so I am not sure i...
open
2020-06-30T10:04:19Z
2020-10-30T17:40:58Z
https://github.com/google-research/bert/issues/1116
[]
fliptrail
2
tflearn/tflearn
tensorflow
944
Request a new feature : weight normalization
can you implement [weight norm](https://arxiv.org/pdf/1602.07868.pdf) ? I want to use it as follows. ```python x = tf.layers.conv2d(x, filter_size=32, kernel_size=[3,3], strides=2) x = weight_norm(x) ``` Is it possible?
open
2017-10-29T13:10:48Z
2017-11-08T09:13:32Z
https://github.com/tflearn/tflearn/issues/944
[]
taki0112
1
localstack/localstack
python
11,678
bug: `_custom_key_material_` does not seem to work for SECP256k1
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior While running the following script in a docker-compose context the logs succeed when creating the actual key but the key created is not using the provided custom key material (it works for the `keyId` aka `C...
open
2024-10-11T16:53:54Z
2024-12-09T01:42:31Z
https://github.com/localstack/localstack/issues/11678
[ "type: bug", "aws:kms", "status: backlog" ]
freemanzMrojo
5
biolab/orange3
numpy
6,414
Edit Domain resets when reopening orange
### Discussed in https://github.com/biolab/orange3/discussions/6412 <div type='discussions-op-text'> <sup>Originally posted by **zikook** April 14, 2023</sup> Hi, When I close and reopen Orange, changes I've made in Edit Domain, for example naming a variable, sometimes disappear. This happens when I use the wi...
closed
2023-04-14T22:04:07Z
2023-11-30T14:01:56Z
https://github.com/biolab/orange3/issues/6414
[]
janezd
6
PaddlePaddle/PaddleHub
nlp
2,242
Gradio App 支持报错
- 版本、环境信息 1)PPaddleHub2.3.1,PaddlePaddle2.4.2 2)系统环境:Linux,python:3.7.3 - 复现信息:如为报错,请给出复现环境、复现步骤 打开gradio连接比如 http://127.0.0.1:8866/gradio/ch_pp-ocrv3 会报"GET /theme.css HTTP/1.1" 404 -。页面也无法展示
closed
2023-04-18T08:20:28Z
2023-04-18T08:32:36Z
https://github.com/PaddlePaddle/PaddleHub/issues/2242
[]
metaire
1
modin-project/modin
data-science
7,447
BUG: modin.pandas.concat wrangles types; differs from pandas.concat
### Modin version checks - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest released version of Modin. - [ ] I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow [this guide](https://modin.readthedocs.i...
open
2025-02-26T13:47:11Z
2025-03-03T10:19:33Z
https://github.com/modin-project/modin/issues/7447
[ "bug 🦗", "Triage 🩹" ]
Sander-B
3
explosion/spaCy
deep-learning
12,556
documentation for German dependency label inventory
<!-- Describe the problem or suggestion here. If you've found a mistake and you know the answer, feel free to submit a pull request straight away: https://github.com/explosion/spaCy/pulls --> The documentation for the dependency labels used by the German parser gives the labels and with `spacy.explain` one can see a...
closed
2023-04-20T12:19:04Z
2023-04-21T08:03:46Z
https://github.com/explosion/spaCy/issues/12556
[ "lang / de", "models" ]
josefkr
2
falconry/falcon
api
2,009
Method decorator in ASGI causes "Method Not Allowed" error
Defining a decorator on top of an async endpoint will result in "Method Not Allowed" error. You will get `405 Method Not Allowed` when running: ``` import falcon.asgi import logging logging.basicConfig() logging.getLogger().setLevel(logging.DEBUG) def test(): async def wrap1(func, *args): ...
closed
2022-01-22T21:45:59Z
2022-01-23T10:03:34Z
https://github.com/falconry/falcon/issues/2009
[ "question" ]
zoltan-fedor
3
jonaswinkler/paperless-ng
django
125
document_retagger -T -f removes inbox tag from all documents
I'm not sure if this is intentional, but if document_retagger -T with the -f force option is run, it removes the inbox tag from all documents. I can understand why it's done this, as with no other matching criteria specified by the user the -f option would remove the tag, but I'm logging this as it might be "safer" ...
closed
2020-12-11T14:10:58Z
2020-12-12T00:23:29Z
https://github.com/jonaswinkler/paperless-ng/issues/125
[]
rknightion
2
deepset-ai/haystack
pytorch
9,020
Add run_async for `OpenAIDocumentEmbedder`
open
2025-03-11T11:10:02Z
2025-03-23T07:09:26Z
https://github.com/deepset-ai/haystack/issues/9020
[ "Contributions wanted!", "P2" ]
sjrl
1
ludwig-ai/ludwig
computer-vision
3,465
Missing documentation for Ludwig Explainer
**Is your feature request related to a problem? Please describe.** There seems to be no documentation at all about the [explainer class](https://github.com/ludwig-ai/ludwig/blob/master/ludwig/explain/explainer.py) on the [official homepage](https://ludwig.ai/latest/). Without the documentation it is difficult to und...
closed
2023-07-13T20:07:36Z
2024-10-18T16:55:20Z
https://github.com/ludwig-ai/ludwig/issues/3465
[]
Exitare
5
yzhao062/pyod
data-science
210
Combination models strange different results
Hi, nice work with this pyod module. I have a question regarding the combination of methods. For example I want to combine multiple KNN models, but when I compare the results of the ensemble detection and a single KNN model there is a big difference that I can't understand. For example here in the code below I obtai...
open
2020-07-17T08:40:28Z
2020-07-17T11:40:35Z
https://github.com/yzhao062/pyod/issues/210
[]
davidusb-geek
0
explosion/spaCy
deep-learning
13,001
Entity linking with workable examples
### Discussed in https://github.com/explosion/spaCy/discussions/12989 <div type='discussions-op-text'> <sup>Originally posted by **igormorgado** September 19, 2023</sup> I'm reading spaCy documentation and I'm having issues with Entity linking shown at [[official documentaion](https://spacy.io/usage/linguistic...
closed
2023-09-22T10:26:03Z
2023-12-01T00:02:26Z
https://github.com/explosion/spaCy/issues/13001
[ "usage", "docs", "feat / nel" ]
danieldk
1
JoeanAmier/TikTokDownloader
api
384
不能读取cookie
用浏览器获取或者用开发者模式复制cookie到程序,提示cookie未设置,下载视频提示不是有效的json
open
2025-01-22T04:29:55Z
2025-01-22T10:37:47Z
https://github.com/JoeanAmier/TikTokDownloader/issues/384
[]
Kannkinnu
1
miguelgrinberg/python-socketio
asyncio
514
Bug when try to reconnect from another event loop
Hi, I have some trouble with the async client. ``` [32mINFO[0m: Engine.IO connection dropped Websocket disconnected [32mINFO[0m:\t Exiting read loop task [32mINFO[0m:\t Connection failed, new attempt in 0.98 seconds Exception in thread Thread-1: Traceback (most recent call last): [32mINFO[0m: Exiti...
closed
2020-07-06T16:28:13Z
2020-07-07T17:11:33Z
https://github.com/miguelgrinberg/python-socketio/issues/514
[ "question" ]
PhpEssential
6
python-gitlab/python-gitlab
api
2,876
Redirected `head()` requests raise `RedirectError`
## Description When downloading artifacts from a GitLab job I'd like to implement a progress bar. For that I'd need to know the file size in advance. The file size can be inferred by issuing a HEAD request and is found in the `content-length` response header. ```python job = project.jobs.get(job.id) endpoint ...
closed
2024-05-21T13:59:31Z
2024-05-21T15:35:28Z
https://github.com/python-gitlab/python-gitlab/issues/2876
[ "bug" ]
EugenSusurrus
3
OpenBB-finance/OpenBB
machine-learning
6,991
[FR] Add a parameter to disable the startup prompt
**What's the problem of not having this feature?** I installed openbb-platform following the [docs (Docker section)](https://docs.openbb.co/platform/installation#docker). Then I start it in interactive mode using the command from the docs: ``` docker run -it --rm -p 6900:6900 -v <my_path_to_settings>:/root/.openb...
closed
2024-12-29T21:14:11Z
2024-12-30T21:30:22Z
https://github.com/OpenBB-finance/OpenBB/issues/6991
[]
bratfizyk
3
AutoGPTQ/AutoGPTQ
nlp
261
[DOC]: Recommendations for serving in production
Hi, are there recommendations on how to serve AutoGPTQ models in production? I am currently thinking about looking into either * Torch Serve * Nvidia Triton Inference Server I have seen that AutoGPTQ has partial support for Triton "acceleration". What is ment by that? That Triton can be used for serving and it...
closed
2023-08-15T13:25:19Z
2023-09-30T12:45:15Z
https://github.com/AutoGPTQ/AutoGPTQ/issues/261
[]
mapa17
4
horovod/horovod
tensorflow
3,762
mpirun failed with exit status 1 while running spark submit with master yarn on horovod
**Environment:** 1. Framework: (Keras) 2. Framework version: 2.6.0 3. Horovod version: 0.25.0 4. MPI version: 3 5. CUDA version: 11.7 6. NCCL version: NA 7. Python version: 3.8 8. Spark / PySpark version: 3.1.1 9. Ray version: NA 10. OS and version: ubuntu 11. GCC version: 12. CMake version: 8881 [0] NCC...
open
2022-11-10T07:48:21Z
2024-05-28T13:42:24Z
https://github.com/horovod/horovod/issues/3762
[ "bug", "spark" ]
mtsol
3
jordaneremieff/djantic
pydantic
31
Error on django ImageField
Error if I add in scheme field _avatar_ **Model:** ``` def get_avatar_upload_path(instance, filename): return os.path.join( "customer_avatar", str(instance.id), filename) class Customer(models.Model): """ params: user* avatar shop* balance permissions deleted prefetch: - ""...
closed
2021-06-29T06:39:24Z
2021-07-02T14:47:54Z
https://github.com/jordaneremieff/djantic/issues/31
[]
50Bytes-dev
4
davidsandberg/facenet
computer-vision
528
In center loss, the way of centers update
Hi,I don't understand your demo about center loss,your demo about centers update centers below: diff = (1 - alfa) * (centers_batch - features) centers = tf.scatter_sub(centers, label, diff) but in the paper,centers should update should follow below: diff = centers_batch - features unique_label, unique_i...
closed
2017-11-14T12:29:49Z
2018-04-04T14:29:51Z
https://github.com/davidsandberg/facenet/issues/528
[]
biubug6
1
allenai/allennlp
pytorch
5,519
[XAI for transformer custom model using AllenNLP]
I have been solving the NER problem for a Vietnamese dataset with 15 tags in IO format. I have been using the AllenNLP Interpret Toolkit for my model, but I can not configure it completely. I have used a pre-trained language model "xlm-roberta-base" based-on HuggingFace. I have concatenated 4 last bert layers, and...
closed
2021-12-18T09:36:58Z
2022-01-04T15:25:49Z
https://github.com/allenai/allennlp/issues/5519
[ "question", "stale" ]
lengocloi1805
7
sammchardy/python-binance
api
1,295
Async websocket queue suddenly increases and overflow
**Describe the bug** Running a very simple async routine for connecting the trade socket (or any) and monitoring the receive queue length runs correctly with queue length at 0 for a while and suddenly the queue length increases and overflow (at 100) which lead to socket close *To Reproduce** ``` import sys from ...
open
2023-02-27T15:08:10Z
2024-03-05T20:14:14Z
https://github.com/sammchardy/python-binance/issues/1295
[]
stephanerey
1
PaddlePaddle/models
computer-vision
4,959
动态图导入静态图模型报错
![image](https://user-images.githubusercontent.com/48643490/99468982-ce5fcb00-297c-11eb-9ed2-db7f75a42e9c.png) 这个[ conv1._conv.weight]在name_space并没有使用,是paddle内置的必须有的参数吗?
open
2020-11-18T01:03:41Z
2024-02-26T05:09:52Z
https://github.com/PaddlePaddle/models/issues/4959
[]
knightning
2
healthchecks/healthchecks
django
204
Pushover: support different priorities for the "down" and "up" alerts
closed
2018-11-28T15:30:47Z
2018-11-28T19:41:07Z
https://github.com/healthchecks/healthchecks/issues/204
[]
cuu508
0
mckinsey/vizro
pydantic
707
Contribute `Diverging bar` to Vizro visual vocabulary
## Thank you for contributing to our visual-vocabulary! 🎨 Our visual-vocabulary is a dashboard, that serves a a comprehensive guide for selecting and creating various types of charts. It helps you decide when to use each chart type, and offers sample Python code using [Plotly](https://plotly.com/python/), and inst...
closed
2024-09-17T12:17:28Z
2024-10-11T08:14:24Z
https://github.com/mckinsey/vizro/issues/707
[ "Good first issue :baby_chick:", "GHC: chart/dashboard track" ]
huong-li-nguyen
3
gee-community/geemap
streamlit
275
Request a new feature to use GEE for the fusion of Sentinel2 and Landsat ( 10 m) in jupyter notebook
closed
2021-01-26T00:48:23Z
2021-02-13T02:33:22Z
https://github.com/gee-community/geemap/issues/275
[ "Feature Request" ]
gaowudao
2
Nemo2011/bilibili-api
api
727
[代理ip] 添加settings.proxy = "http://your-proxy.com" 后 一直请求报CHUNK_FAILED
{'name': 'PREUPLOAD', 'data': ({'page': <bilibili_api.video_uploader.VideoUploaderPage object at 0x10fa7d9d0>},)} {'name': 'PRE_PAGE', 'data': ({'page': <bilibili_api.video_uploader.VideoUploaderPage object at 0x10fa7d9d0>},)} {'name': 'PRE_CHUNK', 'data': ({'page': <bilibili_api.video_uploader.VideoUploaderPage obje...
closed
2024-03-24T07:19:22Z
2024-03-31T08:12:37Z
https://github.com/Nemo2011/bilibili-api/issues/727
[ "bug" ]
smilemilk1992
2
dynaconf/dynaconf
django
579
Can I use layered environments for `.env`?
I want to set logging level in [`loguru`](https://github.com/Delgan/loguru/) due my layered environment. Can I do it?
closed
2021-05-05T21:05:49Z
2021-08-19T13:48:27Z
https://github.com/dynaconf/dynaconf/issues/579
[ "question" ]
deknowny
4
Kanaries/pygwalker
plotly
12
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 511737: character maps to <undefined>
This is an issue from [reddit](https://www.reddit.com/r/datascience/comments/117bptb/comment/j9cb6wn/?utm_source=share&utm_medium=web2x&context=3) ```bash Traceback (most recent call last): File "E:\py\test-pygwalker\main.py", line 15, in <module> gwalker = pyg.walk(df) File "E:\py\test-pygwalker\venv\lib\...
closed
2023-02-21T02:24:51Z
2023-02-21T03:15:03Z
https://github.com/Kanaries/pygwalker/issues/12
[ "bug" ]
ObservedObserver
1
adbar/trafilatura
web-scraping
78
Keeping all valid table information and formatting
**Problem** - Missing or scrambled information - Formatting: spaces between spans **Example** Retain birth dates and places on Wikipedia without adding boilerplate elements https://en.wikipedia.org/wiki/Rosanna_Carteri ``` <table class="infobox biography vcard"><tbody><tr><th colspan="2" class="infobox-a...
open
2021-06-02T18:01:36Z
2022-09-07T10:58:29Z
https://github.com/adbar/trafilatura/issues/78
[ "bug" ]
adbar
0
nerfstudio-project/nerfstudio
computer-vision
3,102
How can I render and visualize in W&B all images during training? (every x steps)
How can I render and visualize all the images (or some sample) training + eval during the training including Backscattering, J depth etc in subsea-nerf? (Seathru nerf) I want to visualize them in W&B during training. Thanks!
open
2024-04-23T18:31:53Z
2024-04-25T15:46:11Z
https://github.com/nerfstudio-project/nerfstudio/issues/3102
[]
RoyAmoyal
2
autogluon/autogluon
data-science
4,861
[timeseries] Check model has been fit before `persist()`
Currently, there are no checks in place when `persist()` is called on a model, e.g., in the case of the `ChronosModel`. We should add an assertion to check that the model has been fit before persist is called. Maybe, this could be done by utilizing the `is_fit()` method? This came up in the context of #4838.
open
2025-02-03T16:22:46Z
2025-02-03T16:22:46Z
https://github.com/autogluon/autogluon/issues/4861
[ "module: timeseries" ]
abdulfatir
0
lepture/authlib
flask
468
oauth 1 not working with httpx
i am currently making oauth 1 signed requests using the `requests-oauthlib` library. ```python from requests_oauthlib import OAuth1Session self.session = OAuth1Session( OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, oauth_token, oauth_token_secret, signature_type='auth_header', realm='http://api.twitter...
closed
2022-06-22T09:25:13Z
2022-09-25T07:05:24Z
https://github.com/lepture/authlib/issues/468
[]
11philip22
2
Lightning-AI/pytorch-lightning
deep-learning
19,809
Differentiate testing multiple sets/models when logging
### Description & Motivation In my problem, I need to evaluate my trained model twice, on two different sets at the end of my training: ```py trainer.test(model, dataloaders=test_dataloader1) trainer.test(model, dataloaders=test_dataloader2) ``` However, both scores are logged with the same key (I'm using wan...
open
2024-04-25T08:41:36Z
2024-04-25T08:41:59Z
https://github.com/Lightning-AI/pytorch-lightning/issues/19809
[ "feature", "needs triage" ]
leleogere
0
proplot-dev/proplot
data-visualization
302
Incompatible with matplotlib=3.5.0
### Description `vmin` doesn't work with the new version (3.5.0) of matplotlib. ### Steps to reproduce ```python import proplot as pplt import numpy as np state = np.random.RandomState(51423) x = y = np.array([-10, -5, 0, 5, 10]) data = state.rand(y.size, x.size) fig, axs = pplt.subplots() axs.pcolo...
closed
2021-11-28T11:50:15Z
2021-12-02T00:27:30Z
https://github.com/proplot-dev/proplot/issues/302
[ "bug", "dependencies" ]
zxdawn
1
Gozargah/Marzban
api
643
Warp + wireguard and simple warp dont work
I installed warp-cli first and try insturct from site for configure warp and unblock openai.com, but its not working. Also i try via wireguard warp, and get error what i need port. And also i need port in first try.
closed
2023-11-18T09:36:05Z
2023-11-21T11:20:01Z
https://github.com/Gozargah/Marzban/issues/643
[ "Bug" ]
ValentineMWAY
4
clovaai/donut
computer-vision
305
How to improve OCR accuracy for Japanese characters?
During some experiments, I noticed that sometimes Japanese characters are not correctly recognized. Not necessarily very complex characters, but simple and commonplace characters such as 津 gets recognized as 活 etc. My understanding is that it is related to the pre-training task but I'm not sure how to solve the issu...
closed
2024-05-31T07:49:31Z
2024-07-11T09:10:15Z
https://github.com/clovaai/donut/issues/305
[]
kirby707
2
aiortc/aiortc
asyncio
113
High CPU use in crcmod during large datachannel buffer encoding
While encoding VP8 video from incoming video frames to a single remote peer, I see high CPU use (running on an i7 CPU). H264 encoding is not as bad, but majority of time in same place. Image frame format is 640x512, RGB24 raw pixels Using [py-spy](https://github.com/benfred/py-spy) live profiling tool, looks li...
closed
2018-12-23T16:47:27Z
2018-12-24T23:25:22Z
https://github.com/aiortc/aiortc/issues/113
[]
inactivist
9
aleju/imgaug
machine-learning
742
HELP! How can I find the output images?
I run the code with my it own data on the google colab, it shows that the code works.However,I can not find the output images.Shouldn't the output images be in the folder named out? There is another problem,althought the code works,but there's a line that I didn't understand. Reading checkpoints... ./out/20210131...
open
2021-01-31T17:17:17Z
2021-01-31T17:17:17Z
https://github.com/aleju/imgaug/issues/742
[]
huahuaguigui
0
alteryx/featuretools
scikit-learn
2,342
Expand methods of outlier detection in `RollingOutlierCount`
After the completion of alteryx/woodwork#1555 and #2129, we can explore updating the `RollingOutlierCount` to include alternate options for outlier detection.
open
2022-10-27T22:01:32Z
2023-06-26T19:14:20Z
https://github.com/alteryx/featuretools/issues/2342
[ "enhancement", "time series" ]
sbadithe
0
polakowo/vectorbt
data-visualization
607
How to stop fractionalization of the size
Hi, I am using the vbt for Indian Stocks. Indian Stocks does not allow buying an asset in fraction. How can I achieve this with the initial cash set to a defined value. I looked at various SizeType options but none of them works as my need.
closed
2023-06-14T13:23:23Z
2023-06-15T06:02:18Z
https://github.com/polakowo/vectorbt/issues/607
[]
madhurmehta-sahi
2
vaexio/vaex
data-science
2,011
"Expression" object has no attribute "diff", how to properly use it?
Hey all, first of all, cool package! **Code** ```python import vaex import numpy as np import pandas as pd # Some random data data = { 'x': np.random.randint(5, size=20), 'y': np.random.randint(50, size=20) } df = vaex.from_pandas(pd.DataFrame(data)) # Sort the df # pandas: sorted_df = df.sor...
closed
2022-04-11T09:37:48Z
2022-04-18T07:26:51Z
https://github.com/vaexio/vaex/issues/2011
[]
ghost
5
custom-components/pyscript
jupyter
560
Even with supports_response, service is not returning anything
Hi. Thanks for an awesome lib! I have a trouble with returning values from my custom services. I read in the docs that `supports_response="only"` should return whatever dict I return in the func, but it simply doesn't return anything when I call the service (at least in the UI, I can't see the response as I see it w...
closed
2023-12-26T08:45:11Z
2023-12-26T21:26:44Z
https://github.com/custom-components/pyscript/issues/560
[]
hnykda
2
feature-engine/feature_engine
scikit-learn
253
should we make sample_weight part of fit?
Some sklearn transformers have an extra parameter in fit, the sample_weight, to tackle imbalanced datasets. Should we make this part of feature_engine? Example: https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html Need to think if it is useful for most transformers, or al...
open
2021-04-23T07:15:29Z
2021-07-18T08:38:45Z
https://github.com/feature-engine/feature_engine/issues/253
[ "new transformer" ]
solegalli
0
LibreTranslate/LibreTranslate
api
181
The website's api limitation is way too low.
I tried to type a short sentence '근데 걔는 과자 좋아해요?' in the textarea and I got an api limit. It says "30 per 1 minute" so I guess I spent more than 30 keystrokes to write the sentence. I tried to do it a couple more times and now I get "Too many request limits violations". This is just not right. I was trying to see ho...
closed
2021-12-09T01:48:24Z
2021-12-19T22:32:39Z
https://github.com/LibreTranslate/LibreTranslate/issues/181
[]
Dinir
3
pandas-dev/pandas
data-science
60,360
WEB: Donations page doesn't work
Seems like NumFOCUS stopped supporting the old donations system we had embedded in our website. We should probably get rid of the page, and make the link to the donations go to the donations page in opencollective.
closed
2024-11-19T03:00:21Z
2025-02-24T07:42:07Z
https://github.com/pandas-dev/pandas/issues/60360
[ "Web" ]
datapythonista
0
streamlit/streamlit
data-science
10,737
Add configurable buttons into `st.chat_input`
### 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 support for configurable toggle buttons which are integrated into the chat input field similar to how its...
open
2025-03-12T12:35:27Z
2025-03-12T12:36:33Z
https://github.com/streamlit/streamlit/issues/10737
[ "type:enhancement", "feature:st.chat_input" ]
lukasmasuch
1
vastsa/FileCodeBox
fastapi
139
支持 curl / wget
**Is your feature request related to a problem? Please describe.** 支持curl 可以便于在无界面环境下使用如服务器 终端
closed
2024-03-12T07:26:36Z
2024-04-28T02:48:48Z
https://github.com/vastsa/FileCodeBox/issues/139
[]
lyrl
2
HumanSignal/labelImg
deep-learning
590
[Feature Request] Sorting labels
It would be nice and easier to evaluate annotations if the user can sort the labels alphabetically and also by the label ID (line number in classes.txt minus 1).
open
2020-05-07T08:11:58Z
2021-06-06T14:53:53Z
https://github.com/HumanSignal/labelImg/issues/590
[ "responseRequiredLabel" ]
mmahmoudian
0
mljar/mercury
data-visualization
173
page not found for notebook without YAML header
Please check https://github.com/mljar/mercury/issues/172#issuecomment-1284801787
closed
2022-10-20T06:34:37Z
2023-02-15T10:19:12Z
https://github.com/mljar/mercury/issues/173
[]
pplonski
3
gradio-app/gradio
data-science
10,835
Could not create share link. Please check your internet connection or our status page: https://status.gradio.app.
### Describe the bug ![Image](https://github.com/user-attachments/assets/a2badc0d-94c8-4d0c-9b86-a7223554bf59) 参考https://github.com/isLinXu/vision-process-webui/issues/1利用https://github.com/huggingface/frp/tree/tls/client 编了一个之后依然存在问题 Warning: import ppdet from source directory without installing, run 'python setup.py...
open
2025-03-19T02:38:13Z
2025-03-20T10:59:10Z
https://github.com/gradio-app/gradio/issues/10835
[ "bug", "pending clarification" ]
G1017
2
deezer/spleeter
tensorflow
875
sorry. i cannot find "stft-backend"
(spleeter) chenxin@chenxin-Nitro-AN515-52:~/disk1/github/spleeter$ spleeter separate -p spleeter:2stems --stft-backend tensorflow -o output audio_example.mp3 INFO:spleeter:File output/audio_example/vocals.wav written succesfully INFO:spleeter:File output/audio_example/accompaniment.wav written succesfully (spleeter...
closed
2023-10-23T11:23:21Z
2023-10-23T11:34:04Z
https://github.com/deezer/spleeter/issues/875
[ "question" ]
mathpopo
1
streamlit/streamlit
data-science
10,193
Version information doesn't show in About dialog in 1.41
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient information below to help reproduce this issue. ### Summary We used to show which Streamlit version is ru...
closed
2025-01-15T19:31:52Z
2025-01-16T15:26:20Z
https://github.com/streamlit/streamlit/issues/10193
[ "type:bug", "status:awaiting-user-response" ]
jrieke
3
pytorch/vision
computer-vision
8,736
[BUG] Found a bug in GoogLeNet. The order of aux1 and aux2 is incorrectly reversed.
https://github.com/pytorch/vision/blob/518ee93dbd1469524040e1607a345fff90fa7fcd/torchvision/models/googlenet.py#L174 The order of aux1 and aux2 in line 174 is incorrectly reversed.
closed
2024-11-22T13:19:54Z
2024-11-29T03:50:19Z
https://github.com/pytorch/vision/issues/8736
[]
pblwk
2
kubeflow/katib
scikit-learn
2,495
[SDK] ValueError: <HUB_TOKEN> is not a valid HubStrategy, please select one of ['end', 'every_save', 'checkpoint', 'all_checkpoints']
### What happened? when trying to create a tune job to optimize hp of llm(s), with the below values for tune api, i received an unclear error - it could be better when it shows be what has been wrong. ```python hf_model = HuggingFaceModelParams( model_uri = "hf://meta-llama/Llama-3.2-1B", transformer_type = A...
open
2025-01-17T12:27:31Z
2025-01-28T06:00:14Z
https://github.com/kubeflow/katib/issues/2495
[ "kind/bug", "area/sdk" ]
mahdikhashan
9
aminalaee/sqladmin
sqlalchemy
851
Problem with html and js when deploying to Kubernetes
### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe the bug When i run in docker my app with your admin library all works fine, design looks fine. But when i deploy this to kuber, somehow css and js ...
closed
2024-10-30T20:56:02Z
2024-10-31T07:29:42Z
https://github.com/aminalaee/sqladmin/issues/851
[]
seldish-og
1
3b1b/manim
python
1,221
How can I use three Scenes in one class?
Watching the tutorial of Theorem Of Beethoven,I knew that I can use "def setup(self):" to use two scenes in one chass.However,when trying to use three scenes in one class,I find it will raise an error: Traceback (most recent call last): File "D:\Desktop\manim\manimlib\extract_scene.py", line 155, in main sce...
closed
2020-09-04T10:12:11Z
2020-09-07T09:20:12Z
https://github.com/3b1b/manim/issues/1221
[]
Danny-Xiao
2
httpie/cli
rest-api
817
httpie in Scoop
Warning : Uninstall Python if you dont have it installed through Scoop. I havent yet made a pull request(I guess this qualifies for the main bucket) to scoop but you can install and test it by `scoop install https://gist.githubusercontent.com/Restia666Ashdoll/147a46b3d8d7a91eb53c8c1c7824d9b7/raw/httpie.json` And uni...
closed
2019-12-01T14:26:43Z
2019-12-19T18:09:40Z
https://github.com/httpie/cli/issues/817
[]
Witchilich
1
albumentations-team/albumentations
machine-learning
2,096
[Add transform] Add RandomInvert
Add RandomInvert, which is an alias over InvertImg, but has the same API as Kornia's RandomInvert https://kornia.readthedocs.io/en/latest/augmentation.module.html#kornia.augmentation.RandomInvert
closed
2024-11-08T15:49:40Z
2024-11-16T20:45:02Z
https://github.com/albumentations-team/albumentations/issues/2096
[ "enhancement" ]
ternaus
1
google-research/bert
tensorflow
990
What does bert embedding of a single term signify?
I have been using bert embeddings from the pretrained bert-base-uncased for various downstream tasks. When i try to understand the theory of how it is contextual, how the other tokens in a sentence play a role in determining the meaning or context of every individual token, the learning is quite clear. But when I thi...
open
2020-01-13T05:53:13Z
2020-01-15T01:27:48Z
https://github.com/google-research/bert/issues/990
[]
chikubee
3
junyanz/pytorch-CycleGAN-and-pix2pix
computer-vision
1,037
pix2pix for Rgb to thermal image translation
has anyone performed pix2pix approach for RGB to Thermal image translation? I am getting very bad results while testing. anyone can help? I used this command for testing: python3 test.py --dataroot ./datasets/combine_faces/ --name face4_pix2pix --model pix2pix --direction AtoB results: **Real A** ![1100_re...
open
2020-05-21T06:09:11Z
2020-06-14T04:58:28Z
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/issues/1037
[]
durgesh17media
12
ansible/awx
django
15,694
AWX Community Office Hours - 12/10/24
# AWX Office Hours ## Proposed agenda based on topics ## What After a successful Contributor Summit in October 2023, one of the bits of feedback we got was to host a regular time for the Automation Controller (AWX) Team to be available for your folks in the AWX Community, so we are happy to announce a new re...
closed
2024-12-10T15:47:40Z
2024-12-10T15:50:21Z
https://github.com/ansible/awx/issues/15694
[ "community" ]
thedoubl3j
2
ymcui/Chinese-LLaMA-Alpaca
nlp
778
33bplus模型用llama.cpp进行中文对话回复异常
### 提交前必须检查以下项目 - [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 - [X] 由于相关依赖频繁更新,请确保按照[Wiki](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki)中的相关步骤执行 - [X] 我已阅读[FAQ章节](https://github.com/ymcui/Chinese-LLaMA-Alpaca/wiki/常见问题)并且已在Issue中对问题进行了搜索,没有找到相似问题和解决方案 - [X] 第三方插件问题:例如[llama.cpp](https://github.com/ggerganov/llama.c...
closed
2023-07-20T11:27:03Z
2023-07-22T13:15:22Z
https://github.com/ymcui/Chinese-LLaMA-Alpaca/issues/778
[]
mafamily2496
11
deeppavlov/DeepPavlov
tensorflow
1,270
ERROR in 'deeppavlov.core.common.params'['params'] at line 112
**DeepPavlov version** (you can look it up by running `pip show deeppavlov`): Name: deeppavlov Version: 0.10.0 **Python version**: Python 3.7.7 **Operating system** (ubuntu linux, windows, ...): Arch linux **Issue**: When i try to run kbqa model I got an error: https://pastebin.com/20d1YfJr What's going...
closed
2020-07-08T07:04:21Z
2023-07-07T09:14:37Z
https://github.com/deeppavlov/DeepPavlov/issues/1270
[ "bug" ]
exelents
4
huggingface/datasets
tensorflow
6,973
IndexError during training with Squad dataset and T5-small model
### Describe the bug I am encountering an IndexError while training a T5-small model on the Squad dataset using the transformers and datasets libraries. The error occurs even with a minimal reproducible example, suggesting a potential bug or incompatibility. ### Steps to reproduce the bug 1.Install the required libr...
closed
2024-06-16T07:53:54Z
2024-07-01T11:25:40Z
https://github.com/huggingface/datasets/issues/6973
[]
ramtunguturi36
2
plotly/dash
dash
2,462
Remove Callback Wildcard Restrictions (MATCH)
**Is your feature request related to a problem? Please describe.** In trying to make my applications as modular as possible, I tend to use pattern-matching callbacks just about everywhere. There are many instances, however, where I need to be able to detect which component was triggered (via MATCH) and update a univer...
open
2023-03-16T22:45:26Z
2025-01-28T17:14:42Z
https://github.com/plotly/dash/issues/2462
[ "feature", "P2" ]
milind
18
huggingface/transformers
nlp
36,104
I get OSError: ... is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' for valid models
### System Info OS: Windows 11 Python: Both 3.11.6 and 3.12.9 Pytorch: Both 2.2.0 and 2.6.0 ### Who can help? _No response_ ### Information - [x] The official example scripts - [ ] My own modified scripts ### Tasks - [x] An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...) - [ ] My own...
closed
2025-02-09T20:00:14Z
2025-02-10T19:36:15Z
https://github.com/huggingface/transformers/issues/36104
[ "bug" ]
ogkalu2
3
vastsa/FileCodeBox
fastapi
123
Can I add custom JavaScript?
closed
2024-01-10T05:40:50Z
2025-02-06T12:13:57Z
https://github.com/vastsa/FileCodeBox/issues/123
[]
zqq-nuli
1
ray-project/ray
machine-learning
51,499
CI test windows://python/ray/tests:test_component_failures is consistently_failing
CI test **windows://python/ray/tests:test_component_failures** is consistently_failing. Recent failures: - https://buildkite.com/ray-project/postmerge/builds/8965#0195aaf1-9737-4a02-a7f8-1d7087c16fb1 - https://buildkite.com/ray-project/postmerge/builds/8965#0195aa03-5c4f-4156-97c5-9793049512c1 DataCaseName-windows:...
closed
2025-03-19T00:06:07Z
2025-03-19T21:52:52Z
https://github.com/ray-project/ray/issues/51499
[ "bug", "triage", "core", "flaky-tracker", "ray-test-bot", "ci-test", "weekly-release-blocker", "stability" ]
can-anyscale
3
PokemonGoF/PokemonGo-Bot
automation
6,060
API Change?
[2017-06-24 16:10:44] [PokemonGoBot] [INFO] Niantic Official API Version: 0.67.1 [2017-06-24 16:10:44] [PokemonGoBot] [INFO] Latest Bossland Hashing API Version: 0.67.1 [2017-06-24 16:10:44] [PokemonGoBot] [INFO] We have detected a Pokemon API Change. Latest Niantic Version is: 0.67.1. Program Exiting... I thought...
closed
2017-06-24T15:13:07Z
2017-07-20T16:04:27Z
https://github.com/PokemonGoF/PokemonGo-Bot/issues/6060
[]
camnomis
10
pytest-dev/pytest-django
pytest
1,029
Jenkins fails to create test mysql database when running pytest Unit testing as a step
Hi, I have created some unit testing functions with pytest-django for my application models and successfully ran them on my local machine. However, when integrated them into Jenkinsfile as a step before building my docker image, i started getting errors. for simplicity i am going to show one test example. Here is how ...
open
2022-09-23T19:15:01Z
2022-09-23T19:15:01Z
https://github.com/pytest-dev/pytest-django/issues/1029
[]
ShervinAbd92
0
piccolo-orm/piccolo
fastapi
578
Can a db extra node be passed to batch query executions?
While checking the batch documentation https://piccolo-orm.readthedocs.io/en/latest/piccolo/query_clauses/batch.html#batch, I couldn't find any configuration for passing read replica db connection as an extra node.
closed
2022-08-08T07:30:32Z
2022-08-11T21:08:50Z
https://github.com/piccolo-orm/piccolo/issues/578
[ "enhancement" ]
guruvignesh01
9
apify/crawlee-python
automation
1,081
Unify HTTP fingerprinting accross framework components
## Background Currently, our approach to HTTP fingerprinting is fragmented across different components. This leads to potential inconsistencies where, for example, HTTP headers might not align with TLS fingerprints or device characteristics, making our scrapers easier to detect. Furthermore, tracking down the code resp...
open
2025-03-13T12:46:10Z
2025-03-13T12:48:29Z
https://github.com/apify/crawlee-python/issues/1081
[ "t-tooling", "debt", "solutioning" ]
janbuchar
0
Tinche/aiofiles
asyncio
65
Can we get an update release on pypi
It would be nice to get access to latest changes made in project through installing the package from pypi.
closed
2019-05-25T08:58:37Z
2020-04-11T23:23:57Z
https://github.com/Tinche/aiofiles/issues/65
[]
yatmanov
6
JaidedAI/EasyOCR
machine-learning
831
KeyError: "There is no item named 'cyrillic_g2.pth' in the archive"
Hi, with new 1.6.0 version I got this error simply doing this: reader = easyocr.Reader(['ru','en']) Recognition and Detection models are downloaded but there are no cyrillic_g2.pth in what is downloaded, because there are no second generation recognition model for cyrillic, so it look like from version 1.6.0 is t...
closed
2022-08-25T08:43:37Z
2022-09-05T12:14:16Z
https://github.com/JaidedAI/EasyOCR/issues/831
[]
rokopi-byte
1
keras-team/keras
deep-learning
20,548
ValueError: No model config found in the file at C:\Users\gnanar\.deepface\weights\age_model_weights.h5.
I am trying to convert the age_model_weights.h5 to onnx .But it give me the following error ValueError: No model config found in the file at C:\Users\gnanar\.deepface\weights\age_model_weights.h5. This is my code: import tensorflow as tf import tf2onnx import onnx from tensorflow.keras.models import load_...
closed
2024-11-26T05:30:25Z
2025-01-01T02:06:54Z
https://github.com/keras-team/keras/issues/20548
[ "stat:awaiting response from contributor", "stale", "type:Bug" ]
Gnanapriya2000
6
keras-team/keras
python
20,536
BUG in load_weights_from_hdf5_group_by_name
https://github.com/keras-team/keras/blob/5d36ee1f219bb650dd108c35b257c783cd034ffd/keras/src/legacy/saving/legacy_h5_format.py#L521-L525 model.trainable_weights + model.non_trainable_weights references all weights instead of top-level
closed
2024-11-22T19:49:14Z
2024-11-30T11:00:53Z
https://github.com/keras-team/keras/issues/20536
[ "type:Bug" ]
edwardyehuang
1
rougier/from-python-to-numpy
numpy
1
Preface chapter
* [x] About the author * [x] About this book * [x] Pre-requisites * [x] Conventions * [x] License
closed
2016-12-12T10:13:56Z
2016-12-20T13:41:30Z
https://github.com/rougier/from-python-to-numpy/issues/1
[ "Done", "Needs review" ]
rougier
0
suitenumerique/docs
django
190
🐛 My account and La Gauffre closing dropdown
## Bug Report When La Gauffre is open and we click on my account, La Gauffre does not close. ![image](https://github.com/user-attachments/assets/c5e4cb3f-f6d4-4bc9-9550-65f230536868)
closed
2024-08-22T12:28:07Z
2024-09-25T18:34:44Z
https://github.com/suitenumerique/docs/issues/190
[ "bug", "frontend" ]
AntoLC
1
keras-team/keras
python
21,073
keras ordinal loss
Hi, could anyone please give me an insight about what the ordinal loss defined in keras represents? https://www.tensorflow.org/ranking/api_docs/python/tfr/keras/losses/OrdinalLoss I'm not able to give an interpretation to that definition, as I don't understand for instance what is I_yi > j. In the documentation there ...
open
2025-03-20T11:36:57Z
2025-03-20T13:57:50Z
https://github.com/keras-team/keras/issues/21073
[ "type:support" ]
LucaSCostanzo
0
axnsan12/drf-yasg
django
305
Inspect both serializer and the view response
Hej, thanks for maintaining this lib! I have following problem: my view returns the django `Response` object with json content-type with custom structure. The response contains mandatory `description` and `content` views that are present in many views in my app. When generating the schema, only serializer is inspec...
closed
2019-02-04T13:15:53Z
2019-02-05T00:25:27Z
https://github.com/axnsan12/drf-yasg/issues/305
[]
sireliah
3
deepfakes/faceswap
machine-learning
682
How large should the source data be?
i.e. how many photos should be included
closed
2019-03-23T11:03:13Z
2019-03-23T11:15:54Z
https://github.com/deepfakes/faceswap/issues/682
[]
iriscxy
1
dynaconf/dynaconf
django
681
Parameters passing order, while configuring Dynaconf
Why environment variables is more important than explicit class parameters, if I use both of type configuration of Dynaconf. For example, if I enabled the export ENVIRONMENTS_FOR_DYNACONF=true, than the Dynaconf(environments=False) is ignored
open
2021-10-18T07:23:19Z
2022-09-21T17:09:55Z
https://github.com/dynaconf/dynaconf/issues/681
[ "hacktoberfest", "RFC" ]
shvilime
1
tqdm/tqdm
pandas
1,456
tqdm on a list of objects throwing "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xca in position 0: invalid continuation byte"
- [X] I have marked all applicable categories: + [X] exception-raising bug + [ ] visual output bug - [X] I have visited the [github.com], and in particular read the [known issues] - [X] I have searched through the [issue tracker] for duplicates - [X] I have mentioned version numbers, operating system an...
open
2023-03-26T18:01:22Z
2024-09-18T02:27:57Z
https://github.com/tqdm/tqdm/issues/1456
[]
anibal2j
1
pallets-eco/flask-sqlalchemy
flask
411
Oracle: Identifier Name too long
When selecting from an Oracle database, alchemy uses identifier names which cause `identifier too long errors` Is there way to prevent this maybe by disabling using identifiers ? ``` DataType.query.with_entities(DataType.type) SELECT "MY_SCHEMA"."POC_TURK_DATA_TYPES".type AS "MY_SCHEMA_POC_TURK_DATA_TYPES_type" ...
closed
2016-08-06T11:41:29Z
2020-12-05T21:18:27Z
https://github.com/pallets-eco/flask-sqlalchemy/issues/411
[]
cemremengu
1
voila-dashboards/voila
jupyter
787
Add link to the documentation as the project URL
The link to the documentation could be added to the project URL here: ![image](https://user-images.githubusercontent.com/591645/102875147-b380ea80-4443-11eb-8b7b-a0d0017ec1c6.png) To make the documentation more discoverable: https://voila.readthedocs.io/en/latest
closed
2020-12-22T09:52:32Z
2021-12-29T08:21:45Z
https://github.com/voila-dashboards/voila/issues/787
[ "documentation" ]
jtpio
2
Johnserf-Seed/TikTokDownload
api
750
[BUG]不知道什么问题,下载多了会出现这个问题,麻烦老哥帮忙解决一下,所有配置都是按照文档编辑的
![image](https://github.com/user-attachments/assets/664f1abd-e32d-4701-8816-ac8303780f09)
open
2024-07-29T00:45:56Z
2024-07-29T00:45:56Z
https://github.com/Johnserf-Seed/TikTokDownload/issues/750
[ "故障(bug)" ]
GEM123668
0
bmoscon/cryptofeed
asyncio
716
FTX.ws error on v1.9.3
**Describe the bug** I get this trace: ``` 2021-11-21 14:47:27,892 : WARNING : FTX.ws.14: encountered connection issue server rejected WebSocket connection: HTTP 404 - reconnecting in 64.0 seconds... Traceback (most recent call last): File "cryptofeed\connection_handler.py", line 58, in _create_connection F...
closed
2021-11-21T13:57:52Z
2021-11-21T14:27:51Z
https://github.com/bmoscon/cryptofeed/issues/716
[ "bug" ]
gigitalz
1
home-assistant/core
python
141,056
Tado stopped working: There are no homes linked to this Tado account.
### The problem Today tado stopped working but it seems a different issue from the ones that have been reported. I can't see any error in the logs other than: ![Image](https://github.com/user-attachments/assets/1ac791df-9f79-4843-abae-863f9c7c3233) If I try to resync or reconfigure the integration, all I can see is...
closed
2025-03-21T11:51:18Z
2025-03-22T10:35:33Z
https://github.com/home-assistant/core/issues/141056
[ "integration: tado" ]
CristianGonzalezFernandez
9
gee-community/geemap
jupyter
1,208
ee_export_image_to_asset() error
Hi, Dr. Wu I had an error when exported an image using function `ee_export_image_to_asset()`. I checked my image and found that it was an `ee.image.Image` object. It seems that this object would be rejected in the function, but I have no idea how to convert this image to ee.Image object. My code ``` gee...
closed
2022-08-12T19:32:24Z
2022-08-14T00:30:08Z
https://github.com/gee-community/geemap/issues/1208
[ "bug" ]
iteayyy
6
robotframework/robotframework
automation
4,471
Libdoc: If keyword and type have same case-insensitive name, opening type info opens keyword documentation
Can be reproduced with this example: ```python def none(n: None): pass ``` Somewhat similar bug than #4464.
closed
2022-09-20T19:42:27Z
2022-09-21T18:12:39Z
https://github.com/robotframework/robotframework/issues/4471
[ "bug", "priority: low", "beta 2", "acknowledge" ]
pekkaklarck
1
BeanieODM/beanie
pydantic
943
depth search "find(Teste.item1.item2.item3.id == id)" [BUG]
Olá! using "find(Teste.item1.item.2.item3.id == id)" , I noticed that when it goes 2 levels deep, item3.id only searches if searched with item3._id up to level 2 item2.id is search done by id...
closed
2024-06-07T12:38:53Z
2024-08-22T02:27:04Z
https://github.com/BeanieODM/beanie/issues/943
[ "Stale" ]
deivisonmarteleto
3
yunjey/pytorch-tutorial
deep-learning
64
resize.py in image_captioning
I want to train the model with my own dataset, but I have a question. Why is default image size in resize.py 256? I think it must be 224 as same as resnet's input size.
closed
2017-09-21T01:27:01Z
2017-09-21T01:37:57Z
https://github.com/yunjey/pytorch-tutorial/issues/64
[]
lon9
1
jupyter/docker-stacks
jupyter
1,795
[BUG] - AnalysisException: Table does not support reads: ...
### What docker image(s) are you using? pyspark-notebook ### OS system and architecture running docker image Windows 11/ AMD64 ### What Docker command are you running? It's a service in a docker-compose file: ``` version: '3.9' services: jupyter: container_name: jupyter_lab build: ...
closed
2022-09-30T22:03:49Z
2022-10-02T20:12:33Z
https://github.com/jupyter/docker-stacks/issues/1795
[ "type:Bug" ]
ElgerJP
2
ipython/ipython
jupyter
13,965
Feature request: Toggle line numbering for multiline cells in iPython shell
With Vi mode enabled, `ngg` will move your cursor to the `n`th line in the cell. This could be very useful for longer cells, but without line numbers visible, it's difficult to move precisely. So the ability to toggle dynamic line numbering would be super helpful. For example, like this: 1 | In [5]: """ ...
closed
2023-03-07T15:23:41Z
2024-01-14T17:26:43Z
https://github.com/ipython/ipython/issues/13965
[]
cohml
7
vastsa/FileCodeBox
fastapi
89
文本分享增强
是否可以增加代码片段或者日志文本 高亮~
closed
2023-08-25T01:51:24Z
2023-08-26T11:33:26Z
https://github.com/vastsa/FileCodeBox/issues/89
[]
wxyShine
2