Method: Chainer::Datasets::CIFAR.get_cifar10

Defined in:
lib/chainer/datasets/cifar.rb

.get_cifar10(with_label: true, ndim: 3, scale: 1.0) ⇒ Object



6
7
8
# File 'lib/chainer/datasets/cifar.rb', line 6

def self.get_cifar10(with_label: true, ndim: 3, scale: 1.0)
  get_cifar(10, with_label, ndim, scale)
end