This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""IMPORTANT | |
Before running this script, make sure you install the following packages: | |
pip install torch torchvision torchaudio | |
pip install frechet_audio_distance | |
pip install laion_clap==1.1.6 !!!Must be this version to be compatible!!! | |
""" | |
import os.path | |
import sys | |
import glob | |
from argparse import ArgumentParser |