Closed keunwoochoi closed 7 years ago
File "utils.py", line 304 self.X = np.empty((self.batch_size, *loader.shape)) ^ SyntaxError: invalid syntax
with python2.7 and linux. Does the code support python 2.7?
I developed and tested with 3.6 only. It should run with older python 3.x but would need to be modified to run with 2.7.
with python2.7 and linux. Does the code support python 2.7?