Skip to content
Snippets Groups Projects
Commit 271e12b9 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Swiched to mnist

parent f3f96b38
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ def main():
perc_train = 0.9
# Loading data
mnist = False
mnist = True
if mnist:
train_data, train_labels, validation_data, validation_labels = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment