You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaitemprop="description"content="High-quality version of the CELEBA dataset, consisting of 30000 images in 1024 x 1024 resolution. WARNING: This dataset currently requires you to prepare images on your own. To use this dataset: ```python import tensorflow_datasets as tfds ds = tfds.load('celeb_a_hq', split='train') for ex in ds.take(4): print(ex) ``` See [the guide](https://www.tensorflow.org/datasets/overview) for more informations on [tensorflow_datasets](https://www.tensorflow.org/datasets). " />
0 commit comments