jershi425

Results 25 comments of jershi425

@rnyak The `set_mempolicy: Operation not permitted` issue can be solved after you add `--privileged` when you start your docker container. The range(1, 31) comes from the fact that we have...

I think the expected dtype should be consistent with the `dtypes` specified in `workflow.transform().to_parquet()`.

@albert17 Thank you! I will try it out and let you know.

This issue is blocked by a bug from NVT side: https://github.com/NVIDIA-Merlin/NVTabular/issues/1605. The workflow in this notebook needs the `Categorify` op with combo encoding to be fixed.

Hi @LarryZhangy, thank you very much for you feedback. We are fixing the issue you met. Once it is fixed, you are free to run those samples and check the...

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...

This issue was fixed in v22.11 release.

Hi @LarryZhangy, thank you for you feedback. I can't tell the exact problem by eyeballing so I will try to reproduce this error and get back to you later. Could...

@LarryZhangy Sorry for the late reply. Yes I have reproduced the error. This happens because of the keyset mismatch. I'll solve this issue by this release(by the end of next...