#!/bin/bash

. $TEST_DIR/../run-test-common

cntkrun 02_BatchNormConv.cntk batchNormalizationEngine=cudnn
ExitCode=$?

# Delete the test data if copied
[[ "$Copied" -eq "1" ]] && rm -rf "$DataDir"

exit $ExitCode
