From a205af0891010456e2c2b328778e0ed256129545 Mon Sep 17 00:00:00 2001
From: Erick Lavoie <erick.lavoie@epfl.ch>
Date: Mon, 4 Oct 2021 17:34:23 +0200
Subject: [PATCH] Lowered the number of processes

---
 results-v2/dc-random-cliques-mnist-2-shards-uneq-classes-fc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/results-v2/dc-random-cliques-mnist-2-shards-uneq-classes-fc.sh b/results-v2/dc-random-cliques-mnist-2-shards-uneq-classes-fc.sh
index 558c5d7..901ea6b 100755
--- a/results-v2/dc-random-cliques-mnist-2-shards-uneq-classes-fc.sh
+++ b/results-v2/dc-random-cliques-mnist-2-shards-uneq-classes-fc.sh
@@ -36,7 +36,7 @@ simulate/algorithm/d_sgd.py \
   --learning-rate 0.1 \
   $C_GRAD |
 simulate/logger.py \
-  --nb-processes 8 |
+  --nb-processes 1 |
 simulate/run.py \
   --nb-epochs 100;
 done;
-- 
GitLab