guoyii / SACNN

Try to reproduce 2020_TMI_SACNN Self-Attention Convolutional Neural Network for Low-Dose CT Denoising with Self-supervised Perceptual Loss Network
MIT License
32 stars 5 forks source link

I have a question about Batchnorm #2

Open babbu3682 opened 2 years ago

babbu3682 commented 2 years ago

Why did you use the BatchNorm Layer?

There is no information about Batchnorm layer in Paper.

customizing?

guoyii commented 2 years ago

Sorry, my purpose is to test the performance of the network in the article, so the network structure and other details used are somewhat different from those in the article.