#!/bin/bash HOME_DIR=/test BIN_DIR=${HOME_DIR}/bin LOG_DIR=${HOME_DIR}/logs python ${BIN_DIR}/testTFKerasHVD.py AMP || exit 1 exit 0