BPINNs / config.json
yushuang88's picture
Update model configuration
95c5863 verified
Raw
History Blame Contribute Delete
136 Bytes
{
"name": "BPINN",
"input_dim": 1,
"n_layers": 4,
"n_neurons": 50,
"n_out_sol": 1,
"n_out_par": 0,
"activation": "tanh"
}