dnouri / kfkd-tutorial

Code for my Kaggle Facial Keypoints Detection tutorial
115 stars 57 forks source link

mnist.py fails on startup #32

Open ghost opened 8 years ago

ghost commented 8 years ago

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 GTX 1080 Loading data... Building model and compiling functions... Traceback (most recent call last): File "mnist.py", line 239, in main() File "mnist.py", line 215, in main iter_funcs = create_iter_functions(dataset, output_layer) File "mnist.py", line 126, in create_iter_functions objective = lasagne.objectives.Objective(output_layer, AttributeError: 'module' object has no attribute 'Objective'

dnouri commented 8 years ago

I've updated the requirements, can you run this again:

pip install -r https://raw.githubusercontent.com/dnouri/kfkd-tutorial/master/requirements.txt