Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Oct 26, 2023
1 parent d43b180 commit 8f0e088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh/examples/deeponet.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ examples/operator_learning/deeponet.py:45:46

接下来我们需要指定训练轮数和学习率,此处我们按实验经验,使用一万轮训练轮数,并每隔 500 个 epochs 评估一次模型精度。

``` py linenums="49"
``` yaml linenums="49"
--8<--
examples/operator_learning/conf/deeponet.yaml:49:50
examples/operator_learning/conf/deeponet.yaml:49:55
--8<--
```

Expand Down

0 comments on commit 8f0e088

Please sign in to comment.