deepali-c
deepali-c
I notice that the number of kernels used in the convolutional layer of the alexnet_benchmark sample are different from the number specified in the [Alexnet paper](https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf). So I am just...
I have modified alexnet example to use my own dataset. So training works fine. However, I want to test the accuracy so I am trying to use the model.predict() and...
I am trying to execute alexnet using new libgpuarray backend for 1 gpu. The modifications that I have done to the 1 gpu sample are as in - [1gpu_libgpuarray_patch.txt](https://github.com/uoguelph-mlrg/theano_alexnet/files/893157/1gpu_libgpuarray_patch.txt) However,...