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
IOExceptionpublic void untarFile(File baseDir, File tarFile) throws IOException
IOExceptionpublic static void gunzipFile(File baseDir, File gzFile) throws IOException
IOExceptionCopyright © 2019. All rights reserved.