Skip to content

mnist.py fails on startup #32

Description

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions