taki0112 / StyleGAN-Tensorflow

Simple & Intuitive Tensorflow implementation of StyleGAN (CVPR 2019 Oral)
MIT License
211 stars 60 forks source link

self.dataset=load_data() #10

Open xiaohaipeng opened 4 years ago

xiaohaipeng commented 4 years ago

this function in stylegan.py no definition?

aydao commented 4 years ago

The load_data() function is defined in utils.py, which StyleGAN.py imports.