Commit 29883e48 authored by Leon Wu's avatar Leon Wu
Browse files

reminders to self

parent 838acb91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ encodec = EncodecWrapper()

#############

raise AssertionError("don't forget to use_mert when the encodec_support PR is merged")
wav2vec = HubertWithKmeans(
    # use_mert = True,
    checkpoint_path = f"{prefix}/{hubert_ckpt}",
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ import zipfile
import subprocess
import shutil

raise AssertionError("don't forget to revert the encodec supoprt commit when the encodec_support PR is merged")
zip_file_path = "audiolm-pytorch-encodec-support.zip"
input("type anything to confirm that you have pushed the latest version of the encodec_support branch to Github as well!!")