XingangPan / Switchable-Whitening

Code for Switchable Whitening (ICCV2019)
MIT License
138 stars 11 forks source link

Can Switchable-Whitening apply to 2D input? #11

Open Ning5195 opened 4 years ago

Ning5195 commented 4 years ago

Can Switchable-Whitening apply to 2D tensor (N, C)?

XingangPan commented 4 years ago

@Ning5195 For 2D input, instance normalization and instance whitening make no sense, thus should be removed. You need to modify the code accordingly if you want to apply to 2D input.