gskielian / JPG-PNG-to-MNIST-NN-Format

Python/Bash scripts for creating custom Neural Net Training Data -- this repo is for the MNIST format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to create MNIST form of data

UmerIftikhar opened this issue · comments

Hi,
I get an error at this line:
data_image.append(pixel[y,x])

TypeError: an integer is required (got type tuple)