VPINNs / config.json
yushuang88's picture
Update model configuration
b7f3956 verified
Raw
History Blame Contribute Delete
306 Bytes
{
"cases": {
"poisson1d": {
"layers": [
1,
20,
20,
20,
1
],
"activation": "tanh"
},
"poisson2d": {
"layers": [
2,
30,
30,
30,
30,
1
],
"activation": "tanh"
}
}
}