dnouri / cuda-convnet

My fork of Alex Krizhevsky's cuda-convnet from 2013 where I added dropout, among other features.
http://code.google.com/p/cuda-convnet/
253 stars 147 forks source link

Clarify how to double the number of outputs #7

Open invisibleroads opened 10 years ago

invisibleroads commented 10 years ago

The naive user will try to double the number of outputs in the last layer fc10 and get confused on why it doesn't work. Fixes #5