So I was able to find a solution to get my RTX 40xx to work for Keras DL. Knime version 4.7.7
- Created a New GPU Environment.
- Opened the Python GPU environment on a command line.
- Updated tensorflow to version 1.15 using command:
pip install tensorflow==1.15 --ignore-installed - Installed tensorflow-directml using command:
pip install tensorflow-directml - Tested that package runs correctly in Python session as described in TensorFlow with DirectML on Windows | Microsoft Learn
- Run the GPU environment in KNIME using test workflow (Image_Classification_MNIST_Solution)
- Success!!!