FrancoisLasson / Temporal_DBN

A Temporal Deep Belief Network implementation using Theano
2 stars 1 forks source link

GPU optimization #17

Closed FrancoisLasson closed 8 years ago

FrancoisLasson commented 8 years ago

Read about the random generator : https://groups.google.com/forum/#!topic/theano-users/rveHRK8z-W8

Testing on RBM : It takes 25seconds for 200 epochs using the MRG random number generator and 45 seconds using the theano.tensor.shared_randomstreams random number generator.