For the official implementation, please refer to the original paper. In this implementation, I have replaced the VGG model with PyTorch's pretrained VGG and fixed this scaling issue. Please be aware ...
conda create --name fwgan python=3.10 conda activate fwgan pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126 git clone https://github ...