manicman1999 / StyleGAN2-Tensorflow-2.0

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

Update stylegan_two.py #21

Open ByeongkiJeong opened 2 years ago

ByeongkiJeong commented 2 years ago

change time.clock() to time.process_time() (time.clock() was deprecated in Python 3.3)