Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Soul-AILab/SoulX-Singer
FuzzKill
/
SoulX-Singer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SoulX-Singer
/
preprocess
/
tools
/
note_transcription
/
utils
/
metrics
/
laplace_var.py
Xinsheng-Wang
Upload folder using huggingface_hub
c7f3ffb
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
84 Bytes
import
scipy.ndimage
def
laplace_var
(
x
):
return
scipy.ndimage.laplace(x).var()