|
Hi Theano forum! Im having a problem with the Theano tutorial about Convolutional neural network with MNIST. I changed the code so i would be able to test with my own images. So here's what i did : I got 10 apple images and resized them to 100x100 I got 10 banana Imagesand resized them to 100x100 I managed to create a CSV file. But im not sure i did it correctly.
On the first line i did : |Class| | |
Then i did : |0| |apple_0.bmp|
and so on... I packed them on pickle. Then i changed the code parameters to support my images. Now when i try to run, this happens :
I pushed the project here : BitBucket Project https://bitbucket.org/andrelopes1705/theanoconv/src/e481d2f3b331?at=default Would anyone look at it for me please! Any tip is appreciated! convolutional_mlp.py to run the project pack.py to pack the data file.pkl.gz is the data that i packed images folder is the images im using and it also contains the CSV : CSV CSV : https://bitbucket.org/andrelopes1705/theanoconv/src/e481d2f3b3315269c3e128dde3254f7a92b77755/Images/labels.csv?at=default |