# PyTorch GAN Zoo This example builds a singularity container for [Facebook Research's PyTorch GAN Zoo](https://github.com/facebookresearch/pytorch_GAN_zoo). The singularity container will allow you to call all the scripts from the project and includes are requirements. The container supports CUDA versions 10.1, 10.2 and 11.1 on the host. ## Building To build the singularity container use the build script in this directory. ```bash ./build.sh ``` This script will try to use singularities [fakeroot support](https://sylabs.io/guides/3.5/user-guide/fakeroot.html) if you run as a non-root user. If this is not supported on your system you can run the script as root. When the script is finished you will find the container (`pytorch_GAN_zoo.sif`) in you current working directory. ## Usage The scripts from [PyTorch GAN Zoo](https://github.com/facebookresearch/pytorch_GAN_zoo) can be called with `singularity exec pytorch_GAN_zoo.sif