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

revert

parent 367f6860
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ def datafile_structure(dtype, knot, Nbeads, pers_len):
select_cols = [0, 1, 2]
elif dtype == "SIGWRITHE":
header = False
header = True
fname = os.path.join("SIGWRITHE", f"3DSignedWrithe_{knot}.dat.lp{pers_len}.dat.nos")
select_cols = [2]
......
......@@ -65,7 +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(7) # <-- omit header (manually for SIGWRITHE tests)
# dataset = dataset.skip(7) # <-- omit header (manually for SIGWRITHE tests)
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