目录
当前位置: 首页 > 文档资料 > Edward 中文文档 >

observations.small32_imagenet

优质
小牛编辑
123浏览
2023-12-01
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.