This template is for miscellaneous issues not covered by the other issue categories.
Hi, is there a way to check via Tensorflow Java the number of / or any CUDA devices available? For example, in Python with Torch one could do
import torch
torch.cuda.is_available()
Thanks in advance!