irdanish11 / DJSCC-for-Wireless-Image-Transmission

Deep Joint Source-Channel Coding for Wireless Image Transmission
Apache License 2.0
62 stars 13 forks source link

Question for normalizationnoise layer #2

Closed orioncra closed 1 year ago

orioncra commented 1 year ago

I'm studying paper, so found your code. I have a question, is normalizationnoise layer used as a non-trainable layer? Or trained with other NN?

irdanish11 commented 1 year ago

@orioncra yes the normalizationnoise layer is used as non-trainable layer.

orioncra commented 1 year ago

Thank you for answering!