Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Xi authored Nov 8, 2024
1 parent 09a4bf7 commit 135f69b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/drcap_zeroshot_aac/data_preprocess.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import ruamel.yaml as yaml
import torch
from slam_llm.models.CLAP.ase_model import ASE
Expand Down Expand Up @@ -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}")
print(f"Finished modifing {input_file}, result jsonl file is: {output_file}")

0 comments on commit 135f69b

Please sign in to comment.