public class MnistFetcher extends Object
Modifier and Type | Field and Description |
---|---|
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) |
void |
untarFile(File baseDir,
File tarFile) |
public static final String trainingFilesFilename_unzipped
public static final String trainingFileLabelsFilename_unzipped
public File downloadAndUntar() throws IOException
IOException
public void untarFile(File baseDir, File tarFile) throws IOException
IOException
public static void gunzipFile(File baseDir, File gzFile) throws IOException
IOException
Copyright © 2014. All Rights Reserved.