Skip to content

Commit

Permalink
Update download_dataset.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ambreshbiradar9 authored May 11, 2024
1 parent f5de0ed commit e148ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshgraphnets/download_dataset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ BASE_URL="https://storage.googleapis.com/dm-meshgraphnets/${DATASET_NAME}/"
mkdir -p ${OUTPUT_DIR}
for file in meta.json train.tfrecord valid.tfrecord test.tfrecord
do
wget -O "${OUTPUT_DIR}/${file}" "${BASE_URL}${file}"
curl -o "${BASE_URL}${file}" "${OUTPUT_DIR}/${file}"
#wget -O "${OUTPUT_DIR}/${file}" "${BASE_URL}${file}"
done

0 comments on commit e148ee7

Please sign in to comment.