Skip to content

Commit 135f69b

Browse files
authored
minor changes
1 parent 09a4bf7 commit 135f69b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/drcap_zeroshot_aac/data_preprocess.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import ruamel.yaml as yaml
32
import torch
43
from slam_llm.models.CLAP.ase_model import ASE
@@ -203,4 +202,4 @@ def retrieve(target, db, topn=None, min_max=None):
203202
i+=1
204203
fout.write(json.dumps(data)+'\n')
205204

206-
print(f"Finished modifing {input_file}, result jsonl file is: {output_file}")
205+
print(f"Finished modifing {input_file}, result jsonl file is: {output_file}")

0 commit comments

Comments
 (0)