-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Graph Tuner]Core Functionality for Graph Tuner #1586
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
Conversation
86d33bd to
1ab9a34
Compare
3a58ad6 to
7512b6e
Compare
9290fff to
03d14c7
Compare
03d14c7 to
9589d3d
Compare
| @@ -0,0 +1,410 @@ | |||
| # pylint: disable=too-many-arguments,too-many-locals,too-many-statements,too-many-instance-attributes,too-many-branches,too-many-nested-blocks | |||
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.
Please don't put these on top of a file. Move them under specific classes or functions, where pylint should be disabled for a certain reason.
| @@ -0,0 +1,198 @@ | |||
| # pylint: disable=import-error,too-many-locals,too-many-statements,too-many-branches,arguments-differ,unused-variable | |||
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.
Please move them under specific classes or functions, where pylint should be disabled for a certain reason.
|
close for now due to inactive status, feel free to reopen when we bring in new changes |
This is core function for graph tuner.
Detailed information and RFC: #1585
@tqchen @yidawang @yzhliu @merrymercy @Laurawly