Install EnlightenGAN and prepare the environment
masterTo set up EnlightenGAN, ensure you are using python3.5. The project requires significant hardware resources; it is recommended to use at least three NVIDIA 1080ti GPUs, or you must manually adjust the batch size in the configuration to fit your hardware.
Follow these steps to install dependencies and prepare the model directory:
- Install required Python packages using
pip. - Create a
modeldirectory. - Download the VGG pretrained model and place it inside the
modeldirectory.
pip install -r requirement.txt
mkdir model