public class TinyImageNetFetcher extends CacheableExtractableDataSetFetcher
| Modifier and Type | Field and Description |
|---|---|
static int |
INPUT_CHANNELS |
static int |
INPUT_HEIGHT |
static int |
INPUT_WIDTH |
static int |
NUM_EXAMPLES |
static int |
NUM_LABELS |
DL4J_DIR, LOCAL_CACHE, ROOT_CACHE_DIR| Constructor and Description |
|---|
TinyImageNetFetcher() |
| Modifier and Type | Method and Description |
|---|---|
long |
expectedChecksum(DataSetType set) |
org.datavec.api.records.reader.RecordReader |
getRecordReader(long rngSeed,
int[] imgDim,
DataSetType set,
org.datavec.image.transform.ImageTransform imageTransform) |
String |
localCacheName() |
String |
remoteDataUrl(DataSetType set) |
dataSetName, downloadAndExtract, downloadAndExtract, expectedChecksum, isCached, remoteDataUrlpublic static int INPUT_WIDTH
public static int INPUT_HEIGHT
public static int INPUT_CHANNELS
public static int NUM_LABELS
public static int NUM_EXAMPLES
public String remoteDataUrl(DataSetType set)
public String localCacheName()
public long expectedChecksum(DataSetType set)
public org.datavec.api.records.reader.RecordReader getRecordReader(long rngSeed,
int[] imgDim,
DataSetType set,
org.datavec.image.transform.ImageTransform imageTransform)
Copyright © 2018. All rights reserved.