MinkowskiEngine¶
Description¶
The MinkowskiEngine is an auto-differentiation library for sparse tensors. It supports all standard neural network layers such as convolution, pooling, unpooling, and broadcasting operations for sparse tensors. This software is a python module installed in an apptainer image. To use it, start python in the container and optionally provide your script as an option:
Environment Modules¶
Run module spider minkowskiengine
to find out what environment modules are available for this application.
Environment Variables¶
apptainer run --nv $HPC_MINKOWSKIENGINE_IMAGE [myscript.py] * HPC_MINKOWSKIENGINE_IMAGE - the apptainer image file
Categories¶
machine_learning