Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Ansor][AutoTVM v2.0] Phase 0: Ansor minimum system for auto schedule generating #5962
[Ansor][AutoTVM v2.0] Phase 0: Ansor minimum system for auto schedule generating #5962
Changes from 61 commits
7ee0902
9fcbf0b
f43e82f
e0a5ed5
359905a
2032a64
6b21dc6
e52135f
1fe6638
43d1530
f367d15
2bd6471
c860f2c
f60d1a6
b839c0f
cfe58d7
143ea45
ed075c2
74ec7d0
cd0a516
3a24e49
a155c1f
674027f
2f241ed
18d44b8
4ea6712
6126cdb
c7364df
36cd9ef
145e61c
2c27816
0794875
a4c4548
593a2c7
53bd591
8e53d12
cd5c5ad
5860191
14a19cd
b012e27
d6d6b85
4042cfa
7695def
0c200cd
9c35e50
a015051
6823802
a82dbb8
ac36c46
a62b1e0
3eac89d
526cf42
426ec82
907c17c
64f8f8d
1b16dd4
9fa897b
f40c7af
0a24daf
a45fd89
bfc6663
eb02e77
cb2442f
b1ca20c
49dbec6
8add768
78e5313
546abbe
d418a57
8e1d65d
3a67a72
28a7b8f
1360b1b
52afe74
6a61fb6
3a4e5da
dbe019b
1f1b878
02fede9
eea0989
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
early_stopping -> early_termination
IMHO, this API looks a bit bulky to me, should we have some config dict to do this?
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.
yeah I agree, there are lots of fields here and its a bit hard to consume
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.
In my opinions, TuningOptions is already a class holding configurations related to schedule tuning stuffs, I think it might be a little bit overkill to introduce another config dict?
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.
I agree with @yangjunpro, this class is a fine way of collecting the tuning options, separating another dict out is messier.