From f30ad08dad790b0a83507a8c146d617c44846ac4 Mon Sep 17 00:00:00 2001 From: yinshiyi Date: Fri, 18 Oct 2024 14:42:32 -0700 Subject: [PATCH] update file path --- shuffle_validation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shuffle_validation.sh b/shuffle_validation.sh index b0220c0f..4e3da2d8 100644 --- a/shuffle_validation.sh +++ b/shuffle_validation.sh @@ -1,5 +1,5 @@ YOUR_PROJECT=takara -BASE="/home/ubuntu/data/training-case-study" +BASE="/home/syin/lol/data/training-case-study" OUTPUT_DIR="${BASE}/output" time python3 tools/shuffle_tfrecords_beam.py \ --project="${YOUR_PROJECT}" \