[GitHub] [incubator-tvm] comaniac commented on issue #4188: [RFC][AutoTVM] Selective Tuning

2019-11-04 Thread GitBox
comaniac commented on issue #4188: [RFC][AutoTVM] Selective Tuning URL: https://github.com/apache/incubator-tvm/issues/4188#issuecomment-549516927 Thanks for the comments! Please see my responses and let me know what you think. * In the current proposal, user can manually specify the

Re: [apache/incubator-tvm] [RFC][AutoTVM] Selective Tuning (#4188)

2019-11-04 Thread Cody Hao Yu
Thanks for the comments! Please see my responses and let me know what you think. * In the current proposal, user can manually specify the depdendency by `task.depend = rep_task`, and the user can implement any function to do so. On the other hand, we can also make it as a callback function like

[GitHub] [incubator-tvm] yzhliu commented on issue #4248: About operators are not implemented

2019-11-04 Thread GitBox
yzhliu commented on issue #4248: About operators are not implemented URL: https://github.com/apache/incubator-tvm/issues/4248#issuecomment-549505880 currently we don't have random op support at relay level. This is an automate

Re: [apache/incubator-tvm] [RFC][AutoTVM] Selective Tuning (#4188)

2019-11-04 Thread Yizhi Liu
Can user specify the similarity distance function? would it be better to call it "share" rather than "ref", as "ref" reminds me of "reference" in programming language. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https:/

[GitHub] [incubator-tvm] yzhliu commented on issue #4188: [RFC][AutoTVM] Selective Tuning

2019-11-04 Thread GitBox
yzhliu commented on issue #4188: [RFC][AutoTVM] Selective Tuning URL: https://github.com/apache/incubator-tvm/issues/4188#issuecomment-549504347 Can user specify the similarity distance function? would it be better to call it "share" rather than "ref", as "ref" reminds me of "referen

Re: [apache/incubator-tvm] [RFC][DEV] TVM Project Repo Migration (#4212)

2019-11-04 Thread Tianqi Chen
Closed #4212. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/issues/4212#event-2768841604

Re: [apache/incubator-tvm] [RFC][DEV] TVM Project Repo Migration (#4212)

2019-11-04 Thread Tianqi Chen
The repo has been migrated. All the PR has been preserved and original repo url will still work. We are working to recover the CIs to make sure we get all the original infra -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[GitHub] [incubator-tvm] tqchen commented on issue #4212: [RFC][DEV] TVM Project Repo Migration

2019-11-04 Thread GitBox
tqchen commented on issue #4212: [RFC][DEV] TVM Project Repo Migration URL: https://github.com/apache/incubator-tvm/issues/4212#issuecomment-549497477 The repo has been migrated. All the PR has been preserved and original repo url will still work. We are working to recover the CIs to make s

[GitHub] [incubator-tvm] tqchen closed issue #4212: [RFC][DEV] TVM Project Repo Migration

2019-11-04 Thread GitBox
tqchen closed issue #4212: [RFC][DEV] TVM Project Repo Migration URL: https://github.com/apache/incubator-tvm/issues/4212 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-tvm] tqchen merged pull request #4238: [Relay][Frontend][Tensorflow] Fix GatherV2, Add StopGradient

2019-11-04 Thread GitBox
tqchen merged pull request #4238: [Relay][Frontend][Tensorflow] Fix GatherV2, Add StopGradient URL: https://github.com/apache/incubator-tvm/pull/4238 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-tvm] tqchen opened a new pull request #4252: CI trigger after repo move

2019-11-04 Thread GitBox
tqchen opened a new pull request #4252: CI trigger after repo move URL: https://github.com/apache/incubator-tvm/pull/4252 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-tvm] tqchen closed pull request #4252: CI trigger after repo move

2019-11-04 Thread GitBox
tqchen closed pull request #4252: CI trigger after repo move URL: https://github.com/apache/incubator-tvm/pull/4252 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-tvm] tqchen opened a new pull request #4252: CI trigger after repo move

2019-11-04 Thread GitBox
tqchen opened a new pull request #4252: CI trigger after repo move URL: https://github.com/apache/incubator-tvm/pull/4252 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-tvm] tqchen closed pull request #4252: CI trigger after repo move

2019-11-04 Thread GitBox
tqchen closed pull request #4252: CI trigger after repo move URL: https://github.com/apache/incubator-tvm/pull/4252 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-tvm] tqchen opened a new pull request #4252: CI trigger after repo move

2019-11-04 Thread GitBox
tqchen opened a new pull request #4252: CI trigger after repo move URL: https://github.com/apache/incubator-tvm/pull/4252 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-tvm] tqchen closed pull request #4252: CI trigger after repo move

2019-11-04 Thread GitBox
tqchen closed pull request #4252: CI trigger after repo move URL: https://github.com/apache/incubator-tvm/pull/4252 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [apache/incubator-tvm] [RFC][AutoTVM] Selective Tuning (#4188)

2019-11-04 Thread Cody Hao Yu
@kevinthesun Your assumption was correct. After increasing the trial number, the selective tuning achieves 61% (ResNet 50), 75% (YOLO3), and 67% (SSD) to the all tuning version. This also a good motivation to the search algorithm improvement, but we can open another RFC for it. For now, I think

[GitHub] [incubator-tvm] comaniac commented on issue #4188: [RFC][AutoTVM] Selective Tuning

2019-11-04 Thread GitBox
comaniac commented on issue #4188: [RFC][AutoTVM] Selective Tuning URL: https://github.com/apache/incubator-tvm/issues/4188#issuecomment-549469201 @kevinthesun Your assumption was correct. After increasing the trial number, the selective tuning achieves 61% (ResNet 50), 75% (YOLO3), and

[GitHub] [incubator-tvm] tqchen opened a new pull request #4252: CI trigger after repo move

2019-11-04 Thread GitBox
tqchen opened a new pull request #4252: CI trigger after repo move URL: https://github.com/apache/incubator-tvm/pull/4252 This is an automated message from the Apache Git Service. To respond to the message, please log on to G