def __init__(self):
     SoftmaxEmitter.__init__(self)
     self.theano_rng = MRG_RandomStreams(seed=random.randint(0,100000))
Esempio n. 2
0
 def __init__(self):
     SoftmaxEmitter.__init__(self)
     self.theano_rng = MRG_RandomStreams(seed=random.randint(0, 100000))
Esempio n. 3
0
 def __init__(self, initial_output='\n'):
     self.theano_rng = MRG_RandomStreams(seed=random.randint(0,100000))
     SoftmaxEmitter.__init__(self, initial_output=initial_output)