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

Intelligent picking of defaults for model structure #192

Open
ndiamant opened this issue Mar 25, 2020 · 0 comments
Open

Intelligent picking of defaults for model structure #192

ndiamant opened this issue Mar 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ndiamant
Copy link
Contributor

What
Option to guess depth, number of channels etc. based on input and output shapes (like EfficientNet)

Why
Makes first attempt at any task better, makes the code more useful for newcomers.

How
Not sure. Probably first attempt would be an EfficientNet implementation with u_connect for segmentation and autoencoding.

Acceptance Criteria

  • Option to pick smart hyperparameters
  • The smart option performs well on a variety of tasks: Maybe HRR prediction, age regression from brain MRI, C-MRI segmentation, ECG rhythm classification
@ndiamant ndiamant added the enhancement New feature or request label Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant