NervanaSystems / neon

Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
http://neon.nervanasys.com/docs/latest
Apache License 2.0
3.87k stars 811 forks source link

What 'N' means in LRN document ? #389

Closed guoxuesong closed 7 years ago

guoxuesong commented 7 years ago

The LRN document mentions 'ascale/N' but what 'N' means ?

The default value of ascale is 1.0, while the corresponding value in Lasagne is 1e-4, I need known how to convert from each other.

wei-v-wang commented 7 years ago

N should be the minibatch size according to the API on the LRN document page:

set_batch_size(N) | Set minibatch size.