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'
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'