Class TinyImageNetFetcher
- java.lang.Object
-
- org.deeplearning4j.datasets.fetchers.CacheableExtractableDataSetFetcher
-
- org.deeplearning4j.datasets.fetchers.TinyImageNetFetcher
-
public class TinyImageNetFetcher extends CacheableExtractableDataSetFetcher
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description TinyImageNetFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.deeplearning4j.datasets.fetchers.CacheableExtractableDataSetFetcher
dataSetName, deleteIfEmpty, downloadAndExtract, downloadAndExtract, expectedChecksum, getLocalCacheDir, isCached, remoteDataUrl
-
-
-
-
Field Detail
-
WORDS_FILENAME
public static final String WORDS_FILENAME
- See Also:
- Constant Field Values
-
LOCAL_CACHE_NAME
public static final String LOCAL_CACHE_NAME
- See Also:
- Constant Field Values
-
INPUT_WIDTH
public static int INPUT_WIDTH
-
INPUT_HEIGHT
public static int INPUT_HEIGHT
-
INPUT_CHANNELS
public static int INPUT_CHANNELS
-
NUM_LABELS
public static int NUM_LABELS
-
NUM_EXAMPLES
public static int NUM_EXAMPLES
-
-
Method Detail
-
remoteDataUrl
public String remoteDataUrl(DataSetType set)
-
localCacheName
public String localCacheName()
-
expectedChecksum
public long expectedChecksum(DataSetType set)
-
getRecordReader
public org.datavec.api.records.reader.RecordReader getRecordReader(long rngSeed, int[] imgDim, DataSetType set, ImageTransform imageTransform)
-
-