Menu

Helper Module for Deep Learning.

Module that provides functions to prepare the CIFAR dataset.

class pynet.datasets.cifar.Item(input_path, output_path, metadata_path, labels)
property input_path

Alias for field number 0

property labels

Alias for field number 3

property metadata_path

Alias for field number 2

property output_path

Alias for field number 1

pynet.datasets.cifar.fetch_cifar(datasetdir)[source]

Fetch/prepare the CIFAR dataset for pynet.

Parameters

datasetdir: str

the dataset destination folder.

Returns

item: namedtuple

a named tuple containing ‘input_path’, ‘output_path’, and ‘metadata_path’.

Follow us

© 2019, pynet developers .
Inspired by AZMIND template.