vision

package
v0.0.0-...-c28e4f8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2018 License: NCSA Imports: 31 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CIFAR10

type CIFAR10 struct {
	// contains filtered or unexported fields
}

CIFAR10 ...

func (*CIFAR10) CanonicalName

func (d *CIFAR10) CanonicalName() string

CanonicalName ...

func (CIFAR10) Category

func (CIFAR10) Category() string

Category ...

func (*CIFAR10) Close

func (d *CIFAR10) Close() error

Close ...

func (*CIFAR10) Download

func (d *CIFAR10) Download(ctx context.Context) error

Download ...

func (*CIFAR10) Get

func (d *CIFAR10) Get(ctx context.Context, name string) (dldataset.LabeledData, error)

Get ...

func (*CIFAR10) List

func (d *CIFAR10) List(ctx context.Context) ([]string, error)

List ...

func (*CIFAR10) Load

func (d *CIFAR10) Load(ctx context.Context) error

func (*CIFAR10) Name

func (*CIFAR10) Name() string

Name ...

func (*CIFAR10) New

func (d *CIFAR10) New(ctx context.Context) (dldataset.Dataset, error)

New ...

func (*CIFAR10) Next

type CIFAR100

type CIFAR100 struct {
	// contains filtered or unexported fields
}

CIFAR100 ...

func (*CIFAR100) CanonicalName

func (d *CIFAR100) CanonicalName() string

CanonicalName ...

func (CIFAR100) Category

func (CIFAR100) Category() string

Category ...

func (*CIFAR100) Close

func (d *CIFAR100) Close() error

Close ...

func (*CIFAR100) Download

func (d *CIFAR100) Download(ctx context.Context) error

Download ...

func (*CIFAR100) Get

func (d *CIFAR100) Get(ctx context.Context, name string) (dldataset.LabeledData, error)

Get ...

func (*CIFAR100) List

func (d *CIFAR100) List(ctx context.Context) ([]string, error)

List ...

func (*CIFAR100) Load

func (d *CIFAR100) Load(ctx context.Context) error

func (*CIFAR100) Name

func (*CIFAR100) Name() string

Name ...

func (*CIFAR100) New

func (d *CIFAR100) New(ctx context.Context) (dldataset.Dataset, error)

New ...

func (*CIFAR100) Next

type CIFAR100LabeledImage

type CIFAR100LabeledImage struct {
	// contains filtered or unexported fields
}

CIFAR100LabeledImage ...

func (CIFAR100LabeledImage) CoarseLabel

func (l CIFAR100LabeledImage) CoarseLabel() string

CoarseLabel ...

func (CIFAR100LabeledImage) Data

func (l CIFAR100LabeledImage) Data() (interface{}, error)

Data ...

func (CIFAR100LabeledImage) FineLabel

func (l CIFAR100LabeledImage) FineLabel() string

FineLabel ...

func (CIFAR100LabeledImage) Label

func (l CIFAR100LabeledImage) Label() string

Label ...

type CIFAR10LabeledImage

type CIFAR10LabeledImage struct {
	// contains filtered or unexported fields
}

CIFAR10LabeledImage ...

func (CIFAR10LabeledImage) Data

func (l CIFAR10LabeledImage) Data() (interface{}, error)

Data ...

func (CIFAR10LabeledImage) Label

func (l CIFAR10LabeledImage) Label() string

Label ...

type ILSVRC2012ValidationFolder

type ILSVRC2012ValidationFolder struct {
	// contains filtered or unexported fields
}

ILSVRC2012ValidationFolder ...

func (*ILSVRC2012ValidationFolder) CanonicalName

func (d *ILSVRC2012ValidationFolder) CanonicalName() string

CanonicalName ...

func (ILSVRC2012ValidationFolder) Category

func (ILSVRC2012ValidationFolder) Category() string

Category ...

func (*ILSVRC2012ValidationFolder) Close

func (d *ILSVRC2012ValidationFolder) Close() error

Close ...

func (*ILSVRC2012ValidationFolder) Download

Download ...

func (*ILSVRC2012ValidationFolder) Get

Get ...

func (*ILSVRC2012ValidationFolder) GetWithoutDownloadManager

func (d *ILSVRC2012ValidationFolder) GetWithoutDownloadManager(ctx context.Context, name string) (dldataset.LabeledData, error)

GetWithoutDownloadManager ...

func (*ILSVRC2012ValidationFolder) List

List ...

func (*ILSVRC2012ValidationFolder) Load

func (*ILSVRC2012ValidationFolder) Name

Name ...

func (*ILSVRC2012ValidationFolder) New

New ...

func (*ILSVRC2012ValidationFolder) Next

type ILSVRC2012ValidationLabeledImage

type ILSVRC2012ValidationLabeledImage struct {
	// contains filtered or unexported fields
}

ILSVRC2012ValidationLabeledImage ...

func (ILSVRC2012ValidationLabeledImage) Data

func (l ILSVRC2012ValidationLabeledImage) Data() (interface{}, error)

Data ...

func (ILSVRC2012ValidationLabeledImage) Label

Label ...

type ILSVRC2012ValidationRecordIO

type ILSVRC2012ValidationRecordIO struct {
	// contains filtered or unexported fields
}

ILSVRC2012ValidationFolder ...

func (*ILSVRC2012ValidationRecordIO) CanonicalName

func (d *ILSVRC2012ValidationRecordIO) CanonicalName() string

func (ILSVRC2012ValidationRecordIO) Category

func (ILSVRC2012ValidationRecordIO) Category() string

Category ...

func (*ILSVRC2012ValidationRecordIO) Close

func (*ILSVRC2012ValidationRecordIO) Download

func (*ILSVRC2012ValidationRecordIO) Get

func (*ILSVRC2012ValidationRecordIO) List

func (*ILSVRC2012ValidationRecordIO) Load

func (*ILSVRC2012ValidationRecordIO) Name

func (*ILSVRC2012ValidationRecordIO) New

func (*ILSVRC2012ValidationRecordIO) Next

type MNIST

type MNIST struct {
	// contains filtered or unexported fields
}

MNIST ...

func (*MNIST) CanonicalName

func (d *MNIST) CanonicalName() string

CanonicalName ...

func (MNIST) Category

func (MNIST) Category() string

Category ...

func (*MNIST) Close

func (d *MNIST) Close() error

Close ...

func (*MNIST) Download

func (d *MNIST) Download(ctx context.Context) error

Download ...

func (*MNIST) Get

func (d *MNIST) Get(ctx context.Context, name string) (dldataset.LabeledData, error)

Get ...

func (*MNIST) List

func (d *MNIST) List(ctx context.Context) ([]string, error)

List ...

func (*MNIST) Load

func (d *MNIST) Load(ctx context.Context) error

func (*MNIST) Name

func (*MNIST) Name() string

Name ...

func (*MNIST) New

func (d *MNIST) New(ctx context.Context) (dldataset.Dataset, error)

New ...

func (*MNIST) Next

func (d *MNIST) Next(ctx context.Context) (dldataset.LabeledData, error)

type MNISTLabeledImage

type MNISTLabeledImage struct {
	// contains filtered or unexported fields
}

MNISTLabeledImage ...

func (MNISTLabeledImage) Data

func (l MNISTLabeledImage) Data() (interface{}, error)

Data ...

func (MNISTLabeledImage) Label

func (l MNISTLabeledImage) Label() string

Label ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL