Skip to content
Snippets Groups Projects
Commit aae3a418 authored by Djordje Mihajlovic's avatar Djordje Mihajlovic
Browse files

omit header

parent d82ba1e5
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ def load_dataset(dirname, knot, net, dtype, Nbeads, pers_len, label):
dataset = dataset.map(lambda x: (x, label))
# dataset = dataset.take(len_db) # <-- had to move this to main.py because then otherwise takes before shuffle
dataset = dataset.skip(1) # <-- omit header
return dataset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment