You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: