Zhongweiyang Xu

Results 2 comments of Zhongweiyang Xu

line 150 in music.py, `self.Pssl[k, 0 : len(azimuth)]` should be `self.Pssl[0 : len(azimuth), k]`, the index got reverted by the function _compute_spatial_spectrumvec

I see, thanks! then I assume in the paper it also should be normalizing by the gradient norm $$||G||_2$$ instead of the squared norm $$||G||_2^2$$ right? As in the image...