InnerEye-DeepLearning icon indicating copy to clipboard operation
InnerEye-DeepLearning copied to clipboard

Support for running inference independently from running training

Open asantamariapang opened this issue 3 years ago • 0 comments

Currently to run inference/evaluation on a test dataset:

  1. Need to provide run recover ID
  2. Need to set "-train=False"

New support will run inference in a new dataset so that:

  1. Test dataset will not be split (train,val,test)
  2. Model runs in whole test dataset (no split),

AB#3997

asantamariapang avatar May 04 '21 14:05 asantamariapang