Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

Fix the En docs (delete some expression like 'This OP')

Open Liyulingyue opened this issue 1 year ago • 4 comments

PR types

Others

PR changes

Docs

Describe

  1. Delete some expression like 'This Op'
  2. remove import numpy as np
  • cn docs pr: https://github.com/PaddlePaddle/docs/pull/5285

Liyulingyue avatar Sep 17 '22 17:09 Liyulingyue

你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.

paddle-bot[bot] avatar Sep 17 '22 17:09 paddle-bot[bot]

image

分布式和 fluid 先回撤吧

SigureMo avatar Sep 18 '22 17:09 SigureMo

image

分布式和 fluid 先回撤吧

尴尬在于我没找到单独文件的撤回按钮哈哈哈哈哈哈,先把其他改了再跑一版看看哈哈哈

Liyulingyue avatar Sep 18 '22 22:09 Liyulingyue

尴尬在于我没找到单独文件的撤回按钮哈哈哈哈哈哈,先把其他改了再跑一版看看哈哈哈

git checkout <git_hash> -- <file_path1> <file_path2> <file_path3> ...

这个可以将 file_path1、2、3 回撤到 git_hash 时的状态

比如

# 将 python/paddle/distributed/collective.py 回撤到 develop
git checkout develop -- python/paddle/distributed/collective.py

# 将 fluid 目录全部回撤到 develop
git checkout develop -- 'python/paddle/fluid/*'

SigureMo avatar Sep 19 '22 04:09 SigureMo