Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
NATSpeech/DiffSpeech
Gorgefound
/
DiffSpeech
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fcebc2c
DiffSpeech
/
utils
/
metrics
/
laplace_var.py
RayeRen
init
d1b91e7
over 3 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
84 Bytes
import
scipy.ndimage
def
laplace_var
(
x
):
return
scipy.ndimage.laplace(x).var()