From a2e920b14b8f766d0a8f0ebef640e361e7c91147 Mon Sep 17 00:00:00 2001
From: Tim Bauerle <tim.bauerle@rwth-aachen.de>
Date: Tue, 2 Jul 2024 15:34:21 +0200
Subject: [PATCH] Added decoder path to group name attribute to distinguish
 experiments with and without autoencoder

---
 config/default.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/default.yaml b/config/default.yaml
index 1b82a0f..6ff71a7 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -20,6 +20,7 @@ num_devices: ${len:${topology.devices}}
 # define config attributes for the group:
 group_by:
   - controller: [ name, scheduler: name, adaptive_threshold_fn: name ]
+  - model_provider: [ decoder: path ]
 # group attribute determined by resolver with the given attributes
 group: ${group_name:${group_by}}
 
-- 
GitLab