From 483882a9ef14d992695e40bb65d2db9f56aa128d Mon Sep 17 00:00:00 2001
From: Jannis Klinkenberg <j.klinkenberg@itc.rwth-aachen.de>
Date: Wed, 22 Jan 2025 10:06:18 +0100
Subject: [PATCH] removed compute project

---
 .../cifar10_distributed/submit_job_container_single-node.sh      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tensorflow/cifar10_distributed/submit_job_container_single-node.sh b/tensorflow/cifar10_distributed/submit_job_container_single-node.sh
index 61184cc..d6e3097 100644
--- a/tensorflow/cifar10_distributed/submit_job_container_single-node.sh
+++ b/tensorflow/cifar10_distributed/submit_job_container_single-node.sh
@@ -9,7 +9,6 @@
 #SBATCH --ntasks-per-node=2
 #SBATCH --cpus-per-task=24
 #SBATCH --gres=gpu:2
-#SBATCH --account=supp0001
 
 ############################################################
 ### Load modules or software
-- 
GitLab