MNIST Type

Constructors

Constructor Description

MNIST(path, ?urls, ?train, ?transform, ?targetTransform, ?n)

Full Usage: MNIST(path, ?urls, ?train, ?transform, ?targetTransform, ?n)

Parameters:
    path : string
    ?urls : seq<string>
    ?train : bool
    ?transform : Tensor -> Tensor
    ?targetTransform : Tensor -> Tensor
    ?n : int

Returns: MNIST
path : string
?urls : seq<string>
?train : bool
?transform : Tensor -> Tensor
?targetTransform : Tensor -> Tensor
?n : int
Returns: MNIST

Instance members

Instance member Description

this.classNames

Full Usage: this.classNames

Returns: string[]
Returns: string[]

this.classes

Full Usage: this.classes

Returns: int
Returns: int

© Copyright 2021, DiffSharp Contributors.