gPINNs / config.json
yushuang88's picture
Update model configuration
6f1c21e verified
Raw
History Blame Contribute Delete
441 Bytes
{
"cases": {
"poisson1d": {
"layers": [
1,
30,
30,
30,
30,
1
],
"activation": "tanh"
},
"poisson2d": {
"layers": [
2,
30,
30,
30,
1
],
"activation": "tanh"
},
"burgers": {
"layers": [
2,
32,
32,
32,
1
],
"activation": "tanh"
}
}
}