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