-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In order to use the trained model (custom code - independent of MONAI).
For now, we will only be porting one FCN input configuration. I need to do the following:
- decouple the .pth model from pickled source code. Only the state_dict will be required for restoring learnable parameters (i.e. weights and biases) of the model
- port custom code to MONAI based framework (e.g. transforms, supervised trainer, etc.) minimizing custom code use
- do a training run with the same data and check the progress
- load "known to be working" state_dict and run inference on our 15 in-house testing datasets
- move working solution into MONALabel infrastructure
@mattjolley Which input configuration do you think would be best for this? I would keep it simple (for example mid-systolic frame with annulus input and maybe commissural points?)
SachidanandAlle
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request