#!/bin/bash # Usage: ./qsub_infer.sh [NUM_XPUS] # Example: ./qsub_infer.sh 1 NUM_XPUS=${1:-1} sbatch <