Spaces:
Runtime error
Runtime error
NassimeBejaia
commited on
Commit
•
e4f58f9
1
Parent(s):
5c0ed07
Update Utils.py
Browse files
Utils.py
CHANGED
@@ -89,7 +89,7 @@ def encode_single_sample(path_dir, label=None):
|
|
89 |
batch_size = 16
|
90 |
|
91 |
def Loadlines(path_lines):
|
92 |
-
path_lines.sort()
|
93 |
test_dataset = tf.data.Dataset.from_tensor_slices(path_lines )
|
94 |
test_dataset = (
|
95 |
test_dataset.map(
|
|
|
89 |
batch_size = 16
|
90 |
|
91 |
def Loadlines(path_lines):
|
92 |
+
# path_lines.sort()
|
93 |
test_dataset = tf.data.Dataset.from_tensor_slices(path_lines )
|
94 |
test_dataset = (
|
95 |
test_dataset.map(
|