Skip to content

Commit 67dda17

Browse files
committed
review 04-flat2mos-bin.py
1 parent d76d4f4 commit 67dda17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

04-flat2mos-bin.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ def main():
109109
exclude_empty_line(MOSDD+"/"+FILE, MOSBDD+"/"+FILE)
110110
print("Processed!")
111111
split_data_to_file(MOSBDD)
112-
convert_txt_to_bin(MOSBDD+"/hppids-train-ppis.txt", MOSBDD+"/hppids-train-ppis.bin", 60000, 98, float, 'f')
112+
convert_txt_to_bin(MOSBDD+"/hppids-train-ppis.txt", MOSBDD+"/hppids-train-ppis.bin", 60000, 58, float, 'f')
113113
convert_txt_to_bin(MOSBDD+"/hppids-train-labels.txt", MOSBDD+"/hppids-train-labels.bin", 60000, 1, int, 'i')
114-
convert_txt_to_bin(MOSBDD+"/hppids-test-ppis.txt", MOSBDD+"/hppids-test-ppis.bin", 12915, 98, float, 'f')
114+
convert_txt_to_bin(MOSBDD+"/hppids-test-ppis.txt", MOSBDD+"/hppids-test-ppis.bin", 12915, 58, float, 'f')
115115
convert_txt_to_bin(MOSBDD+"/hppids-test-labels.txt", MOSBDD+"/hppids-test-labels.bin", 12915, 1, int, 'i')
116116
print("Finished!!!")
117117

0 commit comments

Comments
 (0)