observations.small64_imagenet

small64_imagenet(path)

Load the small 64x64 ImageNet data set (Oord, Kalchbrenner, & Kavukcuoglu, 2016). It consists of millions of 64x64 RGB images.

Args:

  • path: str. Path to directory which either stores file or otherwise file will be downloaded and extracted there. Filename is imgnet_64x64.npz.

Returns:

Tuple of np.ndarray’s x_train, x_test.

Oord, A. van den, Kalchbrenner, N., & Kavukcuoglu, K. (2016). Pixel Recurrent Neural Networks. In International conference on machine learning.