Skip to content

Commit 95ae0c5

Browse files
authored
csv to image creator script (images merged separately )
1 parent 99687f6 commit 95ae0c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

create_data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
33
Created on Sat Nov 2 15:27:26 2019
4-
54
@authors: jaydeep thik , Vasudev Purandare
65
"""
76

@@ -153,4 +152,4 @@ def generate():
153152
#X_test =np.array([ np.fromstring(image, np.uint8, sep=" ").reshape((48,48)) for image in test_samples.pixels])
154153

155154
print(i)
156-
#return X_train, y_train, X_valid, y_valid, X_test, y_test
155+
#return X_train, y_train, X_valid, y_valid, X_test, y_test

0 commit comments

Comments
 (0)