Duplicated from AIGC-Audio/AudioGPT
98f685a
1
2
3
4
5
import scipy.ndimage def laplace_var(x): return scipy.ndimage.laplace(x).var()