This commit is contained in:
stonebig 2016-01-27 19:17:21 +01:00
Родитель 3e778db067
Коммит 6229652a60
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,7 @@ def readBatch(src, outFmt):
feat[:, 1::3] = g
feat[:, 2::3] = b
else:
print 'Format not supported: ' + outFmt
print ('Format not supported: ' + outFmt)
usage()
sys.exit(1)
return np.hstack((np.reshape(d['labels'], (len(d['labels']), 1)), feat))