rnyak

Results 323 comments of rnyak

@ohorban can pls you try your pipeline without this line ( pls remove it) : `df['timestamp'] = pd.to_datetime(df['timestamp']).astype('datetime64[s]')` In our examples, we feed a df to NVT pipelines with `integer...

@anuragreddygv323 can u please provide more details? - what image you are using? - is this error coming from one of our examples or from your custom code? - what...

@anuragreddygv323 we dont support cudf `24.8` (yet). You can use one of our docker images: this one : `nvcr.io/nvidia/merlin/merlin-tensorflow:23.08` or this one: ` nvcr.io/nvidia/merlin/merlin-tensorflow:nightly`

Installing cudf is not enough. you need dask-cudf as well. The cudf and dask-cudf versions in the 23.08 image are as follows: `cudf 23.4.0` `dask 2023.1.1` `dask-cuda 23.4.0` `dask-cudf 23.4.0`...

Hello @MXueguang . May I ask if the queries in wiki-ss-nq [dataset](https://huggingface.co/datasets/Tevatron/wiki-ss-nq) are human annotated, or synthetically generated? thanks.

@hk63560892 please share the link to the example notebook you are running? and what docker image you are using?

@hk63560892 what docker image tag you are using? which `23.XX` you are using? we have several ones start with `23.` please be specific. also note that the tutorials have not...

@MarRazane the recommended way to install transformers4rec is via docker image. could you use our pytorch docker image? `nvcr.io/nvidia/merlin/merlin-pytorch:23.12`

@CarloNicolini @hkristof03 can u please try to use our nightly container `nvcr.io/nvidia/merlin/merlin-tensorflow:nightly`, last 3 months there were some fixes happened in the merlin models lib for saving the models. Beyond...