text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: how to test a custom image or video?
Body: Hi,
I am a little confused with the code,it seems just for public dataset. If i want to test a custom image,how to extract the features? I load the se_resnet50, and print key as follows:
layer4.2.se_module.fc1.weight
layer4.2.se_module.fc1.bias
layer4.2.se_module.f... | 1medium |
Title: Several test failures due to matplotlib no longer auto-flattening inputs to pcolormesh
Body: Context: We noticed some seaborn failures downstream when testing on the nightly matplotlib wheels.
It turns out that a recent change in matplotlib's dev branch (https://github.com/matplotlib/matplotlib/pull/24638) is... | 1medium |
Title: Unable to add about_me and last_seen field in chapter 6 of The Flask Mega Tutorial.
Body: Hello Miguel. Thank You for the tutorials.
I was following chapter 6. I created two new fields and executed
"flask db migrate -m "some text here" and "flask db upgrade" commands. All was well.
But when I restarted... | 1medium |
Title: Flasgger execution is a success but not showing the output XML body
Body: So i am trying to deploy an IRIS Model through flasgger , but when i hit the execute button under the API DOC GUI, i do not see any output , where am expecting an XML output. Although i can see the HTTP/200 OK successful response in my ip... | 1medium |
Title: 前端资源经常加载不下来,建议下载放在项目里
Body: | 0easy |
Title: Implement vis.js
Body: | 1medium |
Title: Add translation for [LANGUAGE]
Body: Expected time to finish: [X] weeks. I'll start working on it from [Y]. | 1medium |
Title: Move pkg/cloudprovider/provider to k8s.io/legacy-cloud-providers
Body: <!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution and ... | 1medium |
Title: [Migrated] Allow setting of alias along with version, for use with rollback
Body: Originally from: https://github.com/Miserlou/Zappa/issues/1490 by [chiqomar](https://github.com/chiqomar)
## Context
AWS lambdas allow you to set an `alias` along with `versions`, per the [documentation](https://docs.aws.amazon.c... | 1medium |
Title: Asynchronous Graphs results in a empty graph if the unit are kWh.
Body: Asynchronous Graphs from kWh results in a empty graph.
- From Mycodo Version: 8.15.1
- Raspberry Pi Version: 3B+
- Raspbian OS Version: Raspberry pi os(64-bit)
I had version 8.14.2 running, to my great satisfaction, one of the i... | 1medium |
Title: Pytorch-Forecasting imports deprecated property from transient dependency on numpy
Body: - PyTorch-Forecasting version: 0.10.3
- PyTorch version: 1.12.1
- Python version: 3.8
- Operating System: Ubuntu 20.04
### Expected behavior
I created a simple `TimeSeriesDataset` without specifying an explicit `tar... | 1medium |
Title: Error creating load balancer in AWS
Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/secu... | 2hard |
Title: K3d freezes Jupyter notebook after showing a mesh
Body: I am using vtkplotter with Trimesh in Jupyter notebook, but the k3d display takes about 5 seconds to load every time I run the cell with the ``show`` command. So I want to disable the k3d display and just use the default separate window. Right now I do this... | 1medium |
Title: Changing color of a Drawer component
Body: Hi,
Great package. Thank you.
Changing the background color of the drawer component doesn't work when copying the syntax as laid out in usage.py. Am I missing something? I am stuck with just a white background. | 0easy |
Title: FileNotFoundError: [Errno 2] No such file or directory: 'git': 'git'
Body: I'm trying to run pytest in docker container. I always use pytest in my projects with docker.
Is the `.git` folder missing in the container?
This is my `.dockerignore`:
```
.*
!.coveragerc
!.env
!.pylintrc
```
This is tra... | 1medium |
Title: BUG: Race on `descr->byteorder` under free threading
Body: ### Describe the issue:
When running the following code under TSAN and free-threading, TSAN reports an apparently real race:
### Reproduce the code example:
```python
import concurrent.futures
import functools
import threading
import numpy as np
... | 2hard |
Title: Refactor Config handling
Body: * consistent keys (uppercase with underscore), but accept lowercase with spaces, too, for legacy compatibility
* central handling in Python
* allow non-ASCII characters
* cross-platform compatibility (currently, config files created on macOS won't be read on Windows because of l... | 1medium |
Title: slowapi uses limits==2.8.0 which contains usage of deprecated pkg_resources
Body: **Describe the bug**
Our application uses `slowapi==0.1.7` which makes use of `limits==2.8.0`
The problem is `limits==2.8.0` uses `pkg_resources` which is deprecated and when we run tests they fail with:
```python
src/com... | 1medium |
Title: [BUG] Some KPI endpoints do not distinguish between failure and no data
Body: ## Describe the bug
Some KPI endpoints ([here](https://github.com/chaos-genius/chaos_genius/blob/ad6759f069462ef5b487e5b22172cccc28e49653/chaos_genius/views/kpi_view.py#L255)) do not return a `status` field indicating success or fai... | 1medium |
Title: Error using 3rd party dependency injector
Body: Library: dependency_injector (wriring)
Error: TypeError: my_router() got multiple values for argument 'service'
Code:
```
from deps import Deps, ProfileService
from dependency_injector.wiring import Provide, inject
from blacksheep import Application
app ... | 1medium |
Title: 1.7.6 upgrade 1.8.0 can't get node
Body: 1.7.6 upgrade 1.8.0 can't get node
```
kubectl get cs,no -o wide
NAME STATUS MESSAGE ERROR
cs/scheduler Healthy ok
cs/controller-manager Healthy ok
cs/etcd-0 Healthy {"health": "true"}
kubectl ge... | 2hard |
Title: [Feature Request] Diet Experts in Transformer
Body: Is there a specific reason why the ```diet_experts``` haven't made it to ```transformer.py``` yet.
They're already used in ```super_lm``` and ```attention_lm_moe.py```. | 1medium |
Title: pyUSID FutureWarnings and DeprecationWarnings
Body: From the current tests:
```python
hyperspy/tests/io/test_usid.py: 16 warnings
DeprecationWarning: sidpy.Translator will soon be replaced by sidpy.Reader. Considerrestructuring code from Translator to Reader
hyperspy/tests/io/test_usid.py: 21 warnings
F... | 1medium |
Title: Soft Delete of AWX Objects
Body: ### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
- [X] I understand ... | 1medium |
Title: Some problems occurred when I used model evaluation
Body: ---------------------------------------------------
test_input = torch.from_numpy(X_test)
test_label = torch.from_numpy(y_test)
# create the data loader for the test set
testset = torch.utils.data.TensorDataset(test_input, test_la... | 0easy |
Title: ask to transform inline function "load_key" to method of OpenIDMixin
Body: Hello, to make existing code more usable, I propose reimagining the `OpenIDMixin.parse_id_token method`. This method contains an inline function definition `def load_key(header, _)`, and I don't see any reason why this function is not a ... | 1medium |
Title: How to solve imbalanced dataset oversampling problem in multi labels-classes instance segmentation task?
Body:
I want to use models like [YOLOv7-seg](https://github.com/WongKinYiu/yolov7/tree/u7/seg) for instance segmentation of tree species in images. There are 26 species of trees, and each image may contain ... | 2hard |
Title: COCO 2017 Panoptic Segmentation Val Dataset (Datumaro format) Import Error
Body: ### 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
# prepared for COCO2017 Pano... | 1medium |
Title: [BUG] igraph layouts docs examples misformatted
Body: **Describe the bug**
See examples screenshot below

| 0easy |
Title: Numpy missing in transforms/translate.py
Body: Seems that there are some problems with transforms/translate.py:
First, the import of numpy is missing in transforms/translate.py, what leads to an error on line 59. (NameError: name 'np' is not defined)
Second (after inserting numpy import by myself), it will lea... | 1medium |
Title: New filter possibility
Body: Hello
I would like to be able to filter the servers/ workstations in relation to the installed software.
In my company, we often do audits to verify that the machines match a model with certain software by profile.
Only, having to look in each machine if a software is well ins... | 1medium |
Title: Adjusting kernel in histplot KDE
Body: Hi,
I have a problem - there's no mention in the documentation how exactly choose different kernels for KDE (either in histplot or kdeplot). The only info I found mentions that kdeplot uses Gaussian kernel by default.
Is there any way to change the choice of kernel? | 1medium |
Title: [Question] How add an image (from disk) to self-contained-html
Body: Edit: got ist, need to convert the base64 bin file to string
Edit2: seem not to be enough :-)
Hi,
I'm relativ new to python/pytest.
I want to add some images to the html report directly. As the documentation says, its not (always) poss... | 1medium |
Title: Do .dump_tree() in JSON format as well
Body: This feature request is posted on StackOverflow: https://stackoverflow.com/q/66239653/3648361
It sounds like a good idea. The suggested returned value is not exactly JSON string, but a serializable structure of dict and list that can be saved to JSON file by one line... | 1medium |
Title: statefulset pvc template annotation is missing from the created pvc
Body: **What happened**:
I created a statefulset with an annotated pvc template
**What you expected to happen**:
I expected the created pvc to have my annotation
**How to reproduce it (as minimally and precisely as possible)**:
Create s... | 1medium |
Title: resnet18_v1b_custom" is not among the following model list
Body: Hi @bryanyzhu
I am trying to finetune resnet34_v1b_kinetics400 for 2 classes aby modifying the aataset part "resnet18_v1b_custom" to custom as described in the tutorial:
https://cv.gluon.ai/build/examples_action_recognition/finetune_custom.h... | 1medium |
Title: Training Issue for Semantic Segmentation
Body: Hi,
I am trying to train the dataset for semantic segmentation. It makes crush my computer since I do not have enough memory. Also, when I decrease the batch size, it takes so much time. Is there any other option for that? Or is there any trained file of Area 6 a... | 1medium |
Title: Very high RAM usage of CVAT in browser for object detection bounding box annotations on client side.
Body: ### 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
I have de... | 1medium |
Title: browsingContextFn() .currentWindowGlobal is null on instapy
Body: Hi there,
I manage to access instagram via instapy but when instagram opens i get an browsing context error and it wont contiune. any idea?
thank you
/Library/Frameworks/Python.framework/Versions/3.9/bin/python3 /Applications/hello.py
... | 2hard |
Title: Direct link to post only works if 1st page
Body: In the forum overview, you can click the "most recent post" link to be taken to the most recent post in a given topic... but it only works if that post is on the 1st page of the topic. As soon as you get to page 2 and beyond, this link does nothing but take you to... | 1medium |
Title: json validation loses data element in casting to python object
Body: ### Initial Checks
- [x] I confirm that I'm using Pydantic V2
### Description
I have noticed an odd problem. It may be related to issue #9544.
Given:
- A source file with json format data, containing an element "production_date" at four lev... | 2hard |
Title: can not add workers in API.run
Body: hi,
- My run:
```python
api = responder.API()
......
api.run(address='192.168.1.56', port=1005, workers=2)
```
- Get error
```python
Traceback (most recent call last):
File "E:/WorkDir/WorkDir/Taobao/ParseTklByResponder/app/parseTKL.py", line 174, in <module>
... | 2hard |
Title: Is there a way to include mutliple colour arrays for Points (or any other) drawables?
Body: * K3D version: 2.16.0
* Python version: 2.16.0
* Operating System: Mac OS Ventura 13.5 (Intel core i5 Macbook Pro)
### Description
I am trying to use k3d to plot a point cloud with RGB values for every point. I've m... | 1medium |
Title: authenticator.login() is takes too much time
Body: Hi,
First of all, thank you for writing this code.
I have a problem though, which is that the authenticator.login() takes a bit too much time. When loading the streamlit page, it takes about 2 seconds to load the login form, which I think is a bit too slow... | 1medium |
Title: Polygon all_tickers returns empty list on Weekends
Body: Running the following gives an empty list of `Symbol` objects when run on weekends.
```
import alpaca_trade_api as tradeapi
api = tradeapi.REST()
tickers = api.polygon.all_tickers()
tickers
[]
```
Checked the implementation and looks like it ... | 1medium |
Title: [REQUEST] Add expand Parameter to `rich.progress.track` for Full-Width Progress Bars
Body: > Have you checked the issues for a similar suggestions?
> **I have check the issue/discussion for similar suggestions.**
**How would you improve Rich?**
Currently, the `rich.progress.track` function does not suppor... | 1medium |
Title: Where people can make improvement suggestions like PEP or RFC
Body: Hi all,
I wonder if there is more specific repository or place except discuss forum? Where people can make suggestions on implementation of features and improvement of existing so @tomchristie and other contributors can review them.
Thanks... | 3misc |
Title: Differentiate between an access token and refresh token
Body: Hi, is there a way for me to differentiate between an access token and refresh token just by the token that's sent in the request? Once a token is revoked / blacklisted, there's nothing stopping the client from sending the refresh token in place of th... | 1medium |
Title: resizefs package has to trigger a block device rescan before resizing the FS
Body: **What happened**:
In some hypervisors, e.g. VMware, the new volume size is not pushed to the VM after the in-use block device extend, and you have to run the `echo 1 > /sys/block/sdb/device/rescan` manually and resize the FS m... | 1medium |
Title: use datetime instead of timestamp for user expire
Body: currently marzban use timestamp (epoch time) to store expire in database
it's better to use datatime instead of datetime to have better structure and avoid redundant time converts
| 1medium |
Title: [BUG] Results loader impossible to load Equal length and No missing values dataset results
Body: ### Describe the bug
using `get_estimator_results` when setting the `datasets` list parameter to the `univariate` list in `tsc_datasets` to get the 128 UCR results. will always give 112
because in tsc_datasets the ... | 1medium |
Title: Cockroach DB: Sharding for Sequential Indexes
Body: Code and tests for this are ready to go, but waiting on https://github.com/piccolo-orm/piccolo/issues/607
https://www.cockroachlabs.com/docs/stable/hash-sharded-indexes.html
| 1medium |
Title: 这个 Swagger logo 可以替换吗?或者删除
Body: 
| 0easy |
Title: Parrallelize the resampling
Body: - [x] How will the verbose-argument work then?
-> maybe if verbose, set n_jobs to 0
- [x] use multiprocess to deal with local scope methods | 1medium |
Title: Attach documentation to API types and/or resources
Body: Forked from #3060, based on [a comment](https://github.com/GoogleCloudPlatform/kubernetes/issues/3060#issuecomment-78361868) by @smarterclayton.
Currently we can extract documentation from struct fields and represent them in the swagger for the API. We do... | 1medium |
Title: Installing RPi Power Monitor breaks Mycodo
Body: ### Describe the problem/bug
Installing RPi Power Monitor breaks mycodo cause theres dependency conflicts between the library and mycodo, when mycodo installs these deps for influxdb and urllib to satisfy rpi-power-monitor, all calls to get measurements from in... | 2hard |
Title: Is the latest build correctly labeled on quay.io
Body: ### What docker image(s) are you using?
minimal-notebook
### Host OS system
Debian 12
### Host architecture
aarch64
### What Docker command are you running?
docker pull quay.io/jupyter/minimal-notebook:latest
### How to Reproduce the problem?
1. St... | 1medium |
Title: Generated config files do not include all options
Body: Here is a config file that I just generated using `nbgrader generate_config`, which is missing options for a lot of parts of nbgrader like various preprocessors:
```
# Configuration file for nbgrader-generate-config.
#--------------------------------... | 1medium |
Title: Support file uploads for mutations?
Body: Although not part of the standard, several server implementations support file uploads via multipart forms fields. Although both urllib and requests can accept files={} parameters, sgqlc endpoint wrappers do not accept/pass additional parameters. It would be great to hav... | 1medium |
Title: XYZ Files
Body: Hey,
I updated the parser, such that he can read xyz-files. If you want me to contribute it let me know.
Cool project!
Best,
MQ | 0easy |
Title: Running project with nested app directories (create_app())
Body: Hi, I'm following Miguel Grinberg's Flask book and trying to host his example using this image:
https://github.com/miguelgrinberg/oreilly-flask-apis-video/tree/master/orders
I have no issues hosting my own "single file" flask examples, but in t... | 1medium |
Title: apimachinery/pkg/util/proxy: escape forwarded URI
Body: <!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution and developer guide... | 1medium |
Title: Using pretrained model on Windows 10?
Body: Hello everyone,
Altough you have specified "MacOS and Linux" as prerequisites, do you know if it would be possible to make use of your pretrained model "summer2winter" on Windows (10)?
Thank you in advance.
Best regards, | 3misc |
Title: DISABLED test_lift_tensors_with_shared_symbols_dynamic_shapes (__main__.DynamicShapesHigherOrderOpTests)
Body: Platforms: linux, mac, macos, rocm, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_lift_tensors_with_shared_symbols_dynamic_s... | 1medium |
Title: Unique Operation fails on dataframe repartitioned using set index after resetting the index
Body:
**Describe the issue**:
**Minimal Complete Verifiable Example**:
```python
import pandas as pd
import dask.dataframe as dd
data = {
'Column1': range(30),
'Column2': range(30, 60)
}
pdf =... | 2hard |
Title: find_topics with custom embeddings
Body: Hey!
I am working with a dataset of scientific abstracts, so I used SciBERT to generate the embeddings. However, with this, I cannot use the find_topics function to find topics similar to specific keywords I am interested in. I know this is expected behaviour, but I wa... | 1medium |
Title: WIP: test/e2e/framework: enable baseline pod security by default
Body: This is a proof PR for https://github.com/kubernetes/kubernetes/pull/106454 enabling baseline pod security enforcement by default for e2e tests.
/hold | 1medium |
Title: add doc section to autogenerate talking about include_object use cases
Body: **Migrated issue, originally created by Michael Bayer ([@zzzeek](https://github.com/zzzeek))**
e.g. to http://alembic.readthedocs.org/en/latest/autogenerate.html including:
1. using Tables for views
2. working around constraint names... | 0easy |
Title: Option to disable the creation of file for a search
Body: ### Description
a flag that can disable the creation of the txt file created after a successful search would be great.
I would love to work on this if approved.
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 0easy |
Title: 【开源自荐】1Panel - 开源 Linux 服务器运维管理面板
Body: ## 推荐项目
<!-- 这里是 HelloGitHub 月刊推荐项目的入口,欢迎自荐和推荐开源项目,唯一要求:请按照下面的提示介绍项目。-->
<!-- 点击上方 “Preview” 立刻查看提交的内容 -->
<!--仅收录 GitHub 上的开源项目,请填写 GitHub 的项目地址-->
- 项目地址:https://github.com/1Panel-dev/1Panel
<!--请从中选择(C、C#、C++、CSS、Go、Java、JS、Kotlin、Objective-C、PHP、Python... | 3misc |
Title: Brokenaxes with text
Body: Congrats for such an useful tool!
I'm having problems when adding text to a scatter plot with broken axis. Looks like text is duplicated. | 1medium |
Title: Version 0.8.0 generates "Invalid line" error on blank lines in file
Body: A blank line in an env file causes Django's manage.py to show "Invalid line" messages. This occurs even if no sub-command is specified.
An error is also thrown on a line beginning with an octothorpe ("#") - something that we use to comm... | 1medium |
Title: RandomIdentitySampler can have a repeating PID
Body: This is a minor issue with the RandomIdentitySampler. The implementation does not necessarily guarantee that the N identities in the batch are unique. For example, ID 28 is sampled twice in this batch.
```
tensor([ 554, 554, 554, 554, 195, 195, 195, ... | 1medium |
Title: GuidedBackpropReLUModel cannot use batches
Body: GuidedBackpropReLUModel always uses a batch size of 1, this is hard-coded into the implementation eg here:
https://github.com/jacobgil/pytorch-grad-cam/blob/2183a9cbc1bd5fc1d8e134b4f3318c3b6db5671f/pytorch_grad_cam/guided_backprop.py#L89
Will the Guided Ba... | 1medium |
Title: `dist.barrier()` fails with TORCH_DISTRIBUTED_DEBUG=DETAIL and after dist.send/dist.recv calls
Body: This program
```sh
$ cat bug.py
import torch
import torch.distributed as dist
import torch.distributed.elastic.multiprocessing.errors
@dist.elastic.multiprocessing.errors.record
def main():
dist.init_proce... | 2hard |
Title: Add 'pip install -e .' in Makefile
Body: Hello, I just discovered this repo and it looks great!
I read the blog post: https://drivendata.github.io/cookiecutter-data-science/
And I am wondering if some of the mentioned commands should be in the Makefile, like:
`pip install -e .`
`pip freeze > requirements.t... | 0easy |
Title: How do you deal with multiple recurring pattern?
Body: I have a query to detect 'Hi+'. Now a regex would be able to detect 'Hi', 'Hii', 'Hiii' and so on. How can I do that in fasttext without having to write all the possibilities? | 1medium |
Title: [DOC] Example in docstrings
Body: Add examples in doctoring where it is missing.
Test them using doctest.
Review existing examples for improved user experience and Agentic AI perf
| 1medium |
Title: [Flaky Test] [sig-network] ESIPP [Slow] should work for type=LoadBalancer
Body: <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**Which jobs are flaking**:
`gce-master-scale-correctness (ci-kubernetes-... | 1medium |
Title: Advertisements only seldom received/displayed
Body: * bleak version: 0.18.1
* Python version: Python 3.9.2
* Operating System: Linux test 5.15.61-v7l+ #1579 SMP Fri Aug 26 11:13:03 BST 2022 armv7l GNU/Linux
* BlueZ version (`bluetoothctl -v`) in case of Linux: 5.55
### Description
I have a device which ... | 1medium |
Title: Module: SearXNG
Body: SearXNG seems like it might be a good source for subdomains, URLs, etc:
- https://github.com/searxng/searxng
- https://searx.space/ | 1medium |
Title: [Doc]: Link rendered incorrectly
Body: ### Documentation Link
https://matplotlib.org/devdocs/users/explain/colors/colormaps.html
### Problem
In the "Diverging" section, it shows as follows:
> These are taken from F. Crameri's [scientific colour maps]_ version 8.0.1.
The link doesn't render correctly... | 0easy |
Title: [Feature Request] Remove Unused Dependencies
Body: ### Description
When a package is installed, a chain of packages is installed **imy** -> **motor** -> **pymongo**. In this case, only **imy.docstrings** used
### Suggested Solution
Move imy.docstrings to project codebase (preserving copyright `Jakob Pinterits... | 1medium |
Title: Merge Multiple Fitted Models - Error on Viewing Hierarchical Topics
Body: **Problem Overview**
When using the ```merged_model = BERTopic.merge_models([topic_model_1, topic_model_2])``` command the produced merged topic model cannot be visualised as a hierarchical topic model anymore, even if the constituent mod... | 2hard |
Title: More than 3 fields In Train Dataset
Body: Can i somehow add more than 3 defined fields (instruction, input and output) in training dataset? | 1medium |
Title: Multiple images for live face recgonition
Body: How do I use multiple image sources for 1 person and is it possible for the "load_image_file" to take images from a directory of the same person?
Code extracted from facerec_from_webcam_faster.py:
Load a sample picture and learn how to recognize it.
obama_im... | 1medium |
Title: PaddleHub模型下载后在PaddleDetection中部署的问题
Body: 我想在PaddleDetection中使用C++运行 PaddleHub模型的模型。我下载了https://www.paddlepaddle.org.cn/hubdetail?name=pyramidbox_lite_mobile_mask&en_category=FaceDetection 中的模型,保存到本地后只有 __model__和__params__两个文件。但是PaddleDetection还需要infer_cfg.yml才可以运行,请问有什么方法能够得到模型对应的这个文件吗?
PaddleHub版本2.5
Pa... | 1medium |
Title: Identify Images in src and dst with has bad training
Body: Hi there
Is there an option how to seperate some images in src and dst which has bad values in training?
i mean, if 90% is by 0.4 and the rest has spikes up to 1.0 it would be nice to sort them out and train them till de value drops down to the level... | 1medium |
Title: AWS Duplicate Security Group checks failing.
Body: <!-- This form is for bug reports and feature requests ONLY!
If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/t... | 1medium |
Title: Show in the logs what matched for tag/doc type/correspondent
Body: **What:** Add a section in the logs menu (or possibly in the document details section) that shows what in the particular document triggered the assignment of the tag/doc type/correspondent.
**Why:** There have been occasions, even in my very s... | 1medium |
Title: Deleting old sample JSON; moving those in use; updating references
Body: | 0easy |
Title: [Feature Request] Please make available through pip
Body: Thank you for providing this project. We would love to have this available as a pip package for easier integration with our codebases. Thank you | 3misc |
Title: Measurements keep being stored in DB after Input stops working
Body: hi
while it seems that functions and methods do nothing if a sensor stops working it is different with the LCD output.
e.g. I have a temp sensor and it shows the temp on the display - if I disconnect the sensor (e.g. if it breaks) the LCD s... | 1medium |
Title: [BUG] Mars shuffle AttributeError: 'mars.oscar.core.ActorRef' object has no attribute '_remove_mapper_data'
Body: <!--
Thank you for your contribution!
Please review https://github.com/mars-project/mars/blob/master/CONTRIBUTING.rst before opening an issue.
-->
**Describe the bug**
When running mars shuf... | 2hard |
Title: tests: Replace image used by Windows only test with a nanoserver manifest list
Body: <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
/sig windows
/sig testing
**Which jobs are failing**:
N/A
**Which test(s) are failing**:
should be able ... | 1medium |
Title: FlareSolverr stopped to work and is not solving the verification challenge
Body: ### Have you checked our README?
- [X] I have checked the README
### Have you followed our Troubleshooting?
- [X] I have followed your Troubleshooting
### Is there already an issue for your problem?
- [X] I have checked older i... | 1medium |
Title: Errno13 Permission Denied
Body: I am getting this error
Successful startup, get lucky all the way!
Errno 13
Permission Denied.
I have setup the google API and ngrok API
What am i missing?
| 1medium |
Title: [youtube] player `643afba4`: nsig extraction failed: Some formats may be missing
Body: ### Checklist
- [x] I'm reporting that yt-dlp is broken on a **supported** site
- [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels))... | 2hard |
Title: Add expired Job to queue when time left is zero
Body: **What type of PR is this?**
/kind bug
**What this PR does / why we need it**:
when TTLSecondsAfterFinished is 0, we should queue the Job.
**Which issue(s) this PR fixes**:
```release-note
NONE
```
**Additional documentation e.g., KEPs (Kubern... | 0easy |
Title: [EPIC] Optimize user notebook experience
Body: ## Context
Keeping our dependencies and development environment trimmed to what is necessary can keep our project tidy and help load times and execution times.
## Issue
Let's remove unnecessary dependencies and optimize the notebook experience.
## Acceptance... | 1medium |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.