InnerEye-DeepLearning
InnerEye-DeepLearning copied to clipboard
Support for running inference independently from running training
Currently to run inference/evaluation on a test dataset:
- Need to provide run recover ID
- Need to set "-train=False"
New support will run inference in a new dataset so that:
- Test dataset will not be split (train,val,test)
- Model runs in whole test dataset (no split),