SA-PINNs / config.json
yushuang88's picture
Update model configuration
5066271 verified
Raw
History Blame Contribute Delete
373 Bytes
{
"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"
}
}
}