arnoweng / CheXNet

A pytorch reimplementation of CheXNet
568 stars 216 forks source link

Regd. Data Normalization #12

Closed varghesealex90 closed 6 years ago

varghesealex90 commented 6 years ago

Hi;

Thank you for sharing the implementation. As mentioned in the paper, I see that you are normalizing the images with the mean and standard deviation of imagenet data. However, the Xray images are between the range 0-255, should'nt you be scaling the value of the image between 0-1 and then normalizing with the mean and standard.?

varghesealex90 commented 6 years ago

Sorry I missed the ToTensor in normalization part.