New config

This commit is contained in:
Dominik Moritz Roth 2024-05-26 15:59:42 +02:00
parent a6f0903d8c
commit cfa2b48207

View File

@ -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'.