wilkinghoff / icassp2023

Accompanying code for the paper Design Choices for Learning Embeddings from Auxiliary Tasks for Domain Generalization in Anomalous Sound Detection.
GNU General Public License v3.0
8 stars 3 forks source link

Bug fix in batch norm call #6

Closed francoisgermain closed 7 months ago

francoisgermain commented 7 months ago

Replacing variable from x to xr in batch norm call to be consistent with subsequent blocks, ResNet format and DCASE 2022 network.

wilkinghoff commented 7 months ago

Thanks, again!