-
Notifications
You must be signed in to change notification settings - Fork 3.3k
refator: migration GRU with pytorch #2339
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
Closed
ds-wook
wants to merge
15
commits into
recommenders-team:staging
from
ds-wook:refactor/migrate-gru-pytorch
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e547e1f
refator: migration GRU with pytorch
ds-wook d181ee8
Resolve issue on empty secrets (#2334)
SimonYansenZhao e1268c8
Add by_threshold ranking metrics regression test
benben951 7d7ba13
fix: honor benchmark recommendation args
he-yufeng e45cd41
fix: address benchmark review suggestions
he-yufeng aa9179c
fix: set default timeout for dataset downloads
he-yufeng 45f626a
Make testing workflows using on-demand VMs into effect by merging sta…
SimonYansenZhao 53974ef
Correct git refs and working dir (#2338)
SimonYansenZhao dc230ad
Correct working directory (#2340)
SimonYansenZhao 0573ae1
Merge fix on empty secrets to make it in effect (#2335)
SimonYansenZhao 7dfa993
fix: change gru arch
ds-wook 7fc9f9f
feat: build gru notebook
ds-wook e859ad8
rerun workflow
ds-wook 826b52f
fix: closed logloss gap
ds-wook 1335ab7
Merge remote-tracking branch 'upstream/staging' into refactor/migrate…
ds-wook File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,7 @@ on: | |
|
|
||
| jobs: | ||
| run-tests: | ||
| uses: ./.github/workflows/compshare-vm.yml | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same here. |
||
| uses: ./.github/workflows/compshare-vm.yml | ||
| with: | ||
| compute: gpu | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This file has no real changes. Could you unstage?