Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changes that eliminate mistakes spotted while initial e2e tests #204

Merged
merged 9 commits into from
Dec 21, 2023

Conversation

PawelPeczek-Roboflow
Copy link
Collaborator

@PawelPeczek-Roboflow PawelPeczek-Roboflow commented Dec 20, 2023

Description

  • added config cache such that lambda inference can be faster
  • added AL to new InferencePipeline() interface and to Stream Management API as parameter of pipeline init
  • added dropping mechanism for queuing of AL collection requests on stream processing (as when config makes AL to collect to much - then backend is to slow for on-line registration, so we must drop datapoints not to impair performance)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

  • fixed tests
  • CI still green
  • tested locally

Any specific deployment considerations

For example, documentation changes, usability, usage/costs, secrets, etc.

Docs

  • Docs updated? What were the changes:

Copy link
Contributor

@paulguerrie paulguerrie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!!

@PawelPeczek-Roboflow PawelPeczek-Roboflow marked this pull request as ready for review December 21, 2023 14:21
@PawelPeczek-Roboflow PawelPeczek-Roboflow merged commit 7bf7137 into main Dec 21, 2023
4 checks passed
@PawelPeczek-Roboflow PawelPeczek-Roboflow deleted the feature/make_active_learning_enabled branch December 21, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants