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

AutoML Implementation #41

Closed
12 tasks done
muellerdo opened this issue Jun 23, 2021 · 4 comments
Closed
12 tasks done

AutoML Implementation #41

muellerdo opened this issue Jun 23, 2021 · 4 comments
Assignees
Labels
roadmap Coming soon

Comments

@muellerdo
Copy link
Member

muellerdo commented Jun 23, 2021

  • Implementation of Pipeline Block: Training
  • Implementation of Pipeline Block: Inference
  • Implementation of Pipeline Block: Evaluation
  • Implementation of Pipeline Block: XAI
  • Try it out on a dataset
  • Implementation of CLI base
  • Implementation of Pipeline Block Integration in CLI
  • Unittesting for everyone
  • Dockerization
  • Packaging as binary for PyPI
  • Make an example
  • Documentation
@muellerdo muellerdo changed the title Start working on AutoML AutoML Implementation Jun 23, 2021
@muellerdo muellerdo added the roadmap Coming soon label Apr 14, 2022
@muellerdo
Copy link
Member Author

Idea for default automl setup:

  • 5-fold cross-validation on dataset
  • each fold with different architecture
  • some folds with different input size?
  • augmenting on / off?

@muellerdo
Copy link
Member Author

muellerdo commented May 7, 2022

Different pre-implemented settings:

  • Minimalistic (mobilenetv2 with train/val split)
  • Standard (just a single architecture with train/val percentage split and augmenting)
  • Stacking
  • Bagging
  • Advanced (see above / composite)

@muellerdo muellerdo self-assigned this Jun 13, 2022
@muellerdo
Copy link
Member Author

Add xai_decoder parameter to config of pred module

  • only supported for single model (minimal/standard)

@muellerdo
Copy link
Member Author

Idea prediction mode:

rename path_imagedir to path_images:

  • if path is a directory -> normal application
  • if path contains a "," -> list of files -> split by ","
  • if path is a file -> no input_interface and only passing to DataGenerator as [file] and image_format == None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap Coming soon
Projects
None yet
Development

No branches or pull requests

1 participant