public class MnistFetcher extends Object
Modifier and Type | Field and Description |
---|---|
protected File |
BASE_DIR |
protected File |
FILE_DIR |
protected static String |
LOCAL_DIR_NAME |
protected static org.slf4j.Logger |
log |
static String |
testFileLabelsFilename_unzipped |
static String |
testFilesFilename_unzipped |
static String |
trainingFileLabelsFilename_unzipped |
static String |
trainingFilesFilename_unzipped |
Constructor and Description |
---|
MnistFetcher() |
Modifier and Type | Method and Description |
---|---|
File |
downloadAndUntar() |
static void |
gunzipFile(File baseDir,
File gzFile) |
protected static final org.slf4j.Logger log
protected File BASE_DIR
protected static final String LOCAL_DIR_NAME
protected File FILE_DIR
public static final String trainingFilesFilename_unzipped
public static final String trainingFileLabelsFilename_unzipped
public static final String testFilesFilename_unzipped
public static final String testFileLabelsFilename_unzipped
public File downloadAndUntar() throws IOException
IOException
public static void gunzipFile(File baseDir, File gzFile) throws IOException
IOException
Copyright © 2016. All Rights Reserved.