Skip to content

Instantly share code, notes, and snippets.

View wguo28's full-sized avatar
๐Ÿ™Š
What generates perception?

Wei Guo wguo28

๐Ÿ™Š
What generates perception?
View GitHub Profile
@wguo28
wguo28 / infer.py
Last active October 13, 2025 05:19
COMP3419 Inference Script Template
"""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