#!/bin/bash set -e if [ -d "$MODEL_NAME" ]; then MODEL_DIR="$MODEL_NAME" else # Get model dir. MODEL_DIR=$(python3 <