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
Describe the bug
In order to run the demo fellow this guide: https://github.com/NVIDIA-Merlin/HugeCTR/blob/main/hps_tf/notebooks/hierarchical_parameter_server_demo.ipynb
I run docker with image nvcr.io/nvidia/merlin/merlin-hugectr:24.06 with:
$ docker run --gpus=all --name huge_ctr_hugo -it --cap-add SYS_NICE -v /home/:/home/ -w /home/hugo -it --privileged nvcr.io/nvidia/merlin/merlin-hugectr:24.06
But when I run $ python3 -c "import hierarchical_parameter_server as hps"
error occurs like No module named 'hierarchical_parameter_server'
So is there something I did wrong or the api changes?
Thanks in advance.
Environment (please complete the following information):
Describe the bug
In order to run the demo fellow this guide:
https://github.com/NVIDIA-Merlin/HugeCTR/blob/main/hps_tf/notebooks/hierarchical_parameter_server_demo.ipynb
I run docker with image nvcr.io/nvidia/merlin/merlin-hugectr:24.06 with:
$ docker run --gpus=all --name huge_ctr_hugo -it --cap-add SYS_NICE -v /home/:/home/ -w /home/hugo -it --privileged nvcr.io/nvidia/merlin/merlin-hugectr:24.06
But when I run $ python3 -c "import hierarchical_parameter_server as hps"
error occurs like No module named 'hierarchical_parameter_server'
So is there something I did wrong or the api changes?
Thanks in advance.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: