stylegan2-ada-pytorch icon indicating copy to clipboard operation
stylegan2-ada-pytorch copied to clipboard

Generating Images with interpolation and slerp arises error

Open CodinSegal opened this issue 3 years ago • 0 comments

Describe the bug trying to run

python generate.py --outdir=C:\StyleGan2_Tutorial\GeneratedImages --space="z" --trunc=1 --process="interpolation" --interpolation="slerp" --seeds=85,265,297,849 --network=C:\StyleGan2_Tutorial\Training_Runs\00013-columnsDataSet_1-auto1-resumecustom\network-snapshot-000800.pkl --frames=24 A clear and concise description of what the bug is.

Capture

  • OS: Windows 10
  • PyTorch version pytorch 1.7.1
  • CUDA toolkit version CUDA 11.6
  • NVIDIA driver version
  • GPURTX 2080 Super
  • Docker: No

CodinSegal avatar Jan 28 '22 21:01 CodinSegal