Skip to content

yarri-oss/celeba_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TFDS Manual Loading of Celeb A Dataset

Workaround for failing TFDS library for loading the public dataset, Celeb A. As of Dec-3 2021, the TFDS Celeb A dataset gives an wrong checksum error when trying to use tfds.load("celeb_a") and this library is a workaround using a mirror of the img_align_celeba dataset on S3.

Usage

You can use this from within Colab using the following methods:

!pip install git+https://github.com/yarri-oss/celeba_backup.git
!pip install tfds_nightly

import tensorflow as tf
tf.__version__    # should be 2.7.0

import tensorflow_datasets as tfds
import celeba_backup
ds = tfds.load('celeba_backup', split='train')

About

Backup TFDS data loader for Celeb A dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages