kfkd-tutorial
kfkd-tutorial copied to clipboard
Code for my Kaggle Facial Keypoints Detection tutorial
Used recommended `pip install -r https://raw.githubusercontent.com/dnouri/kfkd-tutorial/master/requirements.txt` but when running the MNIST example, I get: `AttributeError: ('The following error happened while compiling the node', DotModulo(A, s, m, A2, s2, m2), '\n',...
I would like to know the output file generated from the training and how can we take the file and load into our code as model file and use that...
Hi. Thank you so much for this epic tutorial. I tried the tutorial and I came across the error **AttributeError: 'float' object has no attribute 'set_value'** for this part of...
Hello everyone... I have used the following commnad to install lasagne..it is not getting installed. " pip install -r https://raw.githubusercontent.com/dnouri/kfkd-tutorial/master/requirements.txt "...Theano 0.8.2 is already installed in my machine..I have attached...
Hi, I am not a computer scientist and I am pretty new to Ipython and mac (please avoid the computer jargon, that would be helpful). I am trying to use...
Running using Cuda 8.0 RC and a GTX 1080 I get the following result using the standard install instructions: andrew@andrew-Ubuntu:~$ cd src/lasagne/examples/ andrew@andrew-Ubuntu:~/src/lasagne/examples$ python mnist.py Using gpu device 0: GeForce...
Keeps hanging at step Running setup.py install for pylearn2