/tag/deep-learning
GPU-enabled Software and UVA HPC
Please note that certain modules can only run on specific GPU types. This will be displayed in a message upon loading the module.
Certain software applications may also able to take advantage of the advanced capabilities provided by the NVIDIA DGX BasePOD™.
Learn More function searchFunction() { var input, filter, table, tr, td, i, txtValue; input = document.getElementById(“searchInput”); filter = input.value.toUpperCase(); table = document.getElementById(“moduleTable”); tr = table.getElementsByTagName(“tr”); for (i = 0; i -1) { tr[i].style.display = “"; } else { tr[i].style.display = “none”; } } } } Module Category Description alphafold bio gpu Open source code for AlphaFold amber chem gpu Amber (originally Assisted Model Building with Energy Refinement) is software for performing molecular dynamics and structure prediction.
PyTorch and UVA HPC
Description PyTorch is a deep learning framework that puts Python first. It provides Tensors and Dynamic neural networks in Python with strong GPU acceleration.
Software Category: data
For detailed information, visit the PyTorch
website.
Available Versions The current installation of PyTorch
incorporates the most popular packages. To find the available versions and learn how to load them, run:
module spider pytorch The output of the command shows the available PyTorch
module versions.
For detailed information about a particular PyTorch
module, including how to load the module, run the module spider command with the module’s full version label. For example:
module spider pytorch/1.