Skip to content

Commit

Permalink
REFORMAT: reverse back to both tags and keytags analysis by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Petingo committed Sep 21, 2023
1 parent cd58e4f commit 5a8226a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/batch_dataset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ for link in $download_links; do
print_process "----------------------------------------"
print_process "Starting evaluation of $filename_zip..."
filename_sequence=$(basename $filename_zip .zip)
./batch_sequence.sh -s "$__dataset_dir__/$filename_sequence" -e -t
./batch_sequence.sh -s "$__dataset_dir__/$filename_sequence" -e
done
print_success "Single sequence evaluation done"

Expand Down

0 comments on commit 5a8226a

Please sign in to comment.