Daniel Kim
Results
2
comments of
Daniel Kim
solution worked for me: although there was gpu existing, my notebook was running with cpu instead and that forced nvtabular to run with cpu mode. After installing RAPID (https://docs.rapids.ai/install#pip) and...
ok this error is occurring again, even after installing RAPIDS... can someone help? I ran following codes to check if GPU exists ``` device_name = tf.test.gpu_device_name() if len(device_name) > 0:...