Skip to content
#

mlops

Here are 863 public repositories matching this topic...

nni
label-studio
divjotbedi
divjotbedi commented Jun 8, 2022

Describe the bug
When exporting a brush annotation as a PNG, the output is not mapped by the background colors specified in (Settings > Labeling Interface). In addition, when exporting as a JSON, the background colors for the attributes are not specified anywhere, leaving the values that were selected in the interface as arbitrary and as not linked to any of the outputs.

To Reproduce

good first issue feature images segmentation
kedro
datajoely
datajoely commented Jul 11, 2022

Introduction

A high-level, short overview of the problem(s) you are designing a solution for.

We have the implementation, but it is not easy to point to a documented example:

image

Background

Provide the reader with the context surrounding the problem(s) you are trying

good first issue Component: Documentation 📄 Help Wanted 🙏
BrandonDotLin
BrandonDotLin commented Jul 22, 2022

Is your feature request related to a problem? Please describe.
Most of operations of GE are executed from CLI, which is not friendly to non-programmer.

Describe the solution you'd like
A management system with all kinds of web UI to create expectation, query validation results etc.

help wanted good first issue DevRel Triage devrel
metaflow
AbhinavTuli
AbhinavTuli commented Mar 22, 2022

🚨🚨 Feature Request

  • A new implementation (Improvement, Extension)

Is your feature request related to a problem?

Currently, if a user tries to access an index that is larger than the dataset length or tensor length, an internal error is thrown which is not easy to understand.

Description of the possible solution

We can catch the error and throw a more descriptive e

enhancement good first issue
antonum
antonum commented Jun 28, 2022

Users might have multiple AWS accounts/credentials, stored in .aws/credentials. In the AWS command line or Terraform one can easily specify which one to use at any given time.

aws s3 ls --profile non-default-profile

Or in TF:

provider "aws" {
  profile  = "non-default-profile"
}

Feast today would always use the default profile. A potential workaround involves defini

kind/feature good first issue Community Contribution Needed
mwm5945
mwm5945 commented Jun 25, 2020

The documentation for creating complex inference graphs should include what components can be connected to what, and how the overall graph should behave.

For example, all inference graphs need to end with a single node, whether its a combiner combining multiple inputs, or a transformer, or a model--the graph can't split and then never rejoin, etc.

DPeled
DPeled commented Jun 14, 2022

I've noticed that there is an error in the code:
https://github.com/pytorch/serve/blob/a4d5090e114cdbeddf5077a817a8cd02d129159e/ts/model_loader.py#L92

There is an attempt to read the MANIFEST.json file, and there is use of the / charecter which used as a seperator in the Linux os, and in Windows there is use of the back-slash \, so this line creates always an invalid path so the loader d

bug good first issue
we-taper
we-taper commented Jul 9, 2022

🚀 Feature

Add epoch to aim's pytorch_lightning adaptor, whenever it's available.

Pitch

Often the current epoch number is available as a metric from logs sent by pytorch_lightning. If we can extract this epoch to pass it to Aim's logger, then people can set x axis as epoch in Aim's metric explorer. This helps comparing logged values across different experiments with possib

type / enhancement good first issue
flyte
zenml
strickvl
strickvl commented May 23, 2022

Contact Details [Optional]

support@zenml.io

Describe the feature you'd like

When someone uses the zenml secret register --help command, the formatting of the CLI help information comes out wrong with line breaks not really happening. It isn't possible to read the text printed to the terminal as executed within [the register_secret function](https://github.com/zenml-io/zenml/blob/373

enhancement good first issue
qdrant
agourlay
agourlay commented May 3, 2022
Crate:         tempdir
Version:       0.3.7
Warning:       unmaintained
Title:         `tempdir` crate has been deprecated; use `tempfile` instead
Date:          2018-02-13
ID:            RUSTSEC-2018-0017
URL:           https://rustsec.org/advisories/RUSTSEC-2018-0017
Dependency tree: 
tempdir 0.3.7
├── storage 0.2.0
│   └── qdrant 0.7.0
├── segment 0.3.1
│   ├── storage 0.2.0
│
good first issue

Improve this page

Add a description, image, and links to the mlops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mlops topic, visit your repo's landing page and select "manage topics."

Learn more