You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch! Could you open a PR to fix that @mattf?
EDIT: Actually, this has also already been addressed in the NVTabular version of these notebooks. I think these notebooks have just gotten a bit out of date.
https://github.com/NVIDIA-Merlin/Merlin/blob/main/examples/getting-started-movielens/03-Training-with-HugeCTR.ipynb
this code does not
rm -r .../model/movielens_hugectr
and create.../model/movielens_hugectr/1
. it removesMODEL_DIR
and createsMODEL_DIR
,+
, and1
.code to achieve the intended outcome is more like the following (
-p
needed because of nesting)this error persists across example notebooks
The text was updated successfully, but these errors were encountered: