PyTorch
...
PyTorch
is a popular python deep learning/autodifferentiation/optimization library that has excellent GPU and CPU support. It features flexible eager mode execution, just-in-time compilation (“JIT”) support, and support for domain-specific tools (e.g., torchvision
for image-based learning tasks). It can be loaded in a python environment, and the presence of GPU accelerators can be tested as such:
...