DeceiveD — Conda Environment Tweaks

StyleGAN2 with Adaptive Pseudo Augmentation requires multiple tweaks to run on a modern system.

CUDA 11.1 is the earliest version that supports the Ampere architecture.

Requires GCC and G++ 10 to compile CUDA kernels:

sudo update-alternatives --install gcc-10 50
sudo update-alternatives --config gcc
sudo update-alternatives --install g++-10 50
sudo update-alternatives --config g++

Archived Files


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *