Hi,
Could anyone please advise on what the best option for one would be if they have a Windows machine but would like to install keras. I currently have a WSL system setup on VScode would this be okay?
Hi,
Could anyone please advise on what the best option for one would be if they have a Windows machine but would like to install keras. I currently have a WSL system setup on VScode would this be okay?
Welcome to the TensorFlow Forum!
You can install the TensorFlow in any of your system settings by following the TF install official link.
There is only difference that you can install Tensorflow only upto 2.10 version for GPU support in WinOS because starting with TensorFlow 2.11
to enable GPU support, you will need to install TensorFlow in WSL2, or install tensorflow
or tensorflow-cpu
and optionally try the TensorFlow-DirectML-Plugin. Thank you.