You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: