Skip to content
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

Remove HugeCTR examples #970

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions examples/getting-started-movielens/01-Download-Convert.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"\n",
"# Getting Started MovieLens: Download and Convert\n",
"\n",
"This notebook is created using the latest stable [merlin-hugectr](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/merlin/containers/merlin-hugectr/tags), [merlin-tensorflow](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/merlin/containers/merlin-tensorflow/tags), or [merlin-pytorch](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/merlin/containers/merlin-pytorch/tags) container.\n",
"This notebook is created using the latest stable [merlin-tensorflow](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/merlin/containers/merlin-tensorflow/tags) or [merlin-pytorch](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/merlin/containers/merlin-pytorch/tags) container.\n",
"\n",
"## MovieLens25M\n",
"\n",
Expand Down Expand Up @@ -97,8 +97,8 @@
"name": "stderr",
"output_type": "stream",
"text": [
"downloading ml-25m.zip: 262MB [01:22, 3.18MB/s] \n",
"unzipping files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00, 2.00files/s]\n"
"downloading ml-25m.zip: 262MB [05:38, 774kB/s] \n",
"unzipping files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 8/8 [00:04<00:00, 1.80files/s]\n"
]
}
],
Expand Down Expand Up @@ -483,13 +483,6 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
},
"merlin": {
"containers": [
"nvcr.io/nvidia/merlin/merlin-hugectr:latest",
"nvcr.io/nvidia/merlin/merlin-tensorflow:latest",
"nvcr.io/nvidia/merlin/merlin-pytorch:latest"
]
}
},
"nbformat": 4,
Expand Down
594 changes: 288 additions & 306 deletions examples/getting-started-movielens/02-ETL-with-NVTabular.ipynb

Large diffs are not rendered by default.

Loading