Pigrecos/Keras4Delphi

Keras4Delphi on GPU?

Opened this issue · 1 comments

Hi,

You mentioned that Keras4Delphi works also on GPU. I've been busy for several days to get it working for my GPU (GeForce GTX 4070), but I don't succeed. What procedure must one follow to make it work? In the best case my GPU is listed in cmd.exe: python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))". But running Keras4Delphi in Delphi 10.4 results in a program halt.

Thanks.