danielkelshaw / ConcreteDropout

PyTorch implementation of 'Concrete Dropout'
https://arxiv.org/abs/1705.07832
MIT License
14 stars 2 forks source link

Provide MNIST Example #5

Closed danielkelshaw closed 4 years ago

danielkelshaw commented 4 years ago

An example of using ConcreteDropout in training a network for MNIST classification should be included - this provides a demonstration of the capabilities of the network.