New config
This commit is contained in:
parent
a6f0903d8c
commit
cfa2b48207
@ -1,7 +1,7 @@
|
|||||||
name: EXAMPLE
|
name: EXAMPLE
|
||||||
|
|
||||||
latent_projector:
|
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).
|
input_size: 1953 # Input size for the Latent Projector (length of snippets).
|
||||||
latent_size: 4 # Size of the latent representation before message passing.
|
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'.
|
layer_shapes: [32, 8] # List of layer sizes for the latent projector if type is 'fc' or 'fourier'.
|
||||||
|
Loading…
Reference in New Issue
Block a user