About preprocessing
Closed this issue · 0 comments
CarrotC commented
I used the clipped_nii data on the website https://liuquande.github.io/SAML/ to reproduce the result. (Now there is 'Processed_data_nii' on the website, are they the same? )
But I got bad results and the loss trend is strange as the picture shows. I'm debugging and have some questions.
- Have the clipped_nii been propressed or it need to be propressed with some steps in the data_loader.py ?
- I removed the data augmentation from the data_loader.py because it cause errors and you mention it in the issue5 that it's not necessary. And I set allow_soft_placement=True as I use only one gpu. I'm not sure if these matter. And is there anything else I should pay attention to?