I have tried to install keras, tensorflow, pytorch and all other dependencies in order to run a simple toy example using aukeras explained in https://autokeras.com/start/
After a lot of version changes and googling I found a typical error which prompts me to ask this question -
ImportError: Could not find 'nvcuda.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Typically it is installed in 'C:\Windows\System32'. If it is not present, ensure that you have a CUDA-capable GPU with the correct driver installed.
I don't have GPU or CUDA installed. Can I still run a toy example using CPU only?
Dependencies as mentioned below : tensorboard 1.10.0 tensorflow 1.13.1 tensorflow-estimator 1.13.0 tensorflow-gpu 1.10.0 Keras 2.2.4 Keras-Applications 1.0.7 Keras-Preprocessing 1.0.9 autokeras 0.4.0 torch 1.0.1 torchvision 0.2.1