Closed ucsky closed 3 years ago
Hmm @ucsky thanks for the bug report. It feels like there is an particular issue with your OS system and the GPU you have installed that does causes the underlying Tensorflow Transform step to fail. Could you try disabling the GPU and trying again? You can do this by setting the following env variable at the top of your runner script:
import os
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
@ucsky Did that fix it?
Hello, Yes that fixed the problem, thanks.
Expected behavior I try to run the basic example:
But I got the following error.
Stack Trace
OS:
Python Version: Python 3.6.13 :: Anaconda, Inc.
ZenML Version: 0.3.8