-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
implement autotune python API #42299
implement autotune python API #42299
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
python/paddle/incubate/autotune.py
Outdated
- enable(bool): Whether to enable dataloader tuning. Defaut: False. | ||
|
||
Args: | ||
config (dict, string): Configuration for auto-tuning. If it is a dictionary, |
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.
config (dict|string, None)
,默认值为None。若调用paddle.incubate.autotune.set_config()
,则使用默认的配置?
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.
done.
import json | ||
import warnings | ||
|
||
|
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.
要设置__all__
,才会生成文档?
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.
done
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.
LGTM
PR types
New featuresPR changes
APIsDescribe
implement autotune python APIdoc
英文
中文
文档链接