Commit Graph

6 Commits

Author SHA1 Message Date
Davis King
67a81c1c51 Made examples work with new fc<> template. 2016-04-10 12:11:19 -04:00
Davis King
f9cb3150d0 upgraded to cudnn v5. Also changed the affine_ layer to not be templated but
to automatically select the right mode.  The serialization format for bn_
layers has also changed, but the code will still be able to deserialize older
bn_ objects.
2016-04-10 10:52:40 -04:00
Davis King
fe168596a2 Moved most of the layer parameters from runtime variables set in constructors
to template arguments.  This way, the type of a network specifies the entire
network architecture and most of the time the user doesn't even need to do
anything with layer constructors.
2016-04-08 23:12:53 -04:00
Davis King
030f5a0a76 A bit more cleanup 2016-03-27 10:50:52 -04:00
Davis King
47bdf95fbe added more stuff to example 2016-03-27 10:29:30 -04:00
Davis King
8f0bda5f82 Changed this example to be another mnist example so it runs in a non-insane
amount of time.

--HG--
rename : examples/dnn_mit67_ex.cpp => examples/dnn_mnist_resnet_ex.cpp
2016-03-26 23:16:43 -04:00