1029 add octuple
This commit is contained in:
@ -129,6 +129,6 @@ def batch_compare(dir_a: str, dir_b: str, out_csv: str = "midi_similarity.csv",
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
dir_a = "wandb/run-20251015_154556-f0pj3ys3/cond_4m_top_p_t0.99_temp1.25/process_2_batch_23"
|
||||
dir_a = "wandb/run-20251027_161354-f9j1mwp2/uncond_min_p_t0.05_temp1.25_epochch8"
|
||||
dir_b = "dataset/Melody"
|
||||
batch_compare(dir_a, dir_b, out_csv="midi_similarity_v2.csv", max_workers=6)
|
||||
Reference in New Issue
Block a user