z11h's picture
Duplicate from AIGC-Audio/AudioGPT
5dacb9f
raw
history blame contribute delete
84 Bytes
import scipy.ndimage
def laplace_var(x):
return scipy.ndimage.laplace(x).var()