Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
NATSpeech
/
PortaSpeech
like
31
Runtime error
App
Files
Files
Community
bd1afa3
PortaSpeech
/
utils
/
metrics
/
laplace_var.py
RayeRen
init
d1b91e7
almost 3 years ago
raw
Copy download link
history
blame
Safe
84 Bytes
import
scipy.ndimage
def
laplace_var
(
x
):
return
scipy.ndimage.laplace(x).var()