Method: Chainer::Datasets::CIFAR.get_cifar100
- Defined in:
- lib/chainer/datasets/cifar.rb
.get_cifar100(with_label: true, ndim: 3, scale: 1.0) ⇒ Object
10 11 12 |
# File 'lib/chainer/datasets/cifar.rb', line 10 def self.get_cifar100(with_label: true, ndim: 3, scale: 1.0) get_cifar(100, with_label, ndim, scale) end |