HugeCTR
HugeCTR copied to clipboard
[BUG] notebooks of hugectr_wdl_prediction can not run
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:
- just try notebook
Expected behavior everything is ok.
Screenshots
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
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 , Thanks! I had try it use generated data, it can work.
This issue was fixed in v22.11 release.
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?