We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b39eb commit c59931bCopy full SHA for c59931b
official/projects/waste_identification_ml/Triton_TF_Cloud_Deployment/server/triton_inference_server.sh
@@ -15,9 +15,9 @@ fi
15
16
# Define an associative array with model names and their URLs
17
declare -A models=(
18
- ["Jan2025_ver2_merged_1024_1024"]="
19
- https://storage.googleapis.com/tf_model_garden/vision/waste_identification_ml/
20
- Jan2025_ver2_merged_1024_1024.zip"
+ ["Jan2025_ver2_merged_1024_1024"]="https://storage.googleapis.com/"\
+"tf_model_garden/vision/waste_identification_ml/"\
+"Jan2025_ver2_merged_1024_1024.zip"
21
)
22
23
# Download, unzip, and organize models
0 commit comments