torchsight.cli.experiments module

Commands for the experiments.

Source code
"""Commands for the experiments."""
import click

from .flickr32 import flickr32


@click.group()
def experiments():
    """Commands for the experiments."""


experiments.add_command(flickr32)

Sub-modules

torchsight.cli.experiments.flickr32

Commands for the experiments using the Flickr32 dataset.