From cfa2b48207afe867523cb8625cbd230cff5291ab Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 26 May 2024 15:59:42 +0200 Subject: [PATCH] New config --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 82f0aa8..a72b914 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ name: EXAMPLE latent_projector: - type: fc # Type of latent projector: 'fc', 'rnn', 'fourier' + type: 'fc' # Type of latent projector: 'fc', 'rnn', 'fourier' input_size: 1953 # Input size for the Latent Projector (length of snippets). latent_size: 4 # Size of the latent representation before message passing. layer_shapes: [32, 8] # List of layer sizes for the latent projector if type is 'fc' or 'fourier'.