HugeCTR icon indicating copy to clipboard operation
HugeCTR copied to clipboard

[BUG] notebooks of hugectr_wdl_prediction can not run

Open LarryZhangy opened this issue 2 years ago • 2 comments

Describe the bug when i try notebook https://nvidia-merlin.github.io/HugeCTR/master/notebooks/hugectr_wdl_prediction.html i got error when run preprocess.py

TypeError: Unsupported type: Cannot convert object of type <class 'method'> to Node.

To Reproduce Steps to reproduce the behavior:

  1. just try notebook

Expected behavior everything is ok.

Screenshots image

Environment (please complete the following information):

  • OS: ubuntu 16.04
  • Graphic card: NVIDIA V100
  • CUDA version: CUDA 11.1
  • Docker image : nvcr.io/nvidia/merlin/merlin-training:22.05
  • HugeCTR Version: 3.6

LarryZhangy avatar Jul 01 '22 02:07 LarryZhangy

Hi @LarryZhangy, thank you for your feedback. The NV Tabular team is currently working on solving this data preprocessing issue. For now, you are free to try other inference notebooks which uses data generated from our data generator, for example, hps demo.

jershi425 avatar Jul 27 '22 02:07 jershi425

@jershi425 , Thanks! I had try it use generated data, it can work.

LarryZhangy avatar Jul 28 '22 06:07 LarryZhangy

This issue was fixed in v22.11 release.

jershi425 avatar Nov 23 '22 02:11 jershi425

I'm afraid it was not correctly fixed in v22.11 @jershi425

I download nvcr.io/nvidia/merlin/merlin-hugectr tag 22.11, still get the same error. Any idea to workaround to run wide&deep demo? 1682330881701

heroes999 avatar Apr 24 '23 10:04 heroes999