CollaborativeCoding.dataloaders.datasources

This module contains the data sources for the datasets used in the experiments.

The data sources are defined as dictionaries with the following keys - train: A list containing the URL, filename, and MD5 hash of the training data. - test: A list containing the URL, filename, and MD5 hash of the test data.

Attributes

USPS_SOURCE

MNIST_SOURCE

Module Contents

CollaborativeCoding.dataloaders.datasources.USPS_SOURCE
CollaborativeCoding.dataloaders.datasources.MNIST_SOURCE