test_layer_1 / config.json
vi-c's picture
Create config.json
2559d53 verified
raw
history blame
185 Bytes
{
"model_type": "FeedforwardNN",
"embedding_dim": 2,
"hidden_size": 100,
"output_size": 32768,
"num_layers": 2,
"activation_function": "tanh",
"initializer_range": 0.02,
}