public class TinyImageNetFetcher extends CacheableExtractableDataSetFetcher
| Modifier and Type | Field and Description |
|---|---|
static int |
INPUT_CHANNELS |
static int |
INPUT_HEIGHT |
static int |
INPUT_WIDTH |
static String |
LOCAL_CACHE_NAME |
static int |
NUM_EXAMPLES |
static int |
NUM_LABELS |
static String |
WORDS_FILENAME |
| 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,
ImageTransform imageTransform) |
String |
localCacheName() |
String |
remoteDataUrl(DataSetType set) |
dataSetName, deleteIfEmpty, downloadAndExtract, downloadAndExtract, expectedChecksum, getLocalCacheDir, isCached, remoteDataUrlpublic static final String WORDS_FILENAME
public static final String LOCAL_CACHE_NAME
public 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,
ImageTransform imageTransform)
Copyright © 2021. All rights reserved.