SEP model

This commit is contained in:
Francesco Gatti
2020-05-03 15:54:39 +02:00
parent 0ef8aaf616
commit 8d45259b15
3 changed files with 22 additions and 20 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ def bin_write(f, data):
bin = struct.pack(fmt, *data)
f.write(bin)
# USE weight_exporter to generare wgs bins
if __name__ == '__main__':
print("DATA FORMAT: ", keras.backend.image_data_format())