File size: 373 Bytes
a6464bb 5066271 a6464bb 5066271 a6464bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"cases": {
"laplace": {
"input_dim": 1,
"n_layers": 4,
"n_neurons": 50,
"activation": "tanh"
},
"helmholtz": {
"input_dim": 2,
"n_layers": 4,
"n_neurons": 50,
"activation": "tanh"
},
"burgers": {
"input_dim": 2,
"n_layers": 8,
"n_neurons": 20,
"activation": "tanh"
}
}
}
|