Commit ed6638a1 authored by Leon Wu's avatar Leon Wu
Browse files

update storage path

parent 49658c4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ import torchaudio
# from botocore.errorfactory import ClientError

# define all dataset paths, checkpoints, etc
prefix = "/fsx/itsleonwu/audiolm-pytorch"
prefix = "/fsx/itsleonwu/audiolm-pytorch-results"
dataset_folder = f"{prefix}/placeholder_dataset"
hubert_ckpt = f'hubert/hubert_base_ls960.pt'
hubert_quantizer = f'hubert/hubert_base_ls960_L9_km500.bin' # listed in row "HuBERT Base (~95M params)", column Quantizer
+1 −1
Original line number Diff line number Diff line
import os
import urllib.request

prefix = "/fsx/itsleonwu/audiolm-pytorch"
prefix = "/fsx/itsleonwu/audiolm-pytorch-results"
hubert_ckpt = f'hubert/hubert_base_ls960.pt'
hubert_quantizer = f'hubert/hubert_base_ls960_L9_km500.bin' # listed in row "HuBERT Base (~95M params)", column Quantizer