Switchable-Whitening icon indicating copy to clipboard operation
Switchable-Whitening copied to clipboard

Can Switchable-Whitening apply to 2D input?

Open Ning5195 opened this issue 4 years ago • 1 comments

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

Ning5195 avatar Oct 29 '20 06:10 Ning5195

@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.

XingangPan avatar Oct 29 '20 08:10 XingangPan