-
Notifications
You must be signed in to change notification settings - Fork 765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docathon][Fix COPY-FROM No.1、2、3] #6308
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-6308.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
孙师傅来看看,英文官网是这样子的,copy from 引用肯定是不行的~。搜了下 CudaEvent ,我的建议是删了确实没啥用,孙师傅看看~ @sunzhongkai588 Stream也一样
@@ -3,7 +3,7 @@ | |||
Event | |||
------------------------------- | |||
|
|||
.. py:class:: paddle.device.Event(device=None, enable_timing=False, blocking=False, interprocess=False) | |||
.. py:class:: paddle.device.cuda.Event(device=None, enable_timing=False, blocking=False, interprocess=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -3,7 +3,7 @@ | |||
Stream | |||
------------------------------- | |||
|
|||
.. py:class:: paddle.device.Stream(device=None, priority=None, blocking=False) | |||
.. py:class:: paddle.device.cuda.Stream(device=None, priority=None, blocking=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我在看pycharm提交的按键都有哪些作用,可能不知道会发生啥,QAQ乱点ing |
PR types
others
PR changes
Docs
Description
1、paddle.device.Event ->paddle.device.cuda.Event
2、paddle.device.Stream -> paddle.device.cuda.Stream
3、paddle.text.datasets->paddle.text.Conll05st
不确定是不是这样改,先提交一个试试,诶嘿
活动 issue : #6300 中文文档 copy-from 清理
@ooooo-create @sunzhongkai588