From 135f69ba043f532478f1da83a75c56f85c504d3d Mon Sep 17 00:00:00 2001 From: Xiquan Li <123717620+Andreas-Xi@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:36:48 +0100 Subject: [PATCH] minor changes --- examples/drcap_zeroshot_aac/data_preprocess.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/drcap_zeroshot_aac/data_preprocess.py b/examples/drcap_zeroshot_aac/data_preprocess.py index 5078a7fa..e3118a8f 100644 --- a/examples/drcap_zeroshot_aac/data_preprocess.py +++ b/examples/drcap_zeroshot_aac/data_preprocess.py @@ -1,4 +1,3 @@ - import ruamel.yaml as yaml import torch from slam_llm.models.CLAP.ase_model import ASE @@ -203,4 +202,4 @@ def retrieve(target, db, topn=None, min_max=None): i+=1 fout.write(json.dumps(data)+'\n') - print(f"Finished modifing {input_file}, result jsonl file is: {output_file}") \ No newline at end of file + print(f"Finished modifing {input_file}, result jsonl file is: {output_file}")