Neural Networks: 6 Part(s)
If you have not installed Conda, you can download it from here.
Make sure not to install Keras and PyTorch in the same environment. This is because they have different dependencies and versions that might conflict with each other.
First, create a Conda Environment.
Then, install cudnn
and cuda
.
Finally, install Keras by installing Tensorflow. Make sure to specify which versions to install. Otherwise, you would notice any kind of incompatility issues.
Check if the GPU is detected by TensorFlow.
Create a new Conda Environment for PyTorch.
Install necessary packages for PyTorch.
Check if the GPU is detected by PyTorch.