Skip to content
This repository was archived by the owner on Jul 10, 2021. It is now read-only.
This repository was archived by the owner on Jul 10, 2021. It is now read-only.

Theano optimization as special case for Classifier #171

Open
@alexjc

Description

@alexjc

When using theano.nnet's implementation of Lasagne's categorical_crossentropy, it uses a different codepath for float32 probabilities instead of 1-of-n int32 onehot encoding. The second codepath has a GPU optimization that makes it about 50% faster on GTX970.

First experiments in making this work failed though... needs a bit more investigation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions