-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
[PyTorch] Add The MovieLens Dataset #2030
base: master
Are you sure you want to change the base?
Conversation
Job d2l-en/PR-2030/1 is complete. |
Job d2l-en/PR-2030/2 is complete. |
1 similar comment
Job d2l-en/PR-2030/2 is complete. |
Job d2l-en/PR-2030/4 is complete. |
can you merge this PR? Since the dataset loading functions are called in every other section of the chapter, its tough for us to develop the subsequent sections |
Job d2l-en/PR-2030/6 is complete. |
Job d2l-en/PR-2030/7 is complete. |
Job d2l-en/PR-2030/8 is complete. |
Job d2l-en/PR-2030/9 is complete. |
@KuanHaoHuang could you please rebase this PR to accommodate latest changes from master? That would also trigger the github actions for the same. Thanks! |
95654ed
to
bc7e752
Compare
Hi @KuanHaoHuang, it looks like the merge was not made correctly. Request you to please fix that. |
bc7e752
to
d761547
Compare
Thanks for the reminder, @AnirudhDagar. However, even though I rebased to resolve the problem in the d761547 commit, the CI job preview http://preview.d2l.ai/d2l-en/PR-2030/d761547 seems to (weirdly) render the problematic bc7e752, instead of the d761547 commit as shown in the url of the preview. Is there anything I should do to solve the preview problem to make your review easier? If so, please let me know, thanks! |
Job PR-2030-d761547 is done. |
Hi @KuanHaoHuang thanks for the update, yes that's not your fault. I've made another merge from master to include the recent changes. CI should be happy now! |
Job PR-2030-d8d5c0e is done. |
Hi @AnirudhDagar, Thanks for merging from the master Even though the commits all look sane, the movielens pages of d8d5c0e preview are not aligned with the d8d5c0e commits and show catastrophically weird results. Is it possible that we fix the preview and make this code review process smoother? |
Yes, it seems to be a issue with the cache not being cleared out. I'll fix that and rerun the PR. |
Job PR-2030-d8d5c0e is done. |
@KuanHaoHuang don't worry about the preview atm, I'll review the PR. Meanwhile if you are interested you can start working on the next sections for recsys chapter. |
Thanks for the heads-up, @AnirudhDagar. Sure, I'll work on other sections in this chapter. |
Description of changes:
Add PyTorch code to 16.2. The MovieLens Dataset (movielens.md).
related issue
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.