Skip to content

Commit 970adf9

Browse files
Fix cylinder2d_unsteady_transformer_physx (#906)
1 parent 9ce38b6 commit 970adf9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/zh/examples/cylinder2d_unsteady_transformer_physx.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@
3333
python train_transformer.py mode=export EMBEDDING_MODEL_PATH=https://paddle-org.bj.bcebos.com/paddlescience/models/cylinder/cylinder_pretrained.pdparams
3434
```
3535

36-
=== "模型推理命令"
37-
38-
``` sh
39-
# linux
40-
wget -nc https://paddle-org.bj.bcebos.com/paddlescience/datasets/transformer_physx/cylinder_training.hdf5 -P ./datasets/
41-
wget -nc https://paddle-org.bj.bcebos.com/paddlescience/datasets/transformer_physx/cylinder_valid.hdf5 -P ./datasets/
42-
# windows
43-
# curl https://paddle-org.bj.bcebos.com/paddlescience/datasets/transformer_physx/cylinder_training.hdf5 --output ./datasets/cylinder_training.hdf5
44-
# curl https://paddle-org.bj.bcebos.com/paddlescience/datasets/transformer_physx/cylinder_valid.hdf5 --output ./datasets/cylinder_valid.hdf5
45-
python train_transformer.py mode=infer
46-
```
47-
4836
=== "模型导出命令"
4937

5038
``` sh

0 commit comments

Comments
 (0)