manicman1999 / StyleGAN2-Tensorflow-2.0

StyleGAN 2 in Tensorflow 2.0
MIT License
486 stars 111 forks source link

the problem about official version #1

Closed mumuyanyan closed 4 years ago

mumuyanyan commented 4 years ago

the implements of official stylegan2 come to the problem

error This file requires compiler and library support for the ISO C++ 2011 standard.

This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

error This file requires compiler and library support \

do you meet the same problem?thanks

manicman1999 commented 4 years ago

This implementation is unofficial, and thus is incompatible with the original stylegan2 implementation. This also means saving and loading models between these implementations is also not possible (at least not yet).

cellininicholas commented 3 years ago

Has this changed at all? Can models trained using the NVLabs implementation github.com/NVlabs/stylegan2, still not be loaded into this implementation?