Yao Fu

Results 6 comments of Yao Fu

It seems the parameter ```overwrite=True``` in https://github.com/NVIDIA-Merlin/models/blob/6eb034e61108f7231d66a37c2672426e69a19f8d/merlin/datasets/ecommerce/aliccp/dataset.py#L442-L445 is not recognised by low components. I commented this line to bypass the problem but I'm not sure if this will cause other...

> It seems the parameter `overwrite=True` in > > https://github.com/NVIDIA-Merlin/models/blob/6eb034e61108f7231d66a37c2672426e69a19f8d/merlin/datasets/ecommerce/aliccp/dataset.py#L442-L445 > > > is not recognised by low components. I commented this line to bypass the problem but I'm not...

BTW, the ```get_aliccp``` function currently checks if "/raw" path exists to decide whether preparing the dataset or not, as shown below. https://github.com/NVIDIA-Merlin/models/blob/6eb034e61108f7231d66a37c2672426e69a19f8d/merlin/datasets/ecommerce/aliccp/dataset.py#L97-L101 This seems, however, not robust enough if ```prepare_alliccp```...

I met the same problem while executing an example in these images. My problem was solved according to https://github.com/numba/numba/issues/7006#issuecomment-1018245359 and the only difference is that I installed cuda toolkit 11.5...

I've solved this issue by substituting 'go get' with 'go install' here: https://github.com/kserve/kserve/blob/e176787663fa54e27b77ba79936bc7739e0eb9a4/Makefile#L285 My go version is go version go1.18.4 linux/amd64.