Testing Varnet by splitting knee validation dataset #302
Replies: 2 comments 3 replies
-
Hello @Sarah-2021-scu, could you share a stack trace of the error? One funky thing about the code is the data transform keys on whether to run in train mode or val mode based on whether there is a mask in the .h5 file. Since you're running on the validation set, there should be no mask and the transform will assume in validation mode. Is this the type of error you're seeing? |
Beta Was this translation helpful? Give feedback.
-
It keeps on looking for the old test files. Full stack trace below. Global seed set to 42 warnings.warn(*args, **kwargs)
|
Beta Was this translation helpful? Give feedback.
-
Hi Mmuckley,
As suggested in 293 I am trying to test the varnet demo version for knee data by splitting the validation dataset but the test mode does not work. Is there some pre-processing that needs to be done on the validation data to run it in test mode?
Beta Was this translation helpful? Give feedback.
All reactions