observations.small32_imagenet

small32_imagenet(path)

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

Args:

  • path: str. Path to directory which either stores file or otherwise file will be downloaded and extracted there. Filename is imgnet_32x32.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.