You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# (self.converter.get_char(mapReader.data[i + x][j + y]) / (len(self.converter.char_groups) - 1)) * -2 + 1 # TODO this conversion should be done once in the original data instead of patches.
124
+
# for y in range(self.window_size[1])
125
+
# ]
126
+
# for x in range(self.window_size[0])
127
+
# ]
108
128
sample= [
109
129
[
110
-
(self.converter.get_char(mapReader.data[i+x][j+y]) / (len(self.converter.char_groups) -1)) *-2+1# TODO this conversion should be done once in the original data instead of patches.
0 commit comments