Represents a dataset.
Constructor | Description |
|
Instance member | Description |
|
|
|
|
|
|
|
|
Full Usage:
this.length
Returns: int
Modifiers: abstract |
|
Full Usage:
this.loader (batchSize, ?shuffle, ?dropLast, ?device, ?dtype, ?backend, ?targetDevice, ?targetDtype, ?targetBackend)
Parameters:
int
?shuffle : bool
?dropLast : bool
?device : Device
?dtype : Dtype
?backend : Backend
?targetDevice : Device
?targetDtype : Dtype
?targetBackend : Backend
Returns: DataLoader
|
|
© Copyright 2021, DiffSharp Contributors.