From 4ce6efda9427019e9acf1b637fbe0a1561672327 Mon Sep 17 00:00:00 2001 From: Niccolo-Ajroldi Date: Mon, 19 Feb 2024 18:51:05 +0100 Subject: [PATCH] minor change --- exp/seal/mnist.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exp/seal/mnist.sh b/exp/seal/mnist.sh index 03a8f77a4..432cc9edd 100755 --- a/exp/seal/mnist.sh +++ b/exp/seal/mnist.sh @@ -12,7 +12,8 @@ echo "------ $CONDA_DEFAULT_ENV ------" export CODE_DIR=$HOME/algorithmic-efficiency export EXP_DIR=$HOME/exp/algoperf/exp export DATA_DIR=~/data -export CUDA_VISIBLE_DEVICE=0 +export CUDA_VISIBLE_DEVICES=0 + # Job specific vars workload=mnist dataset=MNIST