Skip to content

Commit

Permalink
Revert "Update L_shape.md"
Browse files Browse the repository at this point in the history
This reverts commit 95cdb4f.
  • Loading branch information
YichengDWu committed May 26, 2023
1 parent 95cdb4f commit c557059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/L_shape.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pde_system = Sophon.PDESystem(eqs, bcs, [x,y], [u(x,y)])
```

```@example L
chain = ResNet((2,16,16,16,1), tanh)
chain = FullyConnected((2,16,16,16,1), tanh)
pinn = PINN(chain)
sampler = QuasiRandomSampler(300, 30)
strategy = NonAdaptiveTraining()
Expand Down

0 comments on commit c557059

Please sign in to comment.