dgl icon indicating copy to clipboard operation
dgl copied to clipboard

[Temporal] Optimize num pick by early stop

Open peizhou001 opened this issue 1 year ago • 4 comments

Description

Checklist

Please feel free to remove inapplicable items for your PR.

  • [ ] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • [ ] I've leverage the tools to beautify the python and c++ code.
  • [ ] The PR is complete and small, read the Google eng practice (CL equals to PR) to understand more about small PR. In DGL, we consider PRs with less than 200 lines of core code change are small (example, test and documentation could be exempted).
  • [ ] All changes have test coverage
  • [ ] Code is well-documented
  • [ ] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
  • [ ] Related issue is referred in this PR
  • [ ] If the PR is for a new model/paper, I've updated the example index here.

Changes

peizhou001 avatar Apr 29 '24 01:04 peizhou001

To trigger regression tests:

  • @dgl-bot run [instance-type] [which tests] [compare-with-branch]; For example: @dgl-bot run g4dn.4xlarge all dmlc/master or @dgl-bot run c5.9xlarge kernel,api dmlc/master

dgl-bot avatar Apr 29 '24 01:04 dgl-bot

Commit ID: c74b8f513f0cd34cf1e3b9952fc420bb7a108134

Build ID: 1

Status: ⚪️ CI test cancelled due to overrun.

Report path: link

Full logs path: link

dgl-bot avatar Apr 29 '24 01:04 dgl-bot

Commit ID: 47c4685aab88330c6f387d98b98e463f76f75377

Build ID: 2

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

dgl-bot avatar Apr 29 '24 02:04 dgl-bot

Commit ID: 4e0ce228b776369e43cf6190883ff4bd68f7a464

Build ID: 3

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

dgl-bot avatar Jul 08 '24 02:07 dgl-bot